.aaws-subpage-layout {
	align-items: start;
}

.aaws-subpage-layout .aaws-records-column,
.aaws-subpage-layout .aaws-regions-column,
.aaws-subpage-layout .aaws-partners-column {
	min-width: 0;
}

.aaws-breadcrumbs {
	align-items: center;
	color: var(--aaws-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 550;
	gap: 8px;
	margin: 0 0 -10px;
}

.aaws-breadcrumbs a {
	color: var(--aaws-teal-dark);
	text-decoration: none;
}

.aaws-breadcrumbs a:hover,
.aaws-breadcrumbs a:focus-visible {
	text-decoration: underline;
}

.aaws-obituary-hero,
.aaws-directory-hero {
	background: var(--aaws-panel-neutral);
	border: var(--aaws-border);
	box-shadow: inset 5px 0 0 var(--aaws-teal);
	padding: clamp(24px, 4vw, 42px);
}

.aaws-obituary-hero h1,
.aaws-directory-hero h1,
.aaws-page-card h1,
.aaws-obituary-record h1,
.aaws-not-found h1 {
	font-family: var(--aaws-serif);
	font-size: clamp(36px, 4.5vw, 58px);
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0 0 14px;
}

.aaws-obituary-hero__description,
.aaws-directory-hero > p:last-child,
.aaws-page-card__header > p:last-child {
	color: var(--aaws-muted);
	font-size: 16px;
	line-height: 1.6;
	max-width: 760px;
}

.aaws-obituary-hero__description > :last-child {
	margin-bottom: 0;
}

.aaws-funeral-profile__banner {
	background: var(--aaws-white);
	border: var(--aaws-border);
	display: inline-flex;
	margin-bottom: 24px;
	max-width: 390px;
	padding: 12px;
}

.aaws-funeral-profile__banner img {
	display: block;
	height: auto;
	max-height: 140px;
	object-fit: contain;
	width: 100%;
}

.aaws-funeral-profile__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 22px;
}

.aaws-funeral-profile__location {
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}

.aaws-archive-filters {
	align-items: end;
	background: var(--aaws-white);
	border: var(--aaws-border);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(180px, 1fr) minmax(180px, 0.75fr) auto auto;
	padding: 18px;
}

