body #cconsent-bar {
    background-color: #2DABE2;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
body #cconsent-bar .ccb__wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    width: 100%;
}
@media (max-width:1024px){
    body #cconsent-bar .ccb__wrapper {
        align-items:center;
        justify-content: center;
    }
}
@media (max-width:767px) {
    body #cconsent-bar .ccb__wrapper {
        display:block
    }
}
body #cconsent-bar .ccb__wrapper figure {
    margin-bottom:0
}
@media (max-width:1199px) {
    body #cconsent-bar .ccb__wrapper {
        max-width:1120px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width:767px) { 
    body #cconsent-bar .ccb__wrapper {
        padding-left:15px;
        padding-right: 15px;
    }
}
body #cconsent-bar p {
    letter-spacing:.008em;
    line-height: 1.3;
}
body #cconsent-bar a + a {
    margin-left: 22px;
}
@media (max-width: 1024px) {
    body #cconsent-bar a + a{
        margin-left: 0;
        margin-top: 12px;
    }
}
body #cconsent-bar .ccb__left,
body #cconsent-bar .ccb__right {
    flex:0 1 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    }
body #cconsent-bar .ccb__left {
    flex:0 1 400px;
    margin-left: 34px;
    max-width: 400px;
}
@media (max-width:767px) {
    body #cconsent-bar .ccb__left {
        margin-left:0;
        margin-top: 20px;
    max-width: none;
    text-align: center;
    }
}
body #cconsent-bar .ccb__right {
    flex:0 1 auto;
    margin-left: auto;
}
body #cconsent-bar .ccb__right .ccb__button {
    display:flex;
}
@media (max-width:1024px) {
    body #cconsent-bar .ccb__right .ccb__button {
        align-items:center;
        display: flex;
        flex-direction: column;
        margin-right: auto;
    }
}
@media (max-width:767px) {
    body #cconsent-bar .ccb__right .ccb__button {
        flex-direction:column;
        margin-top: 30px;
    }
}
body #cconsent-bar .ccb__edit,
body #cconsent-bar button.consent-give {
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    background-color: #9d9d9d;
    border: 2px solid #9d9d9d;
    border-radius: 100px;
    box-shadow: 0 0 0 0 transparent;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .055em;
    line-height: 1.35;
    min-height: 0;
    min-width: 230px;
    outline: none;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .3s ease-out,border-color .3s ease-out,border-radius .3s ease-out,max-width .3s ease-out,max-height .3s ease-out,background-color .3s ease-out,box-shadow .3s ease-out,text-shadow .3s ease-out,color .3s ease-out,opacity .3s ease-out,visibility .3s ease-out;
    vertical-align: middle;
}
body #cconsent-bar button.consent-give {
    background-color:#24357A;
    border: 2px solid #24357A;
    font-weight: 600;
}
body #cconsent-modal .ccm__footer button {
    background:#24357A;
    border-color: #24357A;
    color: #fff;
}
body #cconsent-modal .ccm__footer button:hover {
    background:#ffffff;
    border-color: #24357A;
    color: #24357A;
}
