/* Legacy modal buttons use fixed brand colors in both old and new page CSS contours. */
.modal-wrapper .modalform .wpcf7 input.wpcf7-submit {
	background-color: #DA1F27;
	color: #FFFFFF;
	cursor: pointer;
	height: 70px;
	max-width: 100%;
}

.modal-wrapper .modalform .wpcf7 input.wpcf7-submit:hover,
.modal-wrapper .modalform .wpcf7 input.wpcf7-submit:focus-visible {
	background-color: #2785D0;
	color: #FFFFFF;
	height: 70px;
	max-width: 100%;
}

.modal-wrapper #successform .successform a.button {
	background-color: #DA1F27;
	color: #FFFFFF;
	cursor: pointer;
	justify-content: center;
	padding: 7px 16px;
	text-align: center;
	white-space: nowrap;
}

@media (max-width: 361px) {
	.modal-wrapper .modalform .wpcf7 input.wpcf7-submit,
	.modal-wrapper .modalform .wpcf7 input.wpcf7-submit:hover,
	.modal-wrapper .modalform .wpcf7 input.wpcf7-submit:focus-visible {
		height: 55px;
	}
}

.modal-wrapper #successform .successform a.button:hover,
.modal-wrapper #successform .successform a.button:focus-visible {
	background-color: #2785D0;
	color: #FFFFFF;
}
