.blocked-iframe-cookie-notice {
    border: 5px solid #00539b;
    background: white;
    border-radius: 0px;
    color: #202024;
    margin: 0 0 1.5625rem 0;
    padding: 1em 1.2em;
    box-sizing: border-box;
}

.blocked-iframe-hotjar {
    display: none;
}

.btn .btn-lg{
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    margin-bottom: 5px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
    text-decoration: none;
}

.btn:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
}

.btn:active {
    color: #202024;
    background: #ffb400;
    outline: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}

.btn:focus {
    outline: 3px solid #FFB400;
    text-decoration: underline;
    color: #fff;
    background-color: #005a8f;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;

}

.btn-tag {
    border: 1px solid #6a6a6b;
    background: white;
    color: #202024;
}

.btn-tag:focus, .btn-tag:hover {
    background: #f0f0f0;
    border-color: #6a6a6b;
    color: #202024;
}

button .btn-primary .ccc-accept-all {
    color: #fff;
    background-color: #0071b3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005a8f;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}