body .cc-window .powered-by,
body .cc-window-config .powered-by {
    padding: 0 .5rem;
    text-align: right;
    font-size: 12px;
    opacity: 0;
}

body .cc-window.cc-top-left,body .cc-window.cc-top-right,body .cc-window.cc-bottom-left, body .cc-window.cc-bottom-right {
    max-width: 26em;
}

 body .cc-highlight .cc-btn:first-child{
        border: 2px solid;
}

body .cc-window .cc-link {
    padding: 0 5px;
    text-decoration: underline;
    border: 2px solid white;
    color: white;
    text-decoration: none;
}

body .cc-compliance {
    padding: 0 15px 0 15px;
}

@media (max-width: 992px) {
    #header .logo img{
        max-width: 200px;
      margin-bottom: 15px;
    }
}