/*
@font-face {
    font-family: 'Texta';
    src: url('../fonts/texta/texta-regular.eot');
    src: url('../fonts/texta/texta-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texta/texta-regular.woff2') format('woff2'),
         url('../fonts/texta/texta-regular.woff') format('woff'),
         url('../fonts/texta/texta-regular.ttf') format('truetype'),
         url('../fonts/texta/texta-regular.svg#Texta') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

#CookielawBanner {
    background-color: #333;
    padding: 15px 0;
    position:fixed;
    bottom: 0px;
    left:0px;
    width:100%;
    font-family:TextaMedium;
    font-size:13px;
    color:#ccc;
    box-sizing:border-box;
    z-index: 999999999999999;
}

#CookielawBanner p {line-height:16px;margin-bottom: 0px;display:inline-block;margin-top:0px;width:80%;}
#CookielawBanner p a {text-decoration: none;color:#208dce;}
#CookielawBanner a.close {vertical-align:top;display:block;float:right;height:10px;width:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAqElEQVQoU12PUQ3DMAxEfVILoBQ2CKWwQiiFRAqBDUJHoJITBhuEYSiEjUIJRHLlLpGs5CfK+eXuDCKilNIoIjfn3FPfrYYCfIhoEJHovfetBmaeAbyqA4C3uuqnom0o1k5EuILm3nLO0wnpiTHeiWgxwJ5zvoYQ9hNa13Xouu5rIir70GVQAC0+6kREfgAupqNHE3N26Pt+Nh3/cczMAEYFtINZZgEwHZE9YtJBfJlzAAAAAElFTkSuQmCC) no-repeat center;}

#CookielawBanner .container {
    position: relative;
    display:block;
    margin:0 auto;
    width:100%;
    max-width: 1200px;
    padding:0 20px;
    box-sizing:border-box;

}

#CookielawBanner #CookielawCross {
    background: url('../img/close.png') no-repeat 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}