.cookielay-edit {
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline;
}

.cookielay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: left;
}
.cookielay .cookielay__overlay {
  display: none;
  content: "";
  background: #000000;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.cookielay .cookielay__box {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 15px;
  width: 90%;
  max-width: 480px;
}
.cookielay .cookielay__box .content-container {
  display: block;
}
.cookielay .cookielay__box .content-container .title {
  font-size: 150%;
  margin-bottom: 20px;
  color: #005396;
}
.cookielay .cookielay__box .content-container .buttons {
  margin-top: 30px;
}
.cookielay .cookielay__box .content-container .buttons .accept-all {
  cursor: pointer;
  background: #005396;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 6px;
}
.cookielay .cookielay__box .content-container .buttons .accept-website-only {
  border: none;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  border-radius: 6px;
}
.cookielay .cookielay__box .content-container .buttons .block-all {
  border: none;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  box-shadow: none;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  display: block;
  width: 100%;
  border-radius: 6px;
}
.cookielay .cookielay__box .content-container .info-text {
  text-align: center;
  margin-top: 15px;
}
.cookielay .cookielay__box .content-container .more {
  text-align: center;
  margin-top: 20px;
}
.cookielay .cookielay__box .content-container .more a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}
.cookielay .cookielay__box .help-container {
  display: none;
}
.cookielay .cookielay__box .help-container .title {
  font-size: 150%;
  margin-bottom: 20px;
  color: #005396;
}
.cookielay .cookielay__box .help-container hr {
  border-bottom: solid 1px #000;
  border-top: none;
  margin: 15px 0;
}
.cookielay .cookielay__box .help-container .text a {
  color: #005396;
  text-transform: uppercase;
}
.cookielay .cookielay__box .help-container .back {
  text-align: center;
  margin-top: 20px;
}
.cookielay .cookielay__box .help-container .back a {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
}

/*# sourceMappingURL=cookielay.css.map */
