.ribbon .ribbon-content-wrapper {
	padding-top: 0.77405em;
	padding-bottom: 0.77405em;
}

.ribbon-blue {
	--ribbon-background-color: #f2f4d7;
}
.ribbon-blue-to-default {
	--ribbon-background-color-initial: #f2f4d7;
	--ribbon-text-color-initial: #1d1d1f;
	--ribbon-link-color-initial: #06c;
}

.theme-dark .ribbon, .theme-dark.ribbon {
	--ribbon-background-color: #f2f4d7;
}

.theme-dark .ribbon-blue, .theme-dark.ribbon-blue {
	--ribbon-background-color: #f2f4d7;
}

.theme-dark .ribbon-blue-to-default, .theme-dark.ribbon-blue-to-default {
	--ribbon-background-color: #f2f4d7;
	--ribbon-background-color-initial: #f2f4d7;
	--ribbon-text-color: #1d1d1f;
	--ribbon-text-color-initial: #1d1d1f;
	--ribbon-link-color: #06c;
	--ribbon-link-color-initial: #06c;
}

.theme-light .ribbon-blue, .theme-light.ribbon-blue {
	--ribbon-background-color: #f2f4d7;
}

.theme-light .ribbon-blue-to-default, .theme-light.ribbon-blue-to-default {
	--ribbon-background-color-initial: #f2f4d7;
	--ribbon-text-color-initial: #1d1d1f;
	--ribbon-link-color-initial: #06c;
}

.globalheader-dark .ribbon, .globalheader-dark.ribbon {
	--ribbon-background-color: #f2f4d7;
	--ribbon-text-color: #1d1d1f;
	--ribbon-link-color: #06c;
}

.globalheader-dark .ribbon-blue, .globalheader-dark.ribbon-blue {
	--ribbon-background-color: #f2f4d7;
}

.globalheader-dark .ribbon-blue-to-default, .globalheader-dark.ribbon-blue-to-default {
	--ribbon-background-color: #f2f4d7;
	--ribbon-background-color-initial: #f2f4d7;
	--ribbon-text-color: #1d1d1f;
	--ribbon-text-color-initial: #1d1d1f;
	--ribbon-link-color: #06c;
	--ribbon-link-color-initial: #06c;
}

.ribbon .typography-caption {
	font-size: 14px;
	line-height: 1.42859;
}


.ribbon-blue-to-default .ribbon-content-wrapper {
	animation: none;
}
