 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    margin-bottom: 1em;
}

.ce-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dedede;
    padding: 1em;
    color: #232323;
    font-size: 1em;
    z-index: 999999;
    line-height: 17px;
}

.ce-accept, .ce-dismiss, .ce-disable{
    background-color: #333;
    color: #fff;
    text-decoration: none;
    padding: .6em 1em;
    display: inline-block;
    margin: 0 .5em;
}

.ce-disable{
    background-color: #aaa;
}

.ce-accept:hover,
.ce-dismiss:hover,
.ce-disable:hover{
    background-color:#821228;
    color: white;
    font-weight: 600;
}
div.ce-banner > p > a.ce-accept.accept, div.ce-banner > p > a.ce-accept.decline {
    float: right;
    height: 100%;
    margin-top: 11px;
}
div.ce-banner > p {
    font-weight: 600;
    font-family: avenir next;
    display: flex;
    margin-bottom: 0px;
}
div.ce-banner > p > a.ctcc-more-info-link {
    display: contents;
    text-decoration: underline;
    color: #821228;
    font-weight: 600;
    font-family: avenir next;
}
.ce-accept{
    background-color: #82122800;
    color: #821228;
    border-width: 2px;
    border-style: solid;
    border-color: #821228;
    font-family: avenir next;
    text-transform: uppercase;
    font-weight: 600;
}

.ce-dismiss{
    position: absolute;

    font-size: .8em;

    right: 1em;
    top: 1em;

    background-color: #ccc;
    color: #333;
}

.ce-iframe-placeholder{
    padding: 1em;
    background-color: #eee;
    margin: 1em 0;
}

.ce-iframe-placeholder p{
    margin: 0;
}

iframe{
    width: 100%;
}

@media (max-width: 991px){
    .ce-banner{
        bottom: unset;
        top:0;
        padding-right: 23px;
    }
    div.ce-banner > p{
        display: inline;
    }
    div.ce-banner > p > a.ce-accept.accept, div.ce-banner > p > a.ce-accept.decline{
        float:none;
    }
}