/* North Shore Concert Band clean redesign */
:root {
	--nscb-ink: #202326;
	--nscb-muted: #657078;
	--nscb-bg: #fffdf9;
	--nscb-panel: #f6f2eb;
	--nscb-panel-2: #eef7f6;
	--nscb-line: rgba(32, 35, 38, .12);
	--nscb-teal: #117a8b;
	--nscb-coral: #df654f;
	--nscb-gold: #f0c45c;
	--nscb-radius: 18px;
	--nscb-max: 1080px;
	--nscb-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body,
body.wp-theme-booster,
body.login,
body.give-form-templates {
	background: var(--nscb-bg) !important;
	color: var(--nscb-ink) !important;
	font-family: var(--nscb-font) !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

img,
iframe,
video {
	max-width: 100%;
}

a {
	color: var(--nscb-teal) !important;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #0b5965 !important;
}

/* Shared header */
body.wp-theme-booster header {
	background: rgba(255, 253, 249, .9) !important;
	backdrop-filter: blur(18px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(18px) saturate(150%) !important;
	border-bottom: 1px solid var(--nscb-line) !important;
	box-shadow: none !important;
	min-height: 58px !important;
	position: sticky !important;
	top: 0;
	z-index: 1000;
}

body.wp-theme-booster header .separator,
body.wp-theme-booster header .social-icon,
body.wp-theme-booster #sfsi_floater,
body.wp-theme-booster .sfsiplus_footerLnk {
	display: none !important;
}

body.wp-theme-booster header .container {
	align-items: center !important;
	display: flex !important;
	gap: 18px !important;
	max-width: var(--nscb-max) !important;
	min-height: 58px !important;
	padding: 0 22px !important;
	width: 100% !important;
}

body.wp-theme-booster header .container > [class*="col-"] {
	float: none !important;
	min-height: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

body.wp-theme-booster header .container > .col-md-7 {
	flex: 1 1 auto !important;
}

body.wp-theme-booster header .col-md-2,
body.wp-theme-booster header .col-lg-2,
body.wp-theme-booster header .col-sm-2 {
	display: none !important;
}

body.wp-theme-booster .cust_logo,
body.wp-theme-booster .custom-logo-link {
	align-items: center !important;
	display: flex !important;
}

body.wp-theme-booster .custom-logo {
	height: auto !important;
	max-height: 38px !important;
	max-width: 134px !important;
	object-fit: contain !important;
	padding: 0 !important;
}

body.wp-theme-booster .navbar-collapse,
body.wp-theme-booster .padding-menu {
	margin: 0 !important;
	padding: 0 !important;
}

body.wp-theme-booster .booster-menu {
	align-items: center !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 2px 4px !important;
	justify-content: flex-end !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.wp-theme-booster .booster-menu li {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.wp-theme-booster .booster-menu > li > a {
	align-items: center !important;
	background: transparent !important;
	border-radius: 999px !important;
	color: rgba(32, 35, 38, .78) !important;
	display: flex !important;
	font: 500 13px/1 var(--nscb-font) !important;
	padding: 10px 11px !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

body.wp-theme-booster .booster-menu > li > a:hover,
body.wp-theme-booster .booster-menu > li > a:focus,
body.wp-theme-booster .booster-menu > li.current-menu-item > a,
body.wp-theme-booster .booster-menu > li.current_page_item > a {
	background: var(--nscb-panel-2) !important;
	color: var(--nscb-ink) !important;
}

body.wp-theme-booster .booster-menu ul {
	background: #fff !important;
	border: 1px solid var(--nscb-line) !important;
	border-radius: 14px !important;
	box-shadow: 0 18px 45px rgba(32, 35, 38, .12) !important;
	padding: 8px !important;
	top: 42px !important;
}

body.wp-theme-booster .booster-menu ul li {
	background: transparent !important;
}

body.wp-theme-booster .booster-menu ul a {
	border-radius: 10px !important;
	color: var(--nscb-ink) !important;
	font-size: 14px !important;
	padding: 10px 12px !important;
	width: 210px !important;
}

body.wp-theme-booster .booster-menu ul a:hover,
body.wp-theme-booster .booster-menu ul a:focus {
	background: var(--nscb-panel) !important;
	color: var(--nscb-ink) !important;
}

/* Homepage */
.nscb-home {
	background: var(--nscb-bg) !important;
}

.nscb-wrap {
	max-width: var(--nscb-max) !important;
	padding: 0 22px !important;
}

.nscb-hero {
	align-items: center !important;
	background: var(--nscb-panel) !important;
	border-radius: 0 0 28px 28px !important;
	min-height: 560px !important;
}

.nscb-hero__image {
	filter: saturate(.95) contrast(.98) !important;
	object-position: center 56% !important;
	opacity: .82 !important;
}

.nscb-hero__shade {
	background: linear-gradient(90deg, rgba(255, 253, 249, .96), rgba(255, 253, 249, .82) 42%, rgba(255, 253, 249, .18)) !important;
}

.nscb-hero__content {
	color: var(--nscb-ink) !important;
	max-width: var(--nscb-max) !important;
	padding: 70px 22px !important;
	text-align: left !important;
}

.nscb-eyebrow {
	color: var(--nscb-teal) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: .01em !important;
	margin: 0 0 10px !important;
	text-transform: uppercase !important;
}

.nscb-hero h1 {
	color: var(--nscb-ink) !important;
	font-size: clamp(38px, 6vw, 58px) !important;
	font-weight: 750 !important;
	letter-spacing: 0 !important;
	line-height: 1.02 !important;
	margin: 0 !important;
	max-width: 680px !important;
}

.nscb-hero__lede {
	color: var(--nscb-muted) !important;
	font-size: clamp(18px, 2.4vw, 22px) !important;
	line-height: 1.35 !important;
	margin: 16px 0 0 !important;
	max-width: 560px !important;
}

.nscb-actions,
.nscb-inline-actions,
.nscb-support-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	justify-content: flex-start !important;
	margin-top: 24px !important;
}

.nscb-button,
body.wp-theme-booster .elementor-button,
body.wp-theme-booster .wp-block-button__link,
body.wp-theme-booster input[type="submit"],
body.wp-theme-booster button,
body.wp-theme-booster .give-btn {
	align-items: center !important;
	background: var(--nscb-teal) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	display: inline-flex !important;
	font: 650 15px/1.2 var(--nscb-font) !important;
	justify-content: center !important;
	min-height: 38px !important;
	padding: 10px 18px !important;
	text-decoration: none !important;
}

.nscb-button:hover,
body.wp-theme-booster .elementor-button:hover,
body.wp-theme-booster .wp-block-button__link:hover,
body.wp-theme-booster input[type="submit"]:hover,
body.wp-theme-booster button:hover {
	background: #0b6675 !important;
	color: #fff !important;
}

.nscb-button--secondary,
.nscb-button--ghost {
	background: #fff !important;
	border: 1px solid var(--nscb-line) !important;
	color: var(--nscb-teal) !important;
}

.nscb-info-band {
	background: var(--nscb-bg) !important;
	padding: 18px 0 8px !important;
}

.nscb-info-grid {
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: repeat(3, 1fr) !important;
}

.nscb-info-grid article,
.nscb-feature-grid,
.nscb-about-grid,
.nscb-support-grid,
.nscb-gallery-strip,
body.wp-theme-booster:not(.home) .elementor > .elementor-element.e-con,
body.wp-theme-booster:not(.home) article.post,
body.wp-theme-booster:not(.home) .blog-categories,
body.wp-theme-booster:not(.home) .widget {
	background: var(--nscb-panel) !important;
	border: 1px solid rgba(32, 35, 38, .06) !important;
	border-radius: var(--nscb-radius) !important;
	box-shadow: none !important;
}

.nscb-info-grid article {
	padding: 22px !important;
	text-align: left !important;
}

.nscb-info-grid span,
.nscb-feature-card span {
	color: var(--nscb-teal) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

.nscb-info-grid strong {
	color: var(--nscb-ink) !important;
	font-size: 29px !important;
	line-height: 1.05 !important;
}

.nscb-info-grid p {
	color: var(--nscb-muted) !important;
	font-size: 15px !important;
	margin: 8px 0 0 !important;
}

.nscb-section {
	padding: 12px 0 !important;
}

.nscb-feature-grid,
.nscb-about-grid,
.nscb-support-grid {
	display: grid !important;
	gap: 30px !important;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr) !important;
	padding: 42px !important;
	text-align: left !important;
}

.nscb-about-grid {
	grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr) !important;
}

.nscb-support-grid {
	background: #202326 !important;
	color: #fff !important;
}

.nscb-copy h2,
.nscb-section-heading h2 {
	color: inherit !important;
	font-size: clamp(30px, 4vw, 42px) !important;
	line-height: 1.08 !important;
	margin: 0 !important;
	max-width: 720px !important;
}

.nscb-copy p {
	color: var(--nscb-muted) !important;
	font-size: 17px !important;
	line-height: 1.55 !important;
	margin: 14px 0 0 !important;
	max-width: 680px !important;
}

.nscb-support-section .nscb-copy p {
	color: rgba(255,255,255,.72) !important;
}

.nscb-card-stack {
	display: grid !important;
	gap: 12px !important;
}

.nscb-feature-card {
	background: #fff !important;
	border: 1px solid var(--nscb-line) !important;
	border-radius: 14px !important;
	color: var(--nscb-ink) !important;
	min-height: 0 !important;
	padding: 18px !important;
}

.nscb-feature-card strong {
	color: var(--nscb-ink) !important;
	display: block !important;
	font-size: 20px !important;
	line-height: 1.22 !important;
	margin-top: 5px !important;
}

.nscb-photo-pair,
.nscb-gallery-strip {
	display: grid !important;
	gap: 12px !important;
}

.nscb-photo-pair img,
.nscb-gallery-strip img,
body.wp-theme-booster:not(.home) img {
	border-radius: 14px !important;
}

/* Interior pages */
body.wp-theme-booster:not(.home) .section-main {
	align-items: center !important;
	background: var(--nscb-panel-2) !important;
	background-image: none !important;
	display: flex !important;
	min-height: 190px !important;
	padding: 36px 0 30px !important;
}

body.wp-theme-booster:not(.home) .section-main .container,
body.wp-theme-booster:not(.home) .blog-background,
body.wp-theme-booster:not(.home) .copyright .container {
	max-width: var(--nscb-max) !important;
	padding-left: 22px !important;
	padding-right: 22px !important;
}

body.wp-theme-booster:not(.home) .img-banner-aboutus {
	float: none !important;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

body.wp-theme-booster:not(.home) .section-main .font-34 {
	color: var(--nscb-ink) !important;
	font-size: clamp(30px, 5vw, 44px) !important;
	font-weight: 760 !important;
	line-height: 1.08 !important;
	margin: 0 !important;
	text-align: left !important;
}

body.wp-theme-booster:not(.home) .section-main .font-14,
body.wp-theme-booster:not(.home) .booster-breadcrumb,
body.wp-theme-booster:not(.home) .booster-breadcrumb a {
	color: var(--nscb-muted) !important;
	font-size: 14px !important;
	text-align: left !important;
}

body.wp-theme-booster:not(.home) .blog-background {
	background: var(--nscb-bg) !important;
	margin: 0 auto !important;
	padding-bottom: 56px !important;
	padding-top: 18px !important;
	width: 100% !important;
}

body.wp-theme-booster:not(.home) .blog-background > [class*="col-"] {
	float: none !important;
	margin: 0 auto !important;
	max-width: 960px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.wp-theme-booster:not(.home) .blog {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.wp-theme-booster:not(.home) .blog-title {
	display: none !important;
}

body.wp-theme-booster:not(.home) .elementor > .elementor-element.e-con,
body.wp-theme-booster:not(.home) article.post {
	margin: 12px auto !important;
	max-width: 960px !important;
	padding: 30px !important;
}

body.wp-theme-booster:not(.home) .elementor .e-con-inner {
	max-width: 880px !important;
	padding: 0 !important;
}

body.wp-theme-booster:not(.home) .elementor-widget-container,
body.wp-theme-booster:not(.home) .blog-text {
	color: var(--nscb-ink) !important;
	font-family: var(--nscb-font) !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
}

body.wp-theme-booster:not(.home) .elementor-widget-container div,
body.wp-theme-booster:not(.home) .elementor-widget-container p,
body.wp-theme-booster:not(.home) .elementor-widget-container span {
	background: transparent !important;
	color: var(--nscb-muted) !important;
	font-family: var(--nscb-font) !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
	text-shadow: none !important;
	white-space: normal !important;
}

body.wp-theme-booster:not(.home) .elementor-widget-container b,
body.wp-theme-booster:not(.home) .elementor-widget-container strong {
	color: var(--nscb-ink) !important;
	font-weight: 700 !important;
}

body.wp-theme-booster:not(.home) h1,
body.wp-theme-booster:not(.home) h2,
body.wp-theme-booster:not(.home) h3,
body.wp-theme-booster:not(.home) h4 {
	color: var(--nscb-ink) !important;
	font-family: var(--nscb-font) !important;
	letter-spacing: 0 !important;
}

body.wp-theme-booster:not(.home) .blog h1,
body.wp-theme-booster:not(.home) .elementor-widget-container h1 {
	font-size: clamp(28px, 4vw, 38px) !important;
	line-height: 1.1 !important;
	margin: 0 0 18px !important;
	text-align: left !important;
}

body.wp-theme-booster:not(.home) .blog h2,
body.wp-theme-booster:not(.home) .elementor-widget-container h2 {
	font-size: clamp(24px, 3vw, 32px) !important;
	line-height: 1.15 !important;
}

body.wp-theme-booster:not(.home) .blog h3,
body.wp-theme-booster:not(.home) .elementor-widget-container h3 {
	font-size: 21px !important;
	line-height: 1.25 !important;
}

body.wp-theme-booster:not(.home) .blog h4,
body.wp-theme-booster:not(.home) .elementor-widget-container h4 {
	font-size: 18px !important;
	line-height: 1.35 !important;
}

body.wp-theme-booster:not(.home) .elementor-widget-container [style*="font-size: 1px"],
body.wp-theme-booster:not(.home) .elementor-widget-container [style*="font-size:1px"] {
	display: none !important;
}

body.wp-theme-booster:not(.home) .elementor-divider,
body.wp-theme-booster:not(.home) .blog-hr,
body.wp-theme-booster:not(.home) .blog-hr-archive {
	display: none !important;
}

body.wp-theme-booster:not(.home) .main-sidebar {
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
	margin-top: 18px !important;
	max-width: 960px !important;
	width: 100% !important;
}

body.wp-theme-booster:not(.home) .blog-categories,
body.wp-theme-booster:not(.home) .widget {
	padding: 18px !important;
}

body.wp-theme-booster:not(.home) .widget-title,
body.wp-theme-booster:not(.home) .blog-categories h2 {
	font-size: 18px !important;
	margin: 0 0 10px !important;
}

body.wp-theme-booster:not(.home) .blog-categories li {
	border: 0 !important;
	list-style: none !important;
	padding: 6px 0 !important;
}

/* Schedule gets a clearer, smaller list */
body.page-id-90 .elementor-90 .elementor-element-24e2f83 .elementor-widget-container {
	background: #fff !important;
	border: 1px solid var(--nscb-line) !important;
	border-radius: var(--nscb-radius) !important;
	padding: 8px 22px !important;
}

body.page-id-90 .elementor-90 .elementor-element-24e2f83 h3,
body.page-id-90 .elementor-90 .elementor-element-24e2f83 p:has(b),
body.page-id-90 .elementor-90 .elementor-element-24e2f83 div:has(> b),
body.page-id-90 .elementor-90 .elementor-element-24e2f83 div[style*="font-size: 22px"] {
	border-top: 1px solid var(--nscb-line) !important;
	color: var(--nscb-ink) !important;
	font-size: 19px !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	padding: 18px 0 6px !important;
	text-align: left !important;
}

body.page-id-90 .elementor-90 .elementor-element-24e2f83 h3:first-child {
	border-top: 0 !important;
}

body.page-id-90 .elementor-90 .elementor-element-24e2f83 div,
body.page-id-90 .elementor-90 .elementor-element-24e2f83 p,
body.page-id-90 .elementor-90 .elementor-element-24e2f83 h4 {
	color: var(--nscb-muted) !important;
	font-size: 15px !important;
	line-height: 1.45 !important;
	text-align: left !important;
}

body.page-id-90 .elementor-90 .elementor-element-24e2f83 span[style*="color: #ff0000"],
body.page-id-90 .elementor-90 .elementor-element-24e2f83 span[style*="color:#ff0000"] {
	color: var(--nscb-coral) !important;
}

/* Galleries and cards */
body.wp-theme-booster:not(.home) .gallery,
body.wp-theme-booster:not(.home) .wp-block-gallery,
body.wp-theme-booster:not(.home) .elementor-widget-html .elementor-widget-container {
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
}

body.wp-theme-booster:not(.home) .elementor-widget-html .elementor-widget-container a {
	background: #fff !important;
	border: 1px solid var(--nscb-line) !important;
	border-radius: 14px !important;
	color: var(--nscb-teal) !important;
	display: flex !important;
	font-weight: 700 !important;
	justify-content: center !important;
	min-height: 88px !important;
	padding: 18px !important;
	text-align: center !important;
}

body.wp-theme-booster:not(.home) .gallery img,
body.wp-theme-booster:not(.home) .wp-block-gallery img {
	aspect-ratio: 4 / 3;
	object-fit: cover !important;
	width: 100% !important;
}

/* Footer and utility pages */
body.wp-theme-booster .copyright {
	background: var(--nscb-panel) !important;
	color: var(--nscb-muted) !important;
	font-size: 13px !important;
	padding: 22px 0 !important;
}

body.wp-theme-booster .copyright .container {
	align-items: center !important;
	display: flex !important;
	gap: 20px !important;
	max-width: var(--nscb-max) !important;
	padding: 0 22px !important;
}

body.wp-theme-booster .copyright [class*="col-"] {
	float: none !important;
	padding: 0 !important;
	width: auto !important;
}

body.wp-theme-booster .copyright .col-md-7 {
	flex: 1 !important;
}

body.wp-theme-booster .footer {
	display: flex !important;
	gap: 14px !important;
	margin: 0 !important;
}

body.login #login,
body.give-form-templates form,
body.give-form-templates .give-form-wrap {
	max-width: 680px !important;
}

@media (max-width: 900px) {
	body.wp-theme-booster header .container {
		display: block !important;
		padding: 0 18px !important;
	}

	body.wp-theme-booster .navbar-header {
		position: absolute !important;
		right: 18px !important;
		top: 8px !important;
	}

	body.wp-theme-booster .navbar-toggle .icon-bar {
		background: var(--nscb-ink) !important;
	}

	body.wp-theme-booster .navbar-collapse.collapse {
		display: none !important;
	}

	body.wp-theme-booster .navbar-collapse.collapse.in {
		display: block !important;
	}

	body.wp-theme-booster .booster-menu {
		display: block !important;
		padding: 8px 0 14px !important;
	}

	body.wp-theme-booster .booster-menu li,
	body.wp-theme-booster .booster-menu > li {
		display: block !important;
		width: 100% !important;
	}

	body.wp-theme-booster .booster-menu > li > a {
		border-radius: 10px !important;
		font-size: 16px !important;
		padding: 12px 0 !important;
	}

	body.wp-theme-booster .booster-menu ul {
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		padding: 0 0 8px 16px !important;
		position: static !important;
	}

	.nscb-feature-grid,
	.nscb-about-grid,
	.nscb-support-grid,
	.nscb-info-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 680px) {
	.nscb-hero {
		min-height: 520px !important;
	}

	.nscb-hero__shade {
		background: linear-gradient(180deg, rgba(255,253,249,.94), rgba(255,253,249,.68), rgba(255,253,249,.2)) !important;
	}

	.nscb-hero__content,
	.nscb-feature-grid,
	.nscb-about-grid,
	.nscb-support-grid,
	body.wp-theme-booster:not(.home) .elementor > .elementor-element.e-con,
	body.wp-theme-booster:not(.home) article.post {
		padding: 28px 20px !important;
	}

	body.wp-theme-booster .copyright .container {
		display: block !important;
		text-align: center !important;
	}

	body.wp-theme-booster .footer {
		display: block !important;
		margin-top: 12px !important;
		text-align: center !important;
	}
}

/* Friendly family concert tone */
:root {
	--nscb-ink: #2c2924;
	--nscb-muted: #6f665c;
	--nscb-bg: #fff9ef;
	--nscb-panel: #f8ead8;
	--nscb-panel-2: #e8f4ef;
	--nscb-line: rgba(92, 69, 44, .16);
	--nscb-teal: #287c75;
	--nscb-coral: #cf624c;
	--nscb-gold: #efbd52;
	--nscb-radius: 16px;
}

body,
body.wp-theme-booster,
body.login,
body.give-form-templates {
	background:
		linear-gradient(180deg, rgba(255, 249, 239, .98), rgba(255, 249, 239, 1)),
		var(--nscb-bg) !important;
	color: var(--nscb-ink) !important;
	font-family: "Trebuchet MS", "Avenir Next", var(--nscb-font) !important;
}

body.wp-theme-booster header {
	background: #fff4e4 !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border-bottom: 3px solid var(--nscb-gold) !important;
	min-height: 66px !important;
}

body.wp-theme-booster header .container {
	min-height: 66px !important;
}

body.wp-theme-booster .custom-logo {
	max-height: 48px !important;
	max-width: 160px !important;
	opacity: 1 !important;
}

body.wp-theme-booster .booster-menu > li > a {
	color: #4b453d !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	padding: 11px 12px !important;
}

body.wp-theme-booster .booster-menu > li > a:hover,
body.wp-theme-booster .booster-menu > li > a:focus,
body.wp-theme-booster .booster-menu > li.current-menu-item > a,
body.wp-theme-booster .booster-menu > li.current_page_item > a {
	background: #ffe7bf !important;
	color: #2c2924 !important;
}

body.wp-theme-booster .booster-menu ul {
	background: #fff9ef !important;
	border: 2px solid #f0d3a6 !important;
	border-radius: 0 0 16px 16px !important;
	box-shadow: 0 12px 28px rgba(92, 69, 44, .12) !important;
}

.nscb-hero {
	background: #f8ead8 !important;
	border-radius: 0 0 34px 34px !important;
	min-height: 540px !important;
}

.nscb-hero__image {
	filter: saturate(1.08) contrast(.98) !important;
	opacity: .76 !important;
}

.nscb-hero__shade {
	background: linear-gradient(90deg, rgba(255, 249, 239, .97), rgba(255, 249, 239, .82) 45%, rgba(255, 249, 239, .24)) !important;
}

.nscb-eyebrow {
	color: var(--nscb-coral) !important;
	font-size: 13px !important;
	letter-spacing: .04em !important;
}

.nscb-hero h1 {
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(36px, 5.6vw, 56px) !important;
	font-weight: 700 !important;
	line-height: 1.06 !important;
	max-width: 620px !important;
}

.nscb-hero__lede {
	color: #5d554c !important;
	font-size: clamp(18px, 2.2vw, 21px) !important;
	max-width: 560px !important;
}

.nscb-button,
body.wp-theme-booster .elementor-button,
body.wp-theme-booster .wp-block-button__link,
body.wp-theme-booster input[type="submit"],
body.wp-theme-booster button,
body.wp-theme-booster .give-btn {
	background: var(--nscb-coral) !important;
	border: 2px solid rgba(92, 69, 44, .08) !important;
	border-radius: 999px !important;
	box-shadow: 0 3px 0 rgba(92, 69, 44, .12) !important;
	font-weight: 700 !important;
	min-height: 40px !important;
}

.nscb-button:hover,
body.wp-theme-booster .elementor-button:hover,
body.wp-theme-booster .wp-block-button__link:hover,
body.wp-theme-booster input[type="submit"]:hover,
body.wp-theme-booster button:hover {
	background: #bd5744 !important;
	transform: translateY(1px);
}

.nscb-button--secondary,
.nscb-button--ghost {
	background: #fffdf9 !important;
	border-color: #e5c89f !important;
	box-shadow: none !important;
	color: var(--nscb-teal) !important;
}

.nscb-info-grid article,
.nscb-feature-grid,
.nscb-about-grid,
.nscb-support-grid,
.nscb-gallery-strip,
body.wp-theme-booster:not(.home) .elementor > .elementor-element.e-con,
body.wp-theme-booster:not(.home) article.post,
body.wp-theme-booster:not(.home) .blog-categories,
body.wp-theme-booster:not(.home) .widget {
	background: #fff4e4 !important;
	border: 2px solid #f0d3a6 !important;
	border-radius: 20px !important;
	box-shadow: 0 4px 0 rgba(92, 69, 44, .05) !important;
}

.nscb-info-grid article:nth-child(2),
.nscb-about-grid,
body.wp-theme-booster:not(.home) .elementor > .elementor-element.e-con:nth-child(even) {
	background: #ecf7f3 !important;
	border-color: #b8ded6 !important;
}

.nscb-info-grid article:nth-child(3),
.nscb-support-grid {
	background: #fff0d0 !important;
	border-color: #eecb74 !important;
	color: var(--nscb-ink) !important;
}

.nscb-support-section .nscb-copy h2,
.nscb-support-section .nscb-copy p {
	color: var(--nscb-ink) !important;
}

.nscb-copy h2,
.nscb-section-heading h2,
body.wp-theme-booster:not(.home) .section-main .font-34,
body.wp-theme-booster:not(.home) .blog h1,
body.wp-theme-booster:not(.home) .elementor-widget-container h1,
body.wp-theme-booster:not(.home) .blog h2,
body.wp-theme-booster:not(.home) .elementor-widget-container h2 {
	font-family: Georgia, "Times New Roman", serif !important;
	font-weight: 700 !important;
}

.nscb-copy p,
body.wp-theme-booster:not(.home) .elementor-widget-container div,
body.wp-theme-booster:not(.home) .elementor-widget-container p,
body.wp-theme-booster:not(.home) .elementor-widget-container span {
	color: var(--nscb-muted) !important;
}

.nscb-feature-card,
body.wp-theme-booster:not(.home) .elementor-widget-html .elementor-widget-container a {
	background: #fffdf9 !important;
	border: 2px solid #ead2ad !important;
	box-shadow: 0 3px 0 rgba(92, 69, 44, .06) !important;
}

.nscb-photo-pair img,
.nscb-gallery-strip img,
body.wp-theme-booster:not(.home) img {
	border: 3px solid #fffdf9 !important;
	box-shadow: 0 6px 18px rgba(92, 69, 44, .12) !important;
}

body.wp-theme-booster:not(.home) .section-main {
	background:
		linear-gradient(135deg, rgba(255, 240, 208, .9), rgba(236, 247, 243, .9)),
		#fff4e4 !important;
	border-bottom: 2px solid #f0d3a6 !important;
}

body.wp-theme-booster:not(.home) .section-main .font-34 {
	color: var(--nscb-ink) !important;
}

body.page-id-90 .elementor-90 .elementor-element-24e2f83 .elementor-widget-container {
	background: #fffdf9 !important;
	border: 2px solid #ead2ad !important;
}

body.page-id-90 .elementor-90 .elementor-element-24e2f83 h3,
body.page-id-90 .elementor-90 .elementor-element-24e2f83 p:has(b),
body.page-id-90 .elementor-90 .elementor-element-24e2f83 div:has(> b),
body.page-id-90 .elementor-90 .elementor-element-24e2f83 div[style*="font-size: 22px"] {
	border-top-color: #ead2ad !important;
	color: var(--nscb-ink) !important;
}

body.wp-theme-booster .copyright {
	background: #fff4e4 !important;
	border-top: 3px solid var(--nscb-gold) !important;
}

@media (max-width: 900px) {
	body.wp-theme-booster header,
	body.wp-theme-booster header .container {
		min-height: 58px !important;
	}

	body.wp-theme-booster .booster-menu > li > a {
		font-size: 16px !important;
	}
}

/* Civic arts reset: restrained, less generated-looking */
:root {
	--nscb-ink: #1f2933;
	--nscb-muted: #59636e;
	--nscb-bg: #fbfaf7;
	--nscb-paper: #ffffff;
	--nscb-panel: #f2efe8;
	--nscb-line: #d8d1c4;
	--nscb-navy: #12324a;
	--nscb-blue: #315f76;
	--nscb-red: #8f2f2f;
	--nscb-gold: #b88a3d;
	--nscb-radius: 4px;
	--nscb-max: 1120px;
	--nscb-font: "Helvetica Neue", Arial, sans-serif;
	--nscb-serif: Georgia, "Times New Roman", serif;
}

body,
body.wp-theme-booster,
body.login,
body.give-form-templates {
	background: var(--nscb-bg) !important;
	color: var(--nscb-ink) !important;
	font-family: var(--nscb-font) !important;
	font-size: 16px !important;
	line-height: 1.55 !important;
}

body.wp-theme-booster header {
	background: var(--nscb-navy) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border-bottom: 4px solid var(--nscb-gold) !important;
	box-shadow: none !important;
	min-height: 72px !important;
	position: sticky !important;
	top: 0;
}

body.wp-theme-booster header .container {
	min-height: 72px !important;
	max-width: var(--nscb-max) !important;
	padding: 0 24px !important;
}

body.wp-theme-booster .custom-logo {
	background: #fff !important;
	border-radius: 2px !important;
	max-height: 50px !important;
	max-width: 150px !important;
	padding: 4px 8px !important;
}

body.wp-theme-booster .booster-menu {
	gap: 0 !important;
	justify-content: flex-end !important;
}

body.wp-theme-booster .booster-menu > li > a {
	background: transparent !important;
	border-radius: 0 !important;
	color: rgba(255, 255, 255, .88) !important;
	font-family: var(--nscb-font) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: .01em !important;
	padding: 28px 10px !important;
	text-transform: none !important;
}

body.wp-theme-booster .booster-menu > li > a:hover,
body.wp-theme-booster .booster-menu > li > a:focus,
body.wp-theme-booster .booster-menu > li.current-menu-item > a,
body.wp-theme-booster .booster-menu > li.current_page_item > a {
	background: rgba(255, 255, 255, .08) !important;
	color: #fff !important;
}

body.wp-theme-booster .booster-menu ul {
	background: #fff !important;
	border: 1px solid var(--nscb-line) !important;
	border-radius: 0 !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .16) !important;
	padding: 6px 0 !important;
	top: 72px !important;
}

body.wp-theme-booster .booster-menu ul a {
	border-radius: 0 !important;
	color: var(--nscb-ink) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding: 10px 16px !important;
	width: 230px !important;
}

body.wp-theme-booster .booster-menu ul a:hover,
body.wp-theme-booster .booster-menu ul a:focus {
	background: var(--nscb-panel) !important;
	color: var(--nscb-navy) !important;
}

/* Homepage rebuilt as a concert-program style page */
.nscb-home {
	background: var(--nscb-bg) !important;
}

.nscb-wrap {
	max-width: var(--nscb-max) !important;
	padding: 0 24px !important;
}

.nscb-hero {
	align-items: stretch !important;
	background: var(--nscb-paper) !important;
	border-bottom: 1px solid var(--nscb-line) !important;
	border-radius: 0 !important;
	display: grid !important;
	min-height: 520px !important;
}

.nscb-hero__image {
	filter: none !important;
	opacity: 1 !important;
	object-position: center !important;
}

.nscb-hero__shade {
	background: linear-gradient(90deg, rgba(18, 50, 74, .9), rgba(18, 50, 74, .68) 42%, rgba(18, 50, 74, .08)) !important;
}

.nscb-hero__content {
	color: #fff !important;
	max-width: var(--nscb-max) !important;
	padding: 86px 24px !important;
	text-align: left !important;
}

.nscb-eyebrow {
	color: #f2d39b !important;
	font: 700 13px/1.2 var(--nscb-font) !important;
	letter-spacing: .08em !important;
	margin: 0 0 12px !important;
	text-transform: uppercase !important;
}

.nscb-hero h1 {
	color: #fff !important;
	font-family: var(--nscb-serif) !important;
	font-size: clamp(42px, 6vw, 66px) !important;
	font-weight: 700 !important;
	line-height: 1.02 !important;
	margin: 0 !important;
	max-width: 720px !important;
}

.nscb-hero__lede {
	color: rgba(255,255,255,.9) !important;
	font: 400 clamp(18px, 2.2vw, 22px)/1.45 var(--nscb-font) !important;
	margin: 18px 0 0 !important;
	max-width: 620px !important;
}

.nscb-actions,
.nscb-inline-actions,
.nscb-support-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	justify-content: flex-start !important;
	margin-top: 28px !important;
}

.nscb-button,
body.wp-theme-booster .elementor-button,
body.wp-theme-booster .wp-block-button__link,
body.wp-theme-booster input[type="submit"],
body.wp-theme-booster button,
body.wp-theme-booster .give-btn {
	background: var(--nscb-red) !important;
	border: 1px solid var(--nscb-red) !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	color: #fff !important;
	font: 700 14px/1.2 var(--nscb-font) !important;
	min-height: 38px !important;
	padding: 10px 16px !important;
	text-transform: none !important;
}

.nscb-button:hover,
body.wp-theme-booster .elementor-button:hover,
body.wp-theme-booster .wp-block-button__link:hover,
body.wp-theme-booster input[type="submit"]:hover,
body.wp-theme-booster button:hover {
	background: #742626 !important;
	border-color: #742626 !important;
	transform: none !important;
}

.nscb-button--secondary,
.nscb-button--ghost {
	background: transparent !important;
	border-color: rgba(255,255,255,.75) !important;
	color: #fff !important;
}

.nscb-info-band {
	background: var(--nscb-bg) !important;
	padding: 28px 0 8px !important;
}

.nscb-info-grid {
	display: grid !important;
	gap: 14px !important;
	grid-template-columns: repeat(3, 1fr) !important;
}

.nscb-info-grid article,
.nscb-feature-grid,
.nscb-about-grid,
.nscb-support-grid,
.nscb-gallery-strip,
body.wp-theme-booster:not(.home) .elementor > .elementor-element.e-con,
body.wp-theme-booster:not(.home) article.post,
body.wp-theme-booster:not(.home) .blog-categories,
body.wp-theme-booster:not(.home) .widget {
	background: var(--nscb-paper) !important;
	border: 1px solid var(--nscb-line) !important;
	border-radius: var(--nscb-radius) !important;
	box-shadow: none !important;
}

.nscb-info-grid article {
	border-top: 4px solid var(--nscb-blue) !important;
	padding: 22px !important;
	text-align: left !important;
}

.nscb-info-grid article:nth-child(2),
.nscb-info-grid article:nth-child(3),
.nscb-about-grid,
.nscb-support-grid,
body.wp-theme-booster:not(.home) .elementor > .elementor-element.e-con:nth-child(even) {
	background: var(--nscb-paper) !important;
	border-color: var(--nscb-line) !important;
}

.nscb-info-grid article:nth-child(2) {
	border-top-color: var(--nscb-red) !important;
}

.nscb-info-grid article:nth-child(3) {
	border-top-color: var(--nscb-gold) !important;
}

.nscb-info-grid span,
.nscb-feature-card span {
	color: var(--nscb-red) !important;
	font: 700 12px/1.2 var(--nscb-font) !important;
	letter-spacing: .05em !important;
	text-transform: uppercase !important;
}

.nscb-info-grid strong {
	color: var(--nscb-ink) !important;
	font: 700 28px/1.1 var(--nscb-serif) !important;
}

.nscb-info-grid p,
.nscb-copy p {
	color: var(--nscb-muted) !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
}

.nscb-section {
	padding: 14px 0 !important;
}

.nscb-feature-grid,
.nscb-about-grid,
.nscb-support-grid {
	display: grid !important;
	gap: 32px !important;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr) !important;
	padding: 34px !important;
	text-align: left !important;
}

.nscb-about-grid {
	grid-template-columns: minmax(280px, .78fr) minmax(0, 1fr) !important;
}

.nscb-support-grid {
	background: var(--nscb-navy) !important;
	border-color: var(--nscb-navy) !important;
	color: #fff !important;
}

.nscb-support-section .nscb-copy h2 {
	color: #fff !important;
}

.nscb-support-section .nscb-copy p {
	color: rgba(255,255,255,.82) !important;
}

.nscb-copy h2,
.nscb-section-heading h2 {
	color: inherit !important;
	font-family: var(--nscb-serif) !important;
	font-size: clamp(28px, 4vw, 40px) !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	margin: 0 !important;
}

.nscb-feature-card,
body.wp-theme-booster:not(.home) .elementor-widget-html .elementor-widget-container a {
	background: #fff !important;
	border: 1px solid var(--nscb-line) !important;
	border-radius: var(--nscb-radius) !important;
	box-shadow: none !important;
}

.nscb-feature-card {
	padding: 18px !important;
}

.nscb-feature-card strong {
	color: var(--nscb-ink) !important;
	font: 700 19px/1.3 var(--nscb-serif) !important;
}

.nscb-photo-pair img,
.nscb-gallery-strip img,
body.wp-theme-booster:not(.home) img {
	border: 0 !important;
	border-radius: 3px !important;
	box-shadow: none !important;
}

/* Interior pages */
body.wp-theme-booster:not(.home) .section-main {
	background: var(--nscb-panel) !important;
	background-image: none !important;
	border-bottom: 1px solid var(--nscb-line) !important;
	min-height: 170px !important;
	padding: 38px 0 32px !important;
}

body.wp-theme-booster:not(.home) .section-main .font-34 {
	color: var(--nscb-navy) !important;
	font-family: var(--nscb-serif) !important;
	font-size: clamp(34px, 5vw, 48px) !important;
	font-weight: 700 !important;
	text-align: left !important;
}

body.wp-theme-booster:not(.home) .section-main .font-14,
body.wp-theme-booster:not(.home) .booster-breadcrumb,
body.wp-theme-booster:not(.home) .booster-breadcrumb a {
	color: var(--nscb-muted) !important;
	font-size: 14px !important;
	text-align: left !important;
}

body.wp-theme-booster:not(.home) .blog-background {
	background: var(--nscb-bg) !important;
	padding-top: 24px !important;
}

body.wp-theme-booster:not(.home) .elementor > .elementor-element.e-con,
body.wp-theme-booster:not(.home) article.post {
	margin: 14px auto !important;
	max-width: 960px !important;
	padding: 30px !important;
}

body.wp-theme-booster:not(.home) .elementor-widget-container,
body.wp-theme-booster:not(.home) .blog-text,
body.wp-theme-booster:not(.home) .elementor-widget-container div,
body.wp-theme-booster:not(.home) .elementor-widget-container p,
body.wp-theme-booster:not(.home) .elementor-widget-container span {
	color: var(--nscb-muted) !important;
	font-family: var(--nscb-font) !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	text-shadow: none !important;
	white-space: normal !important;
}

body.wp-theme-booster:not(.home) h1,
body.wp-theme-booster:not(.home) h2,
body.wp-theme-booster:not(.home) h3,
body.wp-theme-booster:not(.home) h4,
body.wp-theme-booster:not(.home) .elementor-widget-container h1,
body.wp-theme-booster:not(.home) .elementor-widget-container h2,
body.wp-theme-booster:not(.home) .elementor-widget-container h3,
body.wp-theme-booster:not(.home) .elementor-widget-container h4 {
	color: var(--nscb-ink) !important;
	font-family: var(--nscb-serif) !important;
}

body.wp-theme-booster:not(.home) .blog h1,
body.wp-theme-booster:not(.home) .elementor-widget-container h1 {
	font-size: clamp(30px, 4vw, 40px) !important;
	line-height: 1.14 !important;
	text-align: left !important;
}

body.wp-theme-booster:not(.home) .blog h2,
body.wp-theme-booster:not(.home) .elementor-widget-container h2 {
	font-size: clamp(24px, 3vw, 32px) !important;
}

body.wp-theme-booster:not(.home) .blog h3,
body.wp-theme-booster:not(.home) .elementor-widget-container h3 {
	font-size: 21px !important;
}

body.wp-theme-booster:not(.home) .elementor-widget-container [style*="font-size: 1px"],
body.wp-theme-booster:not(.home) .elementor-widget-container [style*="font-size:1px"] {
	display: none !important;
}

body.page-id-90 .elementor-90 .elementor-element-24e2f83 .elementor-widget-container {
	background: #fff !important;
	border: 1px solid var(--nscb-line) !important;
	border-radius: var(--nscb-radius) !important;
}

body.page-id-90 .elementor-90 .elementor-element-24e2f83 h3,
body.page-id-90 .elementor-90 .elementor-element-24e2f83 p:has(b),
body.page-id-90 .elementor-90 .elementor-element-24e2f83 div:has(> b),
body.page-id-90 .elementor-90 .elementor-element-24e2f83 div[style*="font-size: 22px"] {
	border-top-color: var(--nscb-line) !important;
	color: var(--nscb-ink) !important;
	font: 700 19px/1.3 var(--nscb-serif) !important;
}

body.wp-theme-booster .copyright {
	background: var(--nscb-navy) !important;
	border-top: 4px solid var(--nscb-gold) !important;
	color: rgba(255,255,255,.78) !important;
}

body.wp-theme-booster .copyright a,
body.wp-theme-booster .footer li a {
	color: rgba(255,255,255,.9) !important;
}

@media (max-width: 900px) {
	body.wp-theme-booster header,
	body.wp-theme-booster header .container {
		min-height: 64px !important;
	}

	body.wp-theme-booster .custom-logo {
		max-height: 46px !important;
	}

	body.wp-theme-booster .booster-menu > li > a {
		color: #fff !important;
		font-size: 16px !important;
		padding: 12px 0 !important;
	}

	.nscb-feature-grid,
	.nscb-about-grid,
	.nscb-support-grid,
	.nscb-info-grid {
		grid-template-columns: 1fr !important;
	}
}
