[data-omcookie-panel-show] {
  cursor: pointer;
}
.om-cookie-panel {
  padding: 2rem;
  z-index: 9999;
  background: #0B4046;
  color: #fff;
  box-shadow: 0 2px 10px #000;
  position: fixed;
  bottom: 0;
  width: calc(100% - 2rem);
  max-width: 800px;
  left: 1rem;
  box-sizing: border-box;
	font-family: 'HelveticaNeueLTPro', Helvetica, Arial, sans-serif;
  transform: translateY(110%) translateX(0);
  transition: transform 0.5s ease;
  text-align: left;
}
.om-cookie-panel.active {
  transform: translateY(-1rem) translateX(0);
}
@media (min-width: 1024px) {
  .om-cookie-panel {
    padding: 3rem;
  }
}

.om-cookie-panel h3 {
  margin: 0;
  padding: 0;
	font-family: 'Bree', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.12;
  text-align: left;
}
.om-cookie-panel p {
  margin: 0;
  padding: 1em 0;
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  .om-cookie-panel h3 {
    font-size: 1.8rem;
  }
  .om-cookie-panel p {
    font-size: 1rem;
  }
}
.om-cookie-panel p a {
  color: #fff;
}
.om-cookie-panel p a:hover {
  text-decoration: underline;
}

.om-cookie-panel .cookie-panel__selection {
  display: none;
}

.om-cookie-panel .cookie-panel__selection form {
  margin: 0;
}

.om-cookie-panel .cookie-panel__checkbox {
  display: none;
}
.om-cookie-panel .cookie-panel__checkbox + label {
	font-family: 'HelveticaNeueLTPro', Helvetica, Arial, sans-serif;
  cursor: pointer;
  line-height: 1.1;
  font-weight: 400;
  display: block;
}
.om-cookie-panel .cookie-panel__checkbox + label::before {
  width: 17px;
  height: 17px;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
}
.om-cookie-panel .cookie-panel__checkbox:checked + label::before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #ff4040;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv + label::before {
  border-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox--state-inactiv:checked + label::before {
  background-color: #666;
}
.om-cookie-panel .cookie-panel__checkbox-wrap {
  display: inline-block;
  line-height: 1.1;
}
.om-cookie-panel .cookie-panel__checkbox-wrap + .cookie-panel__checkbox-wrap {
  margin-left: 15px;
}
.om-cookie-panel .cookie-panel__description {
  clear: both;
}
.om-cookie-panel .cookie-panel__link {
  padding-top: 1em;
  font-size: 0.9em;
}
.om-cookie-panel .cookie-panel__link a {
  color: #fff;
  text-decoration: underline;
}
.om-cookie-panel .cookie-panel__link a:hover {
  text-decoration: none;
}
.om-cookie-panel .cookie-panel__control {
  margin: 1em 0;
}
.om-cookie-panel .cookie-panel__button {
  background-color: #0B4046;
  color: #fff;
  padding: 0.9rem 2rem;
  border: 3px solid #049185;
  display: block;
  width: 100%;
  cursor: pointer;
  min-width: 200px;
	font-family: 'HelveticaNeueLTPro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 30px;
}
.om-cookie-panel .cookie-panel__button + .cookie-panel__button {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .om-cookie-panel .cookie-panel__button {
    width: auto;
    display: inline-block;
  }
  .om-cookie-panel .cookie-panel__button + .cookie-panel__button {
    margin-top: 0;
  }
}
.om-cookie-panel .cookie-panel__button--color--green {
  background: #049185;
}
.om-cookie-panel .cookie-panel__attribution {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 9px;
  font-style: italic;
  text-align: center;
}
.om-cookie-panel .cookie-panel__attribution a {
  color: inherit;
  text-decoration: none;
}
.om-cookie-info table {
  border: 1px solid black;
  border-collapse: collapse;
}
.om-cookie-info table th,
.om-cookie-info table td {
  padding: 10px 5px;
  border: 1px solid black;
}
.om-cookie-info table p {
  margin-top: 0;
}
.om-cookie-info table p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*# sourceMappingURL=cookie_panel.css.map */
