/* kenmark-contact.css */

/*
	B2B > .contact.css DEFAULTS:
	.phone-1, email-1, .fax-1, .hours-1 are displayed;

	- all others:
		.phone-2, .email-2, .fax-2, .hours-2, .phone-3, .email-3, .fax-3, .hours-3
	... are un-displayed;
*/

.section-contact-info {
	.customer-service-wrapper {
		.customer-service-block {
			.fax-1,
			.hours-1 { display: none; }
			/* span { font-weight: bold; } */
		}
	}
}
