h1, h2, h3, h4, h5, h6, .bu_blue {
    color: #003865;
}
.list-group a{
    color: #007aae;
    font-weight: 700;
    line-height: 1.2;
}
.list-group a:hover, .list-group a:hover {
    color: #003865;
    text-decoration: none;
}
.row {
    background-color: #ffffff !important;
}
.btn-outline-bu_blue {
    color: #003865;
    border-color: #003865;
}
.btn-bu_orange {
    color: white;
    background-color: #E8751E;
    border-color: #E8751E;
}
.btn-bu_orange:hover {
    color: white;
    background-color: darkorange;
    border-color: #E8751E;
}

.btn-outline-bu_orange {
    color: #E8751E;
    border-color: #E8751E;
}
.btn-outline-bu_orange:hover {
    background-color: #E8751E;
    color: white;
    border-color: #E8751E;
}
.or_seperator {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: .25rem;
    color:rgba(0,0,0,.3);
}

.optionalLabel::after { 
    content: " (optional)";
}
.dollarsign::before {
    font-weight: bold;
    color: navy;
    content: "$ ";
}

.dollar .form-control {
    width: 85% !important;
    display: inline-block;
}

.card { /* an attempt to fix an iOS 13 bug causing disappearing text */
    position: inherit;
}
