.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    line-height: 120%;
    transition: font-size 200ms;
}

.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    background-size: cover;
    opacity: 0.9;
    transition: opacity 200ms
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
    opacity: 1
}

@media print {
    .cc_banner-wrapper, .cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px
}

.cc_container .cc_btn {
    background-color: #2066ae;
    background-image: -o-linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    background-image: -moz-linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    background-image: -webkit-linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    background-image: -ms-linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    background-image: linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#246eb5,endColorstr=#1b5fa8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#246eb5, endColorstr= #1b5fa8)";
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: normal;
    text-shadow: none;
    font-size: 11px;
    line-height: 120%;

    padding: 8px 10px;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    width: 33%;
    margin-top: 5px;
    margin-left: 10px;
    float: right;
    max-width: 120px;
    display: none;
}

.cc_container .cc_message {
    transition: font-size 200ms;
    display: block
}

.cc_container {
    background: #fff;
    color: #3b5777;
    font-size: 11px;
    font-family: 'Alegreya Sans', sans-serif;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.82);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.82);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.82);
}

.cc_container ::-moz-selection {
    background: #2066ae;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #2066ae;
    background-image: -o-linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    background-image: -moz-linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    background-image: -webkit-linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    background-image: -ms-linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    background-image: linear-gradient(top,#246eb5 0,#1b5fa8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#246eb5,endColorstr=#1b5fa8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#246eb5, endColorstr= #1b5fa8)";
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: normal;
    text-shadow: none;
    font-size: 11px;
    line-height: 120%;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
    background-color: #2066ae;
    color: #fff;
}

.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #236eb5;
    transition: 200ms color;
    white-space: nowrap;
    font-size: 11px;
}

.cc_container a:hover, .cc_container a:active {
    color: #236eb5;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.cc_container, .cc_message, .cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        padding: 8px 15px
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_btn {
        display: block;
        font-size: 13px;
        margin-top: 0px;
    }

    .cc_container .cc_message,
    .cc_container a,
    .cc_container a:visited {
        font-size: 13px;
        line-height: 120%;
    }
}