#footer-consent,
#footer-consent * {
    box-sizing: border-box;
}


.consent-overlay-body
{
    overflow: hidden;
}

#footer-consent .container
{
    width: 100%;
}

#footer-consent .btn-group
{
    margin: 6px 0;
}

#footer-consent .logo-claim
{
    margin: 30px 0 10px 0;
}

#footer-consent hr
{
    margin-bottom: 0px;
}

#footer-consent .btn-group a.btn-link , #footer-consent h3
{
    color: #fff;
}

.consent-overlay
{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.7);
    z-index: 9998;
}

#footer-consent {
    display: none;
    position: fixed;
    top: 2%;
    left: 2%;
    right: 2%;
    bottom: 2%;
    background: #0a2e45;
    color: #fff;
    z-index: 9999;
    text-align: center;
    overflow: auto;
}

#footer-consent h3
{
    margin-top: 10px;
}

#footer-consent p {
    margin: 0;
}

#footer-consent p a{
    text-decoration: underline;
}


#footer-consent .btn-wrapper
{
    display: inline-block;
    margin: 1em 0;
}

#footer-consent a {
    color: #fff;
}

#footer-consent #description {
    float: left;
}

#footer-consent #accept {
    float: right;
}

#footer-consent #reiff-consent-accept {
    margin: 20px 0;
}

@media (min-width: 992px)
{
    #footer-consent {
        top: 20%;
        bottom: auto;
        left: 25%;
        width: 50%;
        right: 25%;
    }
}

@media (max-width: 575.98px) {
    #footer-consent .btn-group {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        border-top: 1px solid #fff;
        margin-top: 10px;
    }

    #footer-consent .btn-group .btn {
        display: block;
        width: 100%;
    }
}

#reiff-consent-decline {
  background-color: #5cb85c;
  color: #ffffff !important;
  border-radius: 4px;
}

#reiff-consent-decline:hover {
  background-color: #449d44;
  text-decoration: none;
}
