/* FOR DESKTOP ONLY, for mobile see _cookie-consent.css */

.cookie_consent_wrapper {
  display: none;
  position: absolute;
  z-index: 1004;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cookie_consent_wrapper.visible {
  display: block;
}

.cookie_consent, .cookie_consent .container {
  background: #339933;
  background: linear-gradient(#298a29, #339933);
}

.cookie_consent {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  position: fixed;
  width: 100%;
 }

.cookie_consent .container {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: 8px 0;
  width: 996px;
}

.cookie_consent .disclaimer {
  color: #ffffff;
  float: left;
  font-size: 13px;
  line-height: 18px;
  margin-left: 12px;
  margin-right: 135px;
  margin-top: 5px;
}

.cookie_consent .accept {
  background: #ffffff;
  border-radius: 2px;
  color: #000000;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-left: -117px;
  margin-right: 17px;
  /* margin-top: 3px; */
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.25s;
  width: 100px;
}

.cookie_consent .accept:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s;
}

.cookie_consent .disclaimer a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie_consent .disclaimer a:hover {
  color: #efefef;
}
