  #ecc-cares-form {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #f8f8f8;
}

.ecc-cares-step {
	margin: 20px 0;
}

.ecc-cares-button, a.ecc-cares-button {
	display: block;
	font-size: 15px;
	width: 100%;
	max-width: 100%;
	padding: 10px 20px;
	margin-bottom: 5px;
	background: #0073aa;
	background-color: #ddd;
	text-decoration: none;
	color: #fff;
	color: #333!important;
	border: none;
	cursor: pointer;
}

.ecc-cares-button:hover {
	/* background: #005177; */
	background-color: var(--true-blue);
	color: white!important;
}

.ecc-cares-instructions {
	display: none;
	margin: 10px 0;
}

#ecc-cares-form  h4 {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
}

#ecc-cares-form  .col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
}

#ecc-cares-form  .col-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 5px;
}

@media screen and (max-width: 1010px) {
	#ecc-cares-form  .col-4 {
		grid-template-columns: 1fr 1fr;

	}
}
@media screen and (max-width: 600px) {
	#ecc-cares-form  .col-2, #ecc-cares-form  .col-4 {
		grid-template-columns: 1fr;
	
	}
}


#ecc-cares-form .ecc-button {
	display: inline-block;
}

#ecc-cares-footer {
	text-align: right;
}
#ecc-cares-footer .ecc-cares-button {
	display: inline-block;
	font-size: 14px;
	width: auto;
	padding: 5px 10px;
	margin-bottom: 5px;
	background-color: #ddd;
	color: #333;
	border: none;
	cursor: pointer;
}
#ecc-cares-footer .ecc-cares-button:hover {
	background-color: var(--aqua);
}