.pwd-cookie-consent-customize,
.pwd-cookie-consent-customize *,
.cookie-consent-banner,
.cookie-consent-banner * {
	box-sizing: border-box;
}
.pwd-cookie-consent-customize,
.cookie-consent-banner {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #000000;
}
h2.banner-title {
	font-family: "Montserrat";
	font-size: 28px;
	color: #000000;
}
button.consent-customize-button,
button.banner-button {
	background-color: #8BBBB3;
	color: #ffffff;
	width: auto !important;
	margin: 0;
	padding: 10px 15px;
	text-decoration: none;
	line-height: normal;
	vertical-align: baseline;
	border: 0;
	cursor: pointer;
	overflow: visible;
	appearance: button;
	-webkit-appearance: button;
	font-size: 18px;
}
button.consent-customize-button:hover,
button.consent-customize-button:focus,
button.banner-button:hover,
button.banner-button:focus {
	background-color: #60A99D;
}
.banner-text a {
	color: #DB8B00;
	text-decoration: underline;
}
.cookie-consent-banner.hidden,
.pwd-cookie-consent-customize.hidden {
	display: none !important;
	visibility: hidden !important;
}
