	/* ---Patch to fix hidden callback button issue (10-2025) ---*/
		div#office-hours-message +div button[type=submit]{
				background-color: #FFF !important;
		}
	
		/* Move up error text for mobile */
		@media only screen and (max-width: 767px) {
			div#office-hours-message +div div:has(> button[type=submit]){
				    margin-top: 45px !important;
			}
		}
	/* ---End of patch---*/

/* Adjustment for mobile brand hero banner*/

@media only screen and (max-width:500px){

	/* Align text to the left*/
        .banner-w-form .banner-title-wrapper{
		width: 300px !important;
		margin-left: 10px !important;
		padding: 55px 25px 80px !important;
	}
}