	.tblBkgdColor-npr {
background-color: #006271;
color: #fff;
}

.tblBkgdColor-npr {
background-color: #c9f5fc;
}

.tblBkgdColor-hep-a {
background-color: #42770b;
color: #fff;
}

.tblBkgdColor-hep-a-mid {
background-color: rgba(66, 119, 11, 0.5);
}

.tblBkgdColor-hep-a-light {
background-color: rgba(66, 119, 11, 0.25);
}

.tblBkgdColor-hep-b {
background-color: #016457;
color: #fff;
}

.tblBkgdColor-hep-b-mid {
background-color: rgba(1, 100, 87, 0.5);
}

.tblBkgdColor-hep-b-light {
background-color: rgba(1, 100, 87, 0.25);
}

.tblBkgdColor-hep-c {
background-color: #223b86;
color: #fff;
}

.tblBkgdColor-hep-c-mid {
background-color: rgba(34, 59, 134, 0.5);
}

.tblBkgdColor-hep-c-light {
background-color: rgba(34, 59, 134, 0.25);
}

.hep-a-border .card {
border-color: #42770b !important;
}
.hep-b-border .card {
border-color: #016457 !important;
}
.hep-c-border .card {
border-color: #223b86 !important;
}

.hep-a-fill span::before {
fill: #42770b !important;
color: #42770b !important;
}
.hep-b-fill span::before {
fill: #016457 !important;
color: #016457 !important;
}
.hep-c-fill span::before {
fill: #223b86 !important;
color: #223b86 !important;
}

.textColorA {
color: #42770b;
}

.textColorB {
color: #016457;
}


.textColorC {
color: #223b86;
}

.PurpleText {color:#680ba5;}

.bkgrndColorA, .cardHdrColorA .card .card-header {
background-color: #42770b!important;
color: #ffffff;
}

.bkgrndColorB, .cardHdrColorB .card .card-header {
background-color: #016457!important;
color: #ffffff;
}

.bkgrndColorC, .cardHdrColorC .card .card-header {
background-color: #223b86!important;
color: #ffffff;
}

.bkgrndColorA-light .card .card-body  {
background-color: #e6f5d5 !important;
}

.bkgrndColorB-light .card .card-body  {
background-color: #cef4ef !important;
}

.bkgrndColorC-light .card .card-body {
background-color: #dde4fa !important;
}

.fsHUGE {
font-size: 2.5em;
}

.lh08 {
line-height: 0.8em;
}

.lh1 {
line-height: 1em;
}

.card h2 {
margin-top: 2rem !important;
margin-bottom: 0.5rem !important;
}