.bg-gradient-enspire {
			background: linear-gradient(90deg, #608fc8, #00ae52);
			color: white;
		}

			.bg-gradient-enspire:hover {
				background: linear-gradient(90deg, #89acd6, #89acd6);
				color: white;
			}

			.bg-gradient-enspire:active {
				background: linear-gradient(90deg, #608fc8, #608fc8);
				color: white;
			}

		.bg-branded {
			background: #b93f20;
			color: white;
		}

			.bg-branded:hover,
			.bg-branded:active,
			.bg-branded:focus {
				background: #e4522d;
				color: white;
			}