/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.gdpr-popup {
  border-top: 0.1rem solid rgba(151, 151, 151, 0.5);
  background: none no-repeat scroll 0 0 #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.gdpr-popup--active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s, visibility 0s ease;
  -moz-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s, visibility 0s ease;
  -ms-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s, visibility 0s ease;
  -o-transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s, visibility 0s ease;
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s, visibility 0s ease;
}
.gdpr-popup--inactive {
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s ease 0.5s;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s ease 0.5s;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s ease 0.5s;
  -o-transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s ease 0.5s;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s ease 0.5s;
}
.gdpr-popup__container {
  padding: 15px;
}
.gdpr-popup__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.gdpr-popup__content {
  margin: 1.5rem;
  align-self: center;
  flex: 0 0 auto;
  max-width: 70%;
}
.gdpr-popup__content p {
  color: #535353;
}
.gdpr-popup__btns {
  align-self: center;
  flex: 0 0 auto;
  margin-left: rem(20);
}
@media screen and (max-width: 30em) {
  .gdpr-popup__btns {
    margin-left: 0;
  }
}
.gdpr-popup__btns a,
.gdpr-popup__btns button {
  background-color: #385171;
  border: 1px solid #385171;
  display: block;
  color: #fff;
  font-family: "benton-sans", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  width: 20rem;
  margin: 0 auto;
  padding: 2rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gdpr-popup__btns a:hover,
.gdpr-popup__btns button:hover {
  border: 1px solid #385171;
  background-color: #fff;
  color: #385171 !important;
}
.gdpr-popup__close {
  text-align: center;
  display: none;
}
.gdpr-popup__close button {
  width: 40px;
  height: 40px;
  position: relative;
}
.gdpr-popup__close button:after, .gdpr-popup__close button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #b5b5b5;
}
.gdpr-popup__close button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gdpr-popup__close button:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=gdpr.css.map */
