#ccframe {
  display: none;
}
#ccframe.show {
  display: block;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window {
  color: #24140e;
  background-color: #f1e1e8;
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  opacity: 1;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
a.cc-link {
  text-decoration: underline;
  cursor: pointer;
}
.cc-link,
.cc-link:active,
.cc-link:visited {
  color: #24140e;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-btn {
  color: #fff;
  border-color: transparent;
  background-color: #64072a;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
#cc-allow {
  padding: 0.4em 2em;
}
a.cc-btn:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
