.cc-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}

.cc-btn:focus, .cc-btn:hover, .focus.cc-btn {
    color: #333;
    text-decoration: none;
}

.active.cc-btn, .cc-btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.cc-link,.cc-revoke:hover {
    text-decoration: underline
}

/*******************************/

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

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2rem)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2rem)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    transition: max-height 1s
}

.cc-revoke,.cc-window {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1080
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    max-width: 380px;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 8px 0;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5rem
}

.cc-header {
    font-weight: 700
}

.cc-close,.cc-link,.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2rem 0
}

.cc-link:hover {
    opacity: 1
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-size: 1.6rem;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,.cc-close:hover {
    opacity: 1
}

.cc-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 100%;
    padding: 0
}

.cc-window.cc-floating .cc-container {
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner .cc-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.cc-revoke.cc-top {
    top: 0;
    left: 3rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.cc-revoke.cc-left {
    left: 3rem;
    right: unset
}

.cc-revoke.cc-right {
    right: 3rem;
    left: unset
}

.cc-top {
    top: 64px
}

.cc-left {
    left: 16px
}

.cc-right {
    right: 16px
}

.cc-bottom {
    bottom: 16px
}

.cc-message {
    line-height: 1.5
}

.cc-floating>.cc-container>.cc-link,.cc-floating>.cc-link {
    margin-bottom: 1rem
}

.cc-floating .cc-message {
    display: block;
    padding: 24px 24px 24px 32px
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

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

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

.cc-banner .cc-message {
    padding-right: 1rem;
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5rem
}

.cc-revoke,.cc-window {
    color: color-yiq(#eee);
    background-color: #eee
}

.cc-link,.cc-link:active,.cc-link:visited {
    color: #333
}

.cc-btn {
    border-radius: 0
}

.cc-btn.cc-allow {
    background-color: #6CC83A;
    color: #fff
}

.cc-btn.cc-deny {
    color: #333
}

/**********************/

.cc-revoke {
    display:  none;
}
