/* Loaded after Bootstrap so primary buttons match brand blue site-wide */
.btn-primary {
    background-color: #1b4b7f !important;
    border-color: #1b4b7f !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #143d66 !important;
    border-color: #143d66 !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(27, 75, 127, 0.35);
}
