.total-assurance-blog-page,
.total-assurance-single-blog {
	background: #fff;
	color: var(--ta-color-navy);
}

.total-assurance-blog-page {
	--ta-blog-sticky-top: var(--ta-header-height, 88px);
}

.total-assurance-blog-page *,
.total-assurance-single-blog * {
	box-sizing: border-box;
}

.total-assurance-blog-container {
	margin: 0 auto;
	max-width: var(--ta-container-width);
	padding: 0 var(--ta-container-gutter);
	width: 100%;
}

.total-assurance-blog-hero {
	background-color: #fff;
	background-image: url('../images/blog-banner.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 430px;
	overflow: hidden;
	width: 100vw;
}

@media (min-width: 961px) {
	.total-assurance-blog-page .total-assurance-blog-hero {
		position: relative;
		top: auto;
		z-index: auto;
	}

	.admin-bar .total-assurance-blog-page .total-assurance-blog-hero {
		top: auto;
	}

}

.total-assurance-blog-hero__content {
	box-sizing: border-box;
	max-width: none;
	padding: 50px 20px 50px max(var(--ta-container-gutter), calc((100vw - var(--ta-container-width)) / 2 + var(--ta-container-gutter)));
	width: 46%;
	z-index: 1;
}

.total-assurance-blog-label {
	color: var(--ta-color-primary);
	font-size: var(--ta-font-size-label);
	font-weight: 700;
	letter-spacing: 1.8px;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.total-assurance-blog-hero h1 {
	color: var(--ta-color-navy);
	font-size: 40px !important;
	line-height: 1.12;
	margin: 0 0 18px;
	max-width: 580px;
}

.total-assurance-blog-hero h1 strong {
	color: var(--ta-color-primary);
}

.total-assurance-blog-hero__content > p:not(.total-assurance-blog-label) {
	color: var(--ta-color-text-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 24px;
	max-width: 520px;
}

.total-assurance-blog-search {
	align-items: stretch;
	background: #fff;
	border: 1px solid #dfe7e1;
	border-radius: 8px;
	display: flex;
	gap: 0;
	height: 52px;
	max-width: 430px;
	overflow: hidden;
	width: 100%;
}

.total-assurance-blog-search input {
	background: #fff;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none;
	box-sizing: border-box;
	flex: 1 1 auto;
	font-size: 14px;
	height: 50px !important;
	line-height: normal;
	margin: 0;
	max-height: 50px;
	min-height: 50px !important;
	min-width: 0;
	padding: 0 16px;
	width: 100%;
}

.total-assurance-blog-search input:focus {
	border: 0 !important;
	box-shadow: none;
	outline: 0;
}

.total-assurance-blog-search:focus-within {
	border-color: var(--ta-color-primary);
	box-shadow: 0 0 0 1px var(--ta-color-primary);
}

.total-assurance-blog-search button {
	align-items: center;
	background: var(--ta-color-primary);
	border: 0;
	border-radius: 0 !important;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 52px !important;
	height: 50px !important;
	justify-content: center;
	margin: 0;
	max-height: 50px;
	min-height: 50px !important;
	min-width: 52px;
	padding: 0 !important;
	transform: none;
	width: 52px !important;
	transition: background-color var(--ta-transition);
}

.total-assurance-blog-search button:hover,
.total-assurance-blog-search button:focus-visible {
	background: #187414;
	box-shadow: inset 0 0 0 2px #fff;
	outline: 2px solid var(--ta-color-primary);
	outline-offset: 2px;
}

.total-assurance-blog-search button svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 19px;
}

.total-assurance-blog-filters {
	align-items: center;
	background: #fff;
	border: 1px solid #e7ece9;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(6, 28, 54, 0.09);
	display: flex;
	gap: 8px;
	margin: -22px 34px 50px;
	overflow-x: auto;
	padding: 10px;
	position: sticky;
	top: var(--ta-blog-sticky-top);
	z-index: 900;
	transition: box-shadow 300ms ease;
}

.total-assurance-blog-filters.is-sticky {
	box-shadow: 0 15px 34px rgba(6, 28, 54, 0.17);
}

.total-assurance-blog-filters a {
	border-radius: 8px;
	color: var(--ta-color-navy);
	flex: 1 0 auto;
	font-size: 13px;
	font-weight: 600;
	padding: 12px 16px;
	text-align: center;
	text-decoration: none;
	transition: background var(--ta-transition), color var(--ta-transition);
}

.total-assurance-blog-filters a:hover,
.total-assurance-blog-filters a:focus-visible,
.total-assurance-blog-filters a.is-active {
	background: #eff8eb;
	color: var(--ta-color-primary);
}

.total-assurance-blog-layout {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) 310px;
}

.total-assurance-blog-results {
	min-width: 0;
	scroll-margin-top: 120px;
	transition: opacity 180ms ease;
}

.total-assurance-blog-page.is-loading .total-assurance-blog-results {
	opacity: 0.4;
	pointer-events: none;
}

.total-assurance-blog-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.total-assurance-blog-card {
	background: #fff;
	border: 1px solid #e7ece9;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(6, 28, 54, 0.06);
	height: 100%;
	overflow: hidden;
	transition: box-shadow var(--ta-transition), transform var(--ta-transition);
}

.total-assurance-blog-card:hover,
.total-assurance-blog-card:focus-within {
	box-shadow: 0 16px 35px rgba(6, 28, 54, 0.12);
	transform: translateY(-6px);
}

.total-assurance-blog-card > a {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.total-assurance-blog-card__image {
	background: #eef3f0;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.total-assurance-blog-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.total-assurance-blog-card:hover .total-assurance-blog-card__image img {
	transform: scale(1.05);
}

.total-assurance-blog-card__image span {
	background: #fff;
	border-radius: 5px;
	bottom: 10px;
	color: var(--ta-color-primary);
	font-size: 10px;
	font-weight: 700;
	left: 10px;
	padding: 5px 8px;
	position: absolute;
}

.total-assurance-blog-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.total-assurance-blog-card h2 {
	color: var(--ta-color-navy);
	font-size: 18px !important;
	line-height: 1.35;
	margin: 0 0 10px !important;
}

.total-assurance-blog-card__content > p {
	color: var(--ta-color-text-muted);
	font-size: 13px;
	line-height: 1.65;
	margin: 0 0 18px;
}

.total-assurance-blog-card__meta {
	color: #6b7770;
	display: flex;
	font-size: 11px;
	gap: 12px;
	justify-content: space-between;
	margin-top: auto;
}

.total-assurance-blog-sidebar {
	display: grid;
	gap: 24px;
}

.total-assurance-newsletter-card,
.total-assurance-blog-sidebar__section {
	background: #fff;
	border: 1px solid #e3e9e6;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(6, 28, 54, 0.06);
	padding: 22px;
}

.total-assurance-newsletter-card > span {
	align-items: center;
	border: 1px solid var(--ta-color-primary);
	border-radius: 50%;
	color: var(--ta-color-primary);
	display: inline-flex;
	font-size: 20px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.total-assurance-newsletter-card h2,
.total-assurance-blog-sidebar__section h2 {
	color: var(--ta-color-navy);
	font-size: 17px !important;
	margin: 12px 0 8px !important;
}

.total-assurance-newsletter-card > p {
	color: var(--ta-color-text-muted);
	font-size: 12px;
	line-height: 1.55;
	margin: 0 0 14px;
}

.total-assurance-newsletter-card input:not(.total-assurance-honeypot) {
	background: #fff;
	border: 1px solid #dce6df;
	border-radius: 7px;
	height: 44px;
	margin-bottom: 10px;
	padding: 0 12px;
	width: 100%;
}

.total-assurance-newsletter-card button {
	background: var(--ta-color-primary);
	border: 0;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	height: 44px;
	width: 100%;
}

.total-assurance-honeypot {
	left: -9999px !important;
	position: absolute !important;
}

.total-assurance-newsletter-card__message {
	font-size: 12px;
	margin: 9px 0 0;
}

.total-assurance-newsletter-card__message.is-error { color: #b42318; }
.total-assurance-newsletter-card__message.is-success { color: #187313; }

.total-assurance-recent-post {
	align-items: center;
	border-bottom: 1px solid #dfe7e1;
	color: inherit;
	display: grid;
	gap: 11px;
	grid-template-columns: 66px minmax(0, 1fr);
	padding: 11px 0;
	text-decoration: none;
}

.total-assurance-recent-post img {
	border-radius: 7px;
	height: 54px;
	object-fit: cover;
	width: 66px;
}

.total-assurance-recent-post strong {
	display: block;
	font-size: 11px;
	line-height: 1.35;
}

.total-assurance-recent-post time {
	color: var(--ta-color-text-muted);
	font-size: 10px;
}

.total-assurance-blog-sidebar__section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.total-assurance-blog-sidebar__section li a {
	color: var(--ta-color-navy);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding: 7px 0;
	text-decoration: none;
}

.total-assurance-blog-sidebar__section li strong {
	background: #e9f5e4;
	border-radius: 12px;
	color: var(--ta-color-primary);
	font-size: 10px;
	padding: 2px 7px;
}

.total-assurance-blog-pagination {
	margin-top: 36px;
}

.total-assurance-blog-pagination ul {
	display: flex;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.total-assurance-blog-pagination a,
.total-assurance-blog-pagination span {
	align-items: center;
	border: 1px solid #dfe6e2;
	border-radius: 50%;
	color: var(--ta-color-navy);
	display: inline-flex;
	height: 36px;
	justify-content: center;
	text-decoration: none;
	width: 36px;
}

.total-assurance-blog-pagination .current,
.total-assurance-blog-pagination a:hover {
	background: var(--ta-color-primary);
	border-color: var(--ta-color-primary);
	color: #fff;
}

.total-assurance-blog-cta {
	align-items: center;
	background: linear-gradient(100deg, #f1f8ed, #fff);
	border: 1px solid #e2eadf;
	border-radius: 14px;
	display: grid;
	gap: 18px;
	grid-template-columns: 52px minmax(0, 1fr) auto;
	margin: 50px 0;
	padding: 24px 30px;
}

.total-assurance-blog-cta > span {
	align-items: center;
	background: var(--ta-color-navy);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.total-assurance-blog-cta p { color: var(--ta-color-text-muted); font-size: 12px; margin: 0; }
.total-assurance-blog-cta h2 { color: var(--ta-color-navy); font-size: 20px !important; margin: 2px 0 0 !important; }
.total-assurance-blog-cta > div:last-child { display: flex; gap: 12px; }
.total-assurance-blog-cta a { align-items: center; background: var(--ta-color-primary); border: 1px solid var(--ta-color-primary); border-radius: 8px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 600; gap: 6px; justify-content: center; padding: 12px 20px; text-decoration: none; }
.total-assurance-blog-cta a.is-secondary { background: #fff; border-color: #d9e2dc; color: var(--ta-color-navy); }

.total-assurance-blog-context {
	padding: 50px 34px 28px;
	text-align: center;
}
.total-assurance-blog-context h1 { color: var(--ta-color-navy); font-size: 34px !important; margin: 0 !important; }

.total-assurance-blog-empty {
	background: #f7faf8;
	border-radius: 14px;
	padding: 60px 24px;
	text-align: center;
}

.total-assurance-single-blog {
	padding-top: 50px;
}

.total-assurance-single-blog__article > header {
	margin: 0 auto 30px;
	max-width: 900px;
	text-align: center;
}

.total-assurance-single-blog__article h1 {
	color: var(--ta-color-navy);
	font-size: 44px !important;
	line-height: 1.15;
	margin: 0 0 18px;
}

.total-assurance-single-blog__meta {
	color: var(--ta-color-text-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 18px;
	justify-content: center;
}

.total-assurance-single-blog__featured img {
	border-radius: 18px;
	height: min(560px, 52vw);
	object-fit: cover;
	width: 100%;
}

.total-assurance-single-blog__layout {
	align-items: start;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) 310px;
	margin-top: 50px;
}

.total-assurance-single-blog__content {
	color: #435366;
	font-size: 16px;
	line-height: 1.8;
}

.total-assurance-single-blog__content h2,
.total-assurance-single-blog__content h3,
.total-assurance-single-blog__content h4 {
	color: var(--ta-color-navy);
}

.total-assurance-single-blog__content img { border-radius: 14px; height: auto; max-width: 100%; }
.total-assurance-single-blog__tags { border-top: 1px solid #e1e7e3; margin-top: 30px; padding-top: 20px; }
.total-assurance-single-blog__tags a { color: var(--ta-color-primary); margin-right: 10px; }
.total-assurance-single-blog__navigation { display: flex; gap: 20px; justify-content: space-between; margin: 40px 0; }
.total-assurance-single-blog__navigation a { color: var(--ta-color-navy); font-weight: 600; text-decoration: none; }

@media (max-width: 1080px) {
	.total-assurance-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.total-assurance-blog-layout { grid-template-columns: minmax(0, 1fr) 290px; }
}

@media (max-width: 850px) {
	.total-assurance-blog-hero__content { padding-bottom: 50px; padding-right: 20px; padding-top: 50px; width: 52%; }
	.total-assurance-blog-layout,
	.total-assurance-single-blog__layout { grid-template-columns: 1fr; }
	.total-assurance-blog-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.total-assurance-newsletter-card { grid-row: span 2; }
	.total-assurance-blog-cta { grid-template-columns: 52px 1fr; }
	.total-assurance-blog-cta > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.total-assurance-blog-container { padding: 0 var(--ta-container-gutter); }
	.total-assurance-blog-hero { background-position: center bottom; background-size: auto 310px; min-height: 610px; }
	.total-assurance-blog-hero__content { max-width: none; padding: 40px var(--ta-container-gutter); width: 100%; }
	.total-assurance-blog-hero h1 { font-size: 32px !important; }
	.total-assurance-blog-filters { margin: -18px 10px 40px; }
	.total-assurance-blog-grid,
	.total-assurance-blog-sidebar { grid-template-columns: 1fr; }
	.total-assurance-blog-card__image { height: 220px; }
	.total-assurance-blog-cta { grid-template-columns: 44px 1fr; margin: 40px 0; padding: 20px; }
	.total-assurance-blog-cta > div:last-child { flex-direction: column; }
	.total-assurance-blog-cta a { text-align: center; width: 100%; }
	.total-assurance-single-blog { padding-top: 40px; }
	.total-assurance-single-blog__layout { margin-top: 40px; }
	.total-assurance-single-blog__navigation { flex-direction: column; }
}

/* Complete Blog & Events responsive scale. */
@media (min-width: 1441px) {
	.total-assurance-blog-hero {
		min-height: clamp(430px, 28vw, 500px);
	}

	.total-assurance-blog-hero__content {
		padding-top: 64px;
		width: 50%;
	}
}

@media (max-width: 1280px) {
	.total-assurance-blog-layout {
		gap: 24px;
		grid-template-columns: minmax(0, 1fr) 290px;
	}

	.total-assurance-blog-grid {
		gap: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.total-assurance-blog-filters {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 960px) {
	.total-assurance-blog-hero {
		background-position: 56% top;
		min-height: 410px;
	}

	.total-assurance-blog-hero__content {
		padding-bottom: 42px;
		padding-top: 42px;
		width: 50%;
	}

	.total-assurance-blog-hero h1 {
		font-size: 34px !important;
	}

	.total-assurance-blog-layout,
	.total-assurance-single-blog__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.total-assurance-blog-sidebar {
		align-items: stretch;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.total-assurance-newsletter-card {
		grid-row: auto;
	}

	.total-assurance-blog-cta {
		grid-template-columns: 48px minmax(0, 1fr) auto;
	}

	.total-assurance-blog-cta > div:last-child {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	.total-assurance-blog-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.total-assurance-blog-hero {
		background-position: 68% bottom;
		background-size: auto 330px;
		border-radius: 0 0 18px 18px;
		min-height: 640px;
	}

	.total-assurance-blog-hero__content {
		max-width: none;
		padding: 36px 16px 28px;
		width: 100%;
	}

	.total-assurance-blog-hero h1 {
		font-size: 32px !important;
		max-width: 520px;
	}

	.total-assurance-blog-hero__content > p:not(.total-assurance-blog-label) {
		font-size: 14px;
		max-width: 520px;
	}

	.total-assurance-blog-search {
		max-width: 520px;
	}

	.total-assurance-blog-filters {
		-webkit-overflow-scrolling: touch;
		justify-content: flex-start;
		margin: -16px 0 36px;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scrollbar-width: none;
	}

	.total-assurance-blog-filters::-webkit-scrollbar {
		display: none;
	}

	.total-assurance-blog-filters a {
		flex: 0 0 auto;
		padding: 11px 15px;
	}

	.total-assurance-blog-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.total-assurance-blog-card__image {
		aspect-ratio: 16 / 9;
		height: auto;
	}

	.total-assurance-blog-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.total-assurance-newsletter-card {
		grid-column: 1 / -1;
	}

	.total-assurance-blog-cta {
		gap: 14px;
		grid-template-columns: 44px minmax(0, 1fr);
		margin: 40px 0;
		padding: 20px;
	}

	.total-assurance-blog-cta > div:last-child {
		grid-column: 1 / -1;
	}

	.total-assurance-single-blog__article h1 {
		font-size: 34px !important;
	}

	.total-assurance-single-blog__featured img {
		height: auto;
		max-height: 460px;
	}
}

@media (max-width: 520px) {
	.total-assurance-blog-hero {
		background-position: 65% bottom;
		background-size: auto 285px;
		min-height: 585px;
	}

	.total-assurance-blog-hero__content {
		padding-top: 30px;
	}

	.total-assurance-blog-label {
		font-size: 11px;
		letter-spacing: 1.5px;
	}

	.total-assurance-blog-hero h1 {
		font-size: 28px !important;
		margin-bottom: 14px !important;
	}

	.total-assurance-blog-hero__content > p:not(.total-assurance-blog-label) {
		line-height: 1.55;
		margin-bottom: 18px;
	}

	.total-assurance-blog-search {
		height: 48px;
	}

	.total-assurance-blog-search input,
	.total-assurance-blog-search button {
		height: 46px !important;
		max-height: 46px;
		min-height: 46px !important;
	}

	.total-assurance-blog-search button {
		flex-basis: 50px !important;
		min-width: 50px;
		width: 50px !important;
	}

	.total-assurance-blog-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}

	.total-assurance-newsletter-card {
		grid-column: auto;
	}

	.total-assurance-newsletter-card,
	.total-assurance-blog-sidebar__section {
		padding: 20px;
	}

	.total-assurance-blog-card__content {
		padding: 16px;
	}

	.total-assurance-blog-card h2 {
		font-size: 17px !important;
	}

	.total-assurance-blog-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.total-assurance-blog-pagination ul {
		flex-wrap: wrap;
	}

	.total-assurance-blog-cta {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.total-assurance-blog-cta > span {
		margin: 0 auto;
	}

	.total-assurance-blog-cta > div:last-child {
		grid-column: auto;
		width: 100%;
	}

	.total-assurance-blog-cta a {
		text-align: center;
		width: 100%;
	}

	.total-assurance-single-blog__article h1 {
		font-size: 30px !important;
	}

	.total-assurance-single-blog__meta {
		gap: 8px 14px;
	}
}

/* Single Blog & Events article. */
.total-assurance-single-event {
	background: #fff;
	color: var(--ta-color-navy);
}

.total-assurance-single-event *,
.total-assurance-single-event *::before,
.total-assurance-single-event *::after {
	box-sizing: border-box;
}

.total-assurance-single-event__hero {
	background: linear-gradient(105deg, #f8faf8 0%, #fff 58%, #f3f7f2 100%);
	border-bottom: 1px solid #e7ece8;
}

.total-assurance-single-event__hero-inner,
.total-assurance-single-event__container {
	margin: 0 auto;
	max-width: var(--ta-container-width);
	padding-left: var(--ta-container-gutter);
	padding-right: var(--ta-container-gutter);
	width: 100%;
}

.total-assurance-single-event__hero-inner {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	min-height: 390px;
}

.total-assurance-single-event__intro {
	align-self: center;
	padding: 42px 54px 42px 0;
}

.total-assurance-single-event__breadcrumbs {
	align-items: center;
	color: #667586;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	gap: 7px;
	margin-bottom: 28px;
}

.total-assurance-single-event__breadcrumbs a {
	color: var(--ta-color-primary);
	font-weight: 600;
	text-decoration: none;
}

.total-assurance-single-event__category {
	background: var(--ta-color-primary);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	padding: 6px 11px;
	text-transform: uppercase;
}

.total-assurance-single-event__intro h1 {
	color: var(--ta-color-navy);
	font-size: clamp(32px, 3vw, 46px) !important;
	line-height: 1.16 !important;
	margin: 0 0 24px !important;
}

.total-assurance-single-event__meta {
	align-items: center;
	color: #566779;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 10px 22px;
}

.total-assurance-single-event__meta > * {
	position: relative;
}

.total-assurance-single-event__meta > *:not(:last-child)::after {
	background: #b9c6bf;
	border-radius: 50%;
	content: '';
	height: 4px;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.total-assurance-single-event__hero-image {
	min-height: 390px;
	overflow: hidden;
	padding-top: 40px;
}

.total-assurance-single-event__hero-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.total-assurance-single-event__layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 310px;
	padding-bottom: 50px;
	padding-top: 50px;
}

.total-assurance-single-event__main {
	min-width: 0;
}

.total-assurance-single-event__featured {
	border-radius: 16px;
	margin-bottom: 26px;
	overflow: hidden;
}

.total-assurance-single-event__featured img {
	display: block;
	height: auto;
	max-height: 560px;
	object-fit: cover;
	width: 100%;
}

.total-assurance-single-event__content {
	color: #35475d;
	font-size: 15px;
	line-height: 1.75;
}

.total-assurance-single-event__content > *:first-child {
	margin-top: 0;
}

.total-assurance-single-event__content p {
	color: #35475d;
	font-size: 15px;
	line-height: 1.75;
	margin: 0 0 20px;
}

.total-assurance-single-event__content h2,
.total-assurance-single-event__content h3,
.total-assurance-single-event__content h4,
.total-assurance-single-event__content h5 {
	color: var(--ta-color-navy);
	margin-top: 32px !important;
}

.total-assurance-single-event__content h2 {
	font-size: 26px !important;
}

.total-assurance-single-event__content h3 {
	font-size: 21px !important;
}

.total-assurance-single-event__content ul,
.total-assurance-single-event__content ol {
	display: grid;
	gap: 12px;
	margin: 20px 0 26px;
	padding-left: 24px;
}

.total-assurance-single-event__content li::marker {
	color: var(--ta-color-primary);
	font-weight: 700;
}

.total-assurance-single-event__content blockquote {
	background: #f7faf6;
	border: 1px solid #dfe9da;
	border-left: 4px solid var(--ta-color-primary);
	border-radius: 10px;
	color: var(--ta-color-navy);
	font-weight: 500;
	margin: 28px 0;
	padding: 22px 24px;
}

.total-assurance-single-event__content blockquote p:last-child {
	margin-bottom: 0;
}

.total-assurance-single-event__content img {
	border-radius: 14px;
	height: auto;
	max-width: 100%;
}

.total-assurance-single-event__content a {
	color: var(--ta-color-primary);
}

.total-assurance-single-event__tags {
	border-top: 1px solid #e3e9e5;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 34px;
	padding-top: 22px;
}

.total-assurance-single-event__tags span {
	background: #eff7ec;
	border-radius: 999px;
	color: var(--ta-color-primary);
	font-size: 11px;
	font-weight: 600;
	padding: 7px 11px;
}

.total-assurance-single-event__sidebar {
	display: grid;
	gap: 20px;
	position: sticky;
	top: 100px;
}

.total-assurance-single-event__search {
	background: #fff;
	border: 1px solid #dfe7e1;
	border-radius: 8px;
	display: flex;
	height: 46px;
	overflow: hidden;
}

.total-assurance-single-event__search input {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	flex: 1;
	font-size: 12px;
	height: 44px !important;
	margin: 0;
	min-height: 44px !important;
	min-width: 0;
	padding: 0 13px;
}

.total-assurance-single-event__search button {
	align-items: center;
	background: var(--ta-color-primary);
	border: 0;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 44px !important;
	justify-content: center;
	margin: 0;
	min-height: 44px !important;
	padding: 0 !important;
	width: 48px !important;
}

.total-assurance-single-event__search svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
	width: 17px;
}

.total-assurance-single-event__side-card {
	background: #fbfcfb;
	border: 1px solid #edf0ee;
	border-radius: 12px;
	padding: 20px;
}

.total-assurance-single-event__side-card h2,
.total-assurance-single-event__advice h2 {
	color: var(--ta-color-navy);
	font-size: 17px !important;
	margin: 0 0 14px !important;
}

.total-assurance-single-event__category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.total-assurance-single-event__category-list a {
	align-items: center;
	border-radius: 7px;
	color: var(--ta-color-navy);
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	padding: 8px 9px;
	text-decoration: none;
}

.total-assurance-single-event__category-list a:hover,
.total-assurance-single-event__category-list a:focus-visible {
	background: #edf7e9;
	color: var(--ta-color-primary);
}

.total-assurance-single-event__category-list strong {
	background: #e9f5e4;
	border-radius: 999px;
	color: var(--ta-color-primary);
	font-size: 9px;
	padding: 3px 7px;
}

.total-assurance-single-event__recent {
	align-items: center;
	border-bottom: 1px solid #e3e9e5;
	color: var(--ta-color-navy);
	display: grid;
	gap: 10px;
	grid-template-columns: 70px minmax(0, 1fr);
	padding: 10px 0;
	text-decoration: none;
}

.total-assurance-single-event__recent:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.total-assurance-single-event__recent img {
	border-radius: 7px;
	height: 54px;
	object-fit: cover;
	width: 70px;
}

.total-assurance-single-event__recent strong {
	display: -webkit-box;
	font-size: 11px;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.total-assurance-single-event__recent time {
	color: #738091;
	display: block;
	font-size: 9px;
	margin-top: 4px;
}

.total-assurance-single-event__advice {
	background: linear-gradient(145deg, #eff8eb, #fff);
	border: 1px solid #dfead9;
	border-radius: 12px;
	padding: 22px;
	text-align: center;
}

.total-assurance-single-event__advice > span {
	align-items: center;
	border: 1px solid var(--ta-color-primary);
	border-radius: 50%;
	color: var(--ta-color-primary);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 12px;
	width: 42px;
}

.total-assurance-single-event__advice p {
	color: #536477;
	font-size: 11px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.total-assurance-single-event__advice a {
	background: var(--ta-color-primary);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 600;
	justify-content: center;
	padding: 10px 16px;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.total-assurance-single-event__hero-inner {
		grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
	}

	.total-assurance-single-event__intro {
		padding-right: 32px;
	}

	.total-assurance-single-event__layout {
		grid-template-columns: minmax(0, 1fr) 285px;
	}
}

@media (max-width: 820px) {
	.total-assurance-single-event__hero-inner {
		grid-template-columns: 1fr;
	}

	.total-assurance-single-event__intro {
		padding: 38px 0;
	}

	.total-assurance-single-event__hero-image {
		aspect-ratio: 16 / 8;
		min-height: 0;
	}

	.total-assurance-single-event__layout {
		grid-template-columns: 1fr;
		padding-top: 40px;
	}

	.total-assurance-single-event__sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}

	.total-assurance-single-event__search,
	.total-assurance-single-event__advice {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.total-assurance-single-event__hero-inner,
	.total-assurance-single-event__container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.total-assurance-single-event__breadcrumbs {
		margin-bottom: 22px;
	}

	.total-assurance-single-event__intro h1 {
		font-size: 30px !important;
	}

	.total-assurance-single-event__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.total-assurance-single-event__meta > *::after {
		display: none;
	}

	.total-assurance-single-event__hero-image {
		aspect-ratio: 4 / 3;
	}

	.total-assurance-single-event__layout {
		gap: 28px;
		padding-bottom: 40px;
		padding-top: 32px;
	}

	.total-assurance-single-event__featured {
		border-radius: 12px;
		margin-bottom: 22px;
	}

	.total-assurance-single-event__content,
	.total-assurance-single-event__content p {
		font-size: 14px;
	}

	.total-assurance-single-event__content h2 {
		font-size: 23px !important;
	}

	.total-assurance-single-event__content h3 {
		font-size: 19px !important;
	}

	.total-assurance-single-event__sidebar {
		grid-template-columns: 1fr;
	}

	.total-assurance-single-event__search,
	.total-assurance-single-event__advice {
		grid-column: auto;
	}
}

/* Keep the full-width artwork while aligning the copy to the site's boxed grid. */
.total-assurance-blog-hero__inner {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--ta-container-width);
	min-height: inherit;
	padding-inline: var(--ta-container-gutter);
	width: 100%;
}

@media (min-width: 1024px) {
	.total-assurance-blog-hero__content {
		padding-left: 0 !important;
	}
}

@media (min-width: 2560px) {
	.total-assurance-blog-hero {
		background-position: center top !important;
	}

	.total-assurance-blog-hero__content {
		transform: translateY(40px);
	}
}
/* Keep a clear space between the newsletter button label and arrow. */
.total-assurance-newsletter-card button {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
}


/* Single blog: avoid repeating the featured image in the hero on tablet/mobile. */
@media (max-width: 820px) {
	.total-assurance-single-event__hero-inner {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.total-assurance-single-event__hero-image {
		display: none;
	}
}


/* Blog & Events hero: center banner copy on mobile only. */
@media (max-width: 520px) {
	.total-assurance-blog-hero__content,
	.total-assurance-blog-hero h1,
	.total-assurance-blog-hero__content > p {
		text-align: center;
	}
}


/* Blog & Events outer banner height on 2560px/ultra-wide screens only. */
@media (min-width: 2560px) {
	body:is(.page-template-page-blog, .blog) .total-assurance-blog-hero {
		height: 780px !important;
		min-height: 780px !important;
	}
}
/* Full-width single Blog hero background on wide screens; inner content stays boxed. */
@media (min-width: 1921px) {
	.total-assurance-single-event__hero {
		left: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		position: relative;
		right: 50%;
		width: 100vw;
	}
}