#ffEmbedFrame.not-popup {
    height: 330px;
}



.black-bg.black-bg--active {
    display: block;
    position: fixed;
    background: rgba(0,0,0,.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}


.cookie-sign-up {
    display: none;
    position: fixed;
    max-height: 100%;
    overflow: auto;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%) translateY(-50%);
    background: #0F661F;
    color: white;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 3px 3px 8px 2px #d1d1d1;
    max-width: 550px;
    background-image: url(https://www.royalparks.org.uk/_media/images/global-elements/leaf-background-white.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

@media only screen and (max-width: 550px) {
  .cookie-sign-up {
      width: 100%;
  }
}

.cookie-sign-up.cookie-sign-up--active {
    display: block;
}

.cookie-sign-up__header {
    line-height: 34px;
    font-size: 34px;
    color: white;
    font-family: Georgia;
    margin-top: 40px;
}

.cookie-sign-up__paragraph {
    font-size: 16px;
    font-family: Arial;
}

.cookie-sign-up__image {
    width: 100%;
}

/*popup styles*/

.popup-wrapper #dvFastForms {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.popup-wrapper #dvFastForms .ff-btn-submit.ui-button{
    font-family: 'arial', 'Corbel', 'Helvetica', sans-serif;
    font-size: 16px;
    background: #7dc35c;
    padding: 14px 50px;
    border: none;
}

.popup-wrapper #dvFastForms .ff-btn-submit:hover {
    background-color: #003f2d;
    color: white;
}

.popup-wrapper #ffDialog {
    font-weight: bold;
    padding: 20px 30px;
}