/* Incentives Finder */

.incentives-finder {
	padding-top: 20px;
	padding-bottom: 60px;
}

.incentives-finder .incentives-finder-subtitle {
	font-size: 24px;
	font-weight: 500;
	max-width: 475px;
}

.incentives-finder .incentives-finder-title {
	font-size: 36px;
	text-align: center;
	margin-top: 30px;
}

.incentives-finder .incentives-finder-mode-buttons {
	max-width: 900px;
	margin: 0 auto;
}

.incentives-finder .btn-incentives-finder {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 5px;
}

.incentives-finder .incentives-finder-mode-icon {
	max-height: 36px;
	max-width: 36px;
	margin-right: 5px;
}

.incentives-finder .incentives-finder-results {
	display: none;
}

.incentives-finder .incentives-finder-and-label {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.incentives-finder .incentives-finder-multiple {
	border: 3px dashed #808080;
	margin-bottom: 10px;
}

.incentives-finder .incentives-finder-multiple-label {
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

.incentives-finder .incentives-finder-incentive {
	box-shadow: 4px 5px 7px grey;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 225px;
	padding: 15px 10px;
	margin: 20px;
}

.incentives-finder .incentives-finder-incentive-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.2;
}

.incentives-finder .incentives-finder-incentive-description {
	text-align: center;
	margin-bottom: 15px;
}

.incentives-finder .incentives-finder-incentive-stat {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #808080;
	padding: 10px 0;
	line-height: 1;
}

.incentives-finder .incentives-finder-incentive-stat:last-child {
	border-bottom: 1px solid #808080;
	margin-bottom: 20px;
}

.incentives-finder .incentives-finder-incentive-stat .incentives-finder-incentive-stat-label {
	font-weight: bold;
	margin-right: 10px;
}

@media screen and (min-width: 992px) {
	.incentives-finder {
		padding-top: 60px;
	}

	.incentives-finder .btn-incentives-finder {
		margin: 15px;
	}

	.incentives-finder .incentives-finder-multiple {
		display: flex;
		border: none;
		padding: 0;
	}

	.incentives-finder .incentives-finder-multiple-label {
		padding: 80px 60px;
	}
}