.alert-icon {
	font: var(--fa-font-regular);
}

.dropdown-icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	font: var(--fa-font-light);
}

.icon-njib {
	background-image: url('https://cdn.njib.gov/assets/images/white_ibank.ico');
	height: 18px;
	margin: 0 -5px 0;
	vertical-align: -3px;
	width: 18px;
}

.icon-njeit::before { content: '\f043'; }

.icon-njtib::before { content: '\f018'; }

.icon-njrib::before { content: '\f76c'; }

.icon-success::before { content: '\f058'; }

.icon-alert::before { content: '\f06a'; }

.icon-warning::before { content: '\f071'; }

.icon-primary::before { content: '\f05a'; }