/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f8f8;  /*#fff;*/
    z-index: 9999;
    padding: 24px 0 64px;
    padding: 1.5rem 0 2rem;
    -webkit-box-shadow: 0 1px 3px 1px #ccc;
    box-shadow: 0 1px 3px 1px #ccc;
}

.privacy-banner__title {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.privacy-banner__title, .privacy-banner__form-title {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 25.6px;
    line-height: 1.6rem;
}

.primary-font--bold, .privacy-banner__title, .privacy-banner__form-title {
    font-family: "gill-sans-nova", sans-serif;
    font-weight: 700;
}


.privacy-content {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1400px;
}

.btn--primary {
    border: 0;
    background: #00A0C4;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 4px;
}

button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}



