/* B2-2 alert for site */
.site-alert {
    margin: 0 0 1px 0;
    float: none;
    width: 100%;
}
.site-alert a {
    text-decoration: underline;
}
.site-alert-message {
    word-break: break-word;
    width: 100%;
    max-width: calc(1000px - 40px);
}
.site-alert-message .icon {
    margin-right: 20px;
    vertical-align: middle;
}
.site-alert-message .blk-content {
    margin: auto 0;
    font-weight: 600;
}
/* B2-3 alert for site */
.site-alert-message {
    width: 100%;
}

div.blk-alert {
    padding-left: 20px;
}

/* .blk-alert {
    display: flex;
    flex-direction: row;
} */

.bg-caution {
    background-color: #d61f26;
    color: #fff;
}
.bg-caution a {
    color: #fff;
}
.bg-caution a:active:visited,
.bg-caution a:hover,
.bg-caution a:hover:visited {
    color: #fff;
}
.bg-caution a:active,
.bg-caution a:focus {
    outline: 3px solid #fff;
    outline-offset: 0;
    background-color: #fff;
    color: #d61f26;
}
a.nuked {
    text-decoration: line-through!important;
    text-decoration-color: #d61f26!important;
    opacity: 50%!important;
}
.gcf-hide{display:none!important}
.gcf-fab {font-family: "Font Awesome 5 Brands";font-weight: 400;}