:root {
	--csh-navy: #103a62;
	--csh-navy-deep: #0a263f;
	--csh-taupe: #c9bcae;
	--csh-bronze: #c69f73;
	--csh-cream: #f9f6f0;
	--csh-white: #ffffff;
	--csh-ink: #1d1d1d;
	--csh-grey: #676b70;
	--csh-line: #dfe3e6;
	--csh-shadow: 0 20px 50px rgba(16, 58, 98, 0.11);
}

.camelback-faqs-active .entry-header,
.camelback-faqs-active .archive-header,
.post-type-archive-csh_faq .entry-header,
.post-type-archive-csh_faq .archive-header,
.tax-csh_faq_category .entry-header,
.tax-csh_faq_category .archive-header,
.single-csh_faq .entry-header {
	display: none;
}

.csh-faqs-shell {
	background: var(--csh-white);
	color: var(--csh-ink);
	font-family: "Archivo", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	width: 100%;
}

.csh-faqs-shell *,
.csh-faqs-shell *::before,
.csh-faqs-shell *::after {
	box-sizing: border-box;
}

.csh-faqs-shell a {
	color: var(--csh-navy);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.csh-faqs-shell h1,
.csh-faqs-shell h2,
.csh-faqs-shell h3 {
	color: var(--csh-ink);
	font-family: "Old Standard TT", Georgia, serif;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.12;
	margin: 0 0 0.6em;
}

.csh-faqs-shell h1 {
	font-size: clamp(2.65rem, 6vw, 5.35rem);
}

.csh-faqs-shell h2 {
	font-size: clamp(1.85rem, 3.5vw, 2.8rem);
}

.csh-faqs-shell h3 {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.csh-faqs-shell p,
.csh-faqs-shell ul,
.csh-faqs-shell ol {
	margin: 0 0 1.25rem;
}

.csh-faqs-container {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.csh-faqs-hero {
	background:
		radial-gradient(circle at 80% 20%, rgba(161, 209, 232, 0.2), transparent 34%),
		linear-gradient(135deg, var(--csh-navy-deep), var(--csh-navy));
	color: var(--csh-white);
	overflow: hidden;
	padding: clamp(76px, 10vw, 132px) 0 clamp(68px, 9vw, 116px);
	position: relative;
}

.csh-faqs-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	content: "";
	height: 430px;
	position: absolute;
	right: -160px;
	top: -190px;
	width: 430px;
}

.csh-faqs-hero .csh-faqs-container {
	position: relative;
	z-index: 1;
}

.csh-faqs-hero h1,
.csh-faqs-hero h2 {
	color: var(--csh-white);
	max-width: 980px;
}

.csh-faqs-hero .csh-faqs-eyebrow a,
.csh-faqs-hero .csh-faqs-hero-copy a {
	color: inherit;
}

.csh-faqs-hero-copy {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	line-height: 1.75;
	max-width: 850px;
}

.csh-faqs-hero-copy > :last-child {
	margin-bottom: 0;
}

.csh-faqs-eyebrow {
	color: var(--csh-taupe);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 14px !important;
	text-transform: uppercase;
}

.csh-faqs-eyebrow-dark {
	color: var(--csh-navy);
}

.csh-faqs-breadcrumbs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.78rem;
	font-weight: 600;
	gap: 9px;
	letter-spacing: 0.04em;
	margin-bottom: clamp(42px, 6vw, 72px);
	text-transform: uppercase;
}

.csh-faqs-breadcrumbs a,
.csh-faqs-breadcrumbs span {
	color: rgba(255, 255, 255, 0.78);
}

.csh-faqs-breadcrumbs a:hover,
.csh-faqs-breadcrumbs a:focus-visible {
	color: var(--csh-white);
}

.csh-faqs-stat {
	align-items: baseline;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	display: inline-flex;
	gap: 12px;
	margin-top: clamp(30px, 5vw, 54px);
	padding: 20px 26px;
}

.csh-faqs-stat strong {
	color: var(--csh-white);
	font-family: "Old Standard TT", Georgia, serif;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1;
}

.csh-faqs-stat span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.84rem;
}

.csh-faqs-category-nav {
	background: var(--csh-cream);
	border-bottom: 1px solid rgba(16, 58, 98, 0.1);
	padding: clamp(42px, 6vw, 68px) 0;
}

