/* Body Back-Up Footer — scoped under .bbu-ft. Sizes use em so they scale with
   the site's base font size. */
.bbu-ft {
	--ft-navy: #0b406a;
	--ft-red: #cc1235;
	--ft-line: rgba(255, 255, 255, .12);
	--ft-muted: #9fb0c9;
	--ft-text: #c4cbd8;
	background: linear-gradient(160deg, #0b406a, #141d33);
	color: var(--ft-text);
}
.bbu-ft *,
.bbu-ft *::before,
.bbu-ft *::after {
	box-sizing: border-box;
}
.bbu-ft__inner {
	/* max-width: 1180px; */
	margin: 0 auto;
}
.bbu-ft__logo {
	display: inline-flex;
	align-items: center;
}
.bbu-ft__logo svg,
.bbu-ft__logo img {
	display: block;
}
/* CTA */
.bbu-ft__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	padding: 24px 20px;
	border-bottom: 1px solid var(--ft-line);
}
.bbu-ft__cta p {
	font-size: 1.05em;
	color: #fff;
	font-weight: 600;
	margin: 0;
}
.bbu-ft__cta-btns {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.bbu-ft__btn {
	font-size: .85em;
	font-weight: 600;
	padding: 12px 22px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
}
.bbu-ft__btn--red {
	background: var(--ft-red);
	color: #fff;
}
.bbu-ft__btn--ghost {
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
}
/* Main columns */
.bbu-ft__main {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
	gap: 32px;
	padding: 36px 20px;
}
.bbu-ft__brand-logo {
	max-width: 120px !important;
	height: auto;
	margin-bottom: 14px;
	display: block;
}
.bbu-ft__brand p {
	font-size: .85em;
	line-height: 1.6;
	color: var(--ft-muted);
	margin: 0 0 14px;
	max-width: 290px;
}
/* Featured registration logo (e.g. GOsC) */
.bbu-ft__featured {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0 0 18px;
	align-items: flex-start;
}
.bbu-ft__featured-card {
	/* background: #fff;
	border-radius: 12px;
	padding: 12px 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .18); */
}
.bbu-ft__featured-card .bbu-ft__featured-logo,
.bbu-ft__featured-card img,
.bbu-ft__featured-card svg {
	max-width: 120px !important;
	width: auto;
	display: block;
}
.bbu-ft__featured-cap {
	font-size: .72em;
	color: var(--ft-muted);
	/* max-width: 250px; */
	line-height: 1.45;
	margin-top: 10px;
}
.bbu-ft__social {
	display: flex;
	gap: 9px;
}
.bbu-ft__social a {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	border: 1px solid var(--ft-line);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: background .18s ease, border-color .18s ease;
}
.bbu-ft__social a:hover {
	background: var(--ft-red);
	border-color: var(--ft-red);
}
.bbu-ft__social svg {
	width: 16px;
	height: 16px;
}
.bbu-ft__col h4 {
	font-size: .72em;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 14px;
	font-weight: 700;
}
.bbu-ft__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bbu-ft__col li {
	margin-bottom: 9px;
	list-style-type: none;
}
.bbu-ft__col a {
	color: var(--ft-text);
	text-decoration: none;
	font-size: .9em;
}
.bbu-ft__col a:hover {
	color: #fff;
}
.bbu-ft__clinic {
	margin-bottom: 14px;
}
.bbu-ft__clinic strong {
	display: block;
	color: #fff;
	font-size: .88em;
	margin-bottom: 3px;
}
.bbu-ft__clinic a,
.bbu-ft__clinic span {
	display: block;
	color: var(--ft-muted);
	font-size: .82em;
	text-decoration: none;
	line-height: 1.5;
}
.bbu-ft__clinic a:hover {
	color: #fff;
}
/* Accreditation strip */
.bbu-ft__accred {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	padding: 20px 20px;
	border-top: 1px solid var(--ft-line);
	border-bottom: 1px solid var(--ft-line);
}
.bbu-ft__grp {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.bbu-ft__lbl {
	font-size: .62em;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ft-muted);
	white-space: nowrap;
}
.bbu-ft__accred-logo {
	height: 34px;
}
.bbu-ft__accred-logo img,
.bbu-ft__accred-logo svg {
	height: 34px;
	width: auto;
}
.bbu-ft__pay {
	display: flex;
	gap: 8px;
	align-items: center;
}
.bbu-ft__pay-logo {
	height: 40px;
}
.bbu-ft__pay-logo img,
.bbu-ft__pay-logo svg {
	height: 40px;
	width: auto;
}
/* Legal */
.bbu-ft__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	padding: 18px 20px;
}
.bbu-ft__bottom p {
	font-size: .72em;
	color: var(--ft-muted);
	margin: 0;
}
.bbu-ft__legal-links {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.bbu-ft__legal-links a {
	font-size: .72em;
	color: var(--ft-muted);
	text-decoration: none;
}
.bbu-ft__legal-links a:hover {
	color: #fff;
}
@media(max-width:820px) {
	.bbu-ft__main {
		grid-template-columns: 1fr 1fr;
		gap: 26px;
	}
	.bbu-ft__accred {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
}
@media(max-width:520px) {
	.bbu-ft__main {
		grid-template-columns: 1fr;
	}
	.bbu-ft__cta {
		flex-direction: column;
		align-items: flex-start;
	}
	.bbu-ft__cta,
	.bbu-ft__main,
	.bbu-ft__accred,
	.bbu-ft__bottom {
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media(prefers-reduced-motion:reduce) {
	.bbu-ft__social a {
		transition: none;
	}
}