.cookie-consent-banner {
//	display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;
	padding: 10px;
  background-color: #F1F6F4;
}
.manageCookies{
	display: none;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
}
.cookie-consent-banner__inner {     
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 0;
}
.cookie-consent-banner__copy { 
  margin-bottom: 16px;
}
.cookie-consent-banner__actions {
}
.cookie-consent-banner__header {
  margin-bottom: 8px;
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 15px;
  line-height: 14px;
}
.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 13px;
  line-height: 12px;
}
.cookie-consent-banner__description a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline; 
}
.cookie_ok_btn {
  box-sizing: border-box;
  display: inline-block;
  min-width: 100px;
  padding: 11px 13px;
  border-radius: 2px;
  background-color: #242c3e;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.cookie_ok_btn:hover {
  background-color: #2c354a;
  color: #ffffff;
}


.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}