.cc-window.cc-banner {
    padding: 0.8em 4em;

    -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.3);
    
    color: rgb(53, 69, 77);
    background-color: rgb(255, 255, 255);
    
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
    padding: 1em 3em;
    width: 100%;
    
    
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-banner .cc-message {
    -webkit-box: 1;
    -moz-box: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-message, .cc-link {
    font-family: "Lato", Arial, sans-serif;;
    font-size: 18px;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Lato", Arial, sans-serif;;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-flex-wrap: nowrap;
    -moz-flex-flow: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    z-index: 9999;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window:not(.cc-invisible) + #layout-topbar + .wrapper {
    margin-bottom: 200px;
}

.cc-compliance {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-hide {
    
}

.cc-hide .cc-hide-btn {
    margin-left: 3em;
}

@media (min-width: 641px) and (max-width: 800px) {
    .cc-window:not(.cc-invisible) + #layout-topbar + .wrapper {
        margin-bottom: 270px;
    }
}

@media (min-width: 321px) and (max-width: 640px) {
    .cc-window:not(.cc-invisible) + #layout-topbar + .wrapper {
        margin-bottom: 350px;
    }
}

@media (max-width: 320px) {
    .cc-window:not(.cc-invisible) + #layout-topbar + .wrapper {
        margin-bottom: 350px;
    }
}