.footer-privacy-notice ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-privacy-notice ul li:not(first-child) {
	padding-left: 1rem;
}

.footer-privacy-notice ul li {
	display: inline-block;
}

/* remove recaptcha badge, customize recaptcha notice on the forms */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-notice {
	margin-top: 24px;
	line-height: 1.25;
	font-size: 14px;
	text-align: center;
	font-family: var(--font-myriad);
}

.recaptcha-notice a {
	color: var(--ryan-royal-blue);
}

.recaptcha-notice.dark {
	color: var(--ryan-grey);
}

.recaptcha-notice.light {
	color: white;
}

/* onetrust typography */
#onetrust-consent-sdk #onetrust-pc-sdk h4.ot-cat-header,
#onetrust-consent-sdk #onetrust-pc-sdk h2#ot-pc-title,
#onetrust-consent-sdk #onetrust-pc-sdk button.onetrust-close-btn-handler,
#onetrust-consent-sdk #onetrust-pc-sdk h3#ot-category-title {
	font-family: var(--font-myriad) !important;
}

/* cookie popup typography */
#onetrust-banner-sdk > .ot-sdk-container button {
	font-family: var(--font-myriad) !important;
}