/* -------------------
BEGIN va-grid-lite.css
Sitecore Resource: 02f6dfcd-e029-4ea4-bda3-d57f0508ee6f
-------------------*/
.vf-grid {
	display: grid;
  /* display three across - based on current image width */
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1rem 2rem;
	justify-items: center;
}

.vf-area {
	display: flex;
  /* allows for a more organic alignment in positioning */
	align-items: center;
	position: relative;
}
/* -------------------
BEGIN vbf-client
Sitecore Resource: b6dc26ac-4803-4531-abb3-2be35c018cf1
-------------------*/
:root {
	--color-0: #2b2b2b;
	--color-1: #ffffff;
	--color-2: #78c362;
	--color-2-alpha: #78c362bf;  /* add bf to color code 2 HTML Code */
	--color-3: #003e74;
	--color-4: #78c362;
	--color-4-alpha: #548945;
	--color-5: #003e74;
}
