/* Increase the break before Solutions while the footer is truly stacked. */
@media only screen and (max-width: 544px) {
	#colophon .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-primary-section-1 {
		margin-bottom: clamp(24px, 6.154vw, 32px);
	}
}

/* Centre the Contact actions in the primary footer on phone layouts only. */
@media only screen and (max-width: 767px) {
	#colophon .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-primary-section-5 .footcontact > div {
		justify-content: center;
	}

	#colophon .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-primary-section-5 .cie-footer-back-to-top {
		margin-left: auto;
		margin-right: auto;
	}

	#colophon .site-primary-footer-wrap[data-section="section-primary-footer-builder"] :is(.site-footer-primary-section-2, .site-footer-primary-section-3, .site-footer-primary-section-4, .site-footer-primary-section-5) a {
		color: #cad1d6 !important;
	}

	#colophon .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .site-footer-primary-section-5 .footaddress > div {
		color: #cad1d6 !important;
	}
}
