/* -------------------
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: e1d29bcd-c3a7-4416-bbc0-40c36d3187fd
-------------------*/
:root {
	--color-0: #000000;
	--color-1: #ffffff;
	--color-2: #e42a1d;
	--color-2-alpha: #e42a1dbf;  /* add bf to color code 2 HTML Code */
	--color-3: #000000;
	--color-4: #e42a1d;
	--color-4-alpha: #a01d14;
	--color-5: #666666;
}
