/* -------------------
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: 1b85d808-4388-41fc-8acd-1a56635e8fb8
-------------------*/
:root {
	--color-0: #2b2b2b;
	--color-1: #ffffff;
	--color-2: #00294f;
	--color-2-alpha: #00294fbf;  /* add bf to color code 2 HTML Code */
	--color-3: #019de0;
	--color-4: #e3363a;
	--color-4-alpha: #9f2629;
	--color-5: #00529e;
}


