.bh-blue {
    color: #1A475F;
}

.bh-green {
    color: #048956;
}

.bkg-color-bh-blue {
    background-color: #1A475F;
}

.bkg-color-bh-green {
    background-color: #048956;
}

p {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

h1 {
    font-family: Mulish;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    text-align: left;
}

h3 {
    font-family: Mulish;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #101828;
}

h4 {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

h5 {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 800;
    line-height: 20.08px;
    text-align: left;
}

.btn-bh {
    background-color: #1A475F;
    color: white;
}

    .btn-bh:hover {
        background-color: #1A475F;
        color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.bh-card {
    /*gap: 16px;*/
    border-radius: 8px 8px 8px 8px;
    /*    border: 2px 0px 0px 0px;*/
    border: 2px solid #1A475F;
    /*box-shadow: 0px 8px 16px 0px #7070700F;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #FFFFFF;
    min-height: 275px;
}

input[type=radio] {
    border: solid;
    border-color: dimgray;
    border-width: thin;
}

/*body {*/
/*    padding-top: 50px;
    padding-bottom: 20px;*/
    /*margin: 0;
    padding: 0;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {*/
/*    padding-left: 15px;
    padding-right: 15px;*/
/*}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
/*.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}*/
