/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

/* START ---------------------------- PSB Page ---------------------------- */

.directory .equal-items {
	justify-content: center;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	
/* START ---------------------------- PSB Page ---------------------------- */

	

	
}
/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {

		

	}

	/*end media query*/
	/*End landscape tablet and up styles*/
	/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
	@media only screen and (min-width: 1200px) {
		


	}

	/*end media query*/
	/*End desktop only styles*/
	/*END OF DOCUMENT*/
