.cookie-overlay {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 991;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #eee;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-top: 3px solid rgba(26, 20, 76, 0.9);
  z-index: 999;
}
.cookie-banner .frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cookie-banner .frame {
    display: block;
  }
}
.cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}
.cookie-banner p:last-child {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .cookie-banner p:last-child {
    margin: 20px 0 0;
    display: block;
    text-align: center;
  }
}
.cookie-banner .btn {
  background: rgba(26, 20, 76, 0.9) !important;
  width: 125px;
  line-height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .cookie-banner .btn {
    width: 100%;
  }
}

#field_5_5,
#field_3_6 {
  width: 100%;
}

.ginput_container_consent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ginput_container_consent input {
  width: auto !important;
  margin-right: 10px;
  margin-top: 5px;
  border: 1px solid #1e4b83;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 2px 6px 0 0;
  padding: 0;
  vertical-align: top;
  width: 12px;
  background-color: rgba(0, 0, 0, 0);
}

#field_3_6 .ginput_container_consent {
  display: flex;
  justify-content: flex-start !important;
}

.gfield_consent_label {
  color: #fff !important;
  display: inline-block !important;
  font-size: 14px !important;
}

.sticky-footer.open {
  height: 300px !important;
}

/*# sourceMappingURL=cookieconsent.css.map */

.news-banner {
  background: red;
}
