/*
Theme Name: 	Creptaam Child
Theme URI:      http://trendytheme.net/demo/creptaam/
Author:         TrendyTheme
Author URI:     http://trendytheme.net
Description: 	Creptaam is Cryptocurrency Mining and Investments WordPress theme. This theme is designed specifically for Digital Currency, Crypto Currency, Share Market, Finance, Business, Corporate, Consulting.
Template:     	creptaam
Version: 		1.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	creptaam-child
Tags: 			two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options
*/

/* ----------------------------------
ADD YOU CUSTOM STYLE HERE
-------------------------------------*/

:root {
	--csmj-green: #003f37;
	--csmj-green-dark: #002f2a;
	--csmj-gold: #c99843;
	--csmj-gold-soft: #ead7b6;
	--csmj-cream: #f8f5ee;
	--csmj-ink: #17231f;
	--csmj-muted: #69736f;
	--csmj-border: #eee7d9;
}

/* Temporarily hide homepage stats without removing data. */
body.page-template-template-csmj-home .csmj-home-stats {
	display: none !important;
}

@media (max-width: 767px) {
	body.page-template-template-csmj-home .csmj-home-offerings-grid {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card {
		height: auto !important;
		min-height: 0 !important;
		display: grid !important;
		grid-template-columns: 96px 1fr !important;
		background: #fff !important;
		border: 1px solid rgba(201, 151, 63, 0.2) !important;
		border-radius: 8px !important;
		overflow: hidden !important;
		box-shadow: 0 8px 18px rgba(0, 47, 42, 0.07) !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card img {
		width: 96px !important;
		height: 96px !important;
		grid-column: 1 !important;
		grid-row: 1 !important;
		object-fit: cover !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card span {
		display: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card div {
		position: static !important;
		grid-column: 2 !important;
		padding: 12px 12px !important;
		min-width: 0 !important;
		text-align: right !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card h3 {
		margin: 0 0 5px !important;
		font-size: 16px !important;
		line-height: 1.3 !important;
		white-space: normal !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card p {
		margin: 0 !important;
		font-size: 12px !important;
		line-height: 1.55 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden !important;
	}
}

body.page-template-template-csmj-about .page-title,
body.page-template-template-csmj-home .page-title,
body.page-template-template-csmj-projects .page-title,
body.page-template-template-csmj-contact .page-title,
body.page-template-template-csmj-news .page-title,
body.page-template-template-csmj-services .page-title,
body.page-template-template-csmj-memberships .page-title,
body.page-template-template-csmj-initiatives .page-title {
	display: none;
}

.header-wrapper.navbar-fixed-top {
	background: var(--csmj-green) !important;
	box-shadow: 0 10px 30px rgba(0, 47, 42, 0.14);
}

.csmj-header {
	background: var(--csmj-green);
	color: #fff;
	min-height: 72px;
	position: relative;
	z-index: 1000;
}

.csmj-header-inner {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
}

.csmj-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	min-width: 220px;
}

.csmj-brand:hover,
.csmj-brand:focus {
	color: #fff;
}

.csmj-brand-mark {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(201, 152, 67, 0.72);
	border-radius: 50%;
	color: var(--csmj-gold);
	font-size: 24px;
	line-height: 1;
}

.csmj-brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
	text-align: right;
}

.csmj-brand-text strong,
.csmj-brand-text small {
	color: #fff;
	font-weight: 800;
	letter-spacing: 0;
}

.csmj-brand-text strong {
	font-size: 14px;
}

.csmj-brand-text small {
	font-size: 12px;
	opacity: 0.88;
}

.csmj-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csmj-nav a {
	display: block;
	padding: 26px 10px 24px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	position: relative;
}

.csmj-nav a:after {
	content: "";
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: 18px;
	height: 2px;
	background: var(--csmj-gold);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.csmj-nav a:hover,
.csmj-nav a:focus {
	color: var(--csmj-gold);
}

.csmj-nav a:hover:after,
.csmj-nav a:focus:after {
	transform: scaleX(1);
}

.csmj-header-tools {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-width: 78px;
	justify-content: flex-end;
	direction: ltr;
}

.csmj-header-tools a {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.csmj-header-tools a:hover {
	color: var(--csmj-gold);
}

.csmj-search-link {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.csmj-menu-toggle {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 5px;
	color: #fff;
}

.csmj-mobile-nav {
	display: none;
	padding: 10px 20px 18px;
	background: var(--csmj-green-dark);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.csmj-mobile-nav a {
	display: block;
	padding: 12px 0;
	color: #fff;
	font-weight: 800;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body {
	background: var(--csmj-cream);
	color: var(--csmj-ink);
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.8;
}

a {
	color: var(--csmj-green);
}

a:hover,
a:focus {
	color: var(--csmj-gold);
	text-decoration: none;
}

.navbar-default,
.header-wrapper .navbar-default,
.header-wrapper.navbar-fixed-top.sticky .navbar-default {
	background: var(--csmj-green) !important;
	border: 0;
	box-shadow: 0 8px 24px rgba(0, 47, 42, 0.12);
}

.header-wrapper.sticky,
.header-wrapper.sticky .navbar,
.header-wrapper.sticky .navbar-default,
.header-transparent .header-wrapper.sticky .navbar-default,
.header-wrapper.navbar-fixed-top.sticky,
.header-wrapper.navbar-fixed-top.sticky .navbar-default {
	background: var(--csmj-green) !important;
}

.header-wrapper {
	direction: rtl;
}

.header-wrapper .navbar-default {
	min-height: 72px;
}

.header-wrapper .navbar-default > .container {
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.header-wrapper .navbar-header {
	float: none;
	order: 1;
	min-width: 220px;
}

.header-wrapper .navbar-brand {
	float: none;
	display: flex;
	align-items: center;
	height: auto;
	min-height: 72px;
	margin: 0;
	padding: 0;
}

.header-wrapper .navbar-brand h1 {
	margin: 0;
	line-height: 1;
}

.header-wrapper .main-menu-wrapper {
	float: none;
	order: 2;
	flex: 1;
}

.header-wrapper .main-menu {
	display: flex;
	justify-content: center;
}

.header-wrapper .navbar-nav {
	float: none !important;
	display: flex;
	justify-content: center;
	gap: 2px;
	margin: 0;
	padding: 0;
}

.header-wrapper .attr-nav {
	float: none;
	order: 3;
	margin: 0;
	direction: ltr;
}

.header-wrapper .attr-nav > ul {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
}

.navbar-default .navbar-nav > li > a,
.header-wrapper.sticky .navbar-default .navbar-nav > li > a,
.attr-nav > ul > li > a {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 28px 11px 25px;
	line-height: 1;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li.current-menu-item > a,
.attr-nav > ul > li > a:hover {
	color: var(--csmj-gold);
	background: transparent;
}

.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li.current-menu-item > a:after,
.navbar-default .navbar-nav > li > a:hover:after {
	background: var(--csmj-gold);
}

.navbar-brand img {
	max-height: 48px;
	width: auto;
}

.attr-nav > ul > li.cta-button > a,
.btn,
.btn-primary,
.vc_btn3,
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color {
	background: var(--csmj-gold);
	border: 1px solid var(--csmj-gold);
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	box-shadow: none;
	letter-spacing: 0;
}

.attr-nav > ul > li.cta-button > a:hover,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus,
.vc_btn3:hover,
.vc_btn3:focus,
.vc_general.vc_btn3.vc_btn3-color-theme_primary_color:hover {
	background: var(--csmj-green);
	border-color: var(--csmj-green);
	color: #fff;
}

.page-title {
	background-color: var(--csmj-green-dark);
	background-blend-mode: multiply;
	padding: 110px 0 70px;
}

.page-title h2,
.page-title span,
.page-title .breadcrumb li a,
.page-title .breadcrumb li.active,
.breadcrumb > li + li:before {
	color: #fff;
}

.page-title h2 {
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
}

.section-title,
.tt-section-title,
.wpb_heading {
	color: var(--csmj-ink);
	font-weight: 800;
	letter-spacing: 0;
}

.section-title:before,
.section-title:after,
.tt-section-title:before,
.tt-section-title:after {
	background: var(--csmj-gold);
}

.vc_row,
.section-wrapper {
	background-color: transparent;
}

.service-wrapper,
.work-wrapper,
.home-blog-wrapper,
.pricing-table-wrapper,
.team-wrapper,
.testimonial-wrapper,
.wpb_single_image,
.tt-icon-block,
.icon-block-wrapper {
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 8px;
	box-shadow: 0 14px 35px rgba(0, 47, 42, 0.06);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-wrapper:hover,
.work-wrapper:hover,
.home-blog-wrapper:hover,
.pricing-table-wrapper:hover,
.team-wrapper:hover,
.testimonial-wrapper:hover,
.tt-icon-block:hover,
.icon-block-wrapper:hover {
	border-color: rgba(201, 152, 67, 0.45);
	box-shadow: 0 18px 45px rgba(0, 47, 42, 0.11);
	transform: translateY(-3px);
}

.service-title a,
.work-title a,
.home-blog-content h3 a,
.entry-title a {
	color: var(--csmj-ink);
	font-weight: 800;
}

.service-title a:hover,
.work-title a:hover,
.home-blog-content h3 a:hover,
.entry-title a:hover {
	color: var(--csmj-gold);
}

.service-content,
.home-blog-content,
.entry-content,
.tt-icon-block p,
.icon-block-wrapper p {
	color: var(--csmj-muted);
}

.service-media img,
.work-wrapper img,
.home-blog-thumbnail img,
.wpb_single_image img {
	width: 100%;
	object-fit: cover;
}

.tt-overlay:before,
.header-overlay-color:before {
	background: rgba(0, 47, 42, 0.72);
}

.site-footer,
.footer-section,
.footer-default,
.footer-wrapper {
	background: var(--csmj-green-dark);
	color: rgba(255, 255, 255, 0.82);
}

.site-footer a,
.footer-section a,
.footer-wrapper a {
	color: rgba(255, 255, 255, 0.86);
}

.site-footer a:hover,
.footer-section a:hover,
.footer-wrapper a:hover {
	color: var(--csmj-gold);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea,
.form-control {
	border: 1px solid var(--csmj-border);
	border-radius: 5px;
	box-shadow: none;
}

input:focus,
textarea:focus,
.form-control:focus {
	border-color: var(--csmj-gold);
	box-shadow: 0 0 0 3px rgba(201, 152, 67, 0.16);
}

html[dir="rtl"] .navbar-nav,
body.rtl .navbar-nav {
	padding-right: 0;
}

html[dir="rtl"] .navbar-default .navbar-nav > li > a,
body.rtl .navbar-default .navbar-nav > li > a {
	letter-spacing: 0;
}

@media (max-width: 991px) {
	.header-wrapper .navbar-default > .container {
		display: block;
		min-height: 64px;
	}

	.header-wrapper .navbar-header {
		min-width: 0;
	}

	.header-wrapper .navbar-brand {
		min-height: 64px;
	}

	.header-wrapper .navbar-nav {
		display: block;
	}

	.navbar-default .navbar-toggle {
		border-color: rgba(255, 255, 255, 0.35);
	}

	.navbar-default .navbar-toggle .icon-bar {
		background: #fff;
	}

	.side {
		background: var(--csmj-green-dark);
	}

	.mobile-menu .navbar-nav li a {
		color: #fff;
	}
}

@media (max-width: 767px) {
	.page-title {
		padding: 82px 0 46px;
	}

	.page-title h2 {
		font-size: 30px;
	}

	.navbar-brand img {
		max-height: 44px;
	}
}

.csmj-page {
	background: #fbfaf7;
	color: var(--csmj-ink);
	padding-top: 0;
	text-align: right;
}

.admin-bar .csmj-page {
	padding-top: 0;
}

.csmj-inner-hero {
	position: relative;
	min-height: 230px;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(0, 47, 42, 0.74), rgba(0, 47, 42, 0.52)),
		linear-gradient(135deg, #4d4031 0%, #82684a 45%, #2d2d28 100%);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
}

.csmj-about-hero {
	min-height: 300px;
	padding-top: 130px;
	background:
		linear-gradient(90deg, rgba(0, 47, 42, 0.78), rgba(0, 47, 42, 0.48)),
		url('about-hero-mining-gems.png'),
		linear-gradient(135deg, #3b2c22 0%, #7a654a 42%, #1d2927 100%);
	background-size: cover;
	background-position: center 46%;
}

.admin-bar .csmj-about-hero {
	padding-top: 160px;
}

.csmj-inner-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 22% 30%, rgba(201, 152, 67, 0.22), transparent 26%),
		linear-gradient(180deg, transparent, rgba(0, 47, 42, 0.2));
	pointer-events: none;
}

.csmj-inner-hero .container {
	position: relative;
	z-index: 1;
}

.csmj-inner-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
}

.csmj-breadcrumb {
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.csmj-section {
	padding: 55px 0;
}

.csmj-about-panel {
	padding: 32px 0 0;
	background: #fbfaf7;
}

.csmj-about-card {
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 6px;
	padding: 34px 36px;
	box-shadow: 0 14px 35px rgba(0, 47, 42, 0.05);
}

.csmj-about-row {
	display: flex;
	align-items: center;
}

.csmj-about-copy {
	max-width: 520px;
	margin-right: auto;
}

.csmj-about-copy .csmj-section-heading h2 {
	font-size: 25px;
	margin-bottom: 14px;
}

.csmj-about-copy p {
	color: #4f5a55;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 18px;
}

.csmj-about-image {
	display: block;
	width: 100%;
	height: 245px;
	background-color: #e9ece8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(0, 47, 42, 0.12);
}

.csmj-about-intro,
.csmj-values {
	background: #fbfaf7;
}

.csmj-align-center {
	display: flex;
	align-items: center;
}

.csmj-section-heading span {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--csmj-gold);
	font-size: 13px;
	font-weight: 800;
}

.csmj-section-heading h2,
.csmj-contact-info h2,
.csmj-contact-form h2 {
	margin: 0 0 18px;
	color: var(--csmj-ink);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
}

.csmj-about-intro p {
	margin-bottom: 12px;
	color: #4f5a55;
	font-size: 15px;
}

.csmj-photo-card {
	min-height: 265px;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(0, 47, 42, 0.12);
	background-size: cover;
	background-position: center;
}

.csmj-photo-stone {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.32)),
		radial-gradient(circle at 38% 42%, #f5f5f5 0 8%, #444 9% 19%, #1f1f1f 20% 32%, transparent 33%),
		radial-gradient(circle at 58% 55%, #dadada 0 7%, #303030 8% 24%, #111 25% 36%, transparent 37%),
		linear-gradient(135deg, #f7f7f7, #131313);
}

.csmj-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 24px;
	background: var(--csmj-gold);
	border: 1px solid var(--csmj-gold);
	border-radius: 5px;
	color: #fff;
	font-weight: 800;
	line-height: 1.2;
}

.csmj-btn:hover,
.csmj-btn:focus {
	background: var(--csmj-green);
	border-color: var(--csmj-green);
	color: #fff;
}

.csmj-btn-outline {
	background: #fff;
	color: var(--csmj-green);
	border-color: var(--csmj-border);
}

.csmj-values {
	padding-top: 10px;
	padding-bottom: 65px;
}

.csmj-about-values {
	padding: 22px 0 50px;
}

.csmj-value-card {
	min-height: 245px;
	padding: 28px 28px;
	background: #fff;
	border-left: 1px solid var(--csmj-border);
	text-align: center;
	box-shadow: none;
}

.csmj-value-card:last-child {
	border-left: 0;
}

.csmj-icon {
	width: 42px;
	height: 42px;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(201, 152, 67, 0.38);
	border-radius: 50%;
	color: var(--csmj-gold);
	font-size: 20px;
	line-height: 1;
}

.csmj-value-card h3 {
	margin: 0 0 10px;
	color: var(--csmj-ink);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
}

.csmj-value-card p {
	margin: 0;
	color: var(--csmj-muted);
	font-size: 14px;
	line-height: 1.9;
}

.csmj-goals-section {
	padding: 0 0 58px;
	background: #fbfaf7;
}

.csmj-goals-card {
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 6px;
	padding: 34px 38px 30px;
	box-shadow: 0 14px 35px rgba(0, 47, 42, 0.05);
}

.csmj-goals-heading {
	margin-bottom: 20px;
	text-align: right;
}

.csmj-goals-list {
	margin: 0;
	padding: 0 22px 0 0;
	color: #4f5a55;
	font-size: 14px;
	line-height: 1.95;
}

.csmj-goals-list li {
	margin-bottom: 12px;
	padding-right: 6px;
}

.csmj-goals-list li::marker {
	color: var(--csmj-gold);
	font-weight: 800;
}

.csmj-filter {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.csmj-filter a {
	min-width: 105px;
	padding: 9px 18px;
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 5px;
	color: var(--csmj-muted);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.csmj-filter a.active,
.csmj-filter a:hover {
	background: var(--csmj-green);
	border-color: var(--csmj-green);
	color: #fff;
}

.csmj-projects-section {
	padding-top: 48px;
}

.csmj-project-card {
	margin-bottom: 28px;
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 8px;
	box-shadow: 0 14px 35px rgba(0, 47, 42, 0.06);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.csmj-project-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 45px rgba(0, 47, 42, 0.11);
}

.csmj-project-image {
	height: 172px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.csmj-project-image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 47, 42, 0.04), rgba(0, 47, 42, 0.2));
}

.csmj-project-mine {
	background: linear-gradient(135deg, rgba(0, 63, 55, 0.15), rgba(0, 0, 0, 0.2)), linear-gradient(145deg, #375660, #d2a86a 58%, #3b332b);
}

.csmj-project-gem {
	background: radial-gradient(circle at 44% 45%, #46c7d0 0 7%, #0f5a77 8% 18%, transparent 19%), linear-gradient(135deg, #0e3450, #5fb6c0, #092c34);
}

.csmj-project-training {
	background: linear-gradient(135deg, rgba(0, 63, 55, 0.25), rgba(201, 152, 67, 0.12)), linear-gradient(90deg, #363f40, #bfab86, #0f2827);
}

.csmj-project-jewelry {
	background: radial-gradient(circle at 50% 48%, #d6b56b 0 6%, transparent 7%), linear-gradient(135deg, #1b1511, #c99843, #0e2f2a);
}

.csmj-project-process {
	background: linear-gradient(135deg, #2a1e18, #806246 45%, #111);
}

.csmj-project-truck {
	background: linear-gradient(135deg, #4f5b4f, #c99843 48%, #17231f);
}

.csmj-project-body {
	padding: 17px 18px 19px;
	text-align: right;
}

.csmj-project-body h2 {
	margin: 0 0 6px;
	color: var(--csmj-ink);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.55;
	min-height: 50px;
}

.csmj-project-body span {
	color: var(--csmj-gold);
	font-size: 13px;
	font-weight: 700;
}

.csmj-contact-info,
.csmj-contact-form {
	min-height: 360px;
	padding: 32px;
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 8px;
	box-shadow: 0 14px 35px rgba(0, 47, 42, 0.06);
}

.csmj-contact-info ul {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.csmj-contact-info li {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 13px;
	color: var(--csmj-muted);
	font-size: 14px;
}

.csmj-contact-info li span {
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(201, 152, 67, 0.12);
	color: var(--csmj-gold);
	font-weight: 800;
}

.csmj-social {
	display: flex;
	gap: 8px;
}

.csmj-social a {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--csmj-border);
	border-radius: 50%;
	color: var(--csmj-green);
	font-size: 12px;
	font-weight: 800;
}

.csmj-social a:hover {
	background: var(--csmj-green);
	border-color: var(--csmj-green);
	color: #fff;
}

.csmj-contact-form input,
.csmj-contact-form textarea {
	width: 100%;
	margin-bottom: 14px;
	padding: 12px 14px;
	background: #fbfaf7;
	border: 1px solid var(--csmj-border);
	border-radius: 5px;
	color: var(--csmj-ink);
	text-align: right;
}

.csmj-contact-form textarea {
	resize: vertical;
}

@media (max-width: 991px) {
	.csmj-align-center {
		display: block;
	}

	.csmj-photo-card,
	.csmj-contact-info {
		margin-bottom: 24px;
	}

	.csmj-about-row {
		display: block;
	}

	.csmj-about-copy {
		max-width: none;
		margin: 0 0 24px;
	}
}

@media (max-width: 767px) {
	.csmj-inner-hero {
		min-height: 150px;
	}

	.csmj-about-hero {
		min-height: 250px;
		padding-top: 105px;
	}

	.admin-bar .csmj-about-hero {
		padding-top: 120px;
	}

	.csmj-inner-hero h1 {
		font-size: 29px;
	}

	.csmj-section {
		padding: 38px 0;
	}

	.csmj-about-card {
		padding: 22px 18px;
	}

	.csmj-about-image {
		height: 220px;
	}

	.csmj-goals-card {
		padding: 26px 18px 20px;
	}

	.csmj-value-card {
		border-left: 0;
		border-bottom: 1px solid var(--csmj-border);
	}

	.csmj-contact-info,
	.csmj-contact-form {
		padding: 24px 18px;
	}
}

/* Compact CSMJ header override */
.header-wrapper.navbar-fixed-top,
.header-wrapper.navbar-fixed-top.sticky {
	background: var(--csmj-green) !important;
	box-shadow: 0 6px 18px rgba(0, 47, 42, 0.12);
}

.header-wrapper .navbar-default,
.header-wrapper.navbar-fixed-top.sticky .navbar-default {
	min-height: 86px !important;
	background: var(--csmj-green) !important;
}

.header-wrapper .navbar-default > .container {
	min-height: 86px !important;
	align-items: center;
}

.header-wrapper .navbar-brand {
	min-height: 86px !important;
	padding: 0 !important;
}

.header-wrapper .navbar-brand img {
	max-height: 54px !important;
	width: auto;
}

.header-wrapper .navbar-brand h1 {
	line-height: 1 !important;
}

.header-wrapper .navbar-nav > li > a,
.header-wrapper.sticky .navbar-default .navbar-nav > li > a {
	padding: 35px 12px 31px !important;
	font-size: 14px !important;
	line-height: 1 !important;
}

.header-wrapper .attr-nav > ul > li > a {
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 1 !important;
}

.header-wrapper .main-menu {
	align-items: center;
}

.csmj-about-hero {
	min-height: 275px !important;
	padding-top: 86px !important;
	background-position: center center !important;
}

.admin-bar .csmj-about-hero {
	padding-top: 118px !important;
}

.csmj-about-hero h1 {
	font-size: 42px !important;
	margin-top: 16px;
}

@media (max-width: 991px) {
	.header-wrapper .navbar-default,
	.header-wrapper.navbar-fixed-top.sticky .navbar-default,
	.header-wrapper .navbar-default > .container,
	.header-wrapper .navbar-brand {
		min-height: 66px !important;
	}

	.header-wrapper .navbar-brand img {
		max-height: 44px !important;
	}

	.csmj-about-hero {
		min-height: 235px !important;
		padding-top: 78px !important;
	}
}

/* Projects page refresh */
.csmj-inner-hero-projects {
	min-height: 245px !important;
	padding-top: 86px;
	background-size: cover !important;
	background-position: center center !important;
}

.admin-bar .csmj-inner-hero-projects {
	padding-top: 118px;
}

.csmj-projects-section {
	background: #fdfcf9;
	padding-top: 44px;
}

.csmj-filter {
	margin-bottom: 31px;
}

.csmj-filter button {
	min-width: 112px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 4px;
	color: var(--csmj-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.csmj-filter button.active,
.csmj-filter button:hover {
	background: var(--csmj-green);
	border-color: var(--csmj-green);
	color: #fff;
}

.csmj-projects-grid {
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
}

.csmj-project-card {
	border-radius: 7px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0, 47, 42, 0.07);
}

.csmj-project-image {
	height: 176px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.csmj-project-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.csmj-project-body {
	min-height: 118px;
	background: #fff;
}

.csmj-project-body h2 {
	font-size: 15px;
	min-height: auto;
}

.csmj-project-excerpt {
	margin: 8px 0 12px;
	color: var(--csmj-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.75;
}

.csmj-read-more {
	display: inline-flex;
	align-items: center;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--csmj-gold);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
}

.csmj-read-more:after {
	content: "";
	width: 18px;
	height: 1px;
	margin-right: 8px;
	background: currentColor;
}

.csmj-read-more:hover {
	color: var(--csmj-green);
}

@media (max-width: 767px) {
	.csmj-inner-hero-projects {
		min-height: 215px !important;
		padding-top: 76px;
	}

	.admin-bar .csmj-inner-hero-projects {
		padding-top: 106px;
	}

	.csmj-filter {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	.csmj-filter button {
		flex: 0 0 auto;
		min-width: 104px;
	}
}

/* Contact page refresh */
.csmj-inner-hero-contact {
	min-height: 245px !important;
	padding-top: 86px;
	background-size: cover !important;
	background-position: center center !important;
}

.admin-bar .csmj-inner-hero-contact {
	padding-top: 118px;
}

.csmj-contact-section {
	background: #fdfcf9;
	padding-top: 56px;
	padding-bottom: 70px;
}

.csmj-contact-row {
	display: flex;
	align-items: stretch;
}

.csmj-contact-info,
.csmj-contact-form {
	min-height: 410px;
	border-radius: 7px;
	box-shadow: 0 16px 42px rgba(0, 47, 42, 0.07);
}

.csmj-contact-info {
	text-align: center;
}

.csmj-contact-info h2,
.csmj-contact-form h2 {
	position: relative;
	margin-bottom: 28px;
	font-size: 24px;
}

.csmj-contact-info h2:after,
.csmj-contact-form h2:after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	margin: 12px auto 0;
	background: var(--csmj-gold);
}

.csmj-contact-form h2:after {
	margin-right: 0;
}

.csmj-contact-info li {
	justify-content: center;
	font-weight: 700;
}

.csmj-contact-info li span {
	background: transparent;
	color: var(--csmj-green);
	font-size: 19px;
}

.csmj-contact-info .csmj-social {
	justify-content: center;
	margin-top: 22px;
}

.csmj-contact-info .csmj-social a {
	color: var(--csmj-green);
	font-size: 14px;
}

.csmj-contact-form {
	padding: 34px 42px;
}

.csmj-contact-form input,
.csmj-contact-form textarea {
	background: #fff;
	border-color: #eee3d3;
	box-shadow: none;
}

.csmj-contact-form input:focus,
.csmj-contact-form textarea:focus {
	border-color: var(--csmj-gold);
	outline: 0;
}

.csmj-contact-form .csmj-btn {
	min-width: 150px;
	background: var(--csmj-gold);
	border-color: var(--csmj-gold);
	color: #fff;
}

.csmj-contact-form .csmj-btn:hover {
	background: var(--csmj-green);
	border-color: var(--csmj-green);
}

.csmj-form-alert {
	margin-bottom: 18px;
	padding: 13px 15px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.csmj-form-success {
	background: rgba(0, 79, 69, 0.08);
	border: 1px solid rgba(0, 79, 69, 0.22);
	color: var(--csmj-green);
}

.csmj-form-error {
	background: rgba(185, 42, 42, 0.08);
	border: 1px solid rgba(185, 42, 42, 0.22);
	color: #9f2525;
}

@media (max-width: 991px) {
	.csmj-contact-row {
		display: block;
	}
}

@media (max-width: 767px) {
	.csmj-inner-hero-contact {
		min-height: 215px !important;
		padding-top: 76px;
	}

	.admin-bar .csmj-inner-hero-contact {
		padding-top: 106px;
	}

	.csmj-contact-form {
		padding: 24px 18px;
	}
}

/* Home page */
.csmj-home-page {
	background: #fdfcf9;
}

.csmj-home-hero {
	position: relative;
	min-height: 660px;
	padding: 170px 0 92px;
	background-size: cover;
	background-position: center left;
	overflow: visible;
}

.csmj-home-hero-copy {
	max-width: 560px;
	margin-right: auto;
	text-align: right;
}

.csmj-home-hero-copy h1 {
	margin: 0 0 18px;
	color: var(--csmj-green-dark);
	font-size: 42px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.csmj-home-hero-copy p {
	margin: 0 0 25px;
	color: #3d4945;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.95;
}

.csmj-home-actions {
	display: flex;
	align-items: center;
	gap: 13px;
	flex-wrap: wrap;
}

.csmj-home-feature-panel {
	position: absolute;
	right: 50%;
	bottom: -44px;
	transform: translateX(50%);
	width: min(1040px, calc(100% - 48px));
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	padding: 28px 34px;
	background: var(--csmj-green);
	border-radius: 8px;
	box-shadow: 0 22px 50px rgba(0, 47, 42, 0.2);
}

.csmj-home-feature {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 14px 22px;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	text-align: right;
}

.csmj-home-feature:nth-child(3n) {
	border-left: 0;
}

.csmj-home-feature i {
	min-width: 34px;
	color: var(--csmj-gold);
	font-size: 27px;
	text-align: center;
}

.csmj-home-feature strong,
.csmj-home-feature span {
	display: block;
	color: #fff;
	line-height: 1.45;
}

.csmj-home-feature strong {
	font-size: 14px;
	font-weight: 900;
}

.csmj-home-feature span {
	font-size: 12px;
	opacity: 0.84;
}

.csmj-home-stats {
	padding: 98px 0 46px;
	background: #fff;
}

.csmj-home-heading {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.csmj-home-heading h2 {
	margin: 0;
	color: var(--csmj-ink);
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
}

.csmj-home-heading:before,
.csmj-home-heading:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 1px;
	margin: 0 13px 8px;
	background: var(--csmj-gold-soft);
}

.csmj-home-stats-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 7px;
	box-shadow: 0 12px 32px rgba(0, 47, 42, 0.05);
}

.csmj-home-stat {
	padding: 24px 14px 22px;
	border-left: 1px solid var(--csmj-border);
	text-align: center;
}

.csmj-home-stat:last-child {
	border-left: 0;
}

.csmj-home-stat i {
	display: block;
	margin-bottom: 9px;
	color: var(--csmj-gold);
	font-size: 22px;
}

.csmj-home-stat strong {
	display: block;
	color: var(--csmj-green);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}

.csmj-home-stat span {
	display: block;
	margin-top: 6px;
	color: var(--csmj-muted);
	font-size: 12px;
	font-weight: 800;
}

.csmj-home-fields {
	padding: 38px 0 64px;
	background: #fff;
}

.csmj-home-fields-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.csmj-home-field-card {
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 10px 28px rgba(0, 47, 42, 0.06);
}

.csmj-home-field-card img {
	width: 100%;
	height: 128px;
	display: block;
	object-fit: cover;
}

.csmj-home-field-card h3 {
	margin: 0;
	padding: 14px 8px 16px;
	color: var(--csmj-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
}

.csmj-home-cta {
	padding: 0 0 72px;
	background: #fff;
}

.csmj-home-cta-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 180px;
	padding: 34px 44px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	color: #fff;
}

.csmj-home-cta-box h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
}

.csmj-home-cta-box p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 700;
}

.csmj-home-cta-box .csmj-btn-outline {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff !important;
}

.csmj-home-cta-box .csmj-btn-outline:hover {
	background: #fff !important;
	border-color: #fff;
	color: var(--csmj-green) !important;
}

.csmj-home-projects,
.csmj-home-initiatives,
.csmj-home-memberships,
.csmj-home-partners,
.csmj-home-news {
	padding: 58px 0;
	background: #fdfcf9;
}

.csmj-home-projects,
.csmj-home-memberships,
.csmj-home-news {
	background: #fff;
}

.csmj-home-section-top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.csmj-home-section-top h2 {
	margin: 0;
	color: var(--csmj-ink);
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
}

.csmj-home-section-top a,
.csmj-home-section-top span {
	color: var(--csmj-muted);
	font-size: 13px;
	font-weight: 700;
}

.csmj-home-section-top a:hover {
	color: var(--csmj-gold);
}

.csmj-home-projects-grid,
.csmj-home-initiative-grid,
.csmj-home-membership-grid,
.csmj-home-news-grid {
	display: grid;
	gap: 20px;
}

.csmj-home-projects-grid {
	grid-template-columns: repeat(4, 1fr);
}

.csmj-home-project-card,
.csmj-home-initiative-card,
.csmj-home-membership-card,
.csmj-home-news-card,
.csmj-home-partner {
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 7px;
	box-shadow: 0 12px 30px rgba(0, 47, 42, 0.06);
	overflow: hidden;
}

.csmj-home-project-card img,
.csmj-home-news-card img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.csmj-home-project-card img {
	height: 142px;
}

.csmj-home-project-card h3 {
	min-height: 56px;
	margin: 0;
	padding: 14px 14px 4px;
	color: var(--csmj-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.55;
}

.csmj-home-project-card span {
	display: block;
	padding: 0 14px 16px;
	color: var(--csmj-gold);
	font-size: 12px;
	font-weight: 800;
}

.csmj-home-initiative-grid {
	grid-template-columns: repeat(4, 1fr);
}

.csmj-home-initiative-card {
	padding: 28px 16px 26px;
	text-align: center;
}

.csmj-home-initiative-card i {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	border: 1px solid var(--csmj-gold-soft);
	border-radius: 50%;
	color: var(--csmj-gold);
	font-size: 24px;
}

.csmj-home-initiative-card h3 {
	margin: 0;
	color: var(--csmj-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.55;
}

.csmj-home-membership-grid {
	grid-template-columns: repeat(4, 1fr);
}

.csmj-home-membership-card {
	padding: 30px 18px 24px;
	text-align: center;
}

.csmj-home-membership-card.is-featured {
	background: var(--csmj-green);
	border-color: var(--csmj-green);
	color: #fff;
}

.csmj-home-membership-card i {
	color: var(--csmj-gold);
	font-size: 25px;
}

.csmj-home-membership-card h3 {
	margin: 16px 0 10px;
	color: var(--csmj-ink);
	font-size: 17px;
	font-weight: 900;
}

.csmj-home-membership-card p {
	min-height: 54px;
	margin: 0 0 18px;
	color: var(--csmj-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.csmj-home-membership-card a {
	display: inline-flex;
	padding: 8px 18px;
	border: 1px solid var(--csmj-border);
	border-radius: 4px;
	color: var(--csmj-green);
	font-size: 12px;
	font-weight: 900;
}

.csmj-home-membership-card.is-featured h3,
.csmj-home-membership-card.is-featured p,
.csmj-home-membership-card.is-featured a {
	color: #fff;
}

.csmj-home-membership-card.is-featured a {
	border-color: rgba(255, 255, 255, 0.34);
}

.csmj-home-partners-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.csmj-home-partner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 72px;
	padding: 12px;
	color: var(--csmj-muted);
	text-align: center;
}

.csmj-home-partner i {
	color: var(--csmj-gold);
	font-size: 22px;
}

.csmj-home-partner img {
	max-width: 92px;
	max-height: 44px;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}

.csmj-home-partner span {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.45;
}

.csmj-home-news-grid {
	grid-template-columns: repeat(3, 1fr);
}

.csmj-home-news-card img {
	height: 150px;
}

.csmj-home-news-card div {
	padding: 16px 18px 20px;
}

.csmj-home-news-card span {
	color: var(--csmj-gold);
	font-size: 12px;
	font-weight: 800;
}

.csmj-home-news-card h3 {
	margin: 8px 0 0;
	color: var(--csmj-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.65;
}

.csmj-home-footer-band {
	padding: 38px 0 0;
	background: #fff;
}

.csmj-home-footer-content {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 42px;
	padding: 34px 38px;
	background: var(--csmj-green);
	color: #fff;
}

.csmj-home-footer-content h2,
.csmj-home-footer-content h3 {
	margin: 0 0 15px;
	color: #fff;
	font-weight: 900;
}

.csmj-home-footer-content h2 {
	font-size: 20px;
}

.csmj-home-footer-content h3 {
	font-size: 16px;
}

.csmj-home-footer-content form {
	display: flex;
	max-width: 390px;
}

.csmj-home-footer-content input {
	flex: 1;
	padding: 11px 14px;
	border: 0;
	color: var(--csmj-ink);
}

.csmj-home-footer-content button {
	padding: 11px 22px;
	border: 0;
	background: var(--csmj-gold);
	color: #fff;
	font-weight: 900;
}

.csmj-home-footer-content p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.9;
}

.csmj-footer-social-icons {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 22px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.csmj-footer-social-icons li {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
}

.csmj-footer-social-icons li:before,
.csmj-footer-social-icons li:after {
	display: none !important;
	content: none !important;
}

.csmj-footer-social-icons a {
	width: 48px;
	height: 48px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff !important;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.csmj-footer-social-icons a svg,
.csmj-contact-info .csmj-social a svg {
	width: 20px;
	height: 20px;
	display: block;
	fill: currentColor;
}

.csmj-footer-social-icons a:hover {
	color: #fff !important;
	opacity: 0.88;
	transform: translateY(-2px);
}

.csmj-footer-social-icons .youtube a {
	background: #ff0000;
}

.csmj-footer-social-icons .facebook a {
	background: #1877f2;
}

.csmj-footer-social-icons .instagram a {
	background: linear-gradient(135deg, #f58529 0%, #dd2a7b 44%, #8134af 72%, #515bd4 100%);
}

.csmj-footer-social-icons .x-twitter a,
.csmj-footer-social-icons .twitter a {
	background: #000;
}

.csmj-footer-social-icons .snapchat a {
	background: #fffc00;
	color: #111 !important;
}

.csmj-footer-social-icons .tiktok a {
	background: #111;
}

.csmj-footer-social-icons .jaco a {
	background: #0aa37f;
}

.csmj-contact-info .csmj-social {
	gap: 10px;
	flex-wrap: wrap;
}

.csmj-contact-info .csmj-social a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff !important;
}

.csmj-contact-info .csmj-social .csmj-contact-social-youtube {
	background: #ff0000;
}

.csmj-contact-info .csmj-social .csmj-contact-social-facebook {
	background: #1877f2;
}

.csmj-contact-info .csmj-social .csmj-contact-social-instagram {
	background: linear-gradient(135deg, #f58529 0%, #dd2a7b 44%, #8134af 72%, #515bd4 100%);
}

.csmj-contact-info .csmj-social .csmj-contact-social-x {
	background: #000;
}

.csmj-contact-info .csmj-social .csmj-contact-social-snapchat {
	background: #fffc00;
	color: #111 !important;
}

.csmj-contact-info .csmj-social .csmj-contact-social-tiktok {
	background: #111;
}

.csmj-contact-info .csmj-social .csmj-contact-social-jaco {
	background: #0aa37f;
}

.main-menu ul,
.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu .csmj-auto-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.main-menu .csmj-auto-menu-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.main-menu .csmj-auto-menu-item:before,
.main-menu .csmj-auto-menu-item:after {
	display: none !important;
	content: none !important;
}

.main-menu .csmj-auto-menu-item a {
	display: inline-flex;
	align-items: center;
	min-height: 76px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	white-space: nowrap;
}

.main-menu .csmj-auto-menu-item a:hover {
	color: var(--csmj-gold);
}

.csmj-inner-hero-news {
	min-height: 245px !important;
	padding-top: 86px;
	background-size: cover !important;
	background-position: center center !important;
}

.admin-bar .csmj-inner-hero-news {
	padding-top: 118px;
}

.csmj-news-section {
	background: #fdfcf9;
	padding-top: 56px;
	padding-bottom: 76px;
}

.csmj-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.csmj-news-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 7px;
	box-shadow: 0 14px 36px rgba(0, 47, 42, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.csmj-news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(0, 47, 42, 0.11);
}

.csmj-news-image {
	display: block;
	height: 205px;
	background: #e9eeeb;
}

.csmj-news-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.csmj-news-body {
	min-height: 230px;
	padding: 22px 24px 24px;
	text-align: right;
}

.csmj-news-body span {
	display: inline-block;
	margin-bottom: 9px;
	color: var(--csmj-gold);
	font-size: 12px;
	font-weight: 800;
}

.csmj-news-body h2 {
	margin: 0 0 12px;
	color: var(--csmj-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.55;
}

.csmj-news-body h2 a {
	color: inherit;
}

.csmj-news-body p {
	margin: 0 0 16px;
	color: var(--csmj-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.csmj-news-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--csmj-gold);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.csmj-news-more:after {
	content: "";
	width: 24px;
	height: 1px;
	background: currentColor;
}

.csmj-news-more-static {
	cursor: default;
}

.csmj-inner-hero-services {
	min-height: 245px !important;
	padding-top: 86px;
	background-size: cover !important;
	background-position: center center !important;
}

.admin-bar .csmj-inner-hero-services {
	padding-top: 118px;
}

.csmj-inner-hero-memberships {
	min-height: 245px !important;
	padding-top: 86px;
	background-size: cover !important;
	background-position: center center !important;
}

.admin-bar .csmj-inner-hero-memberships {
	padding-top: 118px;
}

.csmj-inner-hero-initiatives {
	min-height: 245px !important;
	padding-top: 86px;
	background-size: cover !important;
	background-position: center center !important;
}

.admin-bar .csmj-inner-hero-initiatives {
	padding-top: 118px;
}

.csmj-services-section {
	background: #fdfcf9;
	padding-top: 56px;
	padding-bottom: 76px;
}

.csmj-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.csmj-service-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 7px;
	box-shadow: 0 14px 36px rgba(0, 47, 42, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.csmj-service-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(0, 47, 42, 0.11);
}

.csmj-service-image {
	height: 190px;
	background: #e9eeeb;
}

.csmj-service-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.csmj-service-body {
	position: relative;
	min-height: 255px;
	padding: 38px 24px 24px;
	text-align: center;
}

.csmj-service-icon {
	position: absolute;
	top: -27px;
	right: 50%;
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(205, 150, 54, 0.42);
	border-radius: 50%;
	background: #fff;
	color: var(--csmj-gold);
	font-size: 20px;
	transform: translateX(50%);
}

.csmj-service-body h2 {
	margin: 0 0 12px;
	color: var(--csmj-ink);
	font-size: 19px;
	font-weight: 900;
	line-height: 1.55;
}

.csmj-service-body p,
.csmj-service-details {
	margin: 0 0 16px;
	color: var(--csmj-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.85;
}

.csmj-service-details {
	padding-top: 14px;
	border-top: 1px solid var(--csmj-border);
}

.csmj-service-more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--csmj-gold);
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

.csmj-service-more:after {
	content: "";
	width: 24px;
	height: 1px;
	background: currentColor;
}

.csmj-memberships-section {
	background: #fdfcf9;
	padding-top: 56px;
	padding-bottom: 76px;
}

.csmj-memberships-intro {
	max-width: 860px;
	margin: 0 auto 34px;
	text-align: center;
}

.csmj-memberships-intro span {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--csmj-gold);
	font-size: 14px;
	font-weight: 900;
}

.csmj-memberships-intro h2 {
	margin: 0 0 14px;
	color: var(--csmj-ink);
	font-size: 31px;
	font-weight: 900;
	line-height: 1.35;
}

.csmj-memberships-intro p {
	margin: 0;
	color: var(--csmj-muted);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.95;
}

.csmj-memberships-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.csmj-membership-card {
	min-height: 270px;
	padding: 34px 20px 24px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 7px;
	box-shadow: 0 14px 36px rgba(0, 47, 42, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.csmj-membership-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(0, 47, 42, 0.11);
}

.csmj-membership-card.is-featured {
	background: var(--csmj-green);
	border-color: var(--csmj-green);
	color: #fff;
}

.csmj-membership-card i {
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(205, 150, 54, 0.36);
	border-radius: 50%;
	color: var(--csmj-gold);
	font-size: 24px;
}

.csmj-membership-card h2 {
	margin: 18px 0 10px;
	color: var(--csmj-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5;
}

.csmj-membership-card p,
.csmj-membership-details {
	margin: 0 0 18px;
	color: var(--csmj-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.85;
}

.csmj-membership-details {
	padding-top: 14px;
	border-top: 1px solid var(--csmj-border);
}

.csmj-membership-card.is-featured h2,
.csmj-membership-card.is-featured p,
.csmj-membership-card.is-featured .csmj-membership-details {
	color: #fff;
}

.csmj-membership-card.is-featured .csmj-membership-details {
	border-top-color: rgba(255, 255, 255, 0.22);
}

.csmj-membership-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	border: 1px solid var(--csmj-border);
	border-radius: 4px;
	background: transparent;
	color: var(--csmj-green);
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.csmj-membership-card.is-featured .csmj-membership-more {
	border-color: rgba(255, 255, 255, 0.34);
	color: #fff;
}

.csmj-memberships-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 34px;
	padding: 28px 34px;
	border-radius: 7px;
	background:
		linear-gradient(90deg, rgba(0, 64, 57, 0.96), rgba(0, 64, 57, 0.82)),
		url('project-jewelry-incubator.jpg') center/cover;
	color: #fff;
}

.csmj-memberships-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
}

.csmj-memberships-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.csmj-memberships-cta a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 145px;
	padding: 12px 22px;
	border-radius: 5px;
	background: var(--csmj-gold);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

.csmj-initiatives-section {
	background: #fdfcf9;
	padding-top: 56px;
	padding-bottom: 76px;
}

.csmj-initiatives-intro {
	max-width: 860px;
	margin: 0 auto 34px;
	text-align: center;
}

.csmj-initiatives-intro span {
	display: inline-block;
	margin-bottom: 8px;
	color: var(--csmj-gold);
	font-size: 14px;
	font-weight: 900;
}

.csmj-initiatives-intro h2 {
	margin: 0 0 14px;
	color: var(--csmj-ink);
	font-size: 31px;
	font-weight: 900;
	line-height: 1.35;
}

.csmj-initiatives-intro p {
	margin: 0;
	color: var(--csmj-muted);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.95;
}

.csmj-initiatives-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.csmj-initiative-card {
	min-height: 285px;
	padding: 32px 20px 24px;
	text-align: center;
	background: #fff;
	border: 1px solid var(--csmj-border);
	border-radius: 7px;
	box-shadow: 0 14px 36px rgba(0, 47, 42, 0.07);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.csmj-initiative-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 48px rgba(0, 47, 42, 0.11);
}

.csmj-initiative-icon {
	width: 62px;
	height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border: 1px solid var(--csmj-gold-soft);
	border-radius: 50%;
	color: var(--csmj-gold);
	font-size: 25px;
}

.csmj-initiative-card h2 {
	margin: 0 0 12px;
	color: var(--csmj-ink);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.55;
}

.csmj-initiative-card p,
.csmj-initiative-details {
	margin: 0 0 18px;
	color: var(--csmj-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.85;
}

.csmj-initiative-details {
	padding-top: 14px;
	border-top: 1px solid var(--csmj-border);
}

.csmj-initiative-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	border: 1px solid var(--csmj-border);
	border-radius: 4px;
	background: transparent;
	color: var(--csmj-green);
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

@media (max-width: 991px) {
	.csmj-home-hero {
		min-height: auto;
		padding: 132px 0 120px;
	}

	.csmj-home-hero-copy {
		max-width: 100%;
	}

	.csmj-home-feature-panel {
		position: static;
		width: 100%;
		margin-top: 32px;
		transform: none;
		grid-template-columns: repeat(2, 1fr);
	}

	.csmj-home-feature:nth-child(3n) {
		border-left: 1px solid rgba(255, 255, 255, 0.12);
	}

	.csmj-home-feature:nth-child(2n) {
		border-left: 0;
	}

	.csmj-home-stats {
		padding-top: 54px;
	}

	.csmj-home-stats-grid,
	.csmj-home-fields-grid,
	.csmj-home-projects-grid,
	.csmj-home-initiative-grid,
	.csmj-home-membership-grid,
	.csmj-home-partners-grid,
	.csmj-home-news-grid,
	.csmj-news-grid,
	.csmj-services-grid,
	.csmj-memberships-grid,
	.csmj-initiatives-grid,
	.csmj-home-footer-content {
		grid-template-columns: repeat(2, 1fr);
	}

	.csmj-home-cta-box {
		display: block;
	}

	.csmj-home-cta-box .csmj-home-actions {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.csmj-home-hero {
		padding: 100px 0 42px;
	}

	.csmj-home-hero-copy h1 {
		font-size: 29px;
	}

	.csmj-home-hero-copy p {
		font-size: 14px;
	}

	.csmj-home-feature-panel,
	.csmj-home-stats-grid,
	.csmj-home-fields-grid,
	.csmj-home-projects-grid,
	.csmj-home-initiative-grid,
	.csmj-home-membership-grid,
	.csmj-home-partners-grid,
	.csmj-home-news-grid,
	.csmj-news-grid,
	.csmj-services-grid,
	.csmj-memberships-grid,
	.csmj-initiatives-grid,
	.csmj-home-footer-content {
		grid-template-columns: 1fr;
	}

	.csmj-inner-hero-news {
		min-height: 215px !important;
		padding-top: 76px;
	}

	.admin-bar .csmj-inner-hero-news {
		padding-top: 106px;
	}

	.csmj-inner-hero-services {
		min-height: 215px !important;
		padding-top: 76px;
	}

	.admin-bar .csmj-inner-hero-services {
		padding-top: 106px;
	}

	.csmj-inner-hero-memberships {
		min-height: 215px !important;
		padding-top: 76px;
	}

	.admin-bar .csmj-inner-hero-memberships {
		padding-top: 106px;
	}

	.csmj-inner-hero-initiatives {
		min-height: 215px !important;
		padding-top: 76px;
	}

	.admin-bar .csmj-inner-hero-initiatives {
		padding-top: 106px;
	}

	.csmj-memberships-cta {
		display: block;
		padding: 26px 22px;
	}

	.csmj-memberships-cta a {
		margin-top: 18px;
	}

	.csmj-home-section-top {
		display: block;
		text-align: right;
	}

	.csmj-home-section-top h2 {
		margin-top: 8px;
		font-size: 23px;
	}

	.csmj-home-feature,
	.csmj-home-feature:nth-child(2n),
	.csmj-home-feature:nth-child(3n),
	.csmj-home-stat {
		border-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.csmj-home-stat {
		border-bottom-color: var(--csmj-border);
	}

	.csmj-home-heading h2 {
		font-size: 23px;
	}

	.csmj-home-cta-box {
		padding: 28px 22px;
	}

	.csmj-home-footer-content {
		padding: 28px 20px;
	}

	.csmj-footer-social-icons {
		gap: 9px;
	}

	.csmj-footer-social-icons a {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	body.admin-bar {
		padding-top: 0 !important;
	}

	.header-wrapper,
	.header-wrapper.navbar-fixed-top,
	.header-wrapper.navbar-fixed-top.sticky {
		position: sticky !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		width: 100% !important;
		background: var(--csmj-green) !important;
		z-index: 9999 !important;
	}

	.admin-bar .header-wrapper,
	.admin-bar .header-wrapper.navbar-fixed-top,
	.admin-bar .header-wrapper.navbar-fixed-top.sticky {
		top: 0 !important;
	}

	.header-wrapper .navbar-default,
	.header-wrapper.navbar-fixed-top.sticky .navbar-default,
	.header-wrapper .navbar-default > .container,
	.header-wrapper .navbar-brand {
		min-height: 74px !important;
	}

	.header-wrapper .navbar-default > .container {
		position: relative;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		padding-right: 16px;
		padding-left: 16px;
	}

	.header-wrapper .navbar-header {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		float: none !important;
	}

	.header-wrapper .navbar-brand {
		min-width: 0;
		padding: 0 !important;
	}

	.header-wrapper .navbar-brand img {
		max-height: 48px !important;
		width: auto;
	}

	.navbar-default .navbar-toggle {
		position: absolute;
		top: 18px;
		left: 16px;
		right: auto;
		margin: 0 !important;
		border: 0 !important;
		background: transparent !important;
	}

	.navbar-default .navbar-toggle .icon-bar {
		width: 25px;
		height: 3px;
		background: #fff !important;
	}

	.header-wrapper .attr-nav {
		position: absolute;
		top: 18px;
		left: 58px;
		right: auto;
		margin: 0 !important;
	}

	.header-wrapper .attr-nav > ul > li > a {
		color: #fff !important;
	}

	.header-wrapper .main-menu-wrapper,
	.header-wrapper .main-menu,
	.navbar-collapse,
	.navbar-collapse.collapse,
	.navbar-collapse.collapse.in,
	.mobile-menu,
	.side,
	.side.on {
		position: static !important;
		inset: auto !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		background: var(--csmj-green) !important;
		box-shadow: none !important;
		transform: none !important;
	}

	.navbar-collapse,
	.mobile-menu {
		border: 0 !important;
	}

	.header-wrapper .navbar-nav,
	.mobile-menu .navbar-nav,
	.main-menu .csmj-auto-menu {
		display: block !important;
		width: 100% !important;
		padding: 10px 0 14px !important;
		background: var(--csmj-green) !important;
		text-align: right;
	}

	.header-wrapper .navbar-nav > li,
	.mobile-menu .navbar-nav > li,
	.main-menu .csmj-auto-menu > li {
		display: block !important;
		float: none !important;
		width: 100% !important;
	}

	.header-wrapper .navbar-nav > li > a,
	.header-wrapper.sticky .navbar-default .navbar-nav > li > a,
	.mobile-menu .navbar-nav li a,
	.main-menu .csmj-auto-menu > li > a {
		display: block !important;
		padding: 12px 22px !important;
		color: #fff !important;
		font-size: 17px !important;
		font-weight: 900 !important;
		line-height: 1.4 !important;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		background: transparent !important;
	}

	.header-wrapper .navbar-nav > li > a:after,
	.main-menu .csmj-auto-menu > li > a:after {
		display: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-hero {
		min-height: auto !important;
		padding: 42px 0 34px !important;
		background-position: center center !important;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy {
		max-width: 100% !important;
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy h1 {
		margin-bottom: 12px;
		font-size: 31px !important;
		line-height: 1.32 !important;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy p {
		margin-bottom: 18px;
		font-size: 15px !important;
		line-height: 1.85 !important;
	}

	body.page-template-template-csmj-home .csmj-home-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		max-width: 300px;
		margin: 0 auto;
	}

	body.page-template-template-csmj-home .csmj-btn {
		width: 100%;
		min-height: 48px;
		padding: 12px 18px;
		font-size: 17px;
	}

	body.page-template-template-csmj-home .csmj-home-feature-panel {
		width: calc(100% - 32px);
		margin: 24px auto 0;
		grid-template-columns: 1fr;
		border-radius: 8px;
	}

	body.page-template-template-csmj-home .csmj-home-feature {
		padding: 18px 20px;
		border-left: 0 !important;
	}

	body.page-template-template-csmj-home .csmj-home-projects,
	body.page-template-template-csmj-home .csmj-home-initiatives,
	body.page-template-template-csmj-home .csmj-home-memberships,
	body.page-template-template-csmj-home .csmj-home-news {
		display: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-stats,
	body.page-template-template-csmj-home .csmj-home-fields,
	body.page-template-template-csmj-home .csmj-home-partners,
	body.page-template-template-csmj-home .csmj-home-cta {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	body.page-template-template-csmj-home .csmj-home-stats-grid,
	body.page-template-template-csmj-home .csmj-home-fields-grid,
	body.page-template-template-csmj-home .csmj-home-partners-grid {
		grid-template-columns: 1fr 1fr !important;
		gap: 12px !important;
	}

	body.page-template-template-csmj-home .csmj-home-stat {
		padding: 18px 8px;
	}

	body.page-template-template-csmj-home .csmj-home-stat strong {
		font-size: 20px;
	}

	body.page-template-template-csmj-home .csmj-home-field-card img {
		height: 96px;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box {
		min-height: 0;
		padding: 26px 20px;
		text-align: center;
	}
}

@media (max-width: 767px) {
	#wpadminbar {
		display: none !important;
	}

	html {
		margin-top: 0 !important;
	}

	body.admin-bar {
		margin-top: 0 !important;
	}

	.header-wrapper,
	.header-wrapper.navbar-fixed-top,
	.header-wrapper.navbar-fixed-top.sticky {
		height: auto !important;
		min-height: 76px !important;
		overflow: visible !important;
	}

	.header-wrapper .navbar-default,
	.header-wrapper.navbar-fixed-top.sticky .navbar-default {
		min-height: 76px !important;
	}

	.header-wrapper .navbar-default > .container {
		min-height: 76px !important;
		display: block !important;
		padding: 0 18px !important;
	}

	.header-wrapper .navbar-header {
		position: relative;
		width: 100%;
		min-height: 76px !important;
		display: flex !important;
		align-items: center;
		justify-content: center !important;
	}

	.header-wrapper .navbar-brand {
		position: static !important;
		width: auto !important;
		max-width: 245px !important;
		min-height: 76px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		margin: 0 auto !important;
		overflow: visible !important;
	}

	.header-wrapper .navbar-brand img {
		max-width: 230px !important;
		max-height: 54px !important;
		object-fit: contain;
	}

	.navbar-default .navbar-toggle {
		top: 24px !important;
		left: 18px !important;
		z-index: 10002 !important;
		padding: 0 !important;
	}

	.header-wrapper .attr-nav {
		top: 21px !important;
		right: 18px !important;
		left: auto !important;
		z-index: 10002 !important;
	}

	.header-wrapper .main-menu-wrapper,
	.header-wrapper .main-menu,
	.navbar-collapse,
	.navbar-collapse.collapse,
	.mobile-menu {
		display: none !important;
	}

	.navbar-collapse.collapse.in,
	.navbar-collapse.in,
	.mobile-menu.in,
	.mobile-menu.open,
	.side.on {
		position: absolute !important;
		top: 76px !important;
		right: 0 !important;
		left: 0 !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: calc(100vh - 76px) !important;
		overflow-y: auto !important;
		padding: 10px 18px 16px !important;
		background: rgba(0, 63, 55, 0.98) !important;
		border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
		box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2) !important;
		z-index: 10001 !important;
	}

	.side.on {
		transform: none !important;
	}

	.navbar-collapse.collapse.in .navbar-nav,
	.navbar-collapse.in .navbar-nav,
	.mobile-menu.in .navbar-nav,
	.mobile-menu.open .navbar-nav,
	.side.on .navbar-nav,
	.side.on ul,
	.main-menu .csmj-auto-menu {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 6px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		list-style: none !important;
	}

	.navbar-collapse.collapse.in .navbar-nav > li,
	.navbar-collapse.in .navbar-nav > li,
	.mobile-menu.in .navbar-nav > li,
	.mobile-menu.open .navbar-nav > li,
	.side.on li {
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	.navbar-collapse.collapse.in .navbar-nav > li > a,
	.navbar-collapse.in .navbar-nav > li > a,
	.mobile-menu.in .navbar-nav > li > a,
	.mobile-menu.open .navbar-nav > li > a,
	.side.on li a,
	.side.on .navbar-nav li a {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		min-height: 44px !important;
		padding: 10px 14px !important;
		border: 1px solid rgba(255, 255, 255, 0.1) !important;
		border-radius: 7px !important;
		background: rgba(255, 255, 255, 0.04) !important;
		color: #fff !important;
		font-size: 16px !important;
		font-weight: 900 !important;
		line-height: 1.35 !important;
		text-align: right !important;
		opacity: 1 !important;
	}

	.navbar-collapse.collapse.in .navbar-nav > li.current-menu-item > a,
	.navbar-collapse.in .navbar-nav > li.current-menu-item > a,
	.mobile-menu.in .navbar-nav > li.current-menu-item > a,
	.mobile-menu.open .navbar-nav > li.current-menu-item > a,
	.side.on li.current-menu-item > a,
	.side.on li a:hover {
		border-color: rgba(201, 152, 67, 0.52) !important;
		background: rgba(201, 152, 67, 0.18) !important;
		color: #fff !important;
	}

	.side .close-side,
	.side .close,
	.side.on .close-side,
	.side.on .close {
		top: 10px !important;
		left: 18px !important;
		right: auto !important;
		width: 34px !important;
		height: 34px !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.1) !important;
		color: #fff !important;
		font-size: 20px !important;
		opacity: 1 !important;
	}

	body.page-template-template-csmj-home .csmj-home-hero {
		padding-top: 30px !important;
	}
}

.csmj-mobile-menu-button,
.csmj-mobile-menu-panel,
.csmj-mobile-menu-backdrop {
	display: none;
}

@media (max-width: 767px) {
	.navbar-default .navbar-toggle,
	.header-wrapper .main-menu-wrapper,
	.header-wrapper .main-menu,
	.navbar-collapse,
	.mobile-menu,
	.side {
		display: none !important;
	}

	.csmj-mobile-menu-button {
		position: fixed;
		top: 25px;
		right: 18px;
		left: auto;
		z-index: 10020;
		width: 42px;
		height: 42px;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 8px;
		background: rgba(0, 47, 42, 0.94);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
	}

	.header-wrapper .attr-nav {
		right: 70px !important;
		left: auto !important;
	}

	.header-wrapper .attr-nav > ul > li.side-menu,
	.header-wrapper .attr-nav > ul > li.menu,
	.header-wrapper .attr-nav > ul > li:last-child:not(.search) {
		display: none !important;
	}

	body.csmj-mobile-menu-is-open .csmj-mobile-menu-button {
		display: none !important;
	}

	.csmj-mobile-menu-button span {
		width: 22px;
		height: 3px;
		display: block;
		border-radius: 99px;
		background: #fff;
	}

	.csmj-mobile-menu-backdrop {
		position: fixed;
		inset: 0;
		z-index: 10018;
		display: block;
		background: rgba(0, 0, 0, 0.35);
	}

	.csmj-mobile-menu-backdrop[hidden] {
		display: none !important;
	}

	.csmj-mobile-menu-panel {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 10019;
		width: min(82vw, 330px);
		display: block;
		padding: 24px 18px;
		background: var(--csmj-green);
		box-shadow: -18px 0 36px rgba(0, 0, 0, 0.22);
		transform: translateX(105%);
		transition: transform 0.22s ease;
		direction: rtl;
	}

	.csmj-mobile-menu-panel[aria-hidden="false"] {
		transform: translateX(0);
	}

	.csmj-mobile-menu-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 18px;
		padding-bottom: 14px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.csmj-mobile-menu-head strong {
		color: #fff;
		font-size: 18px;
		font-weight: 900;
	}

	.csmj-mobile-menu-close {
		width: 38px;
		height: 38px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.08);
		color: #fff;
		font-size: 25px;
		line-height: 1;
	}

	.csmj-mobile-menu-panel ul {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.csmj-mobile-menu-panel li {
		margin: 0;
		padding: 0;
	}

	.csmj-mobile-menu-panel a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		min-height: 46px;
		padding: 11px 14px;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.05);
		color: #fff;
		font-size: 16px;
		font-weight: 900;
		line-height: 1.35;
		text-align: right;
	}

	.csmj-mobile-menu-panel a:hover,
	.csmj-mobile-menu-panel a:focus {
		border-color: rgba(201, 152, 67, 0.5);
		background: rgba(201, 152, 67, 0.18);
		color: #fff;
	}

	body.csmj-mobile-menu-is-open {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	body.page-template-template-csmj-home .csmj-home-reference {
		background: #fbf8f1;
	}

	body.page-template-template-csmj-home .csmj-home-hero {
		display: flex;
		flex-direction: column;
		padding: 0 !important;
		background: #fbf8f1 !important;
	}

	body.page-template-template-csmj-home .csmj-home-hero-image {
		order: 1;
		width: 100%;
		height: auto;
		display: block;
	}

	body.page-template-template-csmj-home .csmj-home-hero-layer {
		order: 2;
		position: static;
		width: 100%;
		height: auto;
		padding: 24px 20px 28px;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy {
		position: static !important;
		max-width: 100% !important;
		padding: 0 !important;
		text-align: center !important;
		transform: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy h1 {
		max-width: 330px;
		margin: 0 auto 12px !important;
		color: var(--csmj-green-dark);
		font-size: 28px !important;
		font-weight: 900;
		line-height: 1.35 !important;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy h1 br {
		display: block;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy p {
		max-width: 340px;
		margin: 0 auto 18px !important;
		color: #4c5853;
		font-size: 14px !important;
		font-weight: 800;
		line-height: 1.85 !important;
	}

	body.page-template-template-csmj-home .csmj-home-intro-strip {
		padding: 14px 20px;
		background: #fffaf2;
		border-top: 1px solid #eee6d8;
		border-bottom: 1px solid #eee6d8;
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-intro-strip p {
		margin: 0;
		color: #17231f;
		font-size: 13px;
		font-weight: 900;
		line-height: 1.8;
	}

	body.page-template-template-csmj-home .csmj-home-why,
	body.page-template-template-csmj-home .csmj-home-offerings,
	body.page-template-template-csmj-home .csmj-home-stats,
	body.page-template-template-csmj-home .csmj-home-news,
	body.page-template-template-csmj-home .csmj-home-cta {
		display: block !important;
		padding: 28px 0 !important;
		background: #fbf8f1 !important;
	}

	body.page-template-template-csmj-home .csmj-home-heading {
		margin-bottom: 16px;
	}

	body.page-template-template-csmj-home .csmj-home-heading h2,
	body.page-template-template-csmj-home .csmj-home-section-top h2 {
		font-size: 22px;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-feature-panel {
		width: 100% !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-feature {
		min-height: 0;
		display: grid;
		grid-template-columns: 52px 1fr;
		align-items: center;
		column-gap: 14px;
		padding: 16px 18px !important;
		background: #fff;
		border: 1px solid #eee6d8 !important;
		border-radius: 8px;
		box-shadow: 0 10px 22px rgba(0, 47, 42, 0.05);
		text-align: right;
	}

	body.page-template-template-csmj-home .csmj-home-feature i {
		grid-row: span 2;
		width: 52px;
		height: 52px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		border-radius: 50%;
		background: #f4efe5;
		color: var(--csmj-green);
		font-size: 21px;
	}

	body.page-template-template-csmj-home .csmj-home-feature h3 {
		min-width: 0;
		margin: 0 0 4px;
		color: #17231f;
		font-size: 16px;
		font-weight: 900;
		line-height: 1.45;
	}

	body.page-template-template-csmj-home .csmj-home-feature p {
		min-width: 0;
		margin: 0;
		color: #59645f;
		font-size: 12px;
		font-weight: 800;
		line-height: 1.75;
	}

	body.page-template-template-csmj-home .csmj-home-offerings-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card {
		min-height: 128px;
		display: grid;
		grid-template-columns: 112px 1fr;
		align-items: stretch;
		overflow: hidden;
		background: #fff;
		border: 1px solid #eee6d8;
		border-radius: 8px;
		box-shadow: 0 10px 22px rgba(0, 47, 42, 0.05);
	}

	body.page-template-template-csmj-home .csmj-home-offering-card img {
		width: 112px;
		height: 100%;
		object-fit: cover;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card span {
		display: none;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card div {
		position: static;
		padding: 16px 16px 14px;
		text-align: right;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card h3 {
		margin: 0 0 6px;
		color: #17231f;
		font-size: 16px;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card p {
		margin: 0;
		color: #59645f;
		font-size: 12px;
		font-weight: 800;
		line-height: 1.75;
	}

	body.page-template-template-csmj-home .csmj-home-stats-panel {
		padding: 20px 16px;
		background: var(--csmj-green);
		border-radius: 8px;
		color: #fff;
	}

	body.page-template-template-csmj-home .csmj-home-stats-panel h2 {
		margin: 0 0 16px;
		color: #fff;
		font-size: 20px;
		font-weight: 900;
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-stats-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-stat {
		display: grid;
		place-items: center;
		min-height: 112px;
		padding: 12px 8px !important;
		border: 0 !important;
		border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-stat:nth-child(1),
	body.page-template-template-csmj-home .csmj-home-stat:nth-child(2) {
		border-top: 0 !important;
	}

	body.page-template-template-csmj-home .csmj-home-stat i {
		color: var(--csmj-gold);
		font-size: 24px;
	}

	body.page-template-template-csmj-home .csmj-home-stat strong {
		color: #fff;
		font-size: 22px !important;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-stat span {
		color: rgba(255, 255, 255, 0.86);
		font-size: 11px;
		font-weight: 800;
		line-height: 1.6;
	}

	body.page-template-template-csmj-home .csmj-home-news {
		display: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-cta {
		padding-top: 4px !important;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box {
		min-height: 0 !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px;
		padding: 22px 18px !important;
		background: #f4eadb !important;
		border: 1px solid #eee0ca;
		border-radius: 8px;
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-cta-image {
		height: 120px;
		background-size: cover;
		background-position: center;
		border-radius: 7px;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box h2 {
		margin: 0 0 8px;
		color: #17231f;
		font-size: 21px;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box p {
		margin: 0 0 14px;
		color: #59645f;
		font-size: 13px;
		font-weight: 800;
		line-height: 1.8;
	}

	body.page-template-template-csmj-home .csmj-home-cta-mark {
		display: none;
	}
}

@media (min-width: 768px) {
	body.page-template-template-csmj-home .csmj-home-reference {
		background: #fbf8f1;
	}

	body.page-template-template-csmj-home .csmj-home-reference .container {
		max-width: 1140px;
	}

	body.page-template-template-csmj-home .csmj-home-hero {
		min-height: 0;
		padding: 0;
		background: #f7efe2;
		overflow: hidden;
	}

	body.page-template-template-csmj-home .csmj-home-hero-image {
		width: 100%;
		height: auto;
		display: block;
	}

	body.page-template-template-csmj-home .csmj-home-hero-layer {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 100%;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy {
		position: absolute;
		top: 50%;
		right: 15px;
		max-width: 470px;
		padding: 28px 0;
		text-align: right;
		transform: translateY(-50%);
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy h1 {
		margin-bottom: 18px;
		color: var(--csmj-green-dark);
		font-size: 36px;
		font-weight: 900;
		line-height: 1.45;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy h1 br {
		display: block;
	}

	body.page-template-template-csmj-home .csmj-home-hero-copy p {
		max-width: 390px;
		margin-bottom: 22px;
		color: #26342f;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.9;
	}

	body.page-template-template-csmj-home .csmj-home-actions {
		display: grid;
		gap: 10px;
		justify-items: start;
	}

	body.page-template-template-csmj-home .csmj-home-actions .csmj-btn {
		min-width: 235px;
		background: var(--csmj-green);
		border-color: var(--csmj-green);
		border-radius: 7px;
		box-shadow: 0 10px 22px rgba(0, 47, 42, 0.18);
	}

	body.page-template-template-csmj-home .csmj-home-actions .csmj-btn:hover {
		background: var(--csmj-gold);
		border-color: var(--csmj-gold);
	}

	body.page-template-template-csmj-home .csmj-home-actions .csmj-btn i {
		margin-left: 8px;
	}

	body.page-template-template-csmj-home .csmj-home-link-arrow {
		color: #7b6338;
		font-size: 13px;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-link-arrow i {
		margin-left: 8px;
	}

	body.page-template-template-csmj-home .csmj-home-intro-strip {
		padding: 16px 0 14px;
		background: #fffaf2;
		border-top: 1px solid #eee6d8;
		border-bottom: 1px solid #eee6d8;
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-intro-strip p {
		margin: 0;
		color: #17231f;
		font-size: 15px;
		font-weight: 800;
	}

	body.page-template-template-csmj-home .csmj-home-why,
	body.page-template-template-csmj-home .csmj-home-offerings,
	body.page-template-template-csmj-home .csmj-home-news,
	body.page-template-template-csmj-home .csmj-home-cta {
		padding: 26px 0;
		background: #fbf8f1;
	}

	body.page-template-template-csmj-home .csmj-home-heading {
		margin-bottom: 18px;
	}

	body.page-template-template-csmj-home .csmj-home-heading h2,
	body.page-template-template-csmj-home .csmj-home-section-top h2 {
		margin: 0;
		color: #17231f;
		font-size: 22px;
		font-weight: 900;
		line-height: 1.4;
	}

	body.page-template-template-csmj-home .csmj-home-feature-panel {
		position: static;
		width: 100%;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		margin: 0;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		transform: none;
	}

	body.page-template-template-csmj-home .csmj-home-feature {
		display: block;
		min-height: 150px;
		padding: 10px 26px;
		background: transparent;
		border-left: 1px solid #e7dfd1;
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-feature:last-child {
		border-left: 0;
	}

	body.page-template-template-csmj-home .csmj-home-feature i {
		width: 58px;
		height: 58px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 12px;
		border-radius: 50%;
		background: #f4efe5;
		color: var(--csmj-green);
		font-size: 25px;
	}

	body.page-template-template-csmj-home .csmj-home-feature h3 {
		margin: 0 0 8px;
		color: #17231f;
		font-size: 15px;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-feature p {
		margin: 0;
		color: #59645f;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.8;
	}

	body.page-template-template-csmj-home .csmj-home-offerings-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card {
		position: relative;
		min-height: 245px;
		display: block;
		overflow: hidden;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 12px 26px rgba(0, 47, 42, 0.08);
		color: #17231f;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card img {
		width: 100%;
		height: 245px;
		display: block;
		object-fit: cover;
		filter: saturate(0.92);
		transition: transform 0.25s ease;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card:hover img {
		transform: scale(1.04);
	}

	body.page-template-template-csmj-home .csmj-home-offering-card span {
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62) 38%, rgba(0, 47, 42, 0.08));
	}

	body.page-template-template-csmj-home .csmj-home-offering-card div {
		position: absolute;
		top: 20px;
		right: 20px;
		left: 20px;
		z-index: 1;
		text-align: right;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card h3 {
		margin: 0 0 8px;
		color: #17231f;
		font-size: 17px;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card p {
		margin: 0;
		color: #3f4c47;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.85;
	}

	body.page-template-template-csmj-home .csmj-home-stats {
		padding: 18px 0 24px;
		background: #fbf8f1;
	}

	body.page-template-template-csmj-home .csmj-home-stats-panel {
		padding: 18px 28px 22px;
		background: var(--csmj-green);
		border-radius: 8px;
		box-shadow: 0 16px 34px rgba(0, 47, 42, 0.14);
		color: #fff;
	}

	body.page-template-template-csmj-home .csmj-home-stats-panel h2 {
		margin: 0 0 16px;
		color: #fff;
		font-size: 19px;
		font-weight: 900;
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-stats-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	body.page-template-template-csmj-home .csmj-home-stat {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		column-gap: 12px;
		min-height: 72px;
		padding: 0 26px;
		border-left: 1px solid rgba(255, 255, 255, 0.16);
		text-align: right;
	}

	body.page-template-template-csmj-home .csmj-home-stat:last-child {
		border-left: 0;
	}

	body.page-template-template-csmj-home .csmj-home-stat i {
		grid-row: span 2;
		width: 42px;
		height: 42px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: var(--csmj-gold);
		font-size: 27px;
	}

	body.page-template-template-csmj-home .csmj-home-stat strong {
		color: #fff;
		font-size: 25px;
		font-weight: 900;
		line-height: 1.1;
	}

	body.page-template-template-csmj-home .csmj-home-stat span {
		color: rgba(255, 255, 255, 0.86);
		font-size: 12px;
		font-weight: 800;
		line-height: 1.55;
	}

	body.page-template-template-csmj-home .csmj-home-news-partners {
		display: grid;
		grid-template-columns: 1.12fr 1fr;
		gap: 28px;
		align-items: start;
	}

	body.page-template-template-csmj-home .csmj-home-section-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 16px;
	}

	body.page-template-template-csmj-home .csmj-home-section-top a {
		color: var(--csmj-green);
		font-size: 12px;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-section-top a i {
		margin-left: 6px;
	}

	body.page-template-template-csmj-home .csmj-home-news-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 14px;
	}

	body.page-template-template-csmj-home .csmj-home-news-card {
		background: #fff;
		border: 1px solid #eee6d8;
		border-radius: 7px;
		box-shadow: 0 10px 22px rgba(0, 47, 42, 0.05);
		overflow: hidden;
	}

	body.page-template-template-csmj-home .csmj-home-news-card img {
		width: 100%;
		height: 90px;
		display: block;
		object-fit: cover;
	}

	body.page-template-template-csmj-home .csmj-home-news-card div {
		padding: 9px 10px 12px;
	}

	body.page-template-template-csmj-home .csmj-home-news-card span {
		color: #9b8664;
		font-size: 10px;
		font-weight: 800;
	}

	body.page-template-template-csmj-home .csmj-home-news-card h3 {
		margin: 4px 0 0;
		color: #17231f;
		font-size: 12px;
		font-weight: 900;
		line-height: 1.55;
	}

	body.page-template-template-csmj-home .csmj-home-partners-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 12px;
	}

	body.page-template-template-csmj-home .csmj-home-partner {
		min-height: 94px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 12px 10px;
		background: #fff;
		border: 1px solid #eee6d8;
		border-radius: 6px;
		box-shadow: 0 8px 18px rgba(0, 47, 42, 0.05);
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-partner img {
		max-width: 92px;
		max-height: 52px;
		object-fit: contain;
	}

	body.page-template-template-csmj-home .csmj-home-partner i {
		margin-bottom: 5px;
		color: var(--csmj-green);
		font-size: 25px;
	}

	body.page-template-template-csmj-home .csmj-home-partner span {
		color: #3d4945;
		font-size: 11px;
		font-weight: 900;
		line-height: 1.35;
	}

	body.page-template-template-csmj-home .csmj-home-cta {
		padding-top: 0;
		padding-bottom: 22px;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box {
		min-height: 135px;
		display: grid;
		grid-template-columns: 230px 1fr 130px;
		align-items: center;
		gap: 24px;
		padding: 16px 28px;
		background: #f4eadb;
		border: 1px solid #eee0ca;
		border-radius: 8px;
		box-shadow: none;
	}

	body.page-template-template-csmj-home .csmj-home-cta-image {
		height: 105px;
		background-size: cover;
		background-position: center;
		border-radius: 6px;
	}

	body.page-template-template-csmj-home .csmj-home-cta-copy {
		text-align: center;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box h2 {
		margin: 0 0 7px;
		color: #17231f;
		font-size: 22px;
		font-weight: 900;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box p {
		margin: 0 0 12px;
		color: #59645f;
		font-size: 13px;
		font-weight: 800;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box .csmj-btn {
		min-height: 38px;
		padding: 8px 22px;
		background: var(--csmj-gold);
		border-color: var(--csmj-gold);
		border-radius: 6px;
		color: #fff;
	}

	body.page-template-template-csmj-home .csmj-home-cta-box .csmj-btn i {
		margin-left: 8px;
	}

	body.page-template-template-csmj-home .csmj-home-cta-mark {
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--csmj-gold);
		font-size: 62px;
	}
}

body.page-template-template-csmj-news .csmj-news-reference {
	background: #fbf8f1;
}

body.page-template-template-csmj-news .csmj-news-hero {
	min-height: 340px;
	display: flex;
	align-items: center;
	padding-top: 76px;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
}

body.page-template-template-csmj-news .csmj-news-hero .container {
	padding-top: 0;
}

.admin-bar body.page-template-template-csmj-news .csmj-news-hero,
body.admin-bar.page-template-template-csmj-news .csmj-news-hero {
	padding-top: 106px;
}

body.page-template-template-csmj-news .csmj-news-hero h1 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 46px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

body.page-template-template-csmj-news .csmj-news-hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	font-weight: 800;
}

body.page-template-template-csmj-news .csmj-news-hero span {
	width: 110px;
	height: 1px;
	display: inline-block;
	position: relative;
	margin-top: 24px;
	background: rgba(201, 152, 67, 0.6);
}

body.page-template-template-csmj-news .csmj-news-hero span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	background: var(--csmj-gold);
	transform: translate(-50%, -50%) rotate(45deg);
}

body.page-template-template-csmj-news .csmj-news-hub {
	padding: 0 0 46px;
	background: #fbf8f1;
}

body.page-template-template-csmj-news .csmj-news-shell {
	position: relative;
	margin-top: -34px;
	background: #fff;
	border: 1px solid #eee6d8;
	border-radius: 12px;
	box-shadow: 0 18px 45px rgba(0, 47, 42, 0.08);
	overflow: hidden;
}

body.page-template-template-csmj-news .csmj-news-toolbar {
	display: grid;
	grid-template-columns: 245px 1fr;
	align-items: stretch;
	border-bottom: 1px solid #eee6d8;
}

body.page-template-template-csmj-news .csmj-news-search {
	min-height: 82px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 28px;
	border-left: 1px solid #eee6d8;
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 700;
}

body.page-template-template-csmj-news .csmj-news-search i {
	color: #7f8b86;
	font-size: 18px;
}

body.page-template-template-csmj-news .csmj-news-search input {
	width: 100%;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--csmj-green-dark);
	font-size: 14px;
	font-weight: 800;
	box-shadow: none;
	text-align: right;
}

body.page-template-template-csmj-news .csmj-news-search input:focus {
	border: 0;
	box-shadow: none;
	outline: 0;
}

body.page-template-template-csmj-news .csmj-news-tabs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

body.page-template-template-csmj-news .csmj-news-tabs button {
	min-height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	padding: 0;
	border-left: 1px solid #eee6d8;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	background: #fff;
	color: var(--csmj-green-dark);
	font-size: 14px;
	font-weight: 900;
}

body.page-template-template-csmj-news .csmj-news-tabs button:last-child {
	border-left: 0;
}

body.page-template-template-csmj-news .csmj-news-tabs button i {
	font-size: 19px;
}

body.page-template-template-csmj-news .csmj-news-tabs button.is-active:after {
	content: "";
	position: absolute;
	right: 30px;
	left: 30px;
	bottom: 0;
	height: 3px;
	background: var(--csmj-gold);
}

body.page-template-template-csmj-news .csmj-news-feature-layout {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 0;
	padding: 28px;
}

body.page-template-template-csmj-news .csmj-news-featured {
	border: 1px solid #eee6d8;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

body.page-template-template-csmj-news .csmj-news-featured-image {
	position: relative;
	height: 310px;
	overflow: hidden;
}

body.page-template-template-csmj-news .csmj-news-featured-image img,
body.page-template-template-csmj-news .csmj-news-side-list img,
body.page-template-template-csmj-news .csmj-news-latest-grid img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

body.page-template-template-csmj-news .csmj-news-featured-image strong {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 7px 14px;
	background: var(--csmj-gold);
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

body.page-template-template-csmj-news .csmj-news-featured-body {
	padding: 28px 32px 26px;
	text-align: right;
}

body.page-template-template-csmj-news .csmj-news-featured-body span,
body.page-template-template-csmj-news .csmj-news-side-list span,
body.page-template-template-csmj-news .csmj-news-latest-grid span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #9a8a6d;
	font-size: 12px;
	font-weight: 800;
}

body.page-template-template-csmj-news .csmj-news-featured-body h2 {
	margin: 12px 0 12px;
	color: var(--csmj-green-dark);
	font-size: 25px;
	font-weight: 900;
	line-height: 1.55;
}

body.page-template-template-csmj-news .csmj-news-featured-body p {
	margin: 0 0 18px;
	color: #68736f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.9;
}

body.page-template-template-csmj-news .csmj-news-featured-excerpt {
	max-height: 54px;
	overflow: hidden;
}

body.page-template-template-csmj-news .csmj-news-featured-excerpt.is-expanded {
	max-height: none;
}

body.page-template-template-csmj-news .csmj-news-featured-body a,
body.page-template-template-csmj-news .csmj-news-featured-body button,
body.page-template-template-csmj-news .csmj-news-all,
body.page-template-template-csmj-news .csmj-news-latest-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid var(--csmj-green);
	border-radius: 5px;
	background: var(--csmj-green);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

body.page-template-template-csmj-news .csmj-news-side-list {
	display: grid;
	align-content: start;
	border-top: 1px solid #eee6d8;
	border-left: 1px solid #eee6d8;
	border-bottom: 1px solid #eee6d8;
}

body.page-template-template-csmj-news .csmj-news-side-list article {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 20px;
	align-items: center;
	padding: 22px;
	border-bottom: 1px solid #eee6d8;
}

body.page-template-template-csmj-news .csmj-news-side-list article img {
	height: 100px;
	border-radius: 5px;
}

body.page-template-template-csmj-news .csmj-news-side-list h3 {
	margin: 8px 0 0;
	color: var(--csmj-green-dark);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.65;
}

body.page-template-template-csmj-news .csmj-news-all {
	justify-self: center;
	margin: 22px;
	background: #fff;
	color: var(--csmj-green);
}

body.page-template-template-csmj-news [data-news-card][hidden] {
	display: none !important;
}

body.page-template-template-csmj-news .csmj-news-latest {
	margin-top: 34px;
	padding: 28px 28px 26px;
	background: #fff;
	border: 1px solid #eee6d8;
	border-radius: 10px;
	text-align: center;
}

body.page-template-template-csmj-news .csmj-news-latest h2 {
	margin: 0 0 22px;
	color: var(--csmj-green-dark);
	font-size: 25px;
	font-weight: 900;
}

body.page-template-template-csmj-news .csmj-news-latest-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 24px;
}

body.page-template-template-csmj-news .csmj-news-latest-grid article {
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee6d8;
	border-radius: 7px;
	box-shadow: 0 10px 24px rgba(0, 47, 42, 0.05);
	text-align: right;
}

body.page-template-template-csmj-news .csmj-news-latest-grid img {
	height: 160px;
}

body.page-template-template-csmj-news .csmj-news-latest-grid div {
	padding: 14px 16px 18px;
}

body.page-template-template-csmj-news .csmj-news-latest-grid h3 {
	margin: 8px 0 0;
	color: var(--csmj-green-dark);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.7;
}

body.page-template-template-csmj-news .csmj-news-latest-more {
	background: #fff;
	color: var(--csmj-green);
}

body.page-template-template-csmj-news .csmj-news-subscribe {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	align-items: center;
	gap: 32px;
	margin-top: 22px;
	padding: 22px 28px;
	background: var(--csmj-green);
	border-radius: 9px;
	color: #fff;
}

body.page-template-template-csmj-news .csmj-news-subscribe > div {
	display: flex;
	align-items: center;
	gap: 18px;
}

body.page-template-template-csmj-news .csmj-news-subscribe > div > i {
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: #fff;
	font-size: 27px;
}

body.page-template-template-csmj-news .csmj-news-subscribe h2 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

body.page-template-template-csmj-news .csmj-news-subscribe p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 800;
}

body.page-template-template-csmj-news .csmj-news-subscribe form {
	display: grid;
	grid-template-columns: 1fr 180px;
	gap: 14px;
}

body.page-template-template-csmj-news .csmj-news-subscribe input {
	height: 48px;
	border: 0;
	border-radius: 5px;
	padding: 0 18px;
	text-align: right;
}

body.page-template-template-csmj-news .csmj-news-subscribe button {
	height: 48px;
	border: 0;
	border-radius: 5px;
	background: var(--csmj-gold);
	color: #fff;
	font-weight: 900;
}

body.page-template-template-csmj-news .csmj-news-subscribe small {
	grid-column: 1 / -1;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-align: right;
}

@media (max-width: 991px) {
	body.page-template-template-csmj-news .csmj-news-toolbar,
	body.page-template-template-csmj-news .csmj-news-feature-layout,
	body.page-template-template-csmj-news .csmj-news-subscribe {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-news .csmj-news-tabs {
		grid-template-columns: repeat(2, 1fr);
	}

	body.page-template-template-csmj-news .csmj-news-latest-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	body.page-template-template-csmj-news .csmj-news-hero {
		min-height: 245px;
	}

	body.page-template-template-csmj-news .csmj-news-hero h1 {
		font-size: 34px;
	}

	body.page-template-template-csmj-news .csmj-news-hero p {
		font-size: 14px;
	}

	body.page-template-template-csmj-news .csmj-news-shell {
		margin-top: -18px;
		border-radius: 9px;
	}

	body.page-template-template-csmj-news .csmj-news-toolbar {
		display: none;
	}

	body.page-template-template-csmj-news .csmj-news-feature-layout {
		padding: 16px;
	}

	body.page-template-template-csmj-news .csmj-news-featured-image {
		height: 190px;
	}

	body.page-template-template-csmj-news .csmj-news-featured-body {
		padding: 20px 18px;
	}

	body.page-template-template-csmj-news .csmj-news-featured-body h2 {
		font-size: 20px;
	}

	body.page-template-template-csmj-news .csmj-news-side-list {
		border: 1px solid #eee6d8;
		border-top: 0;
	}

	body.page-template-template-csmj-news .csmj-news-side-list article {
		grid-template-columns: 100px 1fr;
		gap: 12px;
		padding: 14px;
	}

	body.page-template-template-csmj-news .csmj-news-side-list article img {
		height: 76px;
	}

	body.page-template-template-csmj-news .csmj-news-side-list h3 {
		font-size: 14px;
	}

	body.page-template-template-csmj-news .csmj-news-latest {
		padding: 22px 16px;
	}

	body.page-template-template-csmj-news .csmj-news-latest-grid {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-news .csmj-news-subscribe {
		padding: 20px 16px;
		text-align: center;
	}

	body.page-template-template-csmj-news .csmj-news-subscribe > div {
		justify-content: center;
	}

	body.page-template-template-csmj-news .csmj-news-subscribe form {
		grid-template-columns: 1fr;
	}
}
/* CSMJ memberships page refresh */
body.page-template-template-csmj-memberships .csmj-memberships-page {
	background: #fbfaf6;
	color: #0a3029;
}

body.page-template-template-csmj-memberships .csmj-memberships-hero {
	box-sizing: border-box;
	min-height: 455px;
	padding-top: 86px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	position: relative;
}

body.admin-bar.page-template-template-csmj-memberships .csmj-memberships-hero {
	padding-top: 118px;
}

body.page-template-template-csmj-memberships .csmj-memberships-hero .container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

body.page-template-template-csmj-memberships .csmj-memberships-hero-content {
	width: min(560px, 100%);
	margin-right: auto;
	color: #fff;
	text-align: right;
	padding: 34px 0 48px;
}

body.page-template-template-csmj-memberships .csmj-memberships-hero h1 {
	margin: 0 0 18px;
	font-size: clamp(38px, 4vw, 60px);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: 0;
	color: #fff;
}

body.page-template-template-csmj-memberships .csmj-memberships-hero p {
	margin: 0;
	font-size: 18px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.92);
}

body.page-template-template-csmj-memberships .csmj-memberships-hero-badges {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body.page-template-template-csmj-memberships .csmj-memberships-hero-badges span {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 12px;
	font-weight: 800;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

body.page-template-template-csmj-memberships .csmj-memberships-hero-badges span:last-child {
	border-left: 0;
}

body.page-template-template-csmj-memberships .csmj-memberships-hero-badges i {
	color: #c59a4b;
	font-size: 25px;
}

body.page-template-template-csmj-memberships .csmj-memberships-main {
	padding: 36px 0 54px;
}

body.page-template-template-csmj-memberships .csmj-memberships-main .container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

body.page-template-template-csmj-memberships .csmj-memberships-intro {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 34px;
}

body.page-template-template-csmj-memberships .csmj-memberships-intro h2,
body.page-template-template-csmj-memberships .csmj-memberships-faq h2 {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 1.25;
	font-weight: 800;
	color: #00604f;
	letter-spacing: 0;
}

body.page-template-template-csmj-memberships .csmj-memberships-intro p {
	margin: 0;
	color: #556862;
	font-size: 15px;
	line-height: 1.9;
}

body.page-template-template-csmj-memberships .csmj-membership-table-wrap {
	overflow: visible;
}

body.page-template-template-csmj-memberships .csmj-membership-table {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
	background: #fff;
	border: 1px solid #e7e0d4;
	border-radius: 8px;
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.06);
}

body.page-template-template-csmj-memberships .csmj-membership-plan {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-left: 1px solid #e7e0d4;
	background: #fff;
	text-align: center;
}

body.page-template-template-csmj-memberships .csmj-membership-plan:last-child {
	border-left: 0;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured {
	z-index: 2;
	margin: -18px 0 -2px;
	border: 2px solid #c59a4b;
	border-radius: 8px;
	background: #00604f;
	color: #fff;
	box-shadow: 0 18px 36px rgba(0, 96, 79, 0.18);
}

body.page-template-template-csmj-memberships .csmj-membership-badge {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 130px;
	padding: 8px 16px;
	border-radius: 4px;
	background: #c59a4b;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

body.page-template-template-csmj-memberships .csmj-membership-plan-head {
	min-height: 176px;
	padding: 34px 22px 22px;
	border-bottom: 1px solid #e7e0d4;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured .csmj-membership-plan-head {
	border-bottom-color: rgba(255, 255, 255, 0.16);
}

body.page-template-template-csmj-memberships .csmj-membership-plan-head i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: #f4f0e8;
	color: #00604f;
	font-size: 24px;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured .csmj-membership-plan-head i {
	background: rgba(255, 255, 255, 0.14);
	color: #d7ad62;
}

body.page-template-template-csmj-memberships .csmj-membership-plan-head h3 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 800;
	color: #0a3029;
	letter-spacing: 0;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured h3,
body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured p,
body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured span {
	color: #fff;
}

body.page-template-template-csmj-memberships .csmj-membership-plan-head p {
	margin: 0;
	color: #5d6d68;
	font-size: 14px;
	line-height: 1.7;
}

body.page-template-template-csmj-memberships .csmj-membership-price {
	min-height: 104px;
	padding: 20px;
	border-bottom: 1px solid #e7e0d4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured .csmj-membership-price {
	border-bottom-color: rgba(255, 255, 255, 0.16);
}

body.page-template-template-csmj-memberships .csmj-membership-price span {
	color: #6f7e78;
	font-size: 13px;
	margin-bottom: 4px;
}

body.page-template-template-csmj-memberships .csmj-membership-price strong {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
	color: #00604f;
	letter-spacing: 0;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured .csmj-membership-price strong {
	color: #d7ad62;
}

body.page-template-template-csmj-memberships .csmj-membership-features {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
}

body.page-template-template-csmj-memberships .csmj-membership-features li {
	min-height: 46px;
	padding: 10px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid #eee9df;
	color: #173b34;
	font-size: 13px;
	line-height: 1.45;
	text-align: right;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured .csmj-membership-features li {
	border-bottom-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

body.page-template-template-csmj-memberships .csmj-membership-features i {
	flex: 0 0 auto;
	color: #00604f;
}

body.page-template-template-csmj-memberships .csmj-membership-features .no-feature {
	color: #9a9a9a;
}

body.page-template-template-csmj-memberships .csmj-membership-features .no-feature i {
	color: #c7c7c7;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured .csmj-membership-features i {
	color: #fff;
}

body.page-template-template-csmj-memberships .csmj-membership-plan-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 22px auto 24px;
	padding: 11px 28px;
	border: 1px solid #00604f;
	border-radius: 4px;
	background: #fff;
	color: #00604f;
	font-weight: 800;
	text-decoration: none;
	transition: all 0.2s ease;
}

body.page-template-template-csmj-memberships .csmj-membership-plan-button:hover {
	background: #00604f;
	color: #fff;
}

body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured .csmj-membership-plan-button {
	background: #c59a4b;
	border-color: #c59a4b;
	color: #fff;
}

body.page-template-template-csmj-memberships .csmj-memberships-fee-note {
	margin: 22px 0 46px;
	text-align: center;
	color: #5d6d68;
	font-size: 14px;
}

body.page-template-template-csmj-memberships .csmj-memberships-fee-note i {
	margin-left: 8px;
	color: #00604f;
}

body.page-template-template-csmj-memberships .csmj-memberships-steps {
	padding: 22px 0 48px;
	border-top: 1px solid #e8dfd1;
}

body.page-template-template-csmj-memberships .csmj-memberships-steps-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	position: relative;
}

body.page-template-template-csmj-memberships .csmj-memberships-steps-grid article {
	text-align: center;
	position: relative;
}

body.page-template-template-csmj-memberships .csmj-membership-step-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 16px;
	border: 1px solid #eee7db;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}

body.page-template-template-csmj-memberships .csmj-membership-step-icon i {
	font-size: 38px;
	color: #00604f;
}

body.page-template-template-csmj-memberships .csmj-membership-step-icon span {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #00604f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}

body.page-template-template-csmj-memberships .csmj-memberships-steps-grid h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.4;
	color: #00604f;
	font-weight: 800;
}

body.page-template-template-csmj-memberships .csmj-memberships-steps-grid p {
	margin: 0;
	color: #65746f;
	font-size: 13px;
	line-height: 1.8;
}

body.page-template-template-csmj-memberships .csmj-memberships-faq {
	max-width: 1080px;
	margin: 0 auto 44px;
	text-align: center;
}

body.page-template-template-csmj-memberships .csmj-memberships-faq-list {
	display: grid;
	gap: 10px;
	text-align: right;
}

body.page-template-template-csmj-memberships .csmj-memberships-faq details {
	background: #fff;
	border: 1px solid #e6ded1;
	border-radius: 6px;
	overflow: hidden;
}

body.page-template-template-csmj-memberships .csmj-memberships-faq summary {
	list-style: none;
	cursor: pointer;
	min-height: 52px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-weight: 800;
	color: #153a33;
}

body.page-template-template-csmj-memberships .csmj-memberships-faq summary::-webkit-details-marker {
	display: none;
}

body.page-template-template-csmj-memberships .csmj-memberships-faq details[open] summary i {
	transform: rotate(180deg);
}

body.page-template-template-csmj-memberships .csmj-memberships-faq details p {
	margin: 0;
	padding: 0 18px 18px;
	color: #60716b;
	line-height: 1.8;
}

body.page-template-template-csmj-memberships .csmj-membership-application {
	margin: 0 auto 44px;
	padding: 34px;
	background: #fff;
	border: 1px solid #e6ded1;
	border-radius: 8px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.06);
	scroll-margin-top: 112px;
}

body.page-template-template-csmj-memberships .csmj-membership-application-head {
	max-width: 760px;
	margin: 0 auto 24px;
	text-align: center;
}

body.page-template-template-csmj-memberships .csmj-membership-application-head span {
	display: inline-flex;
	margin-bottom: 8px;
	color: #c59a4b;
	font-weight: 900;
}

body.page-template-template-csmj-memberships .csmj-membership-application-head h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.3;
	color: #00604f;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-memberships .csmj-membership-application-head p {
	margin: 0;
	color: #60716b;
	line-height: 1.8;
}

body.page-template-template-csmj-memberships .csmj-membership-form-message {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 6px;
	font-weight: 800;
	text-align: center;
}

body.page-template-template-csmj-memberships .csmj-membership-form-message.is-success {
	background: #e8f5ef;
	color: #00604f;
	border: 1px solid rgba(0, 96, 79, 0.22);
}

body.page-template-template-csmj-memberships .csmj-membership-form-message.is-error {
	background: #fff1ec;
	color: #9d3a1f;
	border: 1px solid rgba(157, 58, 31, 0.2);
}

body.page-template-template-csmj-memberships .csmj-membership-form {
	display: grid;
	gap: 20px;
}

body.page-template-template-csmj-memberships .csmj-membership-selected {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 22px;
	border-radius: 8px;
	background: #f6f1e8;
	border: 1px solid #eadcc5;
}

body.page-template-template-csmj-memberships .csmj-membership-selected span,
body.page-template-template-csmj-memberships .csmj-membership-form label span {
	display: block;
	margin-bottom: 7px;
	color: #60716b;
	font-size: 13px;
	font-weight: 800;
}

body.page-template-template-csmj-memberships .csmj-membership-selected strong {
	display: block;
	color: #00604f;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 900;
}

body.page-template-template-csmj-memberships .csmj-membership-selected small {
	display: block;
	margin-top: 4px;
	color: #c59a4b;
	font-size: 15px;
	font-weight: 900;
}

body.page-template-template-csmj-memberships .csmj-membership-selected i {
	color: #00604f;
	font-size: 34px;
}

body.page-template-template-csmj-memberships .csmj-membership-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 18px;
}

body.page-template-template-csmj-memberships .csmj-membership-form label {
	margin: 0;
}

body.page-template-template-csmj-memberships .csmj-membership-form label.is-wide {
	grid-column: 1 / -1;
}

body.page-template-template-csmj-memberships .csmj-membership-form input,
body.page-template-template-csmj-memberships .csmj-membership-form select,
body.page-template-template-csmj-memberships .csmj-membership-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid #ded5c7;
	border-radius: 6px;
	background: #fbfaf6;
	color: #153a33;
	font-size: 15px;
	line-height: 1.5;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-template-template-csmj-memberships .csmj-membership-form textarea {
	min-height: 118px;
	resize: vertical;
}

body.page-template-template-csmj-memberships .csmj-membership-form input:focus,
body.page-template-template-csmj-memberships .csmj-membership-form select:focus,
body.page-template-template-csmj-memberships .csmj-membership-form textarea:focus {
	border-color: #00604f;
	box-shadow: 0 0 0 3px rgba(0, 96, 79, 0.1);
}

body.page-template-template-csmj-memberships .csmj-membership-form button {
	justify-self: center;
	min-width: 220px;
	min-height: 50px;
	padding: 12px 34px;
	border: 0;
	border-radius: 4px;
	background: #c59a4b;
	color: #fff;
	font-weight: 900;
	cursor: pointer;
	transition: background 0.2s ease;
}

body.page-template-template-csmj-memberships .csmj-membership-form button:hover {
	background: #00604f;
}

body.page-template-template-csmj-memberships .csmj-memberships-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 34px 44px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
}

body.page-template-template-csmj-memberships .csmj-memberships-cta h2 {
	margin: 0 0 10px;
	color: #d7ad62;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 900;
}

body.page-template-template-csmj-memberships .csmj-memberships-cta p {
	margin: 0;
	max-width: 680px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.9;
}

body.page-template-template-csmj-memberships .csmj-memberships-cta-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

body.page-template-template-csmj-memberships .csmj-memberships-cta-actions a {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border-radius: 4px;
	font-weight: 800;
	text-decoration: none;
}

body.page-template-template-csmj-memberships .csmj-memberships-cta-actions .is-primary {
	background: #c59a4b;
	color: #fff;
}

body.page-template-template-csmj-memberships .csmj-memberships-cta-actions .is-secondary {
	border: 1px solid rgba(255, 255, 255, 0.72);
	color: #fff;
}

@media (max-width: 1024px) {
	body.page-template-template-csmj-memberships .csmj-membership-table {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	body.page-template-template-csmj-memberships .csmj-membership-plan,
	body.page-template-template-csmj-memberships .csmj-membership-plan:last-child {
		border: 1px solid #e7e0d4;
		border-radius: 8px;
		overflow: hidden;
	}

	body.page-template-template-csmj-memberships .csmj-membership-plan.is-featured {
		margin: 0;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-steps-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-template-template-csmj-memberships .csmj-memberships-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	body.page-template-template-csmj-memberships .csmj-membership-application {
		padding: 26px;
	}
}

@media (max-width: 767px) {
	body.page-template-template-csmj-memberships .csmj-memberships-hero {
		min-height: 470px;
		padding-top: 66px;
		background-position: 38% center;
		align-items: flex-end;
	}

	body.admin-bar.page-template-template-csmj-memberships .csmj-memberships-hero {
		padding-top: 112px;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-hero .container,
	body.page-template-template-csmj-memberships .csmj-memberships-main .container {
		width: min(100% - 28px, 560px);
	}

	body.page-template-template-csmj-memberships .csmj-memberships-hero-content {
		padding: 44px 0 28px;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-hero h1 {
		font-size: 38px;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-hero p {
		font-size: 15px;
		line-height: 1.85;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-hero-badges {
		grid-template-columns: 1fr;
		margin-top: 20px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		background: rgba(0, 40, 34, 0.28);
	}

	body.page-template-template-csmj-memberships .csmj-memberships-hero-badges span {
		min-height: 48px;
		justify-content: flex-start;
		border-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	body.page-template-template-csmj-memberships .csmj-memberships-hero-badges span:last-child {
		border-bottom: 0;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-main {
		padding: 30px 0 38px;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-intro h2,
	body.page-template-template-csmj-memberships .csmj-memberships-faq h2 {
		font-size: 28px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-table {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-plan-head {
		min-height: 0;
		padding: 28px 20px 18px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-badge {
		top: 10px;
		left: 16px;
		transform: none;
		min-width: 0;
	}

	body.page-template-template-csmj-memberships .csmj-membership-features li {
		min-height: 42px;
		font-size: 13px;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-steps-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-step-icon {
		width: 86px;
		height: 86px;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-cta {
		padding: 26px 18px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-application {
		padding: 22px 16px;
		scroll-margin-top: 88px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-application-head h2 {
		font-size: 24px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-selected {
		align-items: flex-start;
		padding: 16px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-selected strong {
		font-size: 19px;
	}

	body.page-template-template-csmj-memberships .csmj-membership-form-grid {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-memberships .csmj-membership-form button {
		width: 100%;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-cta h2 {
		font-size: 24px;
	}

	body.page-template-template-csmj-memberships .csmj-memberships-cta-actions,
	body.page-template-template-csmj-memberships .csmj-memberships-cta-actions a {
		width: 100%;
	}
}
/* CSMJ projects page refresh */
body.page-template-template-csmj-projects .csmj-projects-page {
	background: #fbfaf6;
	color: #0b3029;
}

body.page-template-template-csmj-projects .csmj-projects-hero {
	box-sizing: border-box;
	min-height: 430px;
	padding-top: 86px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

body.admin-bar.page-template-template-csmj-projects .csmj-projects-hero {
	padding-top: 118px;
}

body.page-template-template-csmj-projects .csmj-projects-hero .container,
body.page-template-template-csmj-projects .csmj-projects-showcase .container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

body.page-template-template-csmj-projects .csmj-projects-hero-content {
	max-width: 530px;
	color: #fff;
	text-align: right;
}

body.page-template-template-csmj-projects .csmj-projects-hero h1 {
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(42px, 5vw, 72px);
	line-height: 1.1;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-projects .csmj-projects-hero p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.9;
}

body.page-template-template-csmj-projects .csmj-projects-hero-content > span {
	display: block;
	width: 94px;
	height: 3px;
	margin-top: 26px;
	background: #c59a4b;
}

body.page-template-template-csmj-projects .csmj-projects-showcase {
	padding: 34px 0 30px;
}

body.page-template-template-csmj-projects .csmj-projects-filter {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 22px;
}

body.page-template-template-csmj-projects .csmj-projects-filter button {
	min-height: 52px;
	border: 1px solid #e5ddcf;
	border-radius: 28px;
	background: #fff;
	color: #193b34;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
}

body.page-template-template-csmj-projects .csmj-projects-filter button i {
	color: #c59a4b;
}

body.page-template-template-csmj-projects .csmj-projects-filter button.active,
body.page-template-template-csmj-projects .csmj-projects-filter button:hover {
	background: #005b4d;
	border-color: #005b4d;
	color: #fff;
	box-shadow: 0 14px 26px rgba(0, 91, 77, 0.16);
}

body.page-template-template-csmj-projects .csmj-projects-featured {
	display: grid;
	grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
	gap: 28px;
	margin-bottom: 26px;
	padding: 12px;
	background: #fff;
	border: 1px solid #ebe4d8;
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

body.page-template-template-csmj-projects .csmj-projects-featured-copy {
	padding: 34px 20px 22px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

body.page-template-template-csmj-projects .csmj-projects-badge,
body.page-template-template-csmj-projects .csmj-projects-latest-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 18px;
	background: #fbf3e5;
	color: #b9832d;
	font-weight: 900;
	font-size: 13px;
}

body.page-template-template-csmj-projects .csmj-projects-featured h2,
body.page-template-template-csmj-projects .csmj-projects-latest h2 {
	margin: 20px 0 10px;
	color: #0b3029;
	font-size: 31px;
	line-height: 1.35;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-projects .csmj-projects-location {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	color: #314943;
	font-weight: 800;
}

body.page-template-template-csmj-projects .csmj-projects-location i {
	color: #005b4d;
}

body.page-template-template-csmj-projects .csmj-projects-featured p {
	margin: 0 0 24px;
	color: #435a54;
	font-size: 16px;
	line-height: 2;
}

body.page-template-template-csmj-projects .csmj-projects-tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 26px;
	color: #6b5a3d;
}

body.page-template-template-csmj-projects .csmj-projects-tags span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 800;
	font-size: 13px;
}

body.page-template-template-csmj-projects .csmj-projects-tags i {
	color: #c59a4b;
	font-size: 20px;
}

body.page-template-template-csmj-projects .csmj-project-details-button {
	min-height: 46px;
	padding: 12px 28px;
	border: 1px solid #005b4d;
	border-radius: 5px;
	background: #005b4d;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 900;
	cursor: pointer;
	transition: all 0.2s ease;
}

body.page-template-template-csmj-projects .csmj-project-details-button.is-outline {
	width: 100%;
	background: #fff;
	color: #005b4d;
}

body.page-template-template-csmj-projects .csmj-project-details-button:hover {
	background: #c59a4b;
	border-color: #c59a4b;
	color: #fff;
}

body.page-template-template-csmj-projects .csmj-projects-featured-image {
	min-height: 410px;
	border-radius: 8px;
	overflow: hidden;
}

body.page-template-template-csmj-projects .csmj-projects-featured-image img,
body.page-template-template-csmj-projects .csmj-project-mini-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

body.page-template-template-csmj-projects .csmj-projects-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 0.9fr);
	gap: 26px;
	margin-bottom: 28px;
}

body.page-template-template-csmj-projects .csmj-projects-mini-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

body.page-template-template-csmj-projects .csmj-project-mini-card {
	background: #fff;
	border: 1px solid #ebe4d8;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

body.page-template-template-csmj-projects .csmj-project-mini-card img {
	aspect-ratio: 16 / 9;
}

body.page-template-template-csmj-projects .csmj-project-mini-card h3 {
	margin: 0;
	padding: 14px 10px 16px;
	text-align: center;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 900;
	color: #163b34;
	letter-spacing: 0;
}

body.page-template-template-csmj-projects .csmj-projects-latest {
	padding: 28px 24px;
	background: #fff;
	border: 1px solid #ebe4d8;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}

body.page-template-template-csmj-projects .csmj-projects-latest-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0 0 24px;
	color: #60706b;
	font-weight: 800;
}

body.page-template-template-csmj-projects .csmj-projects-latest-meta i {
	color: #005b4d;
	font-size: 9px;
	margin-left: 6px;
}

body.page-template-template-csmj-projects .csmj-projects-latest h3 {
	margin: 0 0 14px;
	color: #1b3e37;
	font-size: 18px;
	font-weight: 900;
}

body.page-template-template-csmj-projects .csmj-projects-latest ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: grid;
	gap: 12px;
}

body.page-template-template-csmj-projects .csmj-projects-latest li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #52635e;
	line-height: 1.7;
}

body.page-template-template-csmj-projects .csmj-projects-latest li i {
	color: #c59a4b;
	margin-top: 4px;
}

body.page-template-template-csmj-projects .csmj-projects-impact {
	padding: 28px 34px;
	border-radius: 10px;
	background: #003f36;
	color: #fff;
}

body.page-template-template-csmj-projects .csmj-projects-impact h2 {
	margin: 0 0 18px;
	color: #fff;
	text-align: right;
	font-size: 20px;
	font-weight: 900;
}

body.page-template-template-csmj-projects .csmj-projects-impact-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
}

body.page-template-template-csmj-projects .csmj-projects-impact-grid div {
	min-height: 92px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas: "icon number" "icon label";
	align-items: center;
	column-gap: 14px;
	padding: 0 18px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

body.page-template-template-csmj-projects .csmj-projects-impact-grid div:last-child {
	border-left: 0;
}

body.page-template-template-csmj-projects .csmj-projects-impact-grid i {
	grid-area: icon;
	color: #c59a4b;
	font-size: 34px;
}

body.page-template-template-csmj-projects .csmj-projects-impact-grid strong {
	grid-area: number;
	color: #d1a052;
	font-size: 31px;
	line-height: 1;
	font-weight: 900;
}

body.page-template-template-csmj-projects .csmj-projects-impact-grid span {
	grid-area: label;
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	line-height: 1.35;
}

body.page-template-template-csmj-projects .csmj-projects-vision {
	margin: 24px 0 0;
	text-align: center;
	color: #475b55;
	font-size: 18px;
	line-height: 1.8;
}

html.csmj-project-modal-open {
	overflow: hidden;
}

body.page-template-template-csmj-projects .csmj-project-modal[hidden] {
	display: none;
}

body.page-template-template-csmj-projects .csmj-project-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
}

body.page-template-template-csmj-projects .csmj-project-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 28, 24, 0.72);
	backdrop-filter: blur(4px);
}

body.page-template-template-csmj-projects .csmj-project-modal-dialog {
	position: relative;
	width: min(980px, 100%);
	max-height: min(760px, calc(100vh - 48px));
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

body.page-template-template-csmj-projects .csmj-project-modal-close {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 63, 54, 0.92);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

body.page-template-template-csmj-projects .csmj-project-modal-image {
	min-height: 100%;
	background: #003f36;
}

body.page-template-template-csmj-projects .csmj-project-modal-image img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	display: block;
}

body.page-template-template-csmj-projects .csmj-project-modal-body {
	padding: 38px 34px;
	overflow: auto;
	text-align: right;
}

body.page-template-template-csmj-projects .csmj-project-modal-body > span {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 14px;
	border-radius: 18px;
	background: #fbf3e5;
	color: #b9832d;
	font-weight: 900;
	font-size: 13px;
}

body.page-template-template-csmj-projects .csmj-project-modal-body h2 {
	margin: 0 0 12px;
	color: #0b3029;
	font-size: 32px;
	line-height: 1.35;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-projects .csmj-project-modal-location {
	margin: 0 0 18px;
	color: #005b4d;
	font-weight: 800;
}

body.page-template-template-csmj-projects .csmj-project-modal-excerpt {
	margin: 0 0 22px;
	color: #465c56;
	font-size: 16px;
	line-height: 2;
}

body.page-template-template-csmj-projects .csmj-project-modal-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

body.page-template-template-csmj-projects .csmj-project-modal-tags span {
	padding: 8px 12px;
	border-radius: 18px;
	background: #f4f0e8;
	color: #6b5a3d;
	font-weight: 800;
	font-size: 13px;
}

body.page-template-template-csmj-projects .csmj-project-modal-results h3 {
	margin: 0 0 12px;
	color: #0b3029;
	font-size: 19px;
	font-weight: 900;
}

body.page-template-template-csmj-projects .csmj-project-modal-results ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

body.page-template-template-csmj-projects .csmj-project-modal-results li {
	position: relative;
	padding-right: 20px;
	color: #50635d;
	line-height: 1.7;
}

body.page-template-template-csmj-projects .csmj-project-modal-results li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 12px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c59a4b;
}

@media (max-width: 1024px) {
	body.page-template-template-csmj-projects .csmj-projects-filter {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.page-template-template-csmj-projects .csmj-projects-featured,
	body.page-template-template-csmj-projects .csmj-projects-content-grid {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-projects .csmj-projects-impact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	body.page-template-template-csmj-projects .csmj-projects-impact-grid div {
		border-left: 0;
	}

	body.page-template-template-csmj-projects .csmj-project-modal-dialog {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-projects .csmj-project-modal-image img {
		min-height: 280px;
		max-height: 320px;
	}
}

@media (max-width: 767px) {
	body.page-template-template-csmj-projects .csmj-projects-hero {
		min-height: 390px;
		padding-top: 66px;
		background-position: 58% center;
	}

	body.admin-bar.page-template-template-csmj-projects .csmj-projects-hero {
		padding-top: 112px;
	}

	body.page-template-template-csmj-projects .csmj-projects-hero .container,
	body.page-template-template-csmj-projects .csmj-projects-showcase .container {
		width: min(100% - 28px, 560px);
	}

	body.page-template-template-csmj-projects .csmj-projects-hero h1 {
		font-size: 42px;
	}

	body.page-template-template-csmj-projects .csmj-projects-hero p {
		font-size: 15px;
	}

	body.page-template-template-csmj-projects .csmj-projects-filter {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	body.page-template-template-csmj-projects .csmj-projects-filter button {
		min-height: 46px;
		font-size: 13px;
	}

	body.page-template-template-csmj-projects .csmj-projects-featured {
		padding: 10px;
		gap: 14px;
	}

	body.page-template-template-csmj-projects .csmj-projects-featured-copy,
	body.page-template-template-csmj-projects .csmj-projects-latest {
		padding: 22px 16px;
	}

	body.page-template-template-csmj-projects .csmj-projects-featured h2,
	body.page-template-template-csmj-projects .csmj-projects-latest h2 {
		font-size: 24px;
	}

	body.page-template-template-csmj-projects .csmj-projects-featured-image {
		min-height: 230px;
	}

	body.page-template-template-csmj-projects .csmj-projects-mini-grid {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-projects .csmj-projects-impact {
		padding: 24px 16px;
	}

	body.page-template-template-csmj-projects .csmj-projects-impact-grid {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-projects .csmj-projects-impact-grid div {
		min-height: 76px;
		padding: 0;
	}

	body.page-template-template-csmj-projects .csmj-project-modal {
		padding: 14px;
	}

	body.page-template-template-csmj-projects .csmj-project-modal-dialog {
		max-height: calc(100vh - 28px);
	}

	body.page-template-template-csmj-projects .csmj-project-modal-image img {
		min-height: 210px;
		max-height: 240px;
	}

	body.page-template-template-csmj-projects .csmj-project-modal-body {
		padding: 26px 18px;
	}

	body.page-template-template-csmj-projects .csmj-project-modal-body h2 {
		font-size: 24px;
	}
}
/* CSMJ about page final layout */
body.page-template-template-csmj-about .csmj-about-page {
	background: #f8f5ee;
	color: #12342f;
}

body.page-template-template-csmj-about .csmj-about-page .container {
	width: min(1160px, calc(100% - 48px));
	margin: 0 auto;
}

body.page-template-template-csmj-about .csmj-about-hero-modern {
	box-sizing: border-box;
	min-height: 540px;
	padding: 110px 0 72px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

body.admin-bar.page-template-template-csmj-about .csmj-about-hero-modern {
	padding-top: 142px;
}

body.page-template-template-csmj-about .csmj-about-hero-copy {
	width: min(620px, 100%);
	margin-right: auto;
	text-align: right;
	color: #fff;
}

body.page-template-template-csmj-about .csmj-about-hero-copy h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 64px;
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-hero-copy h2 {
	margin: 0 0 24px;
	color: #d8ad63;
	font-size: 32px;
	line-height: 1.35;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-hero-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	line-height: 2;
}

body.page-template-template-csmj-about .csmj-about-identity {
	padding: 76px 0;
	background: #f8f5ee;
}

body.page-template-template-csmj-about .csmj-about-identity .container {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: 56px;
	align-items: center;
}

body.page-template-template-csmj-about .csmj-about-identity-copy {
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-identity-copy > span,
body.page-template-template-csmj-about .csmj-about-direction-title span,
body.page-template-template-csmj-about .csmj-about-strategy-head span {
	display: inline-flex;
	margin-bottom: 12px;
	color: #a77b38;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
}

body.page-template-template-csmj-about .csmj-about-identity h2,
body.page-template-template-csmj-about .csmj-about-direction h2,
body.page-template-template-csmj-about .csmj-about-strategy h2 {
	margin: 0;
	color: #00604f;
	font-size: 38px;
	line-height: 1.28;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-text {
	margin-top: 22px;
	padding-right: 24px;
	border-right: 4px solid #d2a75e;
}

body.page-template-template-csmj-about .csmj-about-text p {
	margin: 0 0 16px;
	color: #455d57;
	font-size: 16px;
	line-height: 2.05;
}

body.page-template-template-csmj-about .csmj-about-identity-figure {
	position: relative;
	margin: 0;
	min-height: 420px;
	overflow: hidden;
	border-radius: 0 72px 0 72px;
	background: #07382f;
	box-shadow: 0 24px 58px rgba(17, 45, 39, 0.14);
}

body.page-template-template-csmj-about .csmj-about-identity-figure:before {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	z-index: 1;
	pointer-events: none;
}

body.page-template-template-csmj-about .csmj-about-identity-figure img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	display: block;
	object-fit: cover;
}

body.page-template-template-csmj-about .csmj-about-direction {
	padding: 70px 0;
	background: #07382f;
	color: #fff;
}

body.page-template-template-csmj-about .csmj-about-direction .container {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 48px;
	align-items: start;
}

body.page-template-template-csmj-about .csmj-about-direction-title {
	position: sticky;
	top: 110px;
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-direction h2 {
	color: #fff;
}

body.page-template-template-csmj-about .csmj-about-direction-rows {
	display: grid;
	gap: 26px;
}

body.page-template-template-csmj-about .csmj-about-direction-rows article {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-direction-rows article:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.page-template-template-csmj-about .csmj-about-direction-icon {
	width: 74px;
	height: 74px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #d2a75e;
	color: #07382f;
	font-size: 28px;
}

body.page-template-template-csmj-about .csmj-about-direction h3 {
	margin: 0 0 12px;
	color: #d8ad63;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-direction p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	line-height: 2;
}

body.page-template-template-csmj-about .csmj-about-strategy {
	padding: 76px 0 82px;
	background: linear-gradient(180deg, #f8f5ee 0%, #efe6d7 100%);
}

body.page-template-template-csmj-about .csmj-about-strategy .container {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

body.page-template-template-csmj-about .csmj-about-strategy-head {
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-strategy-track {
	position: relative;
	display: grid;
	gap: 0;
	padding-right: 34px;
}

body.page-template-template-csmj-about .csmj-about-strategy-track:before {
	content: "";
	position: absolute;
	top: 18px;
	right: 10px;
	bottom: 18px;
	width: 2px;
	background: #d2a75e;
}

body.page-template-template-csmj-about .csmj-about-strategy-track article {
	position: relative;
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 0 0 28px;
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-strategy-track article:last-child {
	padding-bottom: 0;
}

body.page-template-template-csmj-about .csmj-about-strategy-track span {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #d2a75e;
	color: #00604f;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(17, 45, 39, 0.08);
	z-index: 1;
}

body.page-template-template-csmj-about .csmj-about-strategy-track p {
	margin: 0;
	padding: 2px 0 0;
	color: #405852;
	font-size: 16px;
	line-height: 1.95;
}

@media (max-width: 1024px) {
	body.page-template-template-csmj-about .csmj-about-identity .container,
	body.page-template-template-csmj-about .csmj-about-direction .container,
	body.page-template-template-csmj-about .csmj-about-strategy .container {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-about .csmj-about-direction-title {
		position: static;
	}
}

@media (max-width: 767px) {
	body.page-template-template-csmj-about .csmj-about-page .container {
		width: min(100% - 28px, 560px);
	}

	body.page-template-template-csmj-about .csmj-about-hero-modern {
		min-height: 460px;
		padding: 86px 0 48px;
		background-position: 38% center;
	}

	body.admin-bar.page-template-template-csmj-about .csmj-about-hero-modern {
		padding-top: 118px;
	}

	body.page-template-template-csmj-about .csmj-about-hero-copy h1 {
		font-size: 40px;
	}

	body.page-template-template-csmj-about .csmj-about-hero-copy h2 {
		font-size: 24px;
	}

	body.page-template-template-csmj-about .csmj-about-identity,
	body.page-template-template-csmj-about .csmj-about-direction,
	body.page-template-template-csmj-about .csmj-about-strategy {
		padding: 48px 0;
	}

	body.page-template-template-csmj-about .csmj-about-identity h2,
	body.page-template-template-csmj-about .csmj-about-direction h2,
	body.page-template-template-csmj-about .csmj-about-strategy h2 {
		font-size: 28px;
	}

	body.page-template-template-csmj-about .csmj-about-text {
		padding-right: 16px;
	}

	body.page-template-template-csmj-about .csmj-about-identity-figure,
	body.page-template-template-csmj-about .csmj-about-identity-figure img {
		min-height: 300px;
	}

	body.page-template-template-csmj-about .csmj-about-identity-figure {
		border-radius: 0 42px 0 42px;
	}

	body.page-template-template-csmj-about .csmj-about-direction-rows article,
	body.page-template-template-csmj-about .csmj-about-strategy-track article {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.page-template-template-csmj-about .csmj-about-strategy-track {
		padding-right: 0;
	}

	body.page-template-template-csmj-about .csmj-about-strategy-track:before {
		display: none;
	}
}

/* CSMJ about page reference composition */
body.page-template-template-csmj-about .csmj-about-reference {
	background: #f7f2e9;
	color: #063f35;
	overflow: hidden;
}

body.page-template-template-csmj-about .csmj-about-reference .container {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
}

body.page-template-template-csmj-about .csmj-about-ref-hero {
	min-height: 418px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: left center;
	border-bottom: 2px solid #d2a65a;
}

body.page-template-template-csmj-about .csmj-about-ref-hero .container {
	display: flex;
	justify-content: flex-start;
}

body.page-template-template-csmj-about .csmj-about-ref-hero-copy {
	width: min(610px, 100%);
	margin: 0;
	text-align: right;
	color: #fff;
}

body.page-template-template-csmj-about .csmj-about-ref-hero h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 58px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-hero h2 {
	margin: 0 0 24px;
	color: #c99a4a;
	font-size: 29px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-hero p {
	width: min(560px, 100%);
	margin: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 16px;
	line-height: 2;
}

body.page-template-template-csmj-about .csmj-about-ref-journey {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 365px;
	border-bottom: 1px solid rgba(188, 151, 89, 0.42);
	background: #f7f2e9;
}

body.page-template-template-csmj-about .csmj-about-ref-journey-copy {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 52px 8vw 52px 10vw;
	text-align: center;
	background:
		linear-gradient(rgba(247, 242, 233, 0.88), rgba(247, 242, 233, 0.88)),
		radial-gradient(circle at 18% 62%, rgba(8, 63, 53, 0.09), transparent 26%);
}

body.page-template-template-csmj-about .csmj-about-ref-journey-copy h2,
body.page-template-template-csmj-about .csmj-about-ref-milestones h2,
body.page-template-template-csmj-about .csmj-about-ref-vmv h2,
body.page-template-template-csmj-about .csmj-about-ref-goals h2 {
	margin: 0;
	color: #063f35;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-journey-copy h2:after,
body.page-template-template-csmj-about .csmj-about-ref-vmv h2:after {
	content: "";
	display: block;
	width: 92px;
	height: 2px;
	margin: 18px auto 22px;
	background: #c99a4a;
}

body.page-template-template-csmj-about .csmj-about-ref-journey-copy p {
	margin: 0 0 14px;
	color: #314a44;
	font-size: 15px;
	line-height: 1.95;
}

body.page-template-template-csmj-about .csmj-about-ref-journey-image {
	min-height: 365px;
	background-size: cover;
	background-position: center;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones {
	padding: 54px 0 62px;
	background: #f7f2e9;
	text-align: center;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones-line {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	margin-top: 42px;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones-line:before {
	content: "";
	position: absolute;
	top: 35px;
	right: 8%;
	left: 8%;
	height: 2px;
	background: #c99a4a;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones article {
	position: relative;
	z-index: 1;
	text-align: center;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones span {
	width: 72px;
	height: 72px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border: 2px solid #c99a4a;
	border-radius: 50%;
	background: #f7f2e9;
	color: #c99a4a;
	font-size: 28px;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones article:last-child span {
	background: #063f35;
	color: #c99a4a;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones strong {
	display: block;
	margin-bottom: 8px;
	color: #063f35;
	font-size: 18px;
	font-weight: 900;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones h3 {
	margin: 0 0 8px;
	color: #263f39;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-milestones p {
	margin: 0 auto;
	max-width: 170px;
	color: #5f6d68;
	font-size: 13px;
	line-height: 1.75;
}

body.page-template-template-csmj-about .csmj-about-ref-impact {
	padding: 54px 0;
	background: #003f35;
	color: #fff;
}

body.page-template-template-csmj-about .csmj-about-ref-impact .container {
	display: grid;
	grid-template-columns: minmax(250px, 0.32fr) minmax(620px, 0.68fr);
	gap: 64px;
	align-items: center;
}

body.page-template-template-csmj-about .csmj-about-ref-impact-title {
	min-height: 112px;
	padding-left: 46px;
	border-left: 1px solid rgba(201, 154, 74, 0.58);
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-ref-impact h2 {
	margin: 0 0 16px;
	color: #c99a4a;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-impact p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	line-height: 1.9;
}

body.page-template-template-csmj-about .csmj-about-ref-impact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(130px, 1fr));
	gap: 0;
	text-align: center;
}

body.page-template-template-csmj-about .csmj-about-ref-impact-grid article {
	min-width: 0;
	padding: 0 24px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

body.page-template-template-csmj-about .csmj-about-ref-impact-grid article:last-child {
	border-left: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-impact-grid i {
	display: block;
	margin-bottom: 12px;
	color: #c99a4a;
	font-size: 34px;
}

body.page-template-template-csmj-about .csmj-about-ref-impact-grid strong {
	display: block;
	margin-bottom: 6px;
	color: #c99a4a;
	font-size: 31px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

body.page-template-template-csmj-about .csmj-about-ref-impact-grid span {
	display: block;
	max-width: 118px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	line-height: 1.6;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv {
	position: relative;
	padding: 58px 0 0;
	background: #fbf8f1;
	text-align: center;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
	background: #fff;
	border: 1px solid rgba(201, 154, 74, 0.25);
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid article {
	min-height: 245px;
	padding: 34px 46px;
	border-left: 1px solid rgba(201, 154, 74, 0.45);
	text-align: center;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid article:last-child {
	border-left: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid i {
	color: #00604f;
	font-size: 27px;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid h3 {
	margin: 14px 0 14px;
	color: #063f35;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid p,
body.page-template-template-csmj-about .csmj-about-ref-vmv-grid li {
	margin: 0;
	color: #41524d;
	font-size: 14px;
	line-height: 1.9;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid li {
	position: relative;
	padding-right: 18px;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv-grid li:before {
	content: "";
	position: absolute;
	top: 13px;
	right: 0;
	width: 6px;
	height: 6px;
	background: #c99a4a;
	transform: rotate(45deg);
}

body.page-template-template-csmj-about .csmj-about-ref-goals {
	padding: 56px 0 62px;
	background: #eee6d7;
	text-align: center;
}

body.page-template-template-csmj-about .csmj-about-ref-goals h2 {
	margin-bottom: 26px;
}

body.page-template-template-csmj-about .csmj-about-ref-goals-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 22px;
}

body.page-template-template-csmj-about .csmj-about-ref-goals-grid article {
	position: relative;
	min-height: 86px;
	padding: 18px 58px 18px 22px;
	border: 1px solid rgba(168, 129, 62, 0.55);
	background: #fffdfa;
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-ref-goals-grid span {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #00604f;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}

body.page-template-template-csmj-about .csmj-about-ref-goals-grid p {
	margin: 0;
	color: #40514c;
	font-size: 13px;
	line-height: 1.75;
}

body.page-template-template-csmj-about .csmj-about-ref-governance {
	padding: 42px 0 64px;
	background: #eee6d7;
}

body.page-template-template-csmj-about .csmj-about-ref-governance .container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px minmax(0, 1fr);
	gap: 34px;
	align-items: center;
}

body.page-template-template-csmj-about .csmj-about-ref-governance-note {
	text-align: right;
	color: #59645f;
	font-size: 14px;
	line-height: 1.9;
}

body.page-template-template-csmj-about .csmj-about-ref-governance-note p {
	margin: 0 0 12px;
}

body.page-template-template-csmj-about .csmj-about-ref-governance-note strong {
	display: inline-block;
	margin-top: 10px;
	color: #9d7a3e;
	font-weight: 900;
}

body.page-template-template-csmj-about .csmj-about-ref-governance-mark {
	width: 126px;
	height: 126px;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	border: 8px solid #d7c49e;
	border-radius: 50%;
	background: #003f35;
	color: #c99a4a;
	font-size: 50px;
	box-shadow: 0 22px 44px rgba(30, 39, 35, 0.12);
}

body.page-template-template-csmj-about .csmj-about-ref-governance-copy {
	text-align: right;
}

body.page-template-template-csmj-about .csmj-about-ref-governance-copy h2 {
	margin: 0 0 18px;
	color: #063f35;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}

body.page-template-template-csmj-about .csmj-about-ref-governance-copy p {
	margin: 0;
	color: #40514c;
	font-size: 15px;
	line-height: 1.9;
}

@media (max-width: 1024px) {
	body.page-template-template-csmj-about .csmj-about-ref-milestones-line,
	body.page-template-template-csmj-about .csmj-about-ref-impact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact .container,
	body.page-template-template-csmj-about .csmj-about-ref-governance .container {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-title {
		padding-left: 0;
		border-left: 0;
		text-align: center;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid article:nth-child(2n) {
		border-left: 0;
	}
}

@media (max-width: 767px) {
	body.page-template-template-csmj-about .csmj-about-reference .container {
		width: min(100% - 28px, 560px);
	}

	body.page-template-template-csmj-about .csmj-about-ref-hero {
		min-height: 420px;
		background-position: 37% center;
	}

	body.page-template-template-csmj-about .csmj-about-ref-hero h1 {
		font-size: 40px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-hero h2 {
		font-size: 23px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-journey,
	body.page-template-template-csmj-about .csmj-about-ref-vmv-grid,
	body.page-template-template-csmj-about .csmj-about-ref-goals-grid {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-about .csmj-about-ref-journey-copy {
		padding: 44px 22px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-journey-image {
		min-height: 280px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-milestones-line {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-milestones-line:before {
		display: none;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid article {
		padding: 16px 12px;
		border-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid article:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid strong {
		font-size: 25px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-vmv-grid article {
		border-left: 0;
		border-bottom: 1px solid rgba(201, 154, 74, 0.32);
	}

	body.page-template-template-csmj-about .csmj-about-ref-vmv-grid article:last-child {
		border-bottom: 0;
	}

	body.page-template-template-csmj-about .csmj-about-ref-governance-copy h2,
	body.page-template-template-csmj-about .csmj-about-ref-journey-copy h2,
	body.page-template-template-csmj-about .csmj-about-ref-milestones h2,
	body.page-template-template-csmj-about .csmj-about-ref-vmv h2,
	body.page-template-template-csmj-about .csmj-about-ref-goals h2 {
		font-size: 28px;
	}
}

/* Force the impact band to match the reference: title on the right, stats in one row. */
@media (min-width: 768px) {
	body.page-template-template-csmj-about .csmj-about-ref-impact {
		padding: 44px 0;
		background:
			linear-gradient(rgba(0, 63, 53, 0.94), rgba(0, 63, 53, 0.94)),
			radial-gradient(circle at 22% 22%, rgba(201, 154, 74, 0.16), transparent 28%),
			#003f35;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact .container {
		width: min(1120px, calc(100% - 48px));
		display: flex !important;
		flex-direction: row !important;
		justify-content: center;
		gap: 44px !important;
		align-items: center;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-title {
		flex: 0 0 245px;
		min-height: 106px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 30px !important;
		border-left: 1px solid rgba(201, 154, 74, 0.58) !important;
		text-align: right !important;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact h2 {
		margin-bottom: 12px;
		font-size: 32px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact p {
		font-size: 14px;
		line-height: 1.8;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid {
		display: grid !important;
		flex: 0 0 660px;
		grid-template-columns: repeat(4, 1fr) !important;
		gap: 0 !important;
		align-items: start;
		text-align: center;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid article {
		padding: 0 16px;
		border-left: 1px solid rgba(255, 255, 255, 0.13) !important;
		border-bottom: 0 !important;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid article:last-child {
		border-left: 0 !important;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid i {
		margin-bottom: 10px;
		font-size: 31px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid strong {
		margin-bottom: 8px;
		font-size: 28px;
		white-space: nowrap;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid span {
		max-width: 92px;
		font-size: 12px;
		line-height: 1.55;
	}
}

@media (min-width: 1100px) {
	body.page-template-template-csmj-about .csmj-about-ref-impact .container {
		flex-wrap: nowrap !important;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-title {
		order: 1;
	}

	body.page-template-template-csmj-about .csmj-about-ref-impact-grid {
		order: 2;
	}
}

@media (min-width: 768px) {
	body.page-template-template-csmj-about .csmj-about-ref-governance .container {
		display: grid !important;
		grid-template-columns: minmax(260px, 1fr) 190px minmax(260px, 1fr) !important;
		align-items: center;
	}
}

/* Final governance layout: note left, mark center, heading right like the reference. */
@media (min-width: 768px) {
	body.page-template-template-csmj-about .csmj-about-ref-governance {
		padding: 34px 0 48px !important;
		background: #eee6d7;
	}

	body.page-template-template-csmj-about .csmj-about-ref-governance .container {
		width: min(1120px, calc(100% - 48px));
		display: grid !important;
		grid-template-columns: minmax(280px, 1fr) 190px minmax(320px, 1fr) !important;
		gap: 34px !important;
		align-items: center !important;
		direction: ltr;
	}

	body.page-template-template-csmj-about .csmj-about-ref-governance-note,
	body.page-template-template-csmj-about .csmj-about-ref-governance-mark,
	body.page-template-template-csmj-about .csmj-about-ref-governance-copy {
		position: static !important;
		transform: none !important;
		margin: 0 !important;
		direction: rtl;
	}

	body.page-template-template-csmj-about .csmj-about-ref-governance-note {
		grid-column: 1;
		justify-self: end;
		max-width: 330px;
		text-align: right !important;
	}

	body.page-template-template-csmj-about .csmj-about-ref-governance-mark {
		grid-column: 2;
		justify-self: center;
		align-self: center;
		width: 126px;
		height: 126px;
	}

	body.page-template-template-csmj-about .csmj-about-ref-governance-copy {
		grid-column: 3;
		justify-self: start;
		max-width: 380px;
		text-align: right !important;
	}

	body.page-template-template-csmj-about .csmj-about-ref-governance-copy h2 {
		margin: 0 0 16px !important;
		font-size: 34px;
		line-height: 1.15;
	}
}

/* Subtle heritage patterns for the lower about sections. */
body.page-template-template-csmj-about .csmj-about-ref-vmv,
body.page-template-template-csmj-about .csmj-about-ref-governance {
	position: relative;
	isolation: isolate;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv:before,
body.page-template-template-csmj-about .csmj-about-ref-vmv:after,
body.page-template-template-csmj-about .csmj-about-ref-governance:before,
body.page-template-template-csmj-about .csmj-about-ref-governance:after {
	content: "";
	position: absolute;
	z-index: -1;
	pointer-events: none;
	opacity: 0.28;
}

body.page-template-template-csmj-about .csmj-about-ref-vmv:before {
	right: -70px;
	bottom: -34px;
	width: 260px;
	height: 220px;
	background:
		linear-gradient(30deg, transparent 47%, rgba(0, 96, 79, 0.18) 48%, rgba(0, 96, 79, 0.18) 52%, transparent 53%),
		linear-gradient(150deg, transparent 47%, rgba(0, 96, 79, 0.18) 48%, rgba(0, 96, 79, 0.18) 52%, transparent 53%),
		repeating-linear-gradient(90deg, transparent 0 26px, rgba(201, 154, 74, 0.12) 27px 28px);
	border: 1px solid rgba(0, 96, 79, 0.1);
	transform: rotate(-8deg);
}

body.page-template-template-csmj-about .csmj-about-ref-vmv:after {
	left: -82px;
	top: 34px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background:
		radial-gradient(circle, transparent 36%, rgba(201, 154, 74, 0.16) 37% 38%, transparent 39%),
		repeating-radial-gradient(circle, rgba(0, 96, 79, 0.11) 0 1px, transparent 2px 18px);
}

body.page-template-template-csmj-about .csmj-about-ref-governance:before {
	right: 42%;
	bottom: 0;
	width: 310px;
	height: 210px;
	background:
		linear-gradient(rgba(238, 230, 215, 0.82), rgba(238, 230, 215, 0.82)),
		repeating-linear-gradient(0deg, transparent 0 18px, rgba(0, 96, 79, 0.1) 19px 20px),
		repeating-linear-gradient(90deg, transparent 0 18px, rgba(0, 96, 79, 0.1) 19px 20px);
	border: 1px solid rgba(201, 154, 74, 0.12);
	transform: translateX(50%) skewX(-8deg);
}

body.page-template-template-csmj-about .csmj-about-ref-governance:after {
	left: -66px;
	bottom: -40px;
	width: 230px;
	height: 230px;
	background:
		linear-gradient(45deg, transparent 44%, rgba(201, 154, 74, 0.15) 45% 46%, transparent 47%),
		linear-gradient(-45deg, transparent 44%, rgba(201, 154, 74, 0.15) 45% 46%, transparent 47%),
		radial-gradient(circle at center, rgba(0, 96, 79, 0.08), transparent 58%);
	border-radius: 28px;
	transform: rotate(12deg);
}

body.page-template-template-csmj-about .csmj-about-ref-vmv .container,
body.page-template-template-csmj-about .csmj-about-ref-governance .container {
	position: relative;
	z-index: 1;
}

/* CSMJ services reference page */
body.page-template-template-csmj-services .csmj-services-ref {
	background: #faf7f1;
	color: #063f35;
}

body.page-template-template-csmj-services .csmj-services-ref .container {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
}

body.page-template-template-csmj-services .csmj-services-ref-hero {
	min-height: 292px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	border-bottom: 2px solid #c99a4a;
}

body.page-template-template-csmj-services .csmj-services-ref-hero-copy {
	width: min(560px, 100%);
	text-align: right;
	color: #fff;
}

body.page-template-template-csmj-services .csmj-services-ref-hero h1 {
	margin: 0 0 12px;
	color: #c99a4a;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

body.page-template-template-csmj-services .csmj-services-ref-hero h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 31px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

body.page-template-template-csmj-services .csmj-services-ref-hero p {
	margin: 0;
	color: #c99a4a;
	font-size: 20px;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-ref-explore {
	padding: 32px 0 42px;
}

body.page-template-template-csmj-services .csmj-services-ref-explore .container {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

body.page-template-template-csmj-services .csmj-services-ref-list {
	padding-top: 20px;
	text-align: right;
}

body.page-template-template-csmj-services .csmj-services-ref-list h2,
body.page-template-template-csmj-services .csmj-services-ref-steps h2,
body.page-template-template-csmj-services .csmj-services-ref-value h2,
body.page-template-template-csmj-services .csmj-services-ref-faq h2 {
	margin: 0 0 24px;
	color: #063f35;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	letter-spacing: 0;
}

body.page-template-template-csmj-services .csmj-services-ref-list h2 {
	text-align: right;
}

body.page-template-template-csmj-services .csmj-services-ref-tabs {
	display: grid;
	gap: 9px;
}

body.page-template-template-csmj-services .csmj-services-ref-tabs button {
	width: 100%;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 0 18px;
	border: 1px solid #eadfcd;
	border-radius: 4px;
	background: #fff;
	color: #153f38;
	font-size: 14px;
	font-weight: 900;
	text-align: right;
	cursor: pointer;
}

body.page-template-template-csmj-services .csmj-services-ref-tabs button.is-active,
body.page-template-template-csmj-services .csmj-services-ref-tabs button:hover {
	background: #003f35;
	border-color: #003f35;
	color: #fff;
}

body.page-template-template-csmj-services .csmj-services-ref-tabs i {
	color: #c99a4a;
	font-size: 20px;
}

body.page-template-template-csmj-services .csmj-services-ref-all {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: #063f35;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

body.page-template-template-csmj-services .csmj-services-ref-feature {
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	gap: 34px;
	padding: 18px;
	border: 1px solid #e5dac7;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(16, 48, 42, 0.06);
}

body.page-template-template-csmj-services .csmj-services-ref-feature-image > img {
	width: 100%;
	height: 345px;
	display: block;
	object-fit: cover;
	border-radius: 8px;
}

body.page-template-template-csmj-services .csmj-services-ref-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	margin-top: 10px;
}

body.page-template-template-csmj-services .csmj-services-ref-thumbs button {
	height: 54px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 5px;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
}

body.page-template-template-csmj-services .csmj-services-ref-thumbs button.is-active,
body.page-template-template-csmj-services .csmj-services-ref-thumbs button:hover {
	border-color: #c99a4a;
}

body.page-template-template-csmj-services .csmj-services-ref-thumbs img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

body.page-template-template-csmj-services .csmj-services-ref-feature-copy {
	padding: 34px 12px 20px;
	text-align: right;
}

body.page-template-template-csmj-services .csmj-services-ref-feature-copy > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	color: #c99a4a;
	font-size: 14px;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-ref-feature-copy h2 {
	margin: 0 0 18px;
	color: #063f35;
	font-size: 31px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

body.page-template-template-csmj-services .csmj-services-ref-feature-copy p,
body.page-template-template-csmj-services .csmj-services-ref-feature-copy li {
	color: #425951;
	font-size: 15px;
	line-height: 1.95;
}

body.page-template-template-csmj-services .csmj-services-ref-feature-copy ul {
	margin: 18px 0 24px;
	padding: 0;
	list-style: none;
}

body.page-template-template-csmj-services .csmj-services-ref-feature-copy li {
	position: relative;
	padding-right: 24px;
	margin-bottom: 7px;
}

body.page-template-template-csmj-services .csmj-services-ref-feature-copy li:before {
	content: "\f058";
	position: absolute;
	right: 0;
	top: 0;
	font-family: FontAwesome;
	color: #c99a4a;
}

body.page-template-template-csmj-services .csmj-services-ref-request,
body.page-template-template-csmj-services .csmj-services-modal form button,
body.page-template-template-csmj-services .csmj-services-ref-help a {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 26px;
	border: 0;
	border-radius: 4px;
	background: #003f35;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
}

body.page-template-template-csmj-services .csmj-services-ref-steps {
	padding: 30px 0 42px;
	text-align: center;
}

body.page-template-template-csmj-services .csmj-services-ref-steps > .container > p {
	margin: -14px 0 38px;
	color: #68746f;
	font-size: 13px;
}

body.page-template-template-csmj-services .csmj-services-ref-step-line {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

body.page-template-template-csmj-services .csmj-services-ref-step-line:before {
	content: "";
	position: absolute;
	top: 38px;
	right: 10%;
	left: 10%;
	height: 1px;
	border-top: 1px dashed #d4b982;
}

body.page-template-template-csmj-services .csmj-services-ref-step-line article {
	position: relative;
	z-index: 1;
	text-align: center;
}

body.page-template-template-csmj-services .csmj-services-ref-step-line span {
	position: absolute;
	top: -4px;
	right: calc(50% - 40px);
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #003f35;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-ref-step-line i {
	width: 76px;
	height: 76px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f2eadb;
	color: #7d8b86;
	font-size: 30px;
	box-shadow: inset 0 0 0 1px #eadcc5;
}

body.page-template-template-csmj-services .csmj-services-ref-step-line h3 {
	margin: 16px 0 8px;
	color: #063f35;
	font-size: 16px;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-ref-step-line p {
	margin: 0 auto;
	max-width: 180px;
	color: #5f6d68;
	font-size: 13px;
	line-height: 1.7;
}

body.page-template-template-csmj-services .csmj-services-ref-value {
	padding: 20px 0 46px;
}

body.page-template-template-csmj-services .csmj-services-ref-value-list {
	display: grid;
	gap: 12px;
}

body.page-template-template-csmj-services .csmj-services-ref-value-list article {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 92px 1fr;
	min-height: 128px;
	border: 1px solid #eadfcd;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-left .csmj-services-ref-value-image {
	grid-column: 1;
}

body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-left .csmj-services-ref-value-copy {
	grid-column: 3;
}

body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-right .csmj-services-ref-value-image {
	grid-column: 3;
}

body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-right .csmj-services-ref-value-copy {
	grid-column: 1;
}

body.page-template-template-csmj-services .csmj-services-ref-value-image {
	grid-row: 1;
}

body.page-template-template-csmj-services .csmj-services-ref-value-image img {
	width: 100%;
	height: 100%;
	min-height: 128px;
	display: block;
	object-fit: cover;
}

body.page-template-template-csmj-services .csmj-services-ref-value-icon {
	grid-column: 2;
	grid-row: 1;
	width: 78px;
	height: 78px;
	align-self: center;
	justify-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 6px solid #d5bf8e;
	border-radius: 50%;
	background: #003f35;
	color: #c99a4a;
	font-size: 30px;
	z-index: 1;
}

body.page-template-template-csmj-services .csmj-services-ref-value-copy {
	grid-row: 1;
	padding: 28px 30px;
	text-align: right;
}

body.page-template-template-csmj-services .csmj-services-ref-value-copy h3 {
	margin: 0 0 8px;
	color: #063f35;
	font-size: 20px;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-ref-value-copy p {
	margin: 0 0 10px;
	color: #566761;
	font-size: 14px;
	line-height: 1.75;
}

body.page-template-template-csmj-services .csmj-services-ref-value-copy button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #c99a4a;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}

body.page-template-template-csmj-services .csmj-services-ref-faq {
	padding: 20px 0 44px;
}

body.page-template-template-csmj-services .csmj-services-ref-faq-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

body.page-template-template-csmj-services .csmj-services-ref-help {
	min-height: 220px;
	padding: 30px;
	border-radius: 8px;
	background: #003f35;
	color: #fff;
	text-align: center;
}

body.page-template-template-csmj-services .csmj-services-ref-help i {
	color: #c99a4a;
	font-size: 44px;
}

body.page-template-template-csmj-services .csmj-services-ref-help h3 {
	margin: 18px 0 8px;
	color: #fff;
	font-size: 21px;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-ref-help p {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.8;
}

body.page-template-template-csmj-services .csmj-services-ref-help a {
	min-height: 40px;
	background: #c99a4a;
	color: #063f35;
}

body.page-template-template-csmj-services .csmj-services-ref-questions {
	display: grid;
	gap: 8px;
}

body.page-template-template-csmj-services .csmj-services-ref-questions details {
	border: 1px solid #eadfcd;
	border-radius: 4px;
	background: #fff;
}

body.page-template-template-csmj-services .csmj-services-ref-questions summary {
	padding: 15px 18px;
	color: #253f38;
	font-weight: 900;
	cursor: pointer;
}

body.page-template-template-csmj-services .csmj-services-ref-questions p {
	margin: 0;
	padding: 0 18px 16px;
	color: #5a6b65;
	line-height: 1.8;
}

body.page-template-template-csmj-services .csmj-services-ref-cta {
	padding: 0 0 48px;
}

body.page-template-template-csmj-services .csmj-services-ref-cta .container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 34px;
	align-items: center;
	padding: 34px 42px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(0, 63, 53, 0.9), rgba(0, 63, 53, 0.98)),
		url('services-consulting.jpg') center/cover;
	color: #fff;
}

body.page-template-template-csmj-services .csmj-services-ref-cta h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-ref-cta p {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.86);
}

body.page-template-template-csmj-services .csmj-services-ref-cta button {
	background: #c99a4a;
	color: #063f35;
}

body.page-template-template-csmj-services .csmj-services-ref-cta ul {
	margin: 0;
	padding: 0 28px 0 0;
	list-style: none;
	border-right: 1px solid rgba(255, 255, 255, 0.24);
}

body.page-template-template-csmj-services .csmj-services-ref-cta li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
	color: #fff;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-ref-cta li:last-child {
	margin-bottom: 0;
}

body.page-template-template-csmj-services .csmj-services-ref-cta li i {
	color: #c99a4a;
}

body.csmj-services-modal-open {
	overflow: hidden;
}

body.page-template-template-csmj-services .csmj-services-modal[hidden] {
	display: none;
}

body.page-template-template-csmj-services .csmj-services-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 34, 29, 0.72);
}

body.page-template-template-csmj-services .csmj-services-modal-panel {
	position: relative;
	width: min(520px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 30px;
	border-radius: 8px;
	background: #fff;
	text-align: right;
}

body.page-template-template-csmj-services .csmj-services-modal-close {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #f2eadb;
	color: #063f35;
	cursor: pointer;
}

body.page-template-template-csmj-services .csmj-services-modal-panel h2 {
	margin: 0 0 8px;
	color: #063f35;
	font-size: 26px;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-modal-service {
	margin: 0 0 20px;
	color: #c99a4a;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-modal label {
	display: grid;
	gap: 8px;
	margin-bottom: 14px;
	color: #233f38;
	font-weight: 900;
}

body.page-template-template-csmj-services .csmj-services-modal input,
body.page-template-template-csmj-services .csmj-services-modal textarea {
	width: 100%;
	border: 1px solid #e2d7c4;
	border-radius: 4px;
	padding: 11px 12px;
	font: inherit;
}

body.page-template-template-csmj-services .csmj-services-modal-note {
	margin: 14px 0 0;
	color: #00604f;
	font-weight: 900;
}

@media (max-width: 1024px) {
	body.page-template-template-csmj-services .csmj-services-ref-explore .container,
	body.page-template-template-csmj-services .csmj-services-ref-feature,
	body.page-template-template-csmj-services .csmj-services-ref-faq-layout,
	body.page-template-template-csmj-services .csmj-services-ref-cta .container {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-services .csmj-services-ref-list h2 {
		text-align: center;
	}

	body.page-template-template-csmj-services .csmj-services-ref-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.page-template-template-csmj-services .csmj-services-ref .container {
		width: min(100% - 28px, 560px);
	}

	body.page-template-template-csmj-services .csmj-services-ref-hero {
		min-height: 360px;
		background-position: 55% center;
	}

	body.page-template-template-csmj-services .csmj-services-ref-hero h1 {
		font-size: 28px;
	}

	body.page-template-template-csmj-services .csmj-services-ref-hero h2 {
		font-size: 25px;
	}

	body.page-template-template-csmj-services .csmj-services-ref-tabs,
	body.page-template-template-csmj-services .csmj-services-ref-step-line,
	body.page-template-template-csmj-services .csmj-services-ref-value-list article {
		grid-template-columns: 1fr;
	}

	body.page-template-template-csmj-services .csmj-services-ref-step-line:before {
		display: none;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-image,
	body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-left .csmj-services-ref-value-image,
	body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-right .csmj-services-ref-value-image,
	body.page-template-template-csmj-services .csmj-services-ref-value-copy,
	body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-left .csmj-services-ref-value-copy,
	body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-right .csmj-services-ref-value-copy,
	body.page-template-template-csmj-services .csmj-services-ref-value-icon {
		grid-column: 1;
		grid-row: auto;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-icon {
		margin-top: -42px;
	}

	body.page-template-template-csmj-services .csmj-services-ref-cta ul {
		padding: 18px 0 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.24);
	}
}

/* Final desktop/tablet lock for services page layout. */
@media (min-width: 768px) {
	body.page-template-template-csmj-services .csmj-services-ref .container {
		width: min(1120px, calc(100% - 48px)) !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-hero {
		box-sizing: border-box;
		min-height: 360px !important;
		padding-top: 110px;
		align-items: center;
		background-size: cover !important;
		background-position: center center !important;
	}

	body.admin-bar.page-template-template-csmj-services .csmj-services-ref-hero {
		padding-top: 142px;
	}

	body.page-template-template-csmj-services .csmj-services-ref-hero-copy {
		max-width: 560px;
		margin-right: 0;
		margin-left: auto;
	}

	body.page-template-template-csmj-services .csmj-services-ref-hero h1 {
		font-size: 32px;
	}

	body.page-template-template-csmj-services .csmj-services-ref-hero h2 {
		font-size: 32px;
	}

	body.page-template-template-csmj-services .csmj-services-ref-explore {
		padding: 42px 0 54px !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-explore .container {
		display: grid !important;
		grid-template-columns: minmax(0, 790px) 300px !important;
		gap: 30px !important;
		align-items: start !important;
		direction: ltr;
	}

	body.page-template-template-csmj-services .csmj-services-ref-feature {
		grid-column: 1;
		direction: ltr;
		display: grid !important;
		grid-template-columns: minmax(270px, 0.92fr) minmax(0, 1.08fr) !important;
		gap: 28px !important;
		width: 100% !important;
		min-width: 0;
		box-sizing: border-box;
	}

	body.page-template-template-csmj-services .csmj-services-ref-feature-image {
		grid-column: 1;
		min-width: 0;
	}

	body.page-template-template-csmj-services .csmj-services-ref-feature-copy {
		grid-column: 2;
		direction: rtl;
		min-width: 0;
		padding: 26px 10px 18px !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-feature-copy h2 {
		font-size: 28px !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-feature-image > img {
		height: 310px !important;
		object-position: center center;
	}

	body.page-template-template-csmj-services .csmj-services-ref-list {
		grid-column: 2;
		direction: rtl;
		width: 100%;
		padding-top: 0 !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-list h2 {
		text-align: right !important;
		font-size: 27px !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-tabs {
		grid-template-columns: 1fr !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-tabs button {
		width: 100% !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-step-line {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-list article {
		grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr) !important;
		min-height: 132px !important;
		height: 132px;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-image,
	body.page-template-template-csmj-services .csmj-services-ref-value-copy,
	body.page-template-template-csmj-services .csmj-services-ref-value-icon {
		grid-row: 1 !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-left .csmj-services-ref-value-image {
		grid-column: 1 !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-left .csmj-services-ref-value-copy {
		grid-column: 3 !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-right .csmj-services-ref-value-image {
		grid-column: 3 !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-list article.is-image-right .csmj-services-ref-value-copy {
		grid-column: 1 !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-icon {
		grid-column: 2 !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-image img {
		height: 132px !important;
		min-height: 132px !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-value-copy {
		padding: 24px 28px !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-faq-layout {
		grid-template-columns: 280px minmax(0, 1fr) !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-cta .container {
		grid-template-columns: minmax(0, 1fr) 220px !important;
	}
}

/* Final fix: keep the services menu and featured card side by side on desktop. */
@media (min-width: 768px) {
	body.page-template-template-csmj-services .csmj-services-ref-explore .container {
		display: flex !important;
		flex-direction: row !important;
		align-items: flex-start !important;
		justify-content: center !important;
		gap: 30px !important;
		direction: rtl !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-list {
		flex: 0 0 300px !important;
		order: 1 !important;
		width: 300px !important;
		direction: rtl !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-feature {
		flex: 1 1 auto !important;
		order: 2 !important;
		min-width: 0 !important;
		max-width: 790px !important;
		display: grid !important;
		grid-template-columns: minmax(270px, 0.92fr) minmax(0, 1.08fr) !important;
		visibility: visible !important;
		opacity: 1 !important;
		direction: ltr !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-feature-image,
	body.page-template-template-csmj-services .csmj-services-ref-feature-copy {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

/* Final polish for services FAQ and bottom CTA. */
body.page-template-template-csmj-services .csmj-services-ref-faq {
	padding: 18px 0 32px !important;
}

body.page-template-template-csmj-services .csmj-services-ref-faq .container,
body.page-template-template-csmj-services .csmj-services-ref-cta .container {
	width: min(1080px, calc(100% - 48px)) !important;
}

body.page-template-template-csmj-services .csmj-services-ref-questions summary {
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

body.page-template-template-csmj-services .csmj-services-ref-help {
	min-height: 206px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body.page-template-template-csmj-services .csmj-services-ref-cta {
	padding: 0 0 34px !important;
}

body.page-template-template-csmj-services .csmj-services-ref-cta .container {
	min-height: 285px;
	position: relative;
	overflow: hidden;
	padding: 34px 48px !important;
	border-radius: 7px !important;
	background:
		linear-gradient(90deg, rgba(0, 63, 53, 0.78) 0%, rgba(0, 63, 53, 0.92) 44%, rgba(0, 63, 53, 0.98) 100%),
		url('services-hero-clean-collage.jpg') center/cover !important;
	box-shadow: 0 18px 42px rgba(0, 47, 42, 0.09);
}

body.page-template-template-csmj-services .csmj-services-ref-cta .container:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 20%, rgba(201, 154, 74, 0.12), transparent 30%),
		linear-gradient(180deg, transparent 0%, rgba(0, 63, 53, 0.18) 100%);
	pointer-events: none;
}

body.page-template-template-csmj-services .csmj-services-ref-cta .container > * {
	position: relative;
	z-index: 1;
}

body.page-template-template-csmj-services .csmj-services-ref-cta h2 {
	max-width: 360px;
	margin-bottom: 16px !important;
	font-size: 32px !important;
	line-height: 1.45;
}

body.page-template-template-csmj-services .csmj-services-ref-cta p {
	max-width: 390px;
	margin-bottom: 24px !important;
	font-size: 15px;
	line-height: 1.95;
}

body.page-template-template-csmj-services .csmj-services-ref-cta button {
	min-width: 150px;
	background: #c99a4a !important;
	color: #063f35 !important;
}

body.page-template-template-csmj-services .csmj-services-ref-cta ul {
	justify-self: end;
	width: 210px;
	padding-right: 28px !important;
	border-right: 2px solid rgba(255, 255, 255, 0.2) !important;
}

body.page-template-template-csmj-services .csmj-services-ref-cta li {
	justify-content: flex-start;
	font-size: 15px;
}

@media (max-width: 767px) {
	body.page-template-template-csmj-services .csmj-services-ref-faq .container,
	body.page-template-template-csmj-services .csmj-services-ref-cta .container {
		width: min(100% - 28px, 560px) !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-cta .container {
		min-height: 0;
		padding: 30px 24px !important;
	}

	body.page-template-template-csmj-services .csmj-services-ref-cta h2 {
		font-size: 25px !important;
	}

body.page-template-template-csmj-services .csmj-services-ref-cta ul {
		width: 100%;
	}
}

/* Global floating WhatsApp button */
.csmj-whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 24px;
	z-index: 99998;
	min-width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 0 16px;
	border-radius: 999px;
	background: #25d366;
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(0, 63, 53, 0.24);
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.csmj-whatsapp-float i {
	font-size: 25px;
}

.csmj-whatsapp-float:hover {
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(0, 63, 53, 0.3);
}

@media (max-width: 767px) {
	.csmj-whatsapp-float {
		right: 14px;
		bottom: 16px;
		width: 52px;
		min-width: 52px;
		height: 52px;
		padding: 0;
	}

	.csmj-whatsapp-float span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}
}

/* CSMJ contact reference page */
body.page-template-template-csmj-contact .csmj-contact-reference {
	background: #f8f4ec;
	color: #073f38;
	overflow: hidden;
}

.csmj-contact-hero {
	min-height: 285px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center 46%;
	border-bottom: 3px solid #c9973f;
	position: relative;
}

.csmj-contact-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 40, 36, 0.05), rgba(0, 40, 36, 0.82) 48%, rgba(0, 40, 36, 0.22)),
		radial-gradient(circle at 78% 46%, rgba(201, 151, 63, 0.16), transparent 24%);
	pointer-events: none;
}

.csmj-contact-hero .container {
	position: relative;
	z-index: 1;
}

.csmj-contact-hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
	text-align: center;
	color: #fff;
	padding-top: 28px;
}

.csmj-contact-hero-content span {
	width: 2px;
	height: 92px;
	background: linear-gradient(180deg, transparent, #c9973f, transparent);
	display: inline-block;
}

.csmj-contact-hero h1 {
	margin: 0 0 22px;
	font-size: clamp(42px, 4.5vw, 64px);
	font-weight: 800;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.25;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.csmj-contact-hero p {
	margin: 0;
	font-size: 20px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.94);
}

.csmj-contact-body {
	padding: 34px 0 42px;
	background: linear-gradient(180deg, #fbf8f2 0%, #f6efe4 100%);
}

.csmj-contact-primary {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
	gap: 24px;
	align-items: stretch;
	direction: ltr;
}

.csmj-contact-primary > * {
	direction: rtl;
}

.csmj-contact-map-card,
.csmj-contact-form-card,
.csmj-contact-social-card,
.csmj-contact-hours-card,
.csmj-contact-faq-row {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(201, 151, 63, 0.22);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(0, 42, 36, 0.08);
}

.csmj-contact-map-card {
	padding: 0;
	overflow: hidden;
	min-height: 520px;
}

.csmj-contact-map {
	position: relative;
	min-height: 520px;
	height: 100%;
	background:
		linear-gradient(22deg, transparent 48%, rgba(111, 146, 131, 0.45) 49%, rgba(111, 146, 131, 0.45) 50%, transparent 51%),
		linear-gradient(112deg, transparent 48%, rgba(111, 146, 131, 0.34) 49%, rgba(111, 146, 131, 0.34) 50%, transparent 51%),
		linear-gradient(0deg, transparent 47%, rgba(111, 146, 131, 0.22) 48%, rgba(111, 146, 131, 0.22) 49%, transparent 50%),
		linear-gradient(90deg, transparent 47%, rgba(111, 146, 131, 0.2) 48%, rgba(111, 146, 131, 0.2) 49%, transparent 50%),
		#edf0e8;
	background-size: 190px 190px, 220px 220px, 120px 120px, 140px 140px, auto;
}

.csmj-contact-map:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 46% 52%, rgba(201, 151, 63, 0.16), transparent 16%),
		radial-gradient(circle at 42% 55%, rgba(0, 76, 67, 0.12), transparent 20%),
		linear-gradient(135deg, transparent 35%, rgba(255, 255, 255, 0.36), transparent 60%);
}

.map-label,
.map-road {
	position: absolute;
	z-index: 1;
	color: #31544d;
	font-weight: 700;
	font-size: 15px;
}

.map-label-top { top: 26px; right: 28%; }
.map-label-1 { top: 22%; right: 54%; }
.map-label-2 { top: 34%; right: 60%; }
.map-label-3 { top: 48%; left: 19%; }
.map-label-4 {
	top: 59%;
	right: 46%;
	font-size: 28px;
	color: #133f39;
}

.map-road {
	border: 1px solid #6ba384;
	border-radius: 3px;
	padding: 1px 5px;
	background: rgba(255, 255, 255, 0.72);
	font-size: 12px;
}

.road-1 { top: 29%; right: 39%; }
.road-2 { top: 42%; left: 20%; }
.road-3 { bottom: 21%; left: 15%; }

.csmj-map-pin {
	position: absolute;
	top: 44%;
	right: 47%;
	z-index: 2;
	width: 64px;
	height: 76px;
	border-radius: 50% 50% 50% 0;
	background: #004c43;
	transform: rotate(-45deg);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.csmj-map-pin i {
	transform: rotate(45deg);
	color: #fff;
	font-size: 26px;
}

.csmj-map-link {
	position: absolute;
	right: 28px;
	bottom: 28px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	background: #fff;
	border-radius: 6px;
	color: #073f38;
	font-weight: 800;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
}

.csmj-contact-form-card {
	padding: 30px 26px 24px;
}

.csmj-contact-form-card h2,
.csmj-contact-social-card h2,
.csmj-contact-hours-card h2,
.csmj-contact-faq-intro h2 {
	margin: 0 0 22px;
	color: #073f38;
	font-size: 34px;
	font-weight: 900;
	text-align: center;
}

.csmj-contact-form-card h2:after,
.csmj-contact-social-card h2:after {
	content: "";
	display: block;
	width: 74px;
	height: 2px;
	background: #c9973f;
	margin: 13px auto 0;
}

.csmj-contact-form-card label {
	display: block;
	margin-bottom: 13px;
	color: #142b28;
	font-weight: 700;
}

.csmj-contact-form-card label span {
	display: block;
	margin-bottom: 7px;
}

.csmj-contact-form-card input,
.csmj-contact-form-card select,
.csmj-contact-form-card textarea {
	width: 100%;
	height: 48px;
	border: 1px solid rgba(7, 63, 56, 0.12);
	border-radius: 6px;
	background: #fff;
	padding: 0 14px;
	color: #073f38;
	font-size: 15px;
}

.csmj-contact-form-card textarea {
	height: 96px;
	padding-top: 12px;
	resize: vertical;
}

.csmj-contact-form-card input:focus,
.csmj-contact-form-card select:focus,
.csmj-contact-form-card textarea:focus {
	outline: none;
	border-color: #c9973f;
	box-shadow: 0 0 0 3px rgba(201, 151, 63, 0.14);
}

.csmj-contact-submit,
.csmj-contact-cta-btn {
	width: 100%;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(135deg, #d7a347, #b7832d);
	color: #fff;
	border: 0;
	border-radius: 6px;
	font-weight: 900;
}

.csmj-form-note {
	margin: 10px 0 0;
	text-align: center;
	color: #77817e;
}

.csmj-contact-info-strip {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(201, 151, 63, 0.22);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(0, 42, 36, 0.06);
}

.csmj-contact-info-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 112px;
	padding: 18px;
	border-left: 1px solid rgba(201, 151, 63, 0.22);
	text-align: center;
}

.csmj-contact-info-card:last-child {
	border-left: 0;
}

.csmj-contact-info-card span,
.csmj-contact-hours-card > span,
.csmj-contact-faq-intro span {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f0eadf;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #004c43;
	font-size: 24px;
	flex: 0 0 auto;
}

.csmj-contact-info-card h3 {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 900;
	color: #073f38;
}

.csmj-contact-info-card p {
	margin: 0;
	color: #4d5f5b;
	line-height: 1.7;
}

.csmj-contact-secondary {
	margin-top: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.csmj-contact-social-card,
.csmj-contact-hours-card {
	padding: 24px;
}

.csmj-contact-social-grid {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.csmj-contact-social-grid a {
	width: 78px;
	min-height: 88px;
	border: 1px solid rgba(7, 63, 56, 0.1);
	border-radius: 8px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #073f38;
	font-weight: 800;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.csmj-contact-social-grid a:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 22px rgba(0, 42, 36, 0.12);
}

.csmj-contact-social-grid svg {
	width: 28px;
	height: 28px;
	display: block;
}

.csmj-contact-social-grid span {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.csmj-contact-social-card p {
	margin: 14px 0 0;
	text-align: center;
	color: #76817e;
}

.csmj-contact-hours-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	text-align: center;
}

.csmj-contact-hours-card h2 {
	margin-bottom: 14px;
}

.csmj-contact-hours-card p {
	margin: 8px 0 2px;
	color: #073f38;
}

.csmj-contact-hours-card strong {
	display: block;
	color: #172f2b;
	font-size: 18px;
}

.csmj-contact-faq-row {
	margin-top: 18px;
	display: grid;
	grid-template-columns: 1.5fr 0.9fr;
	gap: 22px;
	padding: 22px;
	background: rgba(255, 255, 255, 0.68);
}

.csmj-contact-faq-list details {
	background: #fff;
	border: 1px solid rgba(201, 151, 63, 0.22);
	border-radius: 6px;
	margin-bottom: 10px;
	overflow: hidden;
}

.csmj-contact-faq-list summary {
	cursor: pointer;
	list-style: none;
	padding: 16px 18px;
	font-weight: 900;
	color: #073f38;
	position: relative;
}

.csmj-contact-faq-list summary:before {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	left: 18px;
	color: #7b8985;
}

.csmj-contact-faq-list details[open] summary:before {
	content: "\f106";
}

.csmj-contact-faq-list summary::-webkit-details-marker {
	display: none;
}

.csmj-contact-faq-list details p {
	margin: 0;
	padding: 0 18px 16px;
	color: #596a66;
	line-height: 1.8;
}

.csmj-contact-faq-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 1px solid rgba(201, 151, 63, 0.2);
	padding-right: 18px;
}

.csmj-contact-faq-intro p {
	margin: 0;
	color: #65736f;
	line-height: 1.8;
}

.csmj-contact-cta {
	margin-top: 18px;
	min-height: 126px;
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 28px;
	align-items: center;
	padding: 26px 32px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(0, 76, 67, 0.98), rgba(0, 76, 67, 0.9) 65%, rgba(0, 76, 67, 0.74)),
		url("project-gem-platform.jpg") left center / 270px auto no-repeat;
	color: #fff;
	overflow: hidden;
}

.csmj-contact-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
}

.csmj-contact-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
}

.csmj-contact-cta .csmj-btn {
	width: auto;
	min-width: 190px;
}

.csmj-contact-values {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #004c43;
	color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.csmj-contact-values div {
	padding: 22px 18px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.csmj-contact-values div:last-child {
	border-left: 0;
}

.csmj-contact-values i {
	color: #c9973f;
	font-size: 30px;
	margin-bottom: 10px;
}

.csmj-contact-values h3 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}

.csmj-contact-values p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 991px) {
	.csmj-contact-primary,
	.csmj-contact-secondary,
	.csmj-contact-faq-row {
		grid-template-columns: 1fr;
	}

	.csmj-contact-info-strip,
	.csmj-contact-values {
		grid-template-columns: repeat(2, 1fr);
	}

	.csmj-contact-faq-intro {
		border-right: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.csmj-contact-hero {
		min-height: 270px;
		background-position: center;
	}

	.csmj-contact-hero-content {
		gap: 18px;
	}

	.csmj-contact-hero h1 {
		font-size: 38px;
	}

	.csmj-contact-hero p {
		font-size: 16px;
	}

	.csmj-contact-map-card,
	.csmj-contact-map {
		min-height: 390px;
	}

	.csmj-contact-info-strip,
	.csmj-contact-values {
		grid-template-columns: 1fr;
	}

	.csmj-contact-info-card,
	.csmj-contact-values div {
		border-left: 0;
		border-bottom: 1px solid rgba(201, 151, 63, 0.18);
	}

	.csmj-contact-cta {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 24px 18px;
		background-size: cover;
	}

	.csmj-contact-cta .csmj-btn {
		margin: 0 auto;
	}
}

/* Compact mobile homepage sections */
@media (max-width: 767px) {
	body.page-template-template-csmj-home .csmj-home-why,
	body.page-template-template-csmj-home .csmj-home-offerings {
		padding: 18px 0 !important;
	}

	body.page-template-template-csmj-home .csmj-home-heading {
		margin-bottom: 12px !important;
	}

	body.page-template-template-csmj-home .csmj-home-heading h2 {
		font-size: 24px !important;
		line-height: 1.25 !important;
	}

	body.page-template-template-csmj-home .csmj-home-feature-panel {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-feature,
	body.page-template-template-csmj-home .csmj-home-feature:nth-child(2n),
	body.page-template-template-csmj-home .csmj-home-feature:nth-child(3n) {
		min-height: 0 !important;
		display: grid !important;
		grid-template-columns: 46px 1fr !important;
		align-items: center !important;
		gap: 10px !important;
		padding: 13px 12px !important;
		background: #fff !important;
		border: 1px solid rgba(201, 151, 63, 0.2) !important;
		border-radius: 8px !important;
		box-shadow: 0 8px 18px rgba(0, 47, 42, 0.06) !important;
		text-align: right !important;
	}

	body.page-template-template-csmj-home .csmj-home-feature i {
		width: 44px !important;
		height: 44px !important;
		margin: 0 !important;
		font-size: 19px !important;
		grid-row: 1 / span 2;
	}

	body.page-template-template-csmj-home .csmj-home-feature h3 {
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 1.35 !important;
	}

	body.page-template-template-csmj-home .csmj-home-feature p {
		margin: 2px 0 0 !important;
		font-size: 11px !important;
		line-height: 1.55 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	body.page-template-template-csmj-home .csmj-home-offerings-grid {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card {
		min-height: 0 !important;
		height: 148px !important;
		border-radius: 8px !important;
		box-shadow: 0 8px 18px rgba(0, 47, 42, 0.07) !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card span {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74) 42%, rgba(0, 47, 42, 0.2)) !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card div {
		top: 12px !important;
		right: 12px !important;
		left: 12px !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card h3 {
		margin: 0 0 5px !important;
		font-size: 16px !important;
		line-height: 1.3 !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card p {
		font-size: 11px !important;
		line-height: 1.55 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

/* Final mobile home lock: hide stats and fix offerings crop. */
body.page-template-template-csmj-home .csmj-home-stats {
	display: none !important;
}

@media (max-width: 767px) {
	body.page-template-template-csmj-home .csmj-home-offerings-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card {
		height: auto !important;
		min-height: 0 !important;
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: 86px auto !important;
		background: #fff !important;
		border: 1px solid rgba(201, 151, 63, 0.2) !important;
		border-radius: 8px !important;
		overflow: hidden !important;
		box-shadow: 0 8px 18px rgba(0, 47, 42, 0.07) !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card img {
		width: 100% !important;
		height: 86px !important;
		grid-column: 1 !important;
		grid-row: 1 !important;
		object-fit: cover !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card span {
		display: none !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card div {
		position: static !important;
		grid-column: 1 !important;
		grid-row: 2 !important;
		padding: 9px 8px 10px !important;
		min-width: 0 !important;
		text-align: center !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card h3 {
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 1.35 !important;
		white-space: normal !important;
	}

	body.page-template-template-csmj-home .csmj-home-offering-card p {
		display: none !important;
	}
}

/* CSMJ regulations page */
body.page-template-template-csmj-regulations .page-title {
	display: none !important;
}

.csmj-regulations-page {
	background: #f8f4ec;
	color: #073f38;
}

.csmj-regulations-hero {
	min-height: 310px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	border-bottom: 3px solid #c9973f;
	text-align: center;
	color: #fff;
}

.csmj-regulations-hero h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 900;
	line-height: 1.2;
}

.csmj-regulations-hero p {
	width: min(720px, 100%);
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	line-height: 1.9;
}

.csmj-regulations-content {
	padding: 58px 0 70px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(248, 244, 236, 0.95)),
		#f8f4ec;
}

.csmj-regulations-heading {
	margin: 0 auto 34px;
	text-align: center;
}

.csmj-regulations-heading h2 {
	margin: 0 0 10px;
	color: #073f38;
	font-size: 38px;
	font-weight: 900;
}

.csmj-regulations-heading:after {
	content: "";
	display: block;
	width: 76px;
	height: 2px;
	margin: 16px auto 0;
	background: #c9973f;
}

.csmj-regulations-heading p {
	margin: 0 auto;
	width: min(680px, 100%);
	color: #586864;
	font-size: 16px;
	line-height: 1.9;
}

.csmj-regulations-list {
	width: min(920px, 100%);
	margin: 0 auto;
	display: grid;
	gap: 0;
	padding: 22px 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(0, 47, 42, 0.06);
}

.csmj-regulation-card {
	display: grid;
	grid-template-columns: 1fr 190px;
	align-items: center;
	gap: 24px;
	padding: 14px 0;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(7, 63, 56, 0.18);
	border-radius: 0;
	box-shadow: none;
}

.csmj-regulation-card:last-child {
	border-bottom: 0;
}

.csmj-regulation-copy {
	display: contents;
}

.csmj-regulation-icon {
	display: none;
}

.csmj-regulation-copy h3 {
	position: relative;
	grid-column: 1;
	margin: 0;
	padding-right: 24px;
	color: #073f38;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.55;
	text-align: right;
}

.csmj-regulation-copy h3:before {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ffc24a;
	font-size: 30px;
	line-height: 1;
}

.csmj-regulation-copy a {
	grid-column: 2;
	min-width: 0;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 9px 14px 9px 54px;
	border: 1px solid rgba(7, 63, 56, 0.18);
	border-left: 10px solid #ffc24a;
	border-radius: 4px;
	background: #fff;
	color: #17231f !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	position: relative;
	transition: transform 0.2s ease, background 0.2s ease;
}

.csmj-regulation-copy a:after {
	content: "\f1c1";
	font-family: FontAwesome;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
	color: #555;
	font-size: 19px;
	background: #fff;
}

.csmj-regulation-copy a:hover {
	background: #f8f4ec;
	transform: translateY(-2px);
}

.csmj-regulation-copy a span {
	display: block;
	margin-top: 1px;
	color: #6f7774;
	font-size: 13px;
	font-weight: 500;
}

@media (max-width: 767px) {
	.csmj-regulations-hero {
		min-height: 240px;
	}

	.csmj-regulations-hero h1 {
		font-size: 34px;
	}

	.csmj-regulations-hero p {
		font-size: 14px;
	}

	.csmj-regulations-content {
		padding: 34px 0 42px;
	}

	.csmj-regulations-heading h2 {
		font-size: 28px;
	}

	.csmj-regulation-card {
		grid-template-columns: 48px 1fr;
		gap: 12px;
		padding: 14px;
	}

	.csmj-regulation-icon {
		width: 44px;
		height: 44px;
		font-size: 20px;
	}

	.csmj-regulation-copy {
		display: block;
	}

	.csmj-regulation-copy h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.csmj-regulation-copy a {
		width: 100%;
		min-width: 0;
		padding: 9px 12px;
	}
}

/* Final regulations mobile polish */
@media (max-width: 767px) {
	body.page-template-template-csmj-regulations .csmj-regulations-hero {
		min-height: 170px !important;
		background-image: linear-gradient(90deg, rgba(0, 64, 55, 0.9), rgba(0, 64, 55, 0.78)) !important;
		border-bottom-width: 2px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-hero h1 {
		margin-bottom: 6px !important;
		font-size: 30px !important;
		line-height: 1.25 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-hero p {
		max-width: 310px !important;
		font-size: 13px !important;
		line-height: 1.65 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-content {
		padding: 24px 0 34px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-heading {
		margin-bottom: 18px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-heading h2 {
		font-size: 28px !important;
		line-height: 1.3 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-heading p {
		max-width: 320px !important;
		font-size: 14px !important;
		line-height: 1.75 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-heading:after {
		width: 64px !important;
		margin-top: 12px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-list {
		gap: 10px !important;
		padding: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-card {
		display: grid !important;
		grid-template-columns: 46px 1fr !important;
		align-items: center !important;
		gap: 11px !important;
		padding: 13px 12px !important;
		border-radius: 8px !important;
		box-shadow: 0 8px 18px rgba(0, 47, 42, 0.06) !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-icon {
		width: 42px !important;
		height: 42px !important;
		display: inline-flex !important;
		font-size: 18px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		align-items: center !important;
		gap: 10px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy h3 {
		grid-column: 1 !important;
		padding-right: 0 !important;
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 1.55 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy h3:before {
		display: none !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a {
		grid-column: 2 !important;
		width: auto !important;
		min-width: 96px !important;
		min-height: 0 !important;
		padding: 8px 11px !important;
		border-radius: 6px !important;
		border: 0 !important;
		font-size: 14px !important;
		background: #004c43 !important;
		color: #fff !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a:after {
		display: none !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a span {
		font-size: 10px !important;
		white-space: nowrap !important;
	}

body.page-template-template-csmj-regulations .csmj-regulation-card:nth-child(even) .csmj-regulation-copy a {
		background: #c9973f !important;
	}
}

/* Final desktop regulations compact lock */
@media (min-width: 768px) {
	body.page-template-template-csmj-regulations .csmj-regulations-hero {
		min-height: 210px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-hero h1 {
		font-size: 52px !important;
		line-height: 1.15 !important;
		margin-bottom: 8px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-hero p {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-content {
		padding: 34px 0 44px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-heading {
		margin-bottom: 22px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-heading h2 {
		font-size: 36px !important;
		line-height: 1.2 !important;
		margin-bottom: 6px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-heading p {
		font-size: 14px !important;
		line-height: 1.7 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-heading:after {
		margin-top: 10px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-list {
		width: min(980px, 100%) !important;
		padding: 10px 26px !important;
		border: 1px solid rgba(7, 63, 56, 0.08) !important;
		box-shadow: 0 10px 24px rgba(0, 47, 42, 0.04) !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-card {
		grid-template-columns: 1fr 150px !important;
		gap: 24px !important;
		padding: 10px 0 !important;
		min-height: 62px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy h3 {
		padding-right: 18px !important;
		font-size: 19px !important;
		line-height: 1.35 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy h3:before {
		font-size: 24px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a {
		min-height: 44px !important;
		padding: 6px 10px 6px 42px !important;
		border-left-width: 8px !important;
		font-size: 13px !important;
		line-height: 1.25 !important;
		text-align: center !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a:after {
		left: 10px !important;
		width: 26px !important;
		height: 26px !important;
		font-size: 15px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a span {
		font-size: 11px !important;
		line-height: 1.2 !important;
	}
}

/* Final regulations desktop alignment fix */
@media (min-width: 768px) {
	body.page-template-template-csmj-regulations .csmj-regulations-hero {
		min-height: 250px !important;
		padding-top: 86px !important;
		align-items: center !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-hero h1 {
		font-size: 48px !important;
		line-height: 1.15 !important;
		margin: 0 0 8px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-content {
		padding-top: 32px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulations-list {
		width: min(1120px, calc(100% - 72px)) !important;
		padding: 10px 28px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-card {
		grid-template-columns: 1fr !important;
		min-height: 58px !important;
		padding: 9px 0 !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy {
		display: grid !important;
		grid-template-columns: 1fr 172px !important;
		align-items: center !important;
		gap: 24px !important;
		width: 100% !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a {
		position: relative !important;
		z-index: 2 !important;
		pointer-events: auto !important;
		min-height: 42px !important;
		display: grid !important;
		grid-template-columns: 30px 1fr !important;
		grid-template-rows: auto auto !important;
		align-items: center !important;
		column-gap: 8px !important;
		padding: 6px 10px 6px 8px !important;
		border-left-width: 8px !important;
		text-align: center !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a:after {
		position: static !important;
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
		transform: none !important;
		width: 28px !important;
		height: 28px !important;
		font-size: 15px !important;
	}

	body.page-template-template-csmj-regulations .csmj-regulation-copy a span {
		grid-column: 2 !important;
		white-space: nowrap !important;
	}
}