.aaws-archive-filters label {
	display: block;
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.aaws-archive-filters input,
.aaws-archive-filters select {
	background: var(--aaws-white);
	border: var(--aaws-control-border);
	color: var(--aaws-black);
	font: inherit;
	height: 46px;
	padding: 0 12px;
	width: 100%;
}

.aaws-archive-filters input:focus,
.aaws-archive-filters select:focus {
	border-color: var(--aaws-teal-dark);
	box-shadow: 0 0 0 3px rgb(11 147 136 / 22%);
	outline: 0;
}

.aaws-filter-reset {
	align-items: center;
	color: var(--aaws-teal-dark);
	display: inline-flex;
	font-size: 12px;
	font-weight: 650;
	height: 46px;
	text-decoration: underline;
}

.aaws-results-heading {
	align-items: center;
	background: var(--aaws-panel);
	border: var(--aaws-border);
	display: flex;
	justify-content: space-between;
	padding: 14px 18px;
}

.aaws-results-heading h2 {
	font-family: var(--aaws-serif);
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.aaws-results-heading span {
	color: var(--aaws-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.aaws-obituary-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr);
}

.aaws-obituary-card {
	background: var(--aaws-white);
	border: var(--aaws-border);
	display: grid;
	grid-template-columns: 155px minmax(0, 1fr);
	margin: 0;
	min-height: 205px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.aaws-obituary-card:hover {
	border-color: #9bb7b2;
	box-shadow: 0 12px 26px rgb(36 50 58 / 8%);
	transform: translateY(-2px);
}

.aaws-obituary-card__image {
	align-items: center;
	background: var(--aaws-panel);
	border-right: var(--aaws-border);
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.aaws-obituary-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aaws-obituary-card__image span svg,
.aaws-obituary-empty > span svg {
	fill: none;
	height: 58px;
	stroke: var(--aaws-teal-dark);
	stroke-width: 1.5;
	width: 58px;
}

.aaws-obituary-card__content {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.aaws-obituary-card__date,
.aaws-obituary-card__location {
	color: var(--aaws-muted);
	font-size: 12px;
	font-weight: 550;
	margin: 0 0 7px;
}

.aaws-obituary-card__location {
	align-items: center;
	display: flex;
	gap: 6px;
}

.aaws-obituary-card__location svg,
.aaws-obituary-record__place svg {
	fill: none;
	height: 15px;
	stroke: var(--aaws-teal-dark);
	stroke-width: 1.8;
	width: 15px;
}

.aaws-obituary-card h2,
.aaws-content-card h2,
.aaws-funeral-card h2 {
	font-family: var(--aaws-serif);
	font-size: clamp(24px, 2.5vw, 31px);
	font-weight: 600;
	line-height: 1.08;
	margin: 0 0 9px;
}

.aaws-obituary-card h2 a,
.aaws-content-card h2 a,
.aaws-directory-card h2 a {
	color: var(--aaws-black);
	text-decoration: none;
}

.aaws-obituary-card h2 a:hover,
.aaws-obituary-card h2 a:focus-visible,
.aaws-content-card h2 a:hover,
.aaws-content-card h2 a:focus-visible,
.aaws-directory-card h2 a:hover,
.aaws-directory-card h2 a:focus-visible {
	color: var(--aaws-teal-dark);
}

.aaws-obituary-card__excerpt {
	color: var(--aaws-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: 2px 0 14px;
}

.aaws-obituary-card__link,
.aaws-text-link {
	align-items: center;
	color: var(--aaws-teal-dark);
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	gap: 7px;
	letter-spacing: 0.06em;
	margin-top: auto;
	text-decoration: none;
	text-transform: uppercase;
}

.aaws-obituary-card__link:hover,
.aaws-obituary-card__link:focus-visible,
.aaws-text-link:hover,
.aaws-text-link:focus-visible {
	color: var(--aaws-teal-pressed);
	text-decoration: underline;
}

.aaws-obituary-card__link svg,
.aaws-text-link svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-width: 2;
	width: 17px;
}

.aaws-pagination {
	margin-top: 10px;
	text-align: center;
}

.aaws-pagination .page-numbers {
	background: var(--aaws-white);
	border: 1px solid var(--aaws-line);
	display: inline-block;
	font-weight: 600;
	margin: 3px;
	padding: 9px 13px;
	text-decoration: none;
}

.aaws-pagination a.page-numbers:hover,
.aaws-pagination a.page-numbers:focus-visible {
	background: var(--aaws-teal-soft);
	border-color: var(--aaws-teal-dark);
	color: var(--aaws-teal-pressed);
}

.aaws-pagination .current {
	background: var(--aaws-teal-dark);
	border-color: var(--aaws-teal-dark);
	color: var(--aaws-white);
}

.aaws-obituary-empty,
.aaws-not-found {
	align-items: center;
	background: var(--aaws-white);
	border: var(--aaws-border);
	display: flex;
	flex-direction: column;
	padding: clamp(38px, 8vw, 80px) 24px;
	text-align: center;
}

.aaws-obituary-empty h2 {
	font-family: var(--aaws-serif);
	font-size: 32px;
	font-weight: 600;
	margin: 16px 0 6px;
}

.aaws-obituary-empty p,
.aaws-not-found > p {
	color: var(--aaws-muted);
	max-width: 520px;
}

.aaws-obituary-empty .aaws-button {
	margin-top: 12px;
}

.aaws-obituary-record {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}

.aaws-obituary-record__header {
	align-items: center;
	background: var(--aaws-panel-neutral);
	border: var(--aaws-border);
	box-shadow: inset 5px 0 0 var(--aaws-teal);
	display: grid;
	gap: clamp(24px, 4vw, 40px);
	grid-template-columns: minmax(190px, 270px) minmax(0, 1fr);
	padding: clamp(22px, 4vw, 38px);
}

.aaws-obituary-record__portrait {
	align-items: center;
	aspect-ratio: 4 / 5;
	background: var(--aaws-white);
	border: var(--aaws-border);
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.aaws-obituary-record__portrait img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aaws-obituary-record__portrait svg {
	fill: none;
	height: 78px;
	stroke: var(--aaws-teal-dark);
	width: 78px;
}

.aaws-obituary-record__dates {
	font-family: var(--aaws-serif);
	font-size: 21px;
	font-weight: 550;
	margin: 0 0 10px;
}

.aaws-obituary-record__place {
	align-items: center;
	color: var(--aaws-muted);
	display: flex;
	font-weight: 500;
	gap: 7px;
	margin: 0;
}

.aaws-obituary-record__main,
.aaws-record-info,
.aaws-record-actions,
.aaws-share-panel,
.aaws-page-card,
.aaws-directory-card,
.aaws-funeral-card,
.aaws-content-card {
	background: var(--aaws-white);
	border: var(--aaws-border);
}

.aaws-obituary-record__main {
	padding: clamp(25px, 4vw, 44px);
}

.aaws-obituary-record__content,
.aaws-page-card__content {
	font-family: var(--aaws-serif);
	font-size: 18px;
	line-height: 1.75;
}

.aaws-obituary-record__content > :first-child,
.aaws-page-card__content > :first-child {
	margin-top: 0;
}

.aaws-obituary-record__content > :last-child,
.aaws-page-card__content > :last-child {
	margin-bottom: 0;
}

.aaws-obituary-record__main h2,
.aaws-record-sidebar h2,
.aaws-page-card__content h2 {
	font-family: var(--aaws-serif);
	font-size: 29px;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 18px;
}

.aaws-service-section,
.aaws-obituary-gallery,
.aaws-memorial-tributes {
	border-top: var(--aaws-border);
	margin-top: 36px;
	padding-top: 30px;
}

.aaws-service-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aaws-service-card {
	background: var(--aaws-panel);
	border: var(--aaws-border);
	padding: 20px;
}

.aaws-service-card__icon {
	align-items: center;
	background: var(--aaws-white);
	border: 1px solid var(--aaws-line);
	display: flex;
	height: 36px;
	justify-content: center;
	margin-bottom: 16px;
	width: 36px;
}

.aaws-service-card__icon svg {
	fill: none;
	height: 19px;
	stroke: var(--aaws-teal-dark);
	stroke-width: 1.8;
	width: 19px;
}

.aaws-service-card h3 {
	font-family: var(--aaws-serif);
	font-size: 23px;
	font-weight: 600;
	margin: 0 0 11px;
}

.aaws-service-card p {
	font-size: 13px;
	margin: 4px 0;
}

.aaws-obituary-gallery__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aaws-obituary-gallery img {
	aspect-ratio: 4 / 3;
	border: var(--aaws-border);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aaws-memorial-tributes {
	align-items: start;
	display: grid;
	gap: 18px;
	grid-template-columns: 48px minmax(0, 1fr);
}

.aaws-memorial-tributes__icon {
	align-items: center;
	background: var(--aaws-teal-soft);
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.aaws-memorial-tributes__icon svg {
	fill: none;
	height: 23px;
	stroke: var(--aaws-teal-dark);
	stroke-width: 1.8;
	width: 23px;
}

.aaws-record-sidebar {
	align-self: start;
	position: sticky;
	top: 112px;
}

.aaws-record-info .aaws-section-heading {
	box-shadow: inset 5px 0 0 var(--aaws-teal);
}

.aaws-record-info__body {
	padding: 4px 18px 18px;
}

.aaws-record-info__body > div {
	border-bottom: 1px solid var(--aaws-line);
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 13px 0;
}

.aaws-record-info__body > div:last-child {
	border-bottom: 0;
}

.aaws-record-info__body strong {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aaws-record-info__body a {
	color: var(--aaws-teal-dark);
	font-size: 13px;
	font-weight: 600;
}

.aaws-record-actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
}

.aaws-record-actions .aaws-button {
	width: 100%;
}

.aaws-share-panel {
	padding: 18px;
}

.aaws-share-panel h2 {
	font-family: var(--aaws-serif);
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 14px;
}

.aaws-share-panel a,
.aaws-share-panel button {
	align-items: center;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--aaws-line);
	color: var(--aaws-black);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	gap: 10px;
	min-height: 44px;
	padding: 8px 0;
	text-decoration: none;
	width: 100%;
}

.aaws-share-panel svg {
	fill: none;
	height: 20px;
	stroke: var(--aaws-teal-dark);
	stroke-width: 1.8;
	width: 20px;
}

.aaws-record-navigation {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aaws-record-navigation > div:last-child {
	text-align: right;
}

.aaws-record-navigation a {
	background: var(--aaws-white);
	border: var(--aaws-border);
	display: block;
	font-family: var(--aaws-serif);
	font-size: 17px;
	font-weight: 600;
	min-height: 70px;
	padding: 13px 16px;
	text-decoration: none;
}

.aaws-record-navigation a:hover,
.aaws-record-navigation a:focus-visible {
	background: var(--aaws-teal-soft);
	border-color: var(--aaws-teal-dark);
}

.aaws-record-navigation a span {
	display: block;
	font-family: var(--aaws-sans);
	font-size: 9px;
	letter-spacing: 0.08em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.aaws-page-card__header {
	background: var(--aaws-panel-neutral);
	box-shadow: inset 5px 0 0 var(--aaws-teal);
	padding: clamp(25px, 4vw, 44px);
}

.aaws-page-card__image {
	border-top: var(--aaws-border);
	margin: 0;
}

.aaws-page-card__image img {
	display: block;
	height: auto;
	width: 100%;
}

.aaws-page-card__content {
	border-top: var(--aaws-border);
	padding: clamp(25px, 4vw, 44px);
}

.aaws-page-card__content a {
	color: var(--aaws-teal-dark);
}

.aaws-page-card__content img {
	height: auto;
	max-width: 100%;
}

.aaws-region-directory,
.aaws-funeral-directory,
.aaws-content-list {
	display: grid;
	gap: 16px;
}

.aaws-region-directory {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aaws-directory-card {
	padding: 22px;
}

.aaws-directory-card h2 {
	font-family: var(--aaws-serif);
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 12px;
}

.aaws-directory-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aaws-directory-card ul ul {
	border-left: 2px solid var(--aaws-teal-soft);
	margin: 6px 0 8px 6px;
	padding-left: 12px;
}

.aaws-directory-card li {
	font-size: 12px;
	margin: 6px 0;
}

.aaws-directory-card li a {
	color: var(--aaws-teal-dark);
}

.aaws-funeral-card,
.aaws-content-card {
	display: grid;
	gap: 20px;
	grid-template-columns: 150px minmax(0, 1fr);
	padding: 18px;
}

.aaws-funeral-card__logo,
.aaws-content-card__image {
	align-items: center;
	background: var(--aaws-panel);
	border: var(--aaws-border);
	display: flex;
	justify-content: center;
	min-height: 130px;
	overflow: hidden;
}

.aaws-funeral-card__logo img,
.aaws-content-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.aaws-content-card__image img {
	object-fit: cover;
}

.aaws-funeral-card__logo svg {
	fill: none;
	height: 48px;
	stroke: var(--aaws-teal-dark);
	width: 48px;
}

.aaws-content-card p,
.aaws-funeral-card p {
	color: var(--aaws-muted);
	font-size: 13px;
}

.aaws-not-found__mark {
	color: var(--aaws-teal-dark);
	font-family: var(--aaws-serif);
	font-size: clamp(74px, 14vw, 150px);
	font-weight: 600;
	letter-spacing: -0.08em;
	line-height: 0.8;
	margin-bottom: 28px;
}

.aaws-not-found > div {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 15px;
}

@media (max-width: 1220px) {
	.aaws-record-sidebar {
		position: static;
	}
}

@media (max-width: 760px) {
	.aaws-archive-filters,
	.aaws-obituary-record__header,
	.aaws-service-list,
	.aaws-region-directory {
		grid-template-columns: minmax(0, 1fr);
	}

	.aaws-filter-reset {
		justify-content: center;
	}

	.aaws-obituary-card,
	.aaws-funeral-card,
	.aaws-content-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.aaws-obituary-card__image {
		aspect-ratio: 16 / 10;
		border-bottom: var(--aaws-border);
		border-right: 0;
	}

	.aaws-obituary-card__image img {
		object-position: center 30%;
	}

	.aaws-obituary-record__portrait {
		max-width: 280px;
	}

	.aaws-record-navigation,
	.aaws-obituary-gallery__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.aaws-record-navigation > div:last-child {
		text-align: left;
	}
}

@media (max-width: 480px) {
	.aaws-obituary-hero,
	.aaws-directory-hero,
	.aaws-page-card__header,
	.aaws-page-card__content,
	.aaws-obituary-record__main {
		padding: 22px 18px;
	}

	.aaws-obituary-record__content,
	.aaws-page-card__content {
		font-size: 17px;
	}
}

@media print {
	.aaws-home-header,
	.aaws-home-footer,
	.aaws-regions-column,
	.aaws-partners-column,
	.aaws-breadcrumbs,
	.aaws-record-navigation {
		display: none !important;
	}

	.aaws-home-layout,
	.aaws-obituary-record__header {
		display: block;
		max-width: none;
		padding: 0;
	}

	.aaws-obituary-record__portrait {
		float: left;
		margin: 0 24px 18px 0;
		max-width: 220px;
	}

	.aaws-obituary-record__main,
	.aaws-obituary-record__header {
		border: 0;
		box-shadow: none;
	}
}

/* --------------------------------------------------------------------------
 * Established Canadian Obituaries record and location layouts.
 * These selectors intentionally sit after the reusable content-page rules.
 * ----------------------------------------------------------------------- */

.aaws-obituary-site {
	background: #edf3f8;
}

.aaws-home-header--records {
	background: #fff;
	position: relative;
	top: auto;
}

.admin-bar .aaws-home-header--records {
	top: auto;
}

.aaws-home-header--records .aaws-home-header__bar {
	gap: 12px 36px;
	grid-template-areas:
		"brand search partner"
		"nav nav nav";
	grid-template-columns: minmax(250px, 0.9fr) minmax(320px, 1.25fr) minmax(220px, 0.8fr);
	max-width: 1400px;
	padding: 14px 30px 0;
}

.aaws-home-header--records .aaws-home-brand {
	grid-area: brand;
}

.aaws-home-header--records .aaws-home-search {
	grid-area: search;
	justify-self: center;
	max-width: 480px;
	width: 100%;
}

.aaws-home-header--records .aaws-home-nav {
	border-top: 1px solid #dce3e8;
	grid-area: nav;
	margin-inline: -30px;
	min-height: 52px;
	padding: 5px 30px;
}

.aaws-home-header--records .aaws-home-menu {
	gap: clamp(18px, 3vw, 42px);
}

.aaws-home-header--records .aaws-home-menu a {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.aaws-home-header--records .aaws-home-header__cta {
	display: none;
}

.aaws-home-header__partner {
	align-items: center;
	display: flex;
	grid-area: partner;
	justify-content: flex-end;
	min-height: 64px;
}

.aaws-home-header__partner img {
	height: 62px;
	max-width: 230px;
	object-fit: contain;
	width: auto;
}

.aaws-legacy-layout {
	align-items: stretch;
	gap: 12px;
	grid-template-columns: minmax(230px, 0.78fr) minmax(520px, 1.62fr) minmax(240px, 0.82fr);
	max-width: 1400px;
	padding: 0 30px 50px;
}

.aaws-legacy-layout .aaws-regions-column,
.aaws-legacy-layout .aaws-partners-column {
	background: #f7f9fb;
	gap: 24px;
	padding: 28px 18px;
}

.aaws-legacy-layout .aaws-records-column {
	background: #fff;
	padding: 24px 24px 46px;
}

.aaws-legacy-layout .aaws-regions-panel,
.aaws-legacy-layout .aaws-funeral-homes,
.aaws-legacy-layout .aaws-promo {
	border-color: #dce2e6;
}

.aaws-legacy-layout .aaws-section-heading {
	background: #f7f9fb;
	box-shadow: none;
}

.aaws-legacy-layout .aaws-section-heading h2 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.aaws-legacy-layout .aaws-region-all,
.aaws-legacy-layout .aaws-region-filter,
.aaws-legacy-layout .aaws-area-filter,
.aaws-legacy-layout .aaws-region-group__children a {
	font-size: 13px;
	font-weight: 500;
}

.aaws-legacy-layout .aaws-region-group--nested .aaws-region-filter,
.aaws-legacy-layout .aaws-area-filter {
	font-weight: 600;
}

.aaws-legacy-layout .aaws-region-all:hover,
.aaws-legacy-layout .aaws-region-all.is-active,
.aaws-legacy-layout .aaws-region-filter:hover,
.aaws-legacy-layout .aaws-region-filter.is-active,
.aaws-legacy-layout .aaws-area-filter:hover,
.aaws-legacy-layout .aaws-area-filter.is-active,
.aaws-legacy-layout .aaws-region-group__children a:hover,
.aaws-legacy-layout .aaws-region-group__children a:focus-visible,
.aaws-legacy-layout .aaws-region-group__children a.is-active {
	background: #e5f3f1;
	box-shadow: inset 3px 0 0 var(--aaws-teal-dark);
}

.aaws-legacy-layout .aaws-promo--cemetery .aaws-promo__copy {
	display: none;
}

.aaws-legacy-layout .aaws-promo--cemetery img {
	aspect-ratio: 3.4 / 1;
}

.aaws-notice-subscription {
	background: #fff;
	border: 1px solid #dce2e6;
	padding: 28px 18px;
	text-align: center;
}

.aaws-notice-subscription h2 {
	font-family: var(--aaws-sans);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 24px;
}

.aaws-notice-subscription__preview,
.aaws-notice-subscription__embed {
	display: grid;
	gap: 9px;
}

.aaws-notice-subscription__preview label {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

.aaws-notice-subscription input {
	background: #fff;
	border: 1px solid #ccd4da;
	font-size: 12px;
	height: 40px;
	padding: 0 10px;
	width: 100%;
}

.aaws-notice-subscription button {
	background: var(--aaws-teal-dark);
	border: 1px solid var(--aaws-teal-dark);
	color: #fff;
	font-size: 12px;
	min-height: 40px;
	width: 100%;
}

.aaws-notice-subscription button:disabled {
	background: var(--aaws-teal-dark);
	color: #fff;
	opacity: 0.68;
}

.aaws-notice-subscription > p {
	color: #66727b;
	font-size: 10px;
	line-height: 1.5;
	margin: 20px 0 0;
}

.aaws-notice-subscription > .aaws-notice-subscription__status {
	color: var(--aaws-teal-dark);
	font-weight: 600;
	margin-top: 12px;
}

.aaws-legacy-layout .aaws-post-notice {
	font-size: 12px;
	min-height: 46px;
	padding: 0 16px;
}

.aaws-legacy-layout .aaws-funeral-homes .aaws-section-heading {
	border: 0;
	justify-content: center;
	padding: 0 8px 12px;
	text-align: center;
}

.aaws-legacy-layout .aaws-funeral-homes .aaws-section-heading h2 {
	font-size: 20px;
	line-height: 1.15;
}

.aaws-legacy-layout .aaws-funeral-homes {
	background: transparent;
	border: 0;
}

.aaws-legacy-layout .aaws-funeral-homes__list {
	padding: 0;
}

.aaws-legacy-layout .aaws-funeral-homes__list a,
.aaws-legacy-layout .aaws-funeral-homes__list button {
	border-radius: 999px;
	font-size: 11px;
	min-height: 40px;
	padding: 7px 12px;
}

.aaws-legacy-layout .aaws-promo--estate .aaws-promo__copy {
	display: none;
}

.aaws-legacy-layout .aaws-promo--estate img {
	aspect-ratio: auto;
	border: 0;
	max-height: none;
	object-fit: contain;
}

.aaws-legacy-archive,
.aaws-legacy-single {
	gap: 0;
}

.aaws-legacy-archive__header,
.aaws-legacy-single__heading {
	text-align: center;
}

.aaws-legacy-archive__header h1,
.aaws-legacy-single__heading h1 {
	color: #25303d;
	font-family: var(--aaws-sans);
	font-size: clamp(21px, 2.2vw, 28px);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.aaws-legacy-single__heading {
	margin: 4px 0 16px;
}

.aaws-legacy-single__heading p {
	font-size: 16px;
	font-weight: 600;
	margin: 7px 0 0;
}

.aaws-legacy-funeral-banner,
.aaws-legacy-single__provider {
	display: flex;
	justify-content: flex-start;
	margin: 0 0 26px;
}

.aaws-legacy-funeral-banner img,
.aaws-legacy-single__provider img {
	height: auto;
	max-height: 70px;
	max-width: 270px;
	object-fit: contain;
	width: auto;
}

.aaws-location-siblings {
	background: #f7f7f7;
	margin: 26px 0 32px;
	padding: 14px 18px;
	text-align: center;
}

.aaws-location-siblings h2 {
	color: #0781ae;
	font-family: var(--aaws-sans);
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 12px;
}

.aaws-location-siblings > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.aaws-location-siblings a {
	background: #fff;
	border: 1px solid #e0e4e7;
	box-shadow: 0 2px 5px rgb(35 48 61 / 7%);
	font-size: 12px;
	padding: 9px 12px;
	text-decoration: none;
}

.aaws-location-siblings a:hover,
.aaws-location-siblings a:focus-visible {
	background: var(--aaws-teal-soft);
	border-color: var(--aaws-teal-dark);
	color: var(--aaws-teal-pressed);
}

.aaws-legacy-archive-search {
	align-items: end;
	background: #f7f9fb;
	border: 1px solid #dde3e7;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(170px, 1fr) minmax(170px, 0.8fr) auto;
	margin: 24px 0 30px;
	padding: 15px;
}

.aaws-legacy-archive-search label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 5px;
}

.aaws-legacy-archive-search input,
.aaws-legacy-archive-search select {
	background: #fff;
	border: 1px solid #b8c2c9;
	height: 41px;
	padding: 0 10px;
	width: 100%;
}

.aaws-legacy-obituary-grid {
	display: grid;
	gap: 0 42px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 32px;
}

.aaws-legacy-obituary-card {
	align-items: center;
	border-bottom: 1px solid #e2e5e7;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 365px;
	padding: 12px 8px 28px;
	text-align: center;
}

.aaws-legacy-obituary-card__provider {
	align-items: center;
	display: flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 12px;
	width: 100%;
}

.aaws-legacy-obituary-card__provider img {
	height: 100%;
	max-width: 210px;
	object-fit: contain;
	width: auto;
}

.aaws-legacy-obituary-card__portrait {
	align-items: center;
	background: #e8f1ef;
	border-radius: 7px;
	display: flex;
	height: 180px;
	justify-content: center;
	overflow: hidden;
	width: 150px;
}

.aaws-legacy-obituary-card__portrait img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.aaws-legacy-obituary-card__portrait svg {
	fill: none;
	height: 54px;
	stroke: var(--aaws-teal-dark);
	stroke-width: 1.5;
	width: 54px;
}

.aaws-legacy-obituary-card__name,
.aaws-legacy-obituary-card h2,
.aaws-legacy-obituary-card h3 {
	font-family: var(--aaws-sans);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.15;
	margin: 12px 0 5px;
	max-width: 250px;
}

.aaws-legacy-obituary-card__name a {
	color: #2a3138;
	text-decoration: none;
}

.aaws-legacy-obituary-card__name a:hover,
.aaws-legacy-obituary-card__name a:focus-visible {
	color: var(--aaws-teal-dark);
}

.aaws-legacy-obituary-card__dates {
	color: #535c63;
	font-size: 10px;
	font-weight: 500;
	margin: 0 0 11px;
}

.aaws-legacy-obituary-card__button {
	align-items: center;
	background: var(--aaws-teal-dark);
	border: 1px solid var(--aaws-teal-dark);
	border-radius: 3px;
	color: #fff !important;
	display: inline-flex;
	font-size: 10px;
	font-weight: 600;
	gap: 5px;
	justify-content: center;
	min-height: 37px;
	padding: 0 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.aaws-legacy-obituary-card__button:hover,
.aaws-legacy-obituary-card__button:focus-visible {
	background: var(--aaws-teal-hover);
	border-color: var(--aaws-teal-hover);
	color: #fff !important;
}

.aaws-legacy-obituary-card__button:active {
	background: var(--aaws-teal-pressed);
	border-color: var(--aaws-teal-pressed);
}

.aaws-legacy-obituary-card__button svg {
	fill: none;
	height: 14px;
	stroke: currentColor;
	stroke-width: 2;
	width: 14px;
}

.aaws-legacy-archive .aaws-pagination {
	margin-top: 30px;
}

.aaws-legacy-archive .aaws-pagination .page-numbers {
	border-radius: 3px;
	font-size: 12px;
	padding: 10px 14px;
}

.aaws-legacy-single__record {
	background: #fff;
	border: 1px solid #d9dfe3;
	border-radius: 8px;
	margin: 0;
	padding: 22px;
}

.aaws-legacy-single__story {
	color: #333a40;
	font-size: 15px;
	line-height: 1.55;
}

.aaws-legacy-single__story::after {
	clear: both;
	content: "";
	display: table;
}

.aaws-legacy-single__portrait {
	float: left;
	margin: 0 22px 14px 0;
	max-width: 43%;
	width: 290px;
}

.aaws-legacy-single__portrait img {
	border-radius: 6px;
	display: block;
	height: auto;
	max-height: 380px;
	object-fit: cover;
	width: 100%;
}

.aaws-legacy-single__content {
	min-height: 120px;
}

.aaws-legacy-single__content > :first-child {
	margin-top: 0;
}

.aaws-legacy-single__content p,
.aaws-legacy-single__donations p {
	margin: 0 0 14px;
}

.aaws-legacy-single__content a,
.aaws-legacy-single__donations a,
.aaws-legacy-single__actions a,
.aaws-legacy-service a,
.aaws-legacy-single__metadata a {
	color: #0781ae;
}

.aaws-legacy-services {
	clear: both;
	margin-top: 14px;
}

.aaws-legacy-service {
	margin-top: 18px;
}

.aaws-legacy-service h2,
.aaws-legacy-single__story .aaws-obituary-gallery h2 {
	font-family: var(--aaws-sans);
	font-size: 17px;
	font-weight: 650;
	margin: 0 0 11px;
}

.aaws-legacy-service p {
	line-height: 1.35;
	margin: 2px 0;
}

.aaws-legacy-single__actions {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.aaws-legacy-single__actions a {
	font-weight: 600;
}

.aaws-legacy-single__metadata {
	background: #f6f7f8;
	border: 1px solid #d9dfe3;
	border-radius: 7px;
	font-size: 13px;
	margin: 18px 0 0;
	padding: 14px 16px;
}

.aaws-legacy-single__metadata > div {
	display: flex;
	gap: 5px;
	margin: 4px 0;
}

.aaws-legacy-single__metadata dt {
	font-weight: 650;
}

.aaws-legacy-single__metadata dd {
	margin: 0;
}

.aaws-related-obituaries {
	background: #fafafa;
	margin-top: 28px;
	padding: 26px 18px 20px;
}

.aaws-related-obituaries > h2 {
	font-family: var(--aaws-sans);
	font-size: clamp(21px, 2.5vw, 28px);
	font-weight: 650;
	margin: 0 0 24px;
	text-align: center;
}

.aaws-related-obituaries__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aaws-related-obituaries .aaws-legacy-obituary-card {
	background: #fff;
	border: 1px solid #e1e5e8;
	border-radius: 7px;
	box-shadow: 0 5px 14px rgb(35 48 61 / 8%);
	min-height: 0;
	padding: 12px 9px 18px;
}

.aaws-related-obituaries .aaws-legacy-obituary-card__portrait {
	height: 170px;
	width: 100%;
}

.aaws-related-obituaries .aaws-legacy-obituary-card__button {
	display: none;
}

@media (max-width: 1180px) {
	.aaws-home-header--records .aaws-home-header__bar {
		grid-template-columns: 230px minmax(280px, 1fr) 200px;
	}

	.aaws-legacy-layout {
		grid-template-areas:
			"regions records"
			"partners records";
		grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.7fr);
	}

	.aaws-legacy-layout .aaws-regions-column {
		display: flex;
		grid-template-columns: none;
	}

	.aaws-legacy-layout .aaws-partners-column {
		align-self: start;
	}
}

@media (max-width: 960px) {
	.aaws-home-header--records .aaws-home-header__bar {
		grid-template-areas:
			"brand toggle"
			"search search"
			"nav nav";
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 10px 18px 14px;
	}

	.aaws-home-header--records .aaws-home-nav {
		margin: 0;
		min-height: 0;
		padding: 0;
	}

	.aaws-home-header--records .aaws-home-header__partner {
		display: none;
	}

	.aaws-legacy-obituary-grid {
		gap-inline: 26px;
	}
}

@media (max-width: 760px) {
	.aaws-legacy-layout {
		grid-template-areas:
			"records"
			"regions"
			"partners";
		grid-template-columns: minmax(0, 1fr);
		padding: 0 12px 34px;
	}

	.aaws-legacy-layout .aaws-records-column,
	.aaws-legacy-layout .aaws-regions-column,
	.aaws-legacy-layout .aaws-partners-column {
		display: flex;
		padding: 18px 14px;
	}

	.aaws-legacy-obituary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aaws-legacy-obituary-card {
		min-height: 330px;
	}

	.aaws-legacy-obituary-card__portrait {
		height: 155px;
		width: 130px;
	}

	.aaws-legacy-single__portrait {
		float: none;
		margin: 0 auto 20px;
		max-width: 330px;
		width: 100%;
	}

	.aaws-related-obituaries__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.aaws-related-obituaries .aaws-legacy-obituary-card__portrait {
		max-width: 210px;
	}

	.aaws-legacy-archive-search {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 480px) {
	.aaws-legacy-obituary-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.aaws-legacy-obituary-card {
		min-height: 0;
	}

	.aaws-legacy-single__record {
		padding: 17px;
	}

	.aaws-legacy-single__story {
		font-size: 14px;
	}

	.aaws-legacy-single__metadata > div {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media print {
	.aaws-legacy-single__portrait {
		float: left;
		margin: 0 20px 12px 0;
		max-width: 240px;
	}

	.aaws-legacy-single__record,
	.aaws-legacy-single__metadata {
		border: 0;
	}

	.aaws-related-obituaries,
	.aaws-notice-subscription {
		display: none !important;
	}
}
