.cookie-bar{
    height:80px;
    background-color: #292929 !important;
    font-family:Lato, sans-serif !important;
    font-size:13px!important;
    font-weight:500!important;
}
.cookie-bar p{
    height:80px;
    line-height: 80px !important;
    margin:0;
    font-family:Lato, sans-serif !important;
    font-size:16px!important;
    font-weight:500!important;
    width: 100%;
    padding-right: 15px!important;
}
#cookie-bar-button{
    float:right;
    margin-right: 15px;
    margin-top:15px;

    font-family: MuseoSans-500 !important;
    line-height: 40px;
    background-color: #0467ad;
    border: solid 1px #0467ad;
    font-size:16px;
    min-height: 40px;
    border-radius: 5px;

    height: 30px !important;
    text-align: center;


}
@media screen and (max-width: 1004px) {
    .cookie-bar {
        height: 160px !important;
    }
}
@media screen and (max-width: 555px) {

    .cookie-bar {
        height: 180px !important;

    }
    .cookie-bar p {
        line-height: 30px !important;
    }
}
@media screen and (max-width: 320px) {

    .cookie-bar {
        height: 220px !important;

    }

}