.business-eq-bg {
    background-color:#F58800;
}
.team-eq-bg {
    background-color:#75b817;
}

.master-eq-bg {
    background-color:#01568C;
}

.ebw-bg-blue {
    background-color: rgba(0, 86, 140, 1);
}

.ebw-bg-orange {
    background-color: #DB7A00;
}

.ebw-bg-intro {
    background-color: white;
    border-color: rgb(219, 122, 0);
}

.ebw-bg-callout {
    background-color: rgba(219, 122, 0, 0.1);
    border-color: rgb(219, 122, 0);
}

.ebw-fg-blue {
    color: rgba(0, 86, 140, 1);
}

.ebw-fg-orange {
    color: #DB7A00;
}

.ebw-fg-red {
    color: rgba(200, 16, 26, 1);
}

.ebw-fg-green {
    color: rgba(33, 155, 70, 1);
}


.ebw-bg-grey {
     background-color: #555;
 }
.ebw-fg-grey {
    color: #555;
}
.ebw-bg-lightgrey {
    background-color: rgb(248, 248, 250);
}

.ebw-bg-red {
    background-color: rgba(200, 16, 26, 1);
}

.ebw-bg-green {
    background-color: rgba(33, 155, 70, 1);
}

.custom-radio  .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(0, 86, 140, 1);
}

.custom-checkbox  .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(0, 86, 140, 1);
}

.custom-control-label::before {
    width: 1.25rem;
    height: 1.25rem;

}

.custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;

}

.custom-control-label {
padding-top: 2px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.footer {
    font-size:0.9rem;
}

.ebw-logo {
    margin-left: -1px;
}