
/* ----- Cookie Policy ----- */
.cookieBannerWrapper {
    background: #1d2225;
    bottom: 0;
    display: none;
    left: 0;
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #ffffff;
    box-sizing: border-box;
    text-align: left;
}
.cookieBanner h6, 
.cookieBanner p, 
.cookieBanner a {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}
.cookieBanner h6, 
.cookieBanner p {
    margin: 0;
    padding: 0;
}
.cookieBanner h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
.cookieBanner p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
}
.cookieBanner p a {
    font-weight: bold;
    color: #FFF;
}
.cookieBanner .closeBtn,
.cookieBanner .okBtn {
    float: right;
    color: #ffffff;
    margin-top: 12px;
}
.cookieBanner .okBtn {
    margin-right: 12px;
}
.cookieBannerTextContainer {
    float: left;
}

.cookieBanner .closeBtn:after,
.cookieBanner .okBtn:after {
    margin-left: 12px;
    font-weight: bold;
    color: #161c1f;
    border-radius: 100%;
    box-sizing: border-box;
    font-family: "Lucida Sans Unicode";
    font-size: 18px;
    background: white;
    padding: 0px 6px;
}
.cookieBanner .closeBtn:after {
    content: "\00d7";
}
.cookieBanner .okBtn:after {
    content: "\2713";
}