/**
 * Inner pages with imported Phoenix body (#backstage-bodyArea).
 */

/* Prevent 100vw breakout scrollbar jitter; keep breadcrumb in centered shell. */
body.jcproto-has-legacy-body {
	overflow-x: clip;
}

body.jcproto-has-legacy-body .jcproto-page-shell {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

body.jcproto-has-legacy-body.jcproto-has-inner-hero-band .jcproto-page-shell {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body.jcproto-has-legacy-body .jcproto-page-shell > .container {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

body.jcproto-has-legacy-body .jcproto-page-shell > .container > .row,
body.jcproto-has-legacy-body .jcproto-page-shell .col-md-12,
body.jcproto-has-legacy-body .jcproto-article--page,
body.jcproto-has-legacy-body .jcproto-article__content {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/* Legacy inner pages — full-width shell so hero banner can edge-to-edge. */
body.jcproto-has-legacy-body #jcproto-main,
body.jcproto-has-legacy-body .jcproto-page-shell,
body.jcproto-has-legacy-body .jcproto-page-shell > .jcproto-container,
body.jcproto-has-legacy-body .jcproto-page-shell > .container {
	width: 100% !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.jcproto-has-legacy-body .jcproto-position-breadcrumb {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

/* Hide breadcrumb + section subnav in shell until JS moves them below the header. */
body.jcproto-has-legacy-body:not(.jcproto-breadcrumb-relocated) .jcproto-page-shell > .container > .jcproto-position-breadcrumb,
body.jcproto-has-legacy-body:not(.jcproto-breadcrumb-relocated) .jcproto-page-shell > .container > .jcproto-breadcrumb,
body.jcproto-has-legacy-body:not(.jcproto-breadcrumb-relocated) .jcproto-page-shell > .container > nav.jcproto-breadcrumb,
body.jcproto-has-legacy-body:not(.jcproto-breadcrumb-relocated) .jcproto-page-shell > .container > .jcproto-page-subnav {
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}

/* Imported Phoenix pages often include their own "You are here" breadcrumb.
   Keep the theme breadcrumb and remove the duplicate legacy block. */
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:has(.sitewidget-position:not(.jcproto-position-breadcrumb) .sitewidget-position-description),
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .siteblocks-setting-wrap:has(.sitewidget-position:not(.jcproto-position-breadcrumb) .sitewidget-position-description) {
	display: none !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .sitewidget-position:not(.jcproto-position-breadcrumb):has(.sitewidget-position-description) {
	display: none !important;
}

body.jcproto-has-legacy-body #jcproto-header + .jcproto-position-breadcrumb--below-header,
body.jcproto-has-legacy-body #jcproto-header + .jcproto-breadcrumb--below-header,
body.jcproto-has-legacy-body #jcproto-header + nav.jcproto-breadcrumb.jcproto-position-breadcrumb--below-header,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-position-breadcrumb--below-hero,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-breadcrumb {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 14px 0 10px;
	box-sizing: border-box;
	background: #fff;
	font-size: 13px;
	color: #888;
}

body.jcproto-has-inner-hero-band #jcproto-header + .jcproto-inner-hero-band,
body.jcproto-has-inner-hero-band .jcproto-inner-hero-band .jcproto-position-breadcrumb,
body.jcproto-has-inner-hero-band .jcproto-inner-hero-band .jcproto-breadcrumb {
	background: #f7f7f5 !important;
}

body.jcproto-has-legacy-body #jcproto-header + .jcproto-position-breadcrumb--below-header .jcproto-position-breadcrumb__list,
body.jcproto-has-legacy-body #jcproto-header + .jcproto-breadcrumb--below-header .jcproto-breadcrumb__list,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-position-breadcrumb--below-hero .jcproto-position-breadcrumb__list,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-breadcrumb .jcproto-breadcrumb__list {
	width: 100%;
	max-width: var(--jcproto-container, 1380px);
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

@media (min-width: 1220px) {
	body.jcproto-has-legacy-body #jcproto-header + .jcproto-position-breadcrumb--below-header .jcproto-position-breadcrumb__list,
	body.jcproto-has-legacy-body #jcproto-header + .jcproto-breadcrumb--below-header .jcproto-breadcrumb__list,
	body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-position-breadcrumb--below-hero .jcproto-position-breadcrumb__list,
	body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-breadcrumb .jcproto-breadcrumb__list {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.jcproto-page-shell > .container {
	overflow: visible;
}

.jcproto-legacy-body-wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.jcproto-legacy-body-wrap #backstage-bodyArea {
	position: relative;
	z-index: 1;
	width: 100%;
}

.jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer {
	width: 100%;
}

/*
 * Restore Phoenix bootstrap container widths (main.css .container overrides bootstrap-grid).
 */
.jcproto-legacy-body-wrap #backstage-bodyArea .container,
.jcproto-legacy-body-wrap #backstage-bodyArea .container-opened {
	width: 100%;
	max-width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

@media (min-width: 990px) {
	.jcproto-legacy-body-wrap #backstage-bodyArea .container,
	.jcproto-legacy-body-wrap #backstage-bodyArea .container-opened {
		width: min(1100px, calc(100% - 40px)) !important;
	}
}

@media (min-width: 1220px) {
	.jcproto-legacy-body-wrap #backstage-bodyArea .container,
	.jcproto-legacy-body-wrap #backstage-bodyArea .container-opened {
		width: min(var(--jcproto-container, 1380px), calc(100% - 80px)) !important;
		max-width: var(--jcproto-container, 1380px) !important;
		padding-left: 40px;
		padding-right: 40px;
	}

	body.jcproto-legacy--aboutus .jcproto-legacy-body-wrap #outerContainer_1679466224936 > .container,
	body.jcproto-legacy--aboutus .jcproto-legacy-body-wrap #outerContainer_1679466224936 > .container-opened {
		width: min(1400px, calc(100% - 80px)) !important;
		max-width: 1400px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body.jcproto-legacy--aboutus .jcproto-legacy-body-wrap #backstage-bodyArea #outerContainer_1680852706231 > .container,
	body.jcproto-legacy--aboutus .jcproto-legacy-body-wrap #backstage-bodyArea #outerContainer_1680852706231 > .container-opened {
		width: 100% !important;
		max-width: 1920px !important;
		padding-left: clamp(1rem, 3vw, 2.5rem) !important;
		padding-right: clamp(1rem, 3vw, 2.5rem) !important;
	}
}

.jcproto-legacy-body-wrap #backstage-bodyArea [data-module-set="true"][data-type="container"] {
	width: 100%;
	max-width: none;
}

/*
 * Full-bleed inner-page hero — first body block spans viewport (matches jcproto.com).
 * Content sections below keep 980/1200px centered containers.
 */
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .container,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .container-opened,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .container,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .container-opened {
	width: 100% !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .row,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child [class*="col-md-"],
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .row,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) [class*="col-md-"] {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child [id^="location_"],
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child [data-type="locations"],
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .backstage-stwidgets-settingwrap,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) [id^="location_"],
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) [data-type="locations"],
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .backstage-stwidgets-settingwrap {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child [class*="sitewidget-206fdc5a"],
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .sitewidget-advancedSlider,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .sitewidget-touchgraphicslider,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .terminal-wrapper.pc,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .jcproto-ls-fallback,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child #slider-wrapper,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child .styleBox,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) [class*="sitewidget-206fdc5a"],
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .sitewidget-advancedSlider,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .sitewidget-touchgraphicslider,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .terminal-wrapper.pc,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .jcproto-ls-fallback,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) #slider-wrapper,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .styleBox,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .sitewidget-bd {
	position: relative;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden;
}

/*
 * Widget-composed banners (text + button blocks) — full-width dark bg, 1200px content column.
 */
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .container,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .container-opened {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	box-sizing: border-box;
}

@media (min-width: 990px) {
	body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .container,
	body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .container-opened {
		width: 980px !important;
	}
}

@media (min-width: 1220px) {
	body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .container,
	body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .container-opened {
		width: min(var(--jcproto-container, 1380px), calc(100% - 80px)) !important;
		max-width: var(--jcproto-container, 1380px) !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .row,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero [class*="col-md-"] {
	width: auto !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-text .sitewidget-bd,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-button .sitewidget-bd,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-placeholder .sitewidget-bd {
	width: auto !important;
	max-width: none !important;
	overflow: visible !important;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-text .sitewidget-bd span {
	line-height: 1.5 !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-text .sitewidget-bd span span[style*="font-size:36px"],
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-text .sitewidget-bd span span[style*="font-size: 36px"] {
	line-height: 1.3 !important;
	display: inline-block;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-text .sitewidget-bd {
	margin-bottom: 10px;
}

/* Phoenix outline buttons (READ MORE, Learn More) — gbBgColor0 */
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .sitewidget-button a.backstage-component-btncolor.gbBgColor0 {
	background-color: #fff !important;
	color: #333 !important;
	border: 1px solid #333 !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .sitewidget-button a.backstage-component-btncolor.gbBgColor0.backstage-component-btncolorhover:hover {
	background-color: #333 !important;
	color: #fff !important;
	border-color: #333 !important;
}

/* Lazy/slider images — never leave transparent placeholders visible */
.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider-pic img,
.jcproto-legacy-body-wrap .rollhighlight img,
.jcproto-legacy-body-wrap .backstage-blocksEditor-wrap img {
	opacity: 1;
}

.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider-pic img[src*="transparent"] {
	min-height: 120px;
	background: #f3f3f3;
}

/* Quote form block (qin18464) — shell/layout: quote-form-band.css */
.jcproto-legacy-body-wrap #siteblocks-setting-wrap-qrKZLayWtYnj .qin18464 .content,
.jcproto-legacy-body-wrap .siteblocks-setting-wrap:has(.qin18464) .qin18464 .content {
	min-height: 0;
	box-sizing: border-box;
}

/* Slick / Swiper tracks are wider than viewport — clip to stop horizontal jitter */
.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .slider-con,
.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .slider-responsive-wrap,
.jcproto-legacy-body-wrap .rollhighlight,
.jcproto-legacy-body-wrap .slick-slider,
.jcproto-legacy-body-wrap .slick-list,
.jcproto-legacy-body-wrap .imgText-22224 {
	overflow: hidden;
	max-width: 100%;
}

/* imgText gallery: clip track overflow only on the swiper viewport, not the scrollbar */
.jcproto-legacy-body-wrap .imgText-22224 .swiper-container-22224 {
	overflow: hidden;
}

/*
 * Phoenix progressive-enhancement hack uses inline
 * visibility:hidden;visibility:visible\0; — modern browsers keep hidden
 * without platform JS. Reveal imported widget bodies.
 */
.jcproto-legacy-body-wrap .sitewidget-graphic[style*="visibility:hidden"],
.jcproto-legacy-body-wrap .sitewidget-text .sitewidget-bd[style*="visibility:hidden"],
.jcproto-legacy-body-wrap .sitewidget-pictureNew[style*="visibility:hidden"],
.jcproto-legacy-body-wrap .sitewidget-inquire[style*="visibility:hidden"],
.jcproto-legacy-body-wrap .sitewidget-button[style*="visibility:hidden"],
.jcproto-legacy-body-wrap .sitewidget-video[style*="visibility:hidden"],
.jcproto-legacy-body-wrap .sitewidget-jumpNum[style*="visibility:hidden"],
.jcproto-legacy-body-wrap .sitewidget-prodTabList[style*="visibility:hidden"] {
	visibility: visible !important;
}

/* Gallery siteblock — images start hidden until imageflow JS runs */
.jcproto-legacy-body-wrap .sqRoll .imageflow img.imgIn {
	visibility: visible !important;
}

/* Contact / quote forms — bootstrap-ish controls from legacy markup */
.jcproto-article--contact .sitewidget-inquire .control-group,
.jcproto-article--quote .sitewidget-inquire .control-group {
	margin-bottom: 16px;
}

.jcproto-article--contact .sitewidget-inquire label,
.jcproto-article--quote .sitewidget-inquire label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.jcproto-article--contact .sitewidget-inquire input[type="text"],
.jcproto-article--contact .sitewidget-inquire input[type="email"],
.jcproto-article--contact .sitewidget-inquire textarea,
.jcproto-article--quote .sitewidget-inquire input[type="text"],
.jcproto-article--quote .sitewidget-inquire input[type="email"],
.jcproto-article--quote .sitewidget-inquire textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.jcproto-article--contact .btn-primary,
.jcproto-article--quote .btn-primary {
	background: var(--jcproto-primary, #0e6aed);
	border: none;
	color: #fff;
	padding: 12px 28px;
	font-weight: 600;
	cursor: pointer;
}

.jcproto-article--contact .btn-primary:hover,
.jcproto-article--quote .btn-primary:hover {
	opacity: 0.92;
}

/* Company stats (jumpNum) — fallback when inline styles missing */
.jcproto-legacy-body-wrap .sitewidget-jumpNum {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	gap: 16px;
}

body.jcproto-legacy--aboutus .jcproto-legacy-body-wrap #outerContainer_1680852706231 .sitewidget-jumpNum {
	display: block !important;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 0;
}

.jcproto-legacy-body-wrap .sitewidget-jumpNum .jump-num-item {
	min-width: 120px;
}

.jcproto-legacy-body-wrap .graphicNewTitle {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 16px;
}

.jcproto-legacy-body-wrap .sitewidget-graphic .sitewidget-bd img {
	max-width: 100%;
	height: auto;
}

/*
 * Certificate coverflow — JS positions .imgIn (see main.js initCertCoverflow).
 */
.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 .sqRoll {
	overflow: hidden;
}

.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 .sqRoll .roll {
	width: 100% !important;
	max-width: 1180px;
	margin: 0 auto;
	min-height: 320px !important;
}

.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 .sqRoll .images_rolling {
	width: 100%;
}

.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 .sqRoll .imageflow.jcproto-coverflow {
	position: relative;
	width: 100%;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
}

.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 .sqRoll .imageflow.jcproto-coverflow img.imgIn {
	position: absolute;
	top: 0;
	border: 0;
	visibility: hidden;
	box-shadow: 0 0 8px 1px rgba(171, 165, 165, 0.7);
	max-height: 100%;
	transition: left 0.45s ease, width 0.45s ease, opacity 0.35s ease, z-index 0s;
	cursor: pointer;
}

.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 .sqRoll .imageflow.jcproto-coverflow.is-ready img.imgIn {
	visibility: visible;
}

.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 .sqRoll .image_show.is-open {
	display: block;
}

.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 .graphicNewTitle,
.jcproto-legacy-body-wrap .siteblocks-ZvAfpKUpBISg-20230322152051 strong span[style*="font-size:34px"] {
	font-size: 34px !important;
	font-weight: 700;
	line-height: 1.3;
}

/*
 * President message — stacked card (siteblocks-dRAUKfpAHOqz / QX-11228269).
 * Full rules in siteblock-president-message.css; owl-loaded added in main.js.
 */
.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 {
	padding-top: 10px;
}

.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 .imgBox {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 .imgBox.owl-carousel:not(.owl-loaded) {
	display: block;
}

.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 .imgTile {
	display: block;
}

.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 .banner-description {
	float: none;
	width: auto;
}

.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 .imgWra {
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 .imgWra picture {
	display: block;
	width: 100%;
	height: 100%;
}

.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 .imgWra img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
}

.jcproto-legacy-body-wrap .siteblocks-dRAUKfpAHOqz-20230322152719 .QX-11228269 .owl-dots {
	display: none;
}

/*
 * Inner-page advancedSlider / LayerSlider fallback (inner pages only).
 * Markup uses percentage top/left on .ls-l plus translate(50%,50%) on children;
 * without LayerSlider JS that combo shifts the white card over the CTA.
 */
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap [class*="sitewidget-206fdc5a"] .terminal-wrapper.pc {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
	margin: 0 auto;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap [class*="sitewidget-206fdc5a"] .terminal-wrapper.pc[style*="1920/500"] {
	aspect-ratio: 1920 / 500;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap [class*="sitewidget-206fdc5a"] .terminal-wrapper.pc[style*="1920/850"] {
	aspect-ratio: 1920 / 850;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback {
	height: auto;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-slide.ls-active {
	z-index: 2;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-slide.ls-active > .ls-l {
	position: absolute;
	display: block;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-slide .ls-bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-l {
	box-sizing: border-box;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-l > a,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-l > div {
	transform: none !important;
	transform-origin: left top !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-l.asl-btn > a {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	height: 100% !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-l.asl-lnk img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: fill;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-l.asl-txt > div {
	width: 100%;
	height: auto !important;
	max-height: 100%;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-l.asl-txt[style*="top:33%"] {
	max-height: 32%;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .terminal-wrapper.pc.jcproto-ls-fallback .ls-l.asl-txt[style*="top:21%"] {
	max-height: 14%;
}

/*
 * siteblock 1571 — layout handled in siteblock-service-section-1571.css (grid hub).
 */
.jcproto-legacy-body-wrap .siteblocks-setting-wrap:has(.service-section) {
	width: 100%;
	overflow: visible;
}

/*
 * touchgraphicslider — Mold Factory gallery carousel (Slick autoplay + visible arrows).
 */
.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .slider-responsive-wrap.sitewidget-touchgraphicslider-hasBtns {
	padding: 0 40px;
}

.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider:not(.jcproto-touchslider-ready) .slider.responsive:not(.slick-initialized) {
	overflow: hidden;
}

.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .buttonstyle0 .slick-prev,
.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .buttonstyle0 .slick-next {
	text-indent: 0 !important;
	overflow: visible !important;
	background-image: none !important;
	width: 36px !important;
	height: 36px !important;
	margin-top: -18px !important;
	background-color: rgba(255, 255, 255, 0.92) !important;
	border-radius: 50%;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
	z-index: 6;
}

.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .buttonstyle0 .slick-prev {
	left: 4px !important;
}

.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .buttonstyle0 .slick-next {
	right: 4px !important;
}

.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .buttonstyle0 .slick-prev::before,
.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .buttonstyle0 .slick-next::before {
	opacity: 1 !important;
	color: #333 !important;
	font-size: 18px !important;
	line-height: 36px !important;
	display: block;
	text-align: center;
}

.jcproto-legacy-body-wrap .sitewidget-touchgraphicslider .sitewidget-touchgraphicslider-pic img {
	width: 100%;
	height: auto;
}

/*
 * LayerSlider fallback — Quality Assurance hero (layersliderNew) + inner banners.
 */
.jcproto-legacy-body-wrap .jcproto-ls-fallback .placeholder-container {
	display: none !important;
}

.jcproto-legacy-body-wrap .jcproto-ls-mount {
	position: relative;
}

.jcproto-legacy-body-wrap .terminal-wrapper.jcproto-ls-fallback {
	position: relative;
	width: 100% !important;
	max-width: 100%;
	margin: 0 auto;
}

.jcproto-legacy-body-wrap .terminal-wrapper.jcproto-ls-fallback .ls-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.45s ease;
}

.jcproto-legacy-body-wrap .terminal-wrapper.jcproto-ls-fallback .ls-slide.ls-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
}

.jcproto-legacy-body-wrap .terminal-wrapper.jcproto-ls-fallback .ls-slide .ls-bg {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.jcproto-legacy-body-wrap .jcproto-ls-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 6;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.jcproto-legacy-body-wrap .jcproto-ls-prev {
	left: 12px;
}

.jcproto-legacy-body-wrap .jcproto-ls-next {
	right: 12px;
}

.jcproto-legacy-body-wrap .jcproto-ls-nav {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
	position: relative;
	z-index: 5;
}

.jcproto-legacy-body-wrap .jcproto-ls-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: #d0d0d0;
	padding: 0;
	cursor: pointer;
}

.jcproto-legacy-body-wrap .jcproto-ls-dot.ls-nav-active,
.jcproto-legacy-body-wrap .jcproto-ls-dot.is-active {
	background: #222;
}

.jcproto-legacy-body-wrap [class*="sitewidget-layersliderNew"] .styleBox {
	position: relative;
}

/* pictureNew hover shift — QA certificate grid */
.jcproto-legacy-body-wrap .picture-resize-wrap .picture-wrap img {
	transition: transform 0.35s ease;
}

.jcproto-legacy-body-wrap .picture-resize-wrap:hover .picture-wrap img {
	transform: scale(1.04);
}

/* Video lightbox */
.jcproto-video-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.82);
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
}

.jcproto-video-lightbox.is-open {
	display: flex;
}

.jcproto-video-lightbox__panel {
	position: relative;
	width: min(960px, 100%);
	background: #000;
}

.jcproto-video-lightbox__close {
	position: absolute;
	top: -40px;
	right: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.jcproto-video-lightbox__frame iframe,
.jcproto-video-lightbox__frame video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #000;
}

/* Bing map iframe */
.jcproto-legacy-body-wrap .sitewidget-map iframe {
	display: block;
	width: 100%;
	border: 0;
}

/* Article detail — news / knowledge-base singles */
.jcproto-article--legacy .jcproto-legacy-body-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

.jcproto-legacy-body-wrap .articledetail-title h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 12px;
	color: #1b1c1c;
}

.jcproto-legacy-body-wrap .articledetail-title p {
	font-size: 14px;
	color: #888;
	margin: 0 0 16px;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	min-height: 40px;
	overflow: visible;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button {
	cursor: pointer;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	overflow: visible !important;
	line-height: normal !important;
	padding: 4px !important;
	box-sizing: border-box !important;
	vertical-align: middle !important;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button > img {
	width: 32px !important;
	height: 32px !important;
	max-width: none !important;
	margin: 0 !important;
	vertical-align: middle !important;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button {
	border: 0;
	border-radius: 4px;
	transition: opacity 0.2s ease-in;
	background-color: #4267b2;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button:hover {
	opacity: 0.8;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button[data-network="facebook"] {
	background-color: #4267b2;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button[data-network="twitter"] {
	background-color: #000;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button[data-network="line"] {
	background-color: #00c300;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button[data-network="wechat"] {
	background-color: #4ec034;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button[data-network="linkedin"] {
	background-color: #0077b5;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button[data-network="pinterest"] {
	background-color: #cb2027;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button[data-network="whatsapp"] {
	background-color: #25d366;
}

.jcproto-legacy-body-wrap .articledetail-user-shareit .st-custom-button[data-network="sharethis"] {
	background-color: #95d03a;
}

.jcproto-legacy-body-wrap .articledetail-cont {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.jcproto-legacy-body-wrap .articledetail-cont table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.jcproto-legacy-body-wrap .articledetail-cont table th,
.jcproto-legacy-body-wrap .articledetail-cont table td {
	border: 1px solid #ddd;
	padding: 10px 12px;
	text-align: left;
}

.jcproto-legacy-body-wrap .sitewidget-relatedArticle .sitewidget-hd h2,
.jcproto-legacy-body-wrap .sitewidget-articleCate .sitewidget-hd h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
}

.jcproto-legacy-body-wrap .previousAndNext {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.jcproto-legacy-body-wrap .previousAndNext ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
}

.jcproto-legacy-body-wrap .previousAndNext a {
	color: #209eea;
	text-decoration: none;
}

.jcproto-legacy-body-wrap .previousAndNext a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.jcproto-legacy-body-wrap #backstage-bodyArea .col-md-9,
	.jcproto-legacy-body-wrap #backstage-bodyArea .col-md-3 {
		width: 100%;
		float: none;
	}
}

/* ═══════════════════════════════════════════════════════════════
   Design refresh v1.5 — inner pages (led-display / xm-site)
   Content unchanged; CSS-only polish.
   ═══════════════════════════════════════════════════════════════ */

/* Breadcrumb — below site header */
body.jcproto-has-legacy-body #jcproto-header + .jcproto-position-breadcrumb--below-header,
body.jcproto-has-legacy-body #jcproto-header + .jcproto-breadcrumb--below-header,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-position-breadcrumb--below-hero,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-breadcrumb {
	padding: 12px 0;
	background: var(--jcproto-surface, #f5faff);
	border-bottom: 1px solid var(--jcproto-border, rgba(15, 79, 134, 0.12));
	font-size: 13px;
	color: var(--jcproto-text-muted, #64748b);
}

body.jcproto-has-inner-hero-band #jcproto-header + .jcproto-inner-hero-band {
	background: #f7f7f5 !important;
	border-bottom: 0 !important;
}

body.jcproto-has-legacy-body #jcproto-header + .jcproto-position-breadcrumb--below-header a,
body.jcproto-has-legacy-body #jcproto-header + .jcproto-breadcrumb--below-header a,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-position-breadcrumb--below-hero a,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-breadcrumb a {
	color: var(--jcproto-text-body, #41576b);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

body.jcproto-has-legacy-body #jcproto-header + .jcproto-position-breadcrumb--below-header a:hover,
body.jcproto-has-legacy-body #jcproto-header + .jcproto-breadcrumb--below-header a:hover,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-position-breadcrumb--below-hero a:hover,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-breadcrumb a:hover {
	color: var(--jcproto-primary, #0a0a0a);
	text-decoration: none;
}

body.jcproto-has-legacy-body #jcproto-header + .jcproto-position-breadcrumb--below-header .jcproto-position-breadcrumb__list li::after,
body.jcproto-has-legacy-body #jcproto-header + .jcproto-breadcrumb--below-header .jcproto-breadcrumb__list li::after,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-position-breadcrumb--below-hero .jcproto-position-breadcrumb__list li::after,
body.jcproto-has-legacy-body #backstage-bodyArea > .jcproto-breadcrumb .jcproto-breadcrumb__list li::after {
	color: #cbd5e1;
}

/* Inner-page hero — depth + image cover */
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero {
	position: relative;
	background: var(--jcproto-primary-dark, #1a1a1a);
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero)::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: min(24%, 140px);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
	pointer-events: none;
	z-index: 3;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .terminal-wrapper.jcproto-ls-fallback .ls-slide .ls-bg,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero:not(.jcproto-widget-hero) .ls-bg {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero {
	background: linear-gradient(135deg, var(--jcproto-primary-dark, #1a1a1a) 0%, var(--jcproto-primary, #0a0a0a) 100%) !important;
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-text .sitewidget-bd,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero.jcproto-widget-hero .sitewidget-text .sitewidget-bd span {
	color: #fff !important;
	font-family: var(--jcproto-font-display, inherit);
}

/* Section rhythm — light vertical breathing room between major blocks */
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) + .outerContainer:not(.jcproto-inner-hero) {
	margin-top: clamp(0.5rem, 1.5vw, 1rem);
}

body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .box-container#cEfUAgPhCsbt:not(.jcproto-material-box--enhanced) > .container-column .sitewidget-text:has(strong) .sitewidget-bd,
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .box-container#eRfAKBaCiglt:not(.jcproto-material-box--enhanced) > .container-column .sitewidget-text:has(strong) .sitewidget-bd {
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	color: var(--jcproto-text, #071a33) !important;
	margin-bottom: 8px;
}

/* Article detail polish */
.jcproto-legacy-body-wrap .articledetail-title h1 {
	font-family: var(--jcproto-font-display, inherit);
	color: var(--jcproto-text, #071a33);
	letter-spacing: -0.02em;
}

.jcproto-legacy-body-wrap .articledetail-cont {
	color: var(--jcproto-text-body, #41576b);
}

.jcproto-legacy-body-wrap .articledetail-cont a {
	color: var(--jcproto-link, #0066cc);
}

.jcproto-legacy-body-wrap .articledetail-cont a:hover {
	color: var(--jcproto-link-hover, #0052a3);
}

.jcproto-legacy-body-wrap .previousAndNext a {
	color: var(--jcproto-primary);
	font-weight: 500;
}

.jcproto-legacy-body-wrap .previousAndNext a:hover {
	color: var(--jcproto-primary-hover);
	text-decoration: none;
}

.jcproto-legacy-body-wrap .sitewidget-relatedArticle .sitewidget-hd h2,
.jcproto-legacy-body-wrap .sitewidget-articleCate .sitewidget-hd h2 {
	font-family: var(--jcproto-font-display, inherit);
	border-bottom-color: var(--jcproto-border, rgba(15, 79, 134, 0.12));
	color: var(--jcproto-text, #071a33);
}

/* Forms on contact/quote legacy pages */
.jcproto-article--contact .sitewidget-inquire input[type="text"],
.jcproto-article--contact .sitewidget-inquire input[type="email"],
.jcproto-article--contact .sitewidget-inquire textarea,
.jcproto-article--quote .sitewidget-inquire input[type="text"],
.jcproto-article--quote .sitewidget-inquire input[type="email"],
.jcproto-article--quote .sitewidget-inquire textarea {
	border-radius: var(--jcproto-radius, 8px);
	border-color: var(--jcproto-border, rgba(15, 79, 134, 0.12));
}

.jcproto-article--contact .btn-primary,
.jcproto-article--quote .btn-primary {
	background: var(--jcproto-accent, #59c4ff) !important;
	border-radius: var(--jcproto-radius, 8px);
}

.jcproto-legacy-body-wrap .sitewidget-inquire .btn-primary,
.jcproto-legacy-body-wrap .sitewidget-form .btn-primary,
.jcproto-legacy-body-wrap .sitewidget-inquire #formsubmit,
.jcproto-legacy-body-wrap .sitewidget-form #formsubmit {
	background: var(--jcproto-accent, #59c4ff) !important;
	border-radius: var(--jcproto-radius, 8px) !important;
	font-weight: 600;
	border: none;
}

.jcproto-legacy-body-wrap .sitewidget-inquire .btn-primary:hover,
.jcproto-legacy-body-wrap .sitewidget-form .btn-primary:hover,
.jcproto-legacy-body-wrap .sitewidget-inquire #formsubmit:hover,
.jcproto-legacy-body-wrap .sitewidget-form #formsubmit:hover {
	background: var(--jcproto-accent-hover, #3eb8fb) !important;
}

