/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

div.paylocity-embed__container {

}

ul.paylocity-embed__container__list {
	font-size: 0.9em;
	column-count: 2;
	column-gap: 50px;
}

@media screen and (max-width: 1024px) {
	ul.paylocity-embed__container__list {
		font-size: 1em;
		column-count: 1;
	}
}
