.content-button.button-alternative button {
	background: var(--yellow);
	color: black;
}
.content-button.button-alternative button:hover {
	background: var(--yellow-dark);
	color: white;
}

.content-button.button-alternative a:appearance-none{
	background: none;
	padding: 0;
}

.select-state-dropdown button {
	margin: 0 auto;
}

.layout__region .select-state-dropdown ul#countryList {
	padding: 0 !important;
}
.layout__region .select-state-dropdown ul#countryList li {
	list-style: none !important;
	padding: 0 !important;
	text-align: left;
}

.layout__region .select-state-dropdown ul#countryList li a {
	background: none !important;
	padding: 4px 8px !important;
	height: auto !important;
	font-weight: normal !important;
	line-height: 2 !important;
}
.layout__region .select-state-dropdown ul#countryList li a:hover {
	background: none !important;
	color: unset !important;
}

.bg-gray-lightest {
    background-color: var(--gray-lightest);
}

a.is-disabled {
	color: var(--gray-medium) !important;
	pointer-events: none !important;
	opacity: 0;
}