/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.c-cookie-banner {
  border-top: 4px solid #ffc000;
  position: fixed;
  height: 150px;
  width: 100vw;
  bottom: 0;
  left: 0;
  background-color: white;
  display: grid;
  align-items: center;
  gap: 20px;
  padding: 20px 10% 20px 10%;
}
@media (max-width: 760px) {
  .c-cookie-banner {
    height: 225px;
  }
}
.c-cookie-banner p {
  font-size: 1.25rem;
  display: inline;
  color: #000000;
}
.c-cookie-btn--accept {
  background-color: white;
  border: 2px solid #ffc000;
  color: #ffc000;
  max-width: 150px;
  height: 50px;
}
/*# sourceMappingURL=cookies_19.css.map */