.csh-faqs-category-nav h2 {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.csh-faqs-chip-list,
.csh-faqs-service-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.csh-faqs-chip-list li,
.csh-faqs-service-list li {
	margin: 0;
}

.csh-faqs-chip {
	background: var(--csh-white);
	border: 1px solid rgba(16, 58, 98, 0.25);
	color: var(--csh-navy) !important;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	padding: 9px 14px;
	text-decoration: none;
}

.csh-faqs-chip:hover,
.csh-faqs-chip:focus-visible,
.csh-faqs-chip[aria-current="page"] {
	background: var(--csh-navy);
	color: var(--csh-white) !important;
}

.csh-faqs-index {
	padding: clamp(62px, 9vw, 112px) 0;
}

.csh-faqs-index-header,
.csh-faqs-section-header,
.csh-faqs-related-header,
.csh-faqs-cta .csh-faqs-container {
	align-items: flex-end;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.csh-faqs-search-wrap {
	margin-bottom: clamp(40px, 6vw, 72px);
}

.csh-faqs-search-row {
	align-items: end;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(260px, 1fr) auto;
	margin-top: 24px;
}

.csh-faqs-search-field {
	display: flex;
	flex-direction: column;
	font-size: 0.76rem;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.csh-faqs-search-field input {
	background: var(--csh-white);
	border: 1px solid #c8ced3;
	border-radius: 0;
	color: var(--csh-ink);
	font-family: inherit;
	font-size: 1rem;
	height: 56px;
	letter-spacing: 0;
	margin: 0;
	max-width: none;
	padding: 0 18px;
	text-transform: none;
	width: 100%;
}

.csh-faqs-search-field input:focus {
	border-color: var(--csh-navy);
	box-shadow: 0 0 0 3px rgba(16, 58, 98, 0.14);
	outline: none;
}

.csh-faqs-clear,
.csh-faqs-action {
	background: transparent;
	border: 1px solid var(--csh-navy);
	border-radius: 0;
	color: var(--csh-navy);
	cursor: pointer;
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	height: 56px;
	letter-spacing: 0.05em;
	padding: 0 22px;
	text-transform: uppercase;
}

.csh-faqs-clear:hover,
.csh-faqs-clear:focus-visible,
.csh-faqs-action:hover,
.csh-faqs-action:focus-visible {
	background: var(--csh-navy);
	color: var(--csh-white);
}

.csh-faqs-clear:disabled,
.csh-faqs-action:disabled {
	cursor: default;
	opacity: 0.5;
}

.csh-faqs-result-line {
	color: var(--csh-grey);
	font-size: 0.9rem;
	margin: 16px 0 0 !important;
}

.csh-faqs-result-line [data-csh-faq-count] {
	color: var(--csh-navy);
	font-size: 1.15rem;
	font-weight: 700;
}

.csh-faqs-group {
	border-top: 1px solid var(--csh-line);
	padding: clamp(42px, 6vw, 68px) 0;
	scroll-margin-top: 28px;
}

.csh-faqs-group:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.csh-faqs-section-header {
	align-items: baseline;
	margin-bottom: 18px;
}

.csh-faqs-section-header h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	margin-bottom: 0;
}

.csh-faqs-section-header h2 a {
	color: var(--csh-ink);
	text-decoration: none;
}

.csh-faqs-section-header h2 a:hover,
.csh-faqs-section-header h2 a:focus-visible {
	color: var(--csh-navy);
	text-decoration: underline;
}

.csh-faqs-section-header > span {
	color: var(--csh-bronze);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}

.csh-faqs-row-list {
	border-top: 1px solid var(--csh-line);
}

.csh-faqs-row {
	border-bottom: 1px solid var(--csh-line);
	display: grid;
	gap: clamp(18px, 4vw, 54px);
	grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
	padding: clamp(22px, 3vw, 34px) 10px;
	transition: background-color 0.2s ease, padding 0.2s ease;
}

.csh-faqs-row:hover {
	background: var(--csh-cream);
	padding-left: 20px;
	padding-right: 20px;
}

.csh-faqs-row h3 {
	font-family: "Archivo", Arial, sans-serif;
	font-size: 1.03rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
}

.csh-faqs-row h3 a {
	color: var(--csh-ink);
	text-decoration: none;
}

.csh-faqs-row h3 a:hover,
.csh-faqs-row h3 a:focus-visible {
	color: var(--csh-navy);
	text-decoration: underline;
}

.csh-faqs-row p {
	color: #4f555a;
	font-size: 0.94rem;
	margin: 0;
}

.csh-faqs-no-results {
	background: var(--csh-cream);
	border-left: 4px solid var(--csh-bronze);
	font-size: 1.05rem;
	padding: 22px 24px;
}

.csh-faqs-no-results[hidden],
[data-csh-faq-row][hidden],
[data-csh-faq-group][hidden] {
	display: none !important;
}

.csh-faqs-taxonomy-results {
	padding: clamp(62px, 9vw, 112px) 0;
}

.csh-faqs-taxonomy-intro {
	background: var(--csh-cream);
	padding: clamp(50px, 7vw, 82px) 0;
}

.csh-faqs-taxonomy-intro-grid {
	display: grid;
	gap: clamp(30px, 7vw, 92px);
	grid-template-columns: minmax(250px, 0.72fr) minmax(340px, 1.28fr);
}

.csh-faqs-taxonomy-intro p:last-child {
	margin-bottom: 0;
}

.csh-faqs-disclosure-list {
	border-top: 1px solid var(--csh-line);
	margin-top: 34px;
}

.csh-faqs-disclosure {
	border-bottom: 1px solid var(--csh-line);
	margin: 0;
}

.csh-faqs-disclosure summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 34px;
	list-style: none;
	padding: 26px 6px;
}

.csh-faqs-disclosure summary::-webkit-details-marker {
	display: none;
}

.csh-faqs-disclosure summary::after {
	align-items: center;
	border: 1px solid rgba(16, 58, 98, 0.35);
	color: var(--csh-navy);
	content: "+";
	display: flex;
	font-size: 1.25rem;
	height: 34px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.csh-faqs-disclosure[open] summary::after {
	content: "−";
}

.csh-faqs-disclosure summary:hover,
.csh-faqs-disclosure summary:focus-visible {
	background: var(--csh-cream);
	outline: 0;
	padding-left: 16px;
	padding-right: 16px;
}

.csh-faqs-disclosure summary h2 {
	font-family: "Archivo", Arial, sans-serif;
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
}

.csh-faqs-disclosure-content {
	background: var(--csh-cream);
	padding: 4px clamp(22px, 5vw, 66px) 32px;
}

.csh-faqs-disclosure-answer {
	max-width: 850px;
}

.csh-faqs-disclosure-answer p,
.csh-faqs-disclosure-answer li {
	color: #343a3f;
}

.csh-faqs-disclosure-answer > :last-child {
	margin-bottom: 0;
}

.csh-faqs-permalink {
	border-top: 1px solid rgba(16, 58, 98, 0.12);
	display: inline-block;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-top: 24px;
	padding-top: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.csh-faqs-single-hero h1 {
	font-size: clamp(2.35rem, 5.5vw, 4.9rem);
}

.csh-faqs-publisher-line {
	align-items: center;
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.78rem;
	gap: 10px;
	letter-spacing: 0.03em;
	margin-top: 28px;
	text-transform: uppercase;
}

.csh-faqs-single-layout {
	align-items: start;
	display: grid;
	gap: clamp(38px, 7vw, 92px);
	grid-template-columns: minmax(0, 1fr) 330px;
	padding-bottom: clamp(68px, 9vw, 118px);
	padding-top: clamp(64px, 9vw, 112px);
}

.csh-faqs-article {
	max-width: 820px;
}

.csh-faqs-answer-label {
	color: var(--csh-navy);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	margin-bottom: 18px !important;
	text-transform: uppercase;
}

.csh-faqs-answer {
	border-bottom: 1px solid var(--csh-line);
	padding-bottom: 42px;
}

.csh-faqs-answer > p:first-child {
	color: var(--csh-ink);
	font-family: "Old Standard TT", Georgia, serif;
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
	line-height: 1.48;
}

.csh-faqs-answer p,
.csh-faqs-answer li {
	color: #343a3f;
	font-size: 1.05rem;
}

.csh-faqs-answer ul,
.csh-faqs-answer ol {
	padding-left: 1.3rem;
}

.csh-faqs-answer li {
	margin-bottom: 10px;
	padding-left: 5px;
}

.csh-faqs-answer h2 {
	border-top: 1px solid var(--csh-line);
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	margin-top: 42px;
	padding-top: 34px;
}

.csh-faqs-answer h3 {
	font-family: "Archivo", Arial, sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 28px;
}

.csh-faqs-content-block {
	border: 1px solid var(--csh-line);
	margin-top: 42px;
	padding: clamp(24px, 4vw, 34px);
}

.csh-faqs-content-block h2 {
	font-size: 1.65rem;
}

.csh-faqs-content-block > :last-child {
	margin-bottom: 0;
}

.csh-faqs-source-list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.csh-faqs-source-list li {
	border-top: 1px solid var(--csh-line);
	margin: 0;
	padding: 13px 0;
}

.csh-faqs-source-list li:last-child {
	padding-bottom: 0;
}

.csh-faqs-sidebar {
	position: sticky;
	top: 28px;
}

.admin-bar .csh-faqs-sidebar {
	top: 60px;
}

.csh-faqs-sidebar-card,
.csh-faqs-sidebar-cta {
	border: 1px solid var(--csh-line);
	padding: 28px;
}

.csh-faqs-sidebar-card + .csh-faqs-sidebar-card,
.csh-faqs-sidebar-card + .csh-faqs-sidebar-cta {
	margin-top: 22px;
}

.csh-faqs-sidebar-card h2,
.csh-faqs-sidebar-cta h2 {
	font-size: 1.55rem;
}

.csh-faqs-sidebar-card dl {
	margin: 0;
}

.csh-faqs-sidebar-card dt {
	color: var(--csh-grey);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 20px;
	text-transform: uppercase;
}

.csh-faqs-sidebar-card dt:first-child {
	margin-top: 0;
}

.csh-faqs-sidebar-card dd {
	border-bottom: 1px solid #edf0f2;
	font-size: 0.9rem;
	margin: 5px 0 0;
	padding: 0 0 16px;
}

.csh-faqs-sidebar-card dd:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.csh-faqs-sidebar-cta {
	background: var(--csh-navy);
	border: 0;
	color: rgba(255, 255, 255, 0.8);
}

.csh-faqs-sidebar-cta h2 {
	color: var(--csh-white);
}

.csh-faqs-sidebar-cta p {
	font-size: 0.9rem;
}

.csh-faqs-button {
	align-items: center;
	border: 1px solid transparent;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 52px;
	padding: 0 26px;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.csh-faqs-button-light {
	background: var(--csh-white);
	color: var(--csh-navy) !important;
}

.csh-faqs-button-dark {
	background: var(--csh-navy);
	color: var(--csh-white) !important;
}

.csh-faqs-button:hover,
.csh-faqs-button:focus-visible {
	background: var(--csh-bronze);
	color: var(--csh-white) !important;
}

.csh-faqs-methodology {
	background: var(--csh-cream);
	padding: clamp(58px, 8vw, 96px) 0;
}

.csh-faqs-methodology-grid {
	display: grid;
	gap: clamp(32px, 7vw, 96px);
	grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
}

.csh-faqs-methodology-grid p:last-child {
	margin-bottom: 0;
}

.csh-faqs-related {
	padding: clamp(62px, 9vw, 112px) 0;
}

.csh-faqs-related-header {
	margin-bottom: 32px;
}

.csh-faqs-related-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csh-faqs-related-card {
	border: 1px solid var(--csh-line);
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 26px;
}

.csh-faqs-related-card h3 {
	font-family: "Archivo", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
}

.csh-faqs-related-card h3 a {
	color: var(--csh-ink);
	text-decoration: none;
}

.csh-faqs-related-card p {
	color: var(--csh-grey);
	font-size: 0.9rem;
}

.csh-faqs-related-card > a:last-child {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
}

.csh-faqs-cta {
	background: var(--csh-navy);
	color: rgba(255, 255, 255, 0.82);
	padding: clamp(58px, 8vw, 92px) 0;
}

.csh-faqs-cta h2 {
	color: var(--csh-white);
	font-size: clamp(2rem, 4vw, 3.3rem);
}

.csh-faqs-cta p:last-child {
	margin-bottom: 0;
	max-width: 720px;
}

.csh-faqs-shell :focus-visible {
	outline: 3px solid var(--csh-bronze);
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.csh-faqs-single-layout {
		grid-template-columns: minmax(0, 1fr) 290px;
	}

	.csh-faqs-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.csh-faqs-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.csh-faqs-index-header,
	.csh-faqs-section-header,
	.csh-faqs-related-header,
	.csh-faqs-cta .csh-faqs-container {
		align-items: flex-start;
		flex-direction: column;
	}

	.csh-faqs-search-row,
	.csh-faqs-row,
	.csh-faqs-taxonomy-intro-grid,
	.csh-faqs-single-layout,
	.csh-faqs-methodology-grid,
	.csh-faqs-related-grid {
		grid-template-columns: 1fr;
	}

	.csh-faqs-row {
		gap: 12px;
	}

	.csh-faqs-section-header > span {
		white-space: normal;
	}

	.csh-faqs-sidebar {
		position: static;
	}

	.csh-faqs-cta .csh-faqs-button,
	.csh-faqs-sidebar-cta .csh-faqs-button {
		width: 100%;
	}

	.csh-faqs-breadcrumbs {
		margin-bottom: 38px;
	}
}

@media (max-width: 460px) {
	.csh-faqs-shell h1 {
		font-size: 2.35rem;
	}

	.csh-faqs-hero {
		padding-bottom: 64px;
		padding-top: 58px;
	}

	.csh-faqs-stat {
		align-items: flex-start;
		flex-direction: column;
	}

	.csh-faqs-publisher-line > span[aria-hidden="true"] {
		display: none;
	}

	.csh-faqs-publisher-line {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.csh-faqs-sidebar-card,
	.csh-faqs-sidebar-cta,
	.csh-faqs-related-card {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csh-faqs-shell *,
	.csh-faqs-shell *::before,
	.csh-faqs-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
