body.node--type-policy .breadcrumb {
  justify-content: center;
}

.node--type-policy.node--view-mode-full .container {
  margin: auto;
}

.site-footer {
  padding-top: 1rem;
}

/***********************
  COOKIE BANNER
***************************/
.cookiesjsr-banner {
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  background-color: #EAEAEA;
  color: #000;
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.cookiesjsr-btn.important,
.cookiesjsr-btn.important.invert {
  cursor: pointer;
  font: inherit;
  width: calc(100% - 2.5em);
  text-transform: uppercase;
  padding: 0 0.8em;
  font-size: .85em;
  text-decoration: none;
  white-space: nowrap;
  margin: 0.625em;
  opacity: .95;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: #fff;
  border: 2px solid #EAEAEA;
  border: 2px solid var(--colorDark);
  background-color: #BEAF8C;
}

.cookiesjsr-btn {
  color: #BEAF8C;
  border-color: #fff;
  border-color: #BEAF8C;
  background-color: #fff;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content {
  display: block;
  color: #000;
  background: #EAEAEA;
  font-weight: 500;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
  color: #000;
  background: #EAEAEA;
}

.cookiesjsr-btn.invert {
  color: #BEAF8C;
  border-color: #BEAF8C;
  background-color: #fff;
}

.cookiesjsr-layer button.denyAll {
  display: block !important;
}

.cookiesjsr-service--description h3,
.cookiesjsr-service--links a, .cookiesjsr-service--links a:active, .cookiesjsr-service--links a:hover, .cookiesjsr-service--links a:visited {
  color: #000;
}

.cookies_settings_wrapper {
  max-width: 180px;
  font-size: 18px;
  line-height: 14px;
  position: fixed;
  padding: 5px 10px;
  border-radius: 10px;
  bottom: 8px;
  right: 8px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 3px 0px #000000;
  box-shadow: 0px 0px 3px 0px #000000;
  z-index: 99;
}

.cookies_settings_wrapper a,
.cookiesjsr-banner a {
  color: #BEAF8C;
  background-color: #fff;
}
