:root {
	--10am--color-brand: #0e6ab1;
	---10am--color-brand-secondary: #f9b033;
	--10am--color-brand-tertiary: #004f92;
	--section-bg-gradient: linear-gradient(143.97deg, #19B1F0 21.05%, #004C8B 81.91%);
	--10am--text-color: #343434;
	--content-width: 1400px;
	--wp--style--global--content-size: var(--content-width, 1200px);
	--btn-bg-color: white;
	--btn-text-color: var(--10am--color-brand);
	--btn-height: 44px;
	--btn-border: 1px solid var(--10am--color-brand);
	--btn-hover-border: 1px solid var(--10am--color-brand);
	--btn-font-size: 17px;
	--btn-font-weight: normal;
	--btn-border-radius: 500px;
	--btn-hover-bg-color: linear-gradient(100deg,#19b1f0,#004c8b);
	--btn-hover-text-color: white;
	--btn-filled-bg-color: linear-gradient(100deg,#19b1f0,#004c8b);
	--btn-filled-text-color: white;
	--btn-filled-hover-text-color: var(--10am--color-brand);
	--btn-filled-hover-bg-color: white;
	--section-space: 100px;
	--section-space-mobile: 50px;
	--10am-header-heigth: 90px;
	--10am--header-menu-weight: 300;
	--10am--header-menu-color: #343434;
	--10am--header-menu-underline-color: var(--10am--color-brand);
	--10am--header-menu-underline-offset: 17px;
	--10am--header-submenu-active-color: #ccc;
	--10am-ptn-s-primary-title-color: var(--10am--color-brand);
	--10am-ptn-s-primary-text-color: var(--10am--text-color);
	--10am-ptn-s-primary-contrast-background: #004f92;
	--10am-ptn-s-primary-contrast-text-color: white;
	--10am-ptn-s-highlight-title-color: white;
	--10am-ptn-s-highlight-background: var(--section-bg-gradient);
	--10am-ptn-s-highlight-text-color: white;
	--10am-ptn-s-alternative-title-color: white;
	--10am-ptn-s-alternative-background: #004f92;
	--10am-ptn-s-alternative-text-color: white;
	--10am-service-area-icon: "\2800";
	--10am-service-area-background: url(/wp-content/uploads/bolt.svg);
}
/* hack to force our way into a site editor */
.wp-block-INCLUDE_ME {
  color: red;
}