html.bjpfg--variant-light * {
    outline-color: #2883c9;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #2883c9;
}

html.bjpfg--variant-light .bjpfg-icon {
    color: #2883c9;
}

body .bjpfg-submit__actions button:not(.--link).--primary:not([disabled]) {
    color: #fff;
    font-weight: 600;
    background-color: #2883c9;
    box-shadow: inset 0 0 0 1px #2883c9;
}

body .bjpfg-submit__actions button:not(.--link).--primary:not([disabled]):hover {
    color: #fff;
    font-weight: 600;
    background-color: #2883c9;
    box-shadow: inset 0 0 0 1px #2883c9;
}

body .bjpfg-footer .--link {
    color: #2883c9 !important;
}

body button:not(.--link).--primary:not([disabled]) {
    color: #fff;
    font-weight: 600;
    background-color: #2883c9;
    box-shadow: inset 0 0 0 1px #2883c9;
}

body button:not(.--link).--primary:not([disabled]):hover {
    color: #2883c9;
    font-weight: 600;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #2883c9;
}

body .bjpfg-tos__confirm {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

body ul.bjpfg-accessibility-toolbar li {
    margin: 0 7px;
}

body button:not(.--link):not([disabled]):hover {
    -webkit-box-shadow: inset 0 0 0 1px #2883c9;
    background-color: #2883c9;
}

body .bjpfg-popover {
    border: 2px solid #2883c9;
}

body button:not(.--link) {
    color: #2883c9;
    font-weight: 600;
    background: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 0 0 1px #2883c9, inset 0 -1px 0 #2883c9;
    box-shadow: inset 0 0 0 1px #2883c9, inset 0 -1px 0 #2883c9;
}

body button:not(.--link):hover,
body button:not(.--link):not([disabled]):hover,
body button:not(.--link):hover .bjpfg-icon {
    color: #fff;
    background-image: none;
    background-color: #2883c9;
}

html.bjpfg--variant-dark button:not(.--link),
html.bjpfg--variant-dark .bjpfg-icon {
    color: #2883c9;
}

html.bjpfg--variant-dark button:not(.--link) {
    color: #2883c9;
    background: #fff;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover {
    color: #fff;
    background-color: #2883c9;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover .bjpfg-icon {
    color: #fff;
    background-color: #2883c9;
}

html.bjpfg--variant-dark button:not(.--link).--primary:not([disabled]),
html.bjpfg--variant-dark button:not(.--link).--success:not([disabled]) {
    color: #fff;
}

body .bjpfg-submit {
    background-color: #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

body input:not([type=checkbox]).--disabled,
body input:not([type=checkbox]):disabled,
body select.--disabled, select:disabled,
body textarea.--disabled,
body textarea:disabled,
body button:not(.--link).--disabled,
body button:not(.--link):disabled {
    background-color: #f5f5f5;
}