/*---------------------------------------------------------------------------------------- Cookie Consent */

.cookies {
  background: #404040;
  bottom: 30px;
  box-shadow: 0px 0px 5px 0px #404040;
  color: #ffffff;
  width: 350px;
  padding: 10px;
  position: fixed;
  left: 30px;
  line-height: 1.3em;
  z-index: 100;
}

/* Override for new footer to align cookie consent bottom-right on new pages including homepage */
section#cookie-consent-wrapper .cookies {
  left: unset;
  right: 15px;
  bottom: 15px;
}

.cookies a {
  color: ;
  text-decoration: none;
}

.cookies .notice {
  font-size: 0.825em;
  padding: 5px;
  padding-right: 20px;
}

.cookies.labs .notice {
  font-size: 1.2em;
}

.cookies .notice a {
  color: #e66f32;
}

.cookies .consent {
  text-align: right;
}

.cookies .consent button {
  background: #e11469;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 20px;
}

.cookies.labs .consent button {
  font-size: 1.4em;
}

@media only screen and (max-width: 479px) {
  .cookies {
    bottom: 0;
    left: 0;
    font-size: 1.3em;
    padding-bottom: 10px;
    width: auto;
  }

  /* Override for new footer to align cookie consent bottom-right on new pages including homepage */
  section#cookie-consent-wrapper .cookies {
    left: 0;
    right: unset;
    bottom: 0;
  }

  .cookies.labs {
    font-size: 1.2em;
  }

  .cookies.labs .notice {
    padding-bottom: 15px;
  }
}
