:root {
	--spc-navy: #0a3556;
	--spc-blue: #0b5f9b;
	--spc-blue-strong: #084b7b;
	--spc-cyan: #2a9bc4;
	--spc-gold: #d7a647;
	--spc-ink: #152a3a;
	--spc-muted: #5f7281;
	--spc-line: #dce5eb;
	--spc-cloud: #f3f7f9;
	--spc-white: #fff;
	--spc-radius: 14px;
	--spc-shadow: 0 18px 48px rgba(13, 48, 74, .09);
	--spc-font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body.spclep-modern {
	background: #edf3f6;
	color: var(--spc-ink);
	font-family: var(--spc-font);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

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

.spclep-modern a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.spclep-modern a:focus-visible,
.spclep-modern button:focus-visible,
.spclep-modern input:focus-visible,
.spclep-modern textarea:focus-visible,
.spclep-modern select:focus-visible {
	outline: 3px solid rgba(42, 155, 196, .42);
	outline-offset: 3px;
}

.spc-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	padding: 10px 16px;
	border-radius: 8px;
	background: #fff;
	color: var(--spc-navy);
	box-shadow: var(--spc-shadow);
	transform: translateY(-160%);
	transition: transform .2s ease;
}

.spc-skip-link:focus {
	transform: translateY(0);
}

/* Header and navigation */
.spclep-modern .td-header-wrap {
	background: #fff;
	box-shadow: 0 1px 0 rgba(10, 53, 86, .08);
}

.spclep-modern .td-header-top-menu-full {
	background: var(--spc-navy) !important;
	border: 0;
}

.spclep-modern .td-header-top-menu-full,
.spclep-modern .td-header-top-menu-full a {
	color: rgba(255, 255, 255, .86);
}

.spclep-modern .td-header-menu-wrap-full,
.spclep-modern .td-header-menu-wrap,
.spclep-modern .td-header-menu-wrap.td-affix,
.spclep-modern .td-header-main-menu {
	background: var(--spc-blue-strong) !important;
}

.spclep-modern .sf-menu > li > a {
	position: relative;
	font-family: var(--spc-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.spclep-modern .sf-menu > li > a::after {
	right: 14px;
	bottom: 0;
	left: 14px;
	height: 3px;
	border: 0;
	border-radius: 2px 2px 0 0;
	background: var(--spc-gold);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s ease;
}

.spclep-modern .sf-menu > li:hover > a::after,
.spclep-modern .sf-menu > .current-menu-item > a::after,
.spclep-modern .sf-menu > .current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.spclep-modern .sf-menu .sub-menu {
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 0 0 10px 10px;
	background: var(--spc-blue-strong) !important;
	box-shadow: 0 16px 36px rgba(6, 35, 58, .22);
}

.spclep-modern .sf-menu .sub-menu a {
	border-radius: 7px;
	color: #fff;
	font-size: 13px;
	line-height: 1.45;
}

.spclep-modern .sf-menu .sub-menu a:hover {
	background: rgba(255, 255, 255, .1) !important;
}

.spclep-modern .td-header-sp-logo img {
	max-width: min(100%, 1000px);
}

/* Main page shell */
.spclep-modern .td-main-content-wrap {
	padding-top: 36px;
	padding-bottom: 64px;
}

.spclep-modern.home .td-main-content-wrap,
.spclep-modern.home .td-main-page-wrap {
	padding-top: 0;
}

.spclep-modern .td-container-wrap {
	background: transparent;
}

.spclep-modern .td-container {
	width: min(1120px, calc(100% - 40px));
}

.spclep-modern .td-main-content,
.spclep-modern .td-main-sidebar {
	padding-top: 0;
}

.spclep-modern.spclep-leaf-page:not(.page-id-34) .td-pb-span8 {
	width: 100%;
}

.spclep-modern.spclep-leaf-page:not(.page-id-34) .td-main-sidebar {
	display: none;
}

.spclep-modern .td-ss-main-content {
	padding: 34px clamp(22px, 4vw, 52px) 48px;
	border: 1px solid rgba(12, 70, 106, .09);
	border-radius: var(--spc-radius);
	background: #fff;
	box-shadow: var(--spc-shadow);
}

.spclep-modern.spclep-leaf-page .td-ss-main-content {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.spclep-modern:not(.home) .td-pb-span12.td-main-content {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid rgba(12, 70, 106, .09);
	border-radius: var(--spc-radius);
	background: #fff;
	box-shadow: var(--spc-shadow);
}

.spclep-modern.home .td-ss-main-content,
.spclep-modern.home .td-main-content {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.spclep-modern.home .td-pb-span8 {
	width: 100%;
}

.spclep-modern.home .td-main-sidebar {
	display: none;
}

.spclep-modern.home .td-pb-row {
	margin-right: 0;
	margin-left: 0;
}

.spclep-modern.home .td-page-header,
.spclep-modern.home .td-crumb-container {
	display: none;
}

.spclep-modern .td-main-page-wrap > .tdc-content-wrap {
	width: min(1120px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid rgba(12, 70, 106, .09);
	border-radius: var(--spc-radius);
	background: #fff;
	box-shadow: var(--spc-shadow);
}

.spc-content-header {
	margin-bottom: clamp(30px, 5vw, 48px);
	padding-bottom: 22px;
	border-bottom: 1px solid var(--spc-line);
}

.spc-content-header .spc-eyebrow {
	margin-bottom: 8px;
}

.spc-content-header h1 {
	margin: 0;
	color: var(--spc-navy);
	font-family: var(--spc-font);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 760;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.spclep-modern .entry-crumbs {
	margin-bottom: 18px;
	color: var(--spc-muted);
	font-family: var(--spc-font);
	font-size: 13px;
}

.spclep-modern .entry-crumbs a {
	color: var(--spc-blue);
}

.spclep-modern .td-page-header {
	margin-bottom: 30px;
}

.spclep-modern .td-page-title {
	margin: 0;
	color: var(--spc-navy);
	font-family: var(--spc-font);
	font-size: clamp(29px, 4vw, 44px);
	font-weight: 750;
	letter-spacing: -.035em;
	line-height: 1.13;
}

.spclep-modern .td-page-title span {
	position: relative;
	padding-bottom: 14px;
}

.spclep-modern .td-page-title span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 52px;
	height: 4px;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--spc-blue), var(--spc-cyan));
	content: "";
}

.spclep-modern .td-page-content {
	color: var(--spc-ink);
	font-family: var(--spc-font);
	font-size: 16px;
	line-height: 1.75;
}

.spclep-modern.spclep-leaf-page .td-page-content {
	font-size: 16.5px;
	line-height: 1.78;
}

.spclep-modern .td-page-content p {
	margin-bottom: 1.25em;
}

.spclep-modern .td-page-content p[style*="font-size"] {
	font-size: inherit !important;
}

.spclep-modern .td-page-content p[style*="font-weight:100"] {
	font-weight: inherit !important;
}

.spclep-modern .td-page-content p[style*="text-align: center"] {
	text-align: left !important;
}

.spclep-modern .td-page-content > p:first-child {
	margin-top: 0;
}

.spclep-modern .td-page-content h1,
.spclep-modern .td-page-content h2,
.spclep-modern .td-page-content h3,
.spclep-modern .td-page-content h4,
.spc-rich-text h1,
.spc-rich-text h2,
.spc-rich-text h3,
.spc-rich-text h4 {
	color: var(--spc-navy);
	font-family: var(--spc-font);
	font-weight: 730;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.spclep-modern .td-page-content h1,
.spc-rich-text h1 {
	font-size: clamp(27px, 3.5vw, 38px);
}

.spclep-modern .td-page-content h2,
.spc-rich-text h2 {
	margin-top: 1.6em;
	font-size: clamp(24px, 3vw, 32px);
}

.spclep-modern .td-page-content h3,
.spc-rich-text h3 {
	margin-top: 1.55em;
	font-size: clamp(20px, 2.5vw, 25px);
}

.spclep-modern .td-page-content h4,
.spc-rich-text h4 {
	font-size: 19px;
}

.spclep-modern .td-page-content ul,
.spclep-modern .td-page-content ol,
.spc-rich-text ul,
.spc-rich-text ol {
	margin: 1.25em 0;
	padding-left: 0;
	list-style: none;
}

.spclep-modern .td-page-content li,
.spc-rich-text li {
	position: relative;
	margin: 0 0 9px;
	padding-left: 28px;
}

.spclep-modern .td-page-content li::before,
.spc-rich-text li::before {
	position: absolute;
	top: .7em;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--spc-cyan);
	box-shadow: 0 0 0 4px rgba(42, 155, 196, .11);
	content: "";
}

.spclep-modern .td-page-content strong,
.spc-rich-text strong {
	color: #102f46;
}

.spclep-modern .td-page-content a:not(.spc-button):not(.spc-document-link):not(.spc-service-card) {
	color: var(--spc-blue);
	font-weight: 650;
	transition: color .2s ease;
}

.spclep-modern .td-page-content a:not(.spc-button):not(.spc-document-link):not(.spc-service-card):hover {
	color: var(--spc-blue-strong);
}

.spclep-modern .td-page-content .spc-subheading {
	margin: 32px 0 16px;
	padding: 15px 18px;
	border-left: 4px solid var(--spc-cyan);
	border-radius: 0 9px 9px 0;
	background: var(--spc-cloud);
	color: var(--spc-navy);
	font-size: 17px;
	line-height: 1.45;
}

.spc-related-pages {
	grid-column: 1 / -1;
	margin-top: clamp(44px, 7vw, 72px);
	padding-top: 30px;
	border-top: 1px solid var(--spc-line);
}

.spc-related-pages__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 20px;
}

.spc-related-pages__heading .spc-eyebrow {
	margin-bottom: 5px;
	color: var(--spc-blue);
}

.spclep-modern .td-page-content .spc-related-pages h2 {
	margin: 0;
	font-size: clamp(22px, 3vw, 28px);
}

.spclep-modern .td-page-content .spc-related-pages__parent {
	flex: 0 1 390px;
	color: var(--spc-blue);
	font-size: 14px;
	text-align: right;
}

.spc-related-pages__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.spclep-modern .td-page-content .spc-related-pages__grid > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 58px;
	padding: 13px 16px;
	border: 1px solid var(--spc-line);
	border-radius: 9px;
	background: #f8fbfc;
	color: var(--spc-navy);
	font-size: 14px;
	line-height: 1.35;
	text-decoration: none;
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.spclep-modern .td-page-content .spc-related-pages__grid > a:hover {
	border-color: rgba(13, 111, 168, .28);
	background: #fff;
	color: var(--spc-blue);
	transform: translateY(-2px);
}

.spc-related-pages__grid > a > span:last-child {
	flex: 0 0 auto;
	color: var(--spc-cyan);
	font-size: 19px;
}

.spclep-modern .td-page-content .wp-block-group {
	margin: 28px 0;
	padding: 22px 24px;
	border: 1px solid var(--spc-line);
	border-radius: 11px;
	background: #f8fbfc;
}

.spclep-modern .td-page-content blockquote,
.spc-rich-text blockquote {
	margin: 28px 0;
	padding: 22px 26px;
	border: 0;
	border-left: 4px solid var(--spc-cyan);
	border-radius: 0 10px 10px 0;
	background: var(--spc-cloud);
	color: var(--spc-navy);
}

.spclep-modern .td-page-content table {
	width: 100%;
	margin: 24px 0;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid var(--spc-line);
	border-radius: 10px;
}

.spclep-modern .td-page-content th,
.spclep-modern .td-page-content td {
	padding: 13px 15px;
	border-right: 0;
	border-bottom: 1px solid var(--spc-line);
	text-align: left;
}

.spclep-modern .td-page-content th {
	background: var(--spc-navy);
	color: #fff;
	font-size: 13px;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.spclep-modern.page-id-82 .td-page-content table:first-of-type tr:first-child td {
	background: var(--spc-navy);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.spclep-modern.page-id-82 .td-page-content table td:last-child {
	min-width: 130px;
	background: #f4f9fb;
	color: var(--spc-navy);
	font-weight: 750;
	white-space: nowrap;
}

.spc-action-callout {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px;
	padding: 20px 22px;
	border: 1px solid rgba(42, 155, 196, .28);
	border-radius: 11px;
	background: linear-gradient(135deg, #eaf7fb, #f6fbfd);
}

.spc-action-callout small,
.spc-action-callout strong {
	display: block;
}

.spc-action-callout small {
	margin-bottom: 4px;
	color: var(--spc-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.spc-action-callout strong {
	color: var(--spc-navy);
	font-size: 17px;
	line-height: 1.4;
}

.spc-action-callout > a {
	flex: 0 0 auto;
	padding: 11px 15px;
	border-radius: 8px;
	background: var(--spc-blue);
	color: #fff !important;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.spc-empty-state {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	max-width: 760px;
	margin: 12px auto;
	padding: 28px;
	border: 1px solid var(--spc-line);
	border-radius: 12px;
	background: var(--spc-cloud);
}

.spc-empty-state__icon {
	display: grid;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: var(--spc-blue);
	color: #fff;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: 700;
}

.spc-empty-state h2 {
	margin: 0 0 8px;
	color: var(--spc-navy);
	font-size: 24px;
}

.spc-empty-state p {
	margin: 0 0 12px;
	color: var(--spc-muted);
}

.spc-empty-state a {
	color: var(--spc-blue);
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

/* Native WordPress file blocks used by marriage publications. */
.spclep-modern.spclep-document-list .td-page-content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.spclep-modern.spclep-document-list .wp-block-file {
	margin: 0;
	font-size: inherit;
}

.spclep-modern.spclep-document-list .wp-block-file > a {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	align-items: center;
	min-height: 78px;
	padding: 14px 16px;
	border: 1px solid var(--spc-line);
	border-radius: 10px;
	background: #fff;
	color: var(--spc-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	box-shadow: 0 5px 16px rgba(16, 59, 87, .04);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.spclep-modern.spclep-document-list .wp-block-file > a::before {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 9px;
	background: #eaf3f7;
	color: var(--spc-blue);
	content: "PDF";
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .04em;
}

.spclep-modern.spclep-document-list .wp-block-file > a::after {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--spc-blue);
	color: #fff;
	content: "↓";
	font-size: 15px;
}

.spclep-modern.spclep-document-list .wp-block-file > a:hover {
	border-color: rgba(11, 95, 155, .4);
	box-shadow: 0 12px 26px rgba(12, 65, 101, .1);
	transform: translateY(-2px);
}

/* Builder compatibility */
.spc-row {
	width: 100%;
	margin: 0 0 28px;
}

.spc-row:last-child {
	margin-bottom: 0;
}

.spc-row__inner {
	display: flex;
	flex-wrap: wrap;
	gap: var(--spc-gap, 24px);
	align-items: stretch;
}

.spc-column {
	flex: var(--spc-span) 1 0;
	min-width: 0;
}

.spc-column > .spc-document-link + .spc-document-link {
	margin-top: 12px;
}

.spc-row--documents > .spc-row__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spc-row--documents > .spc-row__inner > .spc-column {
	display: contents;
}

.spc-row--documents .spc-document-link + .spc-document-link {
	margin-top: 0;
}

.spc-rich-text {
	width: 100%;
}

.spc-rich-text > :first-child {
	margin-top: 0;
}

.spc-rich-text > :last-child {
	margin-bottom: 0;
}

.spc-service-grid {
	display: grid;
	grid-template-columns: repeat(var(--spc-grid-cols, 3), minmax(0, 1fr));
	gap: var(--spc-grid-gap, 24px);
	width: 100%;
}

.spc-service-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid var(--spc-line);
	border-radius: 12px;
	background: #fff;
	color: var(--spc-ink);
	text-decoration: none !important;
	box-shadow: 0 8px 24px rgba(19, 56, 80, .05);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.spc-service-card:hover {
	border-color: rgba(11, 95, 155, .34);
	color: var(--spc-ink);
	box-shadow: 0 18px 38px rgba(12, 65, 101, .12);
	transform: translateY(-4px);
}

.spc-service-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 8.5;
	overflow: hidden;
	background: var(--spc-cloud);
}

.spc-service-card__media::after {
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: linear-gradient(transparent, rgba(7, 49, 78, .26));
	content: "";
}

.spc-service-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.spc-service-card:hover .spc-service-card__media img {
	transform: scale(1.035);
}

.spc-service-card__symbol {
	display: grid;
	width: 58px;
	height: 58px;
	margin: 24px 24px 0;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(145deg, #e8f4f8, #f3f8fa);
	color: var(--spc-blue);
}

.spc-service-card__symbol svg {
	width: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.spc-service-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.spc-service-card__title {
	display: block;
	color: var(--spc-navy);
	font-size: 18px;
	font-weight: 730;
	letter-spacing: -.015em;
	line-height: 1.3;
}

.spc-service-card__excerpt {
	display: block;
	margin-top: 10px;
	color: var(--spc-muted);
	font-size: 14px;
	line-height: 1.55;
}

.spc-service-card__action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 19px;
	color: var(--spc-blue);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.spc-service-card__action span {
	font-size: 19px;
	transition: transform .2s ease;
}

.spc-service-card:hover .spc-service-card__action span {
	transform: translateX(4px);
}

.spc-document-link {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	align-items: center;
	width: 100%;
	min-height: 76px;
	padding: 13px 15px;
	border: 1px solid var(--spc-line);
	border-radius: 10px;
	background: #fff;
	color: var(--spc-ink) !important;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
	text-decoration: none !important;
	box-shadow: 0 5px 16px rgba(16, 59, 87, .04);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.spc-document-link:hover {
	border-color: rgba(11, 95, 155, .4);
	background: #f8fbfc;
	transform: translateY(-2px);
}

.spc-document-link__type {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 9px;
	background: #eaf3f7;
	color: var(--spc-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
}

.spc-document-link__arrow {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--spc-blue);
	color: #fff;
	font-size: 16px;
}

.spc-gallery {
	margin: 40px 0 10px;
}

.spc-section-title {
	margin-bottom: 18px;
	color: var(--spc-navy);
	font-size: 24px;
}

.spc-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.spc-gallery__item {
	display: grid;
	min-height: 120px;
	padding: 14px;
	place-items: center;
	border: 1px solid var(--spc-line);
	border-radius: 10px;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease;
}

.spc-gallery__item:hover {
	box-shadow: 0 12px 28px rgba(12, 65, 101, .1);
	transform: translateY(-3px);
}

.spc-gallery__item img {
	max-width: 100%;
	max-height: 110px;
	width: auto;
	object-fit: contain;
}

.spc-image {
	margin: 0 0 24px;
}

.spc-image--center {
	text-align: center;
}

.spc-separator {
	height: 1px;
	margin: 30px 0;
	border: 0;
	background: var(--spc-line);
}

/* Homepage */
.spc-home {
	width: 100%;
}

.spc-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
	gap: clamp(28px, 6vw, 80px);
	overflow: hidden;
	padding: clamp(54px, 8vw, 96px) clamp(24px, 6vw, 72px);
	border-radius: 0 0 22px 22px;
	background:
		linear-gradient(104deg, rgba(6, 53, 87, .98) 0%, rgba(8, 76, 123, .96) 53%, rgba(11, 95, 155, .88) 100%),
		url("../../uploads/2019/03/hader-background.jpg") center / cover;
	color: #fff;
	box-shadow: 0 24px 54px rgba(7, 53, 85, .2);
}

.spc-hero::before {
	position: absolute;
	top: -180px;
	right: -110px;
	width: 470px;
	height: 470px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(255, 255, 255, .018);
	content: "";
}

.spc-hero__content,
.spc-hero__panel {
	position: relative;
	z-index: 1;
}

.spc-eyebrow {
	display: inline-block;
	margin-bottom: 15px;
	color: var(--spc-cyan);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.spc-hero .spc-eyebrow {
	color: #8fdbf1;
}

.spclep-modern .td-page-content .spc-hero h1,
.spc-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-family: var(--spc-font);
	font-size: clamp(40px, 6vw, 72px);
	font-weight: 760;
	letter-spacing: -.055em;
	line-height: .99;
}

.spclep-modern .td-page-content .spc-hero h1 span,
.spc-hero h1 span {
	color: #8fdbf1;
}

.spc-hero__content > p {
	max-width: 680px;
	margin: 27px 0 0;
	color: rgba(255, 255, 255, .8);
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.6;
}

.spc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.spc-button {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: .025em;
	text-decoration: none !important;
	transition: transform .2s ease, background .2s ease;
}

.spc-button:hover {
	transform: translateY(-2px);
}

.spc-button--primary {
	background: #fff;
	color: var(--spc-navy) !important;
}

.spc-button--ghost {
	border-color: rgba(255, 255, 255, .25);
	background: rgba(255, 255, 255, .06);
	color: #fff !important;
}

.spc-button--ghost:hover {
	background: rgba(255, 255, 255, .12);
}

.spc-hero__panel {
	align-self: center;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 14px;
	background: rgba(2, 35, 58, .28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	backdrop-filter: blur(8px);
}

.spc-hero__panel > div:not(.spc-hero__seal) {
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.spc-hero__seal {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 72px;
	padding-bottom: 15px;
}

.spc-hero__seal img {
	width: 66px;
	height: 66px;
	padding: 5px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .96);
	object-fit: contain;
	filter: none;
	opacity: 1;
}

.spc-hero__panel span {
	display: block;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, .56);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.spclep-modern .td-page-content .spc-hero__panel strong,
.spclep-modern .td-page-content .spc-hero__panel a,
.spc-hero__panel strong,
.spc-hero__panel a {
	color: #fff !important;
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.spc-home-services,
.spc-home-about {
	margin: 72px clamp(20px, 5vw, 56px) 0;
}

.spc-section-heading {
	display: flex;
	gap: 30px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 30px;
}

.spc-section-heading .spc-eyebrow {
	margin-bottom: 7px;
}

.spc-section-heading h2,
.spc-home-about h2 {
	margin: 0;
	color: var(--spc-navy);
	font-family: var(--spc-font);
	font-size: clamp(30px, 4vw, 43px);
	font-weight: 750;
	letter-spacing: -.04em;
	line-height: 1.12;
}

.spc-section-heading > p {
	max-width: 480px;
	margin: 0;
	color: var(--spc-muted);
	font-size: 15px;
	line-height: 1.6;
}

.spc-home-services__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.spc-home-service {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 18px;
	align-items: center;
	min-height: 112px;
	padding: 20px 22px;
	border: 1px solid var(--spc-line);
	border-radius: 12px;
	background: #fff;
	color: var(--spc-ink);
	text-decoration: none !important;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.spc-home-service:hover {
	border-color: rgba(11, 95, 155, .4);
	color: var(--spc-ink);
	box-shadow: 0 14px 32px rgba(14, 62, 91, .09);
	transform: translateY(-3px);
}

.spc-home-service__index {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 11px;
	background: #eaf3f7;
	color: var(--spc-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .05em;
}

.spc-home-service strong,
.spc-home-service small {
	display: block;
}

.spc-home-service strong {
	color: var(--spc-navy);
	font-size: 17px;
	font-weight: 730;
}

.spc-home-service small {
	margin-top: 3px;
	color: var(--spc-muted);
	font-size: 13px;
	line-height: 1.45;
}

.spc-home-service__arrow {
	color: var(--spc-blue);
	font-size: 22px;
	transition: transform .2s ease;
}

.spc-home-service:hover .spc-home-service__arrow {
	transform: translateX(4px);
}

.spc-home-about {
	display: grid;
	grid-template-columns: minmax(260px, .75fr) minmax(0, 1.35fr);
	gap: clamp(34px, 7vw, 90px);
	padding: clamp(30px, 5vw, 56px);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--spc-shadow);
}

.spc-home-about__content {
	color: var(--spc-muted);
	font-size: 16px;
	line-height: 1.8;
}

.spc-home-about__content > :first-child {
	margin-top: 0;
}

/* Contact page */
.spc-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(270px, 1fr);
	gap: clamp(28px, 4vw, 44px);
}

.spc-contact-intro {
	margin-bottom: 25px;
}

.spc-contact-intro .spc-eyebrow,
.spc-contact-form .spc-eyebrow {
	color: var(--spc-blue);
}

.spclep-modern .td-page-content .spc-contact-intro h2,
.spclep-modern .td-page-content .spc-contact-form h2 {
	margin: 7px 0 9px;
	font-size: clamp(24px, 3vw, 32px);
}

.spc-contact-intro p,
.spc-contact-form > p {
	color: var(--spc-muted);
}

.spc-contact-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.spc-contact-card {
	display: flex;
	gap: 14px;
	min-height: 132px;
	padding: 19px;
	border: 1px solid var(--spc-line);
	border-radius: 11px;
	background: #f8fbfc;
}

.spc-contact-card > div {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.spc-contact-card:last-child {
	grid-column: 1 / -1;
}

.spc-contact-card__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 43px;
	width: 43px;
	height: 43px;
	border-radius: 10px;
	background: #e8f3f8;
	color: var(--spc-blue);
	font-size: 12px;
	font-weight: 800;
}

.spclep-modern .td-page-content .spc-contact-card h3 {
	margin: 2px 0 10px;
	font-size: 17px;
}

.spclep-modern .td-page-content .spc-contact-card a,
.spc-contact-card span:not(.spc-contact-card__mark) {
	display: block;
	margin-top: 4px;
	color: var(--spc-ink);
	font-size: 14px;
	font-weight: 560;
	overflow-wrap: anywhere;
}

.spc-contact-notices {
	display: grid;
	gap: 10px;
	margin: 22px 0 35px;
}

.spc-contact-notices p {
	margin: 0 !important;
	padding: 15px 17px;
	border-left: 4px solid var(--spc-cyan);
	border-radius: 0 9px 9px 0;
	background: var(--spc-cloud);
}

.spc-contact-notices strong,
.spc-contact-notices span {
	display: block;
}

.spc-contact-notices span {
	margin-top: 3px;
	color: var(--spc-muted);
	font-size: 14px;
}

.spc-contact-form {
	padding-top: 29px;
	border-top: 1px solid var(--spc-line);
}

.spc-contact-form .wpcf7 {
	margin-top: 20px;
}

.spc-contact-aside .spc-sidebar {
	position: sticky;
	top: 76px;
}

.spc-hours-card {
	position: sticky;
	top: 76px;
	padding: 25px;
	border: 1px solid var(--spc-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(13, 48, 74, .06);
}

.spc-hours-card .spc-eyebrow {
	color: var(--spc-blue);
}

.spclep-modern .td-page-content .spc-hours-card h2 {
	margin: 7px 0 23px;
	font-size: 23px;
}

.spc-hours-card section {
	padding: 18px 0;
	border-top: 1px solid var(--spc-line);
}

.spclep-modern .td-page-content .spc-hours-card h3 {
	margin: 0 0 11px;
	color: var(--spc-blue);
	font-size: 14px;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.spc-hours-card dl,
.spc-hours-card dd {
	margin: 0;
}

.spc-hours-card dl > div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 4px 0;
	color: var(--spc-muted);
	font-size: 13px;
}

.spc-hours-card dd {
	color: var(--spc-navy);
	font-weight: 700;
}

.spclep-modern .td-page-content .spc-hours-card__map {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-top: 5px;
	padding: 13px 15px;
	border-radius: 8px;
	background: var(--spc-blue);
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

/* Forms, widgets and footer */
.spclep-modern .wpcf7 {
	margin-top: 26px;
	padding: clamp(20px, 4vw, 34px);
	border-radius: 12px;
	background: var(--spc-cloud);
}

.spclep-modern .wpcf7 label {
	display: block;
	color: var(--spc-navy);
	font-size: 13px;
	font-weight: 700;
}

.spclep-modern input[type="text"],
.spclep-modern input[type="email"],
.spclep-modern input[type="tel"],
.spclep-modern input[type="search"],
.spclep-modern select,
.spclep-modern textarea {
	width: 100%;
	margin-top: 6px;
	padding: 12px 14px;
	border: 1px solid #c9d7df;
	border-radius: 8px;
	background: #fff;
	color: var(--spc-ink);
	font: inherit;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.spclep-modern input[type="text"]:focus,
.spclep-modern input[type="email"]:focus,
.spclep-modern input[type="tel"]:focus,
.spclep-modern input[type="search"]:focus,
.spclep-modern select:focus,
.spclep-modern textarea:focus {
	border-color: var(--spc-blue);
	box-shadow: 0 0 0 3px rgba(11, 95, 155, .12);
	outline: 0;
}

.spclep-modern input[type="submit"],
.spclep-modern button,
.spclep-modern .btn {
	min-height: 44px;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: var(--spc-blue);
	color: #fff;
	font-family: var(--spc-font);
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.spclep-modern input[type="submit"]:hover,
.spclep-modern button:hover,
.spclep-modern .btn:hover {
	background: var(--spc-blue-strong);
	transform: translateY(-1px);
}

.spc-sidebar,
.spclep-modern .td-ss-main-sidebar {
	padding: 24px;
	border: 1px solid var(--spc-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(13, 48, 74, .06);
}

.spclep-modern .td-main-sidebar .block-title {
	border-color: var(--spc-blue);
	font-family: var(--spc-font);
}

.spclep-modern .td-footer-wrapper {
	border-top: 4px solid var(--spc-gold);
	background: var(--spc-navy) !important;
}

.spclep-modern .td-sub-footer-container {
	background: #072a43 !important;
}

.spclep-modern .td-footer-wrapper,
.spclep-modern .td-footer-wrapper a,
.spclep-modern .td-sub-footer-container,
.spclep-modern .td-sub-footer-container a {
	font-family: var(--spc-font);
}

.spclep-modern .td-scroll-up {
	right: 20px;
	bottom: 20px;
	border-radius: 9px;
	background: var(--spc-blue);
	box-shadow: 0 10px 24px rgba(7, 48, 75, .24);
}

@media (max-width: 1018px) {
	.spc-service-grid {
		grid-template-columns: repeat(min(2, var(--spc-grid-cols, 3)), minmax(0, 1fr));
	}

	.spc-hero {
		grid-template-columns: 1fr;
	}

	.spc-hero__panel {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 18px;
	}

	.spc-hero__panel > div:not(.spc-hero__seal) {
		padding: 0;
		border: 0;
	}

	.spc-hero__seal {
		display: none;
	}
}

@media (max-width: 767px) {
	body.spclep-modern {
		font-size: 15px;
	}

	.spclep-modern .td-container {
		width: calc(100% - 24px);
	}

	.spclep-modern .td-main-content-wrap {
		padding-top: 16px;
		padding-bottom: 40px;
	}

	.spclep-modern .td-ss-main-content {
		padding: 24px 18px 34px;
		border-radius: 11px;
	}

	.spclep-modern:not(.home) .td-pb-span12.td-main-content {
		padding: 24px 18px 34px;
		border-radius: 11px;
	}

	.spclep-modern .td-main-page-wrap > .tdc-content-wrap {
		width: calc(100% - 24px);
		padding: 24px 18px 34px;
		border-radius: 11px;
	}

	.spclep-modern.home .td-container {
		width: 100%;
	}

	.spc-row__inner {
		gap: 18px;
	}

	.spc-column {
		flex-basis: 100%;
	}

	.spc-service-grid,
	.spc-home-services__grid,
	.spc-gallery__grid {
		grid-template-columns: 1fr;
	}

	.spc-row--documents > .spc-row__inner {
		grid-template-columns: 1fr;
	}

	.spc-hero {
		padding: 48px 20px 28px;
		border-radius: 0 0 16px 16px;
	}

	.spc-hero h1 {
		font-size: clamp(38px, 13vw, 56px);
	}

	.spc-hero__actions,
	.spc-hero__actions .spc-button {
		width: 100%;
	}

	.spc-hero__panel {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 8px;
	}

	.spc-hero__panel > div:not(.spc-hero__seal) {
		padding: 12px 0;
		border-top: 1px solid rgba(255, 255, 255, .12);
	}

	.spc-home-services,
	.spc-home-about {
		margin: 46px 14px 0;
	}

	.spc-section-heading {
		display: block;
	}

	.spc-section-heading > p {
		margin-top: 14px;
	}

	.spc-home-service {
		grid-template-columns: auto 1fr;
		padding: 17px;
	}

	.spc-home-service__arrow {
		display: none;
	}

	.spc-home-about {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 26px 20px;
	}

	.spc-contact-layout,
	.spc-contact-cards {
		grid-template-columns: 1fr;
	}

	.spc-contact-card:last-child {
		grid-column: auto;
	}

	.spc-document-link {
		grid-template-columns: auto 1fr;
	}

	.spc-action-callout {
		display: block;
	}

	.spc-action-callout > a {
		display: flex;
		justify-content: space-between;
		margin-top: 15px;
	}

	.spc-empty-state {
		display: block;
		padding: 22px;
	}

	.spc-empty-state__icon {
		margin-bottom: 16px;
	}

	.spc-related-pages__heading {
		display: block;
	}

	.spclep-modern .td-page-content .spc-related-pages__parent {
		display: inline-block;
		margin-top: 9px;
		text-align: left;
	}

	.spc-related-pages__grid {
		grid-template-columns: 1fr;
	}

	.spclep-modern.spclep-document-list .td-page-content {
		grid-template-columns: 1fr;
	}

	.spc-document-link__arrow {
		display: none;
	}

	.spclep-modern .td-page-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.spclep-modern *,
	.spclep-modern *::before,
	.spclep-modern *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
