#block-cookiepopup-embed,
#block-cookiepopup-embed > h2.block-title,
#cookie-popup-wrapper {
	display: none;
}

#block-cookiepopup-embed {
  background-color: rgba(0,0,0,0.4);
}

body.show-popup #block-cookiepopup-embed {
	position: fixed;
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
	left: 0;
  top: 0;
	bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
}

body.show-popup #cookie-popup-wrapper {
  display: block;
	background-color: white;
  position: relative;
  margin: 5% auto;
  width: 100%;
  max-width: 370px;
  height: 275px;
  padding: 20px;
  text-align: center;
}

#cookie-popup-wrapper h2 {
  font-size: 40px;
  font-size: 4rem;
}

#cookie-popup-wrapper p {
  font-size: 14px;
}

body.show-popup #main,
body.show-popup footer {
  pointer-events: none;
  z-index: 0;
}

#cookie-popup-wrapper .icon-filter_close {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 14px;
  height: 20px;
  width: 20px;
}

#cookie-popup-wrapper a,
#cookie-popup-wrapper p {
  font-family: 'Akkurat-Light', sans-serif; 
  font-style: normal;
  font-weight: 400;
}

#cookie-popup-wrapper h2,
#cookie-popup-wrapper p {
  line-height: 1.25em;
}

#cookie-popup-wrapper h2 {
  font-family: 'Chronicle Display A', 'Chronicle Display B';
  padding: 0.5em 0 0 0;
  margin: 0;
  font-weight: normal;
}

#cookie-popup-wrapper .actions {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0 auto;
  text-align: center;
}

#cookie-popup-wrapper .button {
  position: relative;
  background-color: #004439;
  padding: 0.25em 0.5em;
  display: inline-block;

}

#cookie-popup-wrapper .button a {
  color: white;
  text-transform: uppercase;
}

#cookie-popup-wrapper .icon-filter_close:before,
#cookie-popup-wrapper .icon-filter_close:after,
#cookie-popup-wrapper .icon-filter_close {
  cursor: pointer;
}

