    <!doctype html>
<html lang="en-US">
    <head>
        <meta charset="UTF-8">
                <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="profile" href="https://gmpg.org/xfn/11">
        <script type="text/javascript">
	window.dataLayer = window.dataLayer || [];

	function gtag() {
		dataLayer.push(arguments);
	}

	gtag("consent", "default", {
		ad_personalization: "denied",
		ad_storage: "denied",
		ad_user_data: "denied",
		analytics_storage: "denied",
		functionality_storage: "denied",
		personalization_storage: "denied",
		security_storage: "granted",
		wait_for_update: 500,
	});
	gtag("set", "ads_data_redaction", true);
	gtag("set", "url_passthrough", true);
</script>
<script type="text/javascript">
		(function (w, d, s, l, i) {
		w[l] = w[l] || [];
		w[l].push({'gtm.start': new Date().getTime(), event: 'gtm.js'});
		var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l !== 'dataLayer' ? '&l=' + l : '';
		j.async = true;
		j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
		f.parentNode.insertBefore(j, f);
	})(
		window,
		document,
		'script',
		'dataLayer',
		'GTM-NVF6C2X'
	);
</script>
<script type="text/javascript"
		id="Cookiebot"
		src="https://consent.cookiebot.com/uc.js"
		data-implementation="wp"
		data-cbid="6caec270-217c-4712-9bbf-05171c7cfddd"
		data-georegions="{'region':'US','cbid':'3fecf8fd-dd0c-4ac8-ad93-2e7172cc5ad1'}"					async	></script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<style id="orbitmedia-critical-css" data-no-optimize="1" data-no-minify="1">
/* ----------------------------------------------------------------------
 * Elementor atomic-color CSS variables.
 * Elementor 3.21+ defines these (--e-a-color-white, --e-a-color-black,
 * etc.) in `assets/css/conditionals/e-color-helpers.css`, which can be
 * deferred or skipped by WP Rocket's CSS optimization. When it's
 * skipped — especially for logged-out / incognito visitors who hit the
 * fully-optimized cache bundle — any rule like `color: var(--e-a-color-
 * white)` resolves to an undefined variable, the property becomes
 * invalid-at-computed-value-time, and `color` falls back to inherited.
 * Defining the variables ourselves here pins them for first paint and
 * removes any dependency on Elementor's helper stylesheet load order.
 * -------------------------------------------------------------------- */
:root {
    --e-a-color-white: #ffffff;
    --e-a-color-black: #000000;
}

/* ----------------------------------------------------------------------
 * Suppress all CSS transitions on buttons until JS marks the body as
 * `oms-loaded`. This prevents `transition: all 0.3s` (from .button) from
 * animating the cosmetic shift when custom.js migrates the .btn-* class
 * from .elementor-widget-button to the inner <a> at DOMContentLoaded.
 * -------------------------------------------------------------------- */
body.orbit:not(.oms-loaded) a.btn-primary,
body.orbit:not(.oms-loaded) a.btn-secondary,
body.orbit:not(.oms-loaded) a.cta-link,
body.orbit:not(.oms-loaded) button.facetwp-reset,
body.orbit:not(.oms-loaded) .elementor-widget-button .elementor-button-link,
body.orbit:not(.oms-loaded) .elementor-widget-secondary-button .elementor-button-link,
body.orbit:not(.oms-loaded) .elementor-widget-cta-button .elementor-button-link,
body.orbit:not(.oms-loaded) a.btn-primary::after,
body.orbit:not(.oms-loaded) a.btn-secondary::after,
body.orbit:not(.oms-loaded) a.cta-link::after,
body.orbit:not(.oms-loaded) .elementor-widget-button .elementor-button-link::after,
body.orbit:not(.oms-loaded) .elementor-widget-secondary-button .elementor-button-link::after,
body.orbit:not(.oms-loaded) .elementor-widget-cta-button .elementor-button-link::after {
    transition: none !important;
}

/* ----------------------------------------------------------------------
 * Primary + Secondary CTA buttons.
 * Targets BOTH selector states so the inner <a> looks identical before
 * and after the JS class-migration:
 *   pre-JS:  .elementor-widget-*.btn-* .elementor-button-link
 *   post-JS: a.btn-*
 * Geometry AND cosmetics are pinned here so there is literally nothing
 * for `transition: all` to animate when the class moves.
 * -------------------------------------------------------------------- */
body.orbit a.btn-primary,
body.orbit a.btn-secondary,
body.orbit button.facetwp-reset,
body.orbit .elementor-widget-button.btn-primary .elementor-button-link,
body.orbit .elementor-widget-secondary-button.btn-secondary .elementor-button-link {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding: 12px 30px 12px 15px;
    border-radius: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 1200px) {
    body.orbit a.btn-primary,
    body.orbit a.btn-secondary,
    body.orbit button.facetwp-reset,
    body.orbit .elementor-widget-button.btn-primary .elementor-button-link,
    body.orbit .elementor-widget-secondary-button.btn-secondary .elementor-button-link {
        font-size: 1.1rem;
    }
}

/* Primary cosmetics — red filled button */
body.orbit a.btn-primary,
body.orbit .elementor-widget-button.btn-primary .elementor-button-link {
    background: #E61C23;
    border: 2px solid #E61C23;
    color: #ffffff;
}

/* Secondary cosmetics — outlined button.
 *
 * Note: `color` is intentionally OMITTED from this rule. Setting it
 * explicitly (e.g. `color: #000`) would break the inherited text color
 * from dark-background ancestors. The dark-bg context already sets
 * `color: #ffffff` on `.bg-color--000000` itself (see
 * resources/scss/base-styles/utilities/_typography.scss), so letting
 * the <a> inherit produces the correct color on both light and dark
 * sections without a specificity battle on first paint. */
body.orbit a.btn-secondary,
body.orbit button.facetwp-reset,
body.orbit .elementor-widget-secondary-button.btn-secondary .elementor-button-link,
body.orbit .elementor-widget-secondary-button .elementor-button-link {
    background-color: transparent;
    border: 2px solid #E61C23;
}

/* Establish the dark-bg text color directly on the ancestor so it's pinned
 * for first paint (mirrors `_typography.scss`). Descendants — including
 * <a class="btn-secondary"> — inherit from this. */
body.orbit .bg-color--000000,
body.orbit .pageblock[data-background="overlay"] {
    color: #ffffff;
}

/* Pin the link color for the PRE-JS state of button widgets on dark
 * backgrounds. `.btn-*` is still on the widget wrapper at first paint;
 * the post-JS `a.btn-*` rules don't match yet, and the inner <a>'s color
 * defaults to Elementor's CSS (dark). Since the chevron `::after` is now
 * driven by `currentColor`, a dark link color paints a dark arrow on top
 * of a dark background — looks like "no arrow", then it flips to white
 * once JS migrates the class and the post-JS color rule kicks in.
 * Setting the color directly on the descendant link element avoids that
 * cascade gap. */
body.orbit .bg-color--000000 .elementor-widget-button .elementor-button-link,
body.orbit .bg-color--000000 .elementor-widget-secondary-button .elementor-button-link,
body.orbit .pageblock[data-background="overlay"] .elementor-widget-button .elementor-button-link,
body.orbit .pageblock[data-background="overlay"] .elementor-widget-secondary-button .elementor-button-link {
    color: #ffffff;
}

/* CTA Link variant (text-style link, no border/padding box) */
body.orbit a.cta-link,
body.orbit .elementor-widget-cta-button.cta-link .elementor-button-link {
    display: inline-block;
    padding: 0 0 3px 0;
    text-decoration: none;
    font-weight: 600;
}

/* ----------------------------------------------------------------------
 * Arrow chevron ::after pseudo-element.
 * One color-agnostic SVG mask + `background-color: currentColor` means
 * the arrow color is driven entirely by the inherited text color — no
 * per-context SVG variant, no `background-image` override race between
 * a dark default and a white override (which is what was producing the
 * dark-on-dark "invisible then pop" on the secondary button before).
 * Selectors cover both pre-JS (.elementor-widget-*) and post-JS (a.btn-*)
 * states so the arrow renders at its final size/position on first paint.
 * -------------------------------------------------------------------- */
body.orbit a.btn-primary::after,
body.orbit a.btn-secondary::after,
body.orbit a.cta-link::after,
body.orbit .elementor-widget-button.btn-primary .elementor-button-link::after,
body.orbit .elementor-widget-secondary-button.btn-secondary .elementor-button-link::after,
body.orbit .elementor-widget-secondary-button .elementor-button-link::after,
body.orbit .elementor-widget-cta-button.cta-link .elementor-button-link::after {
    content: '';
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 20px;
    margin-left: 7px;
    opacity: 1;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>') 50% 50% / contain no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>') 50% 50% / contain no-repeat;
}

/* No arrow on facetwp-reset (matches `&:after { display: none }` override) */
body.orbit button.facetwp-reset::after {
    display: none;
}

/* No arrow on external-link buttons (matches `&[target="_blank"]:after` override) */
body.orbit a.btn-primary[target="_blank"]::after,
body.orbit a.btn-secondary[target="_blank"]::after,
body.orbit a.cta-link[target="_blank"]::after,
body.orbit .elementor-widget-button.btn-primary .elementor-button-link[target="_blank"]::after,
body.orbit .elementor-widget-secondary-button.btn-secondary .elementor-button-link[target="_blank"]::after,
body.orbit .elementor-widget-cta-button.cta-link .elementor-button-link[target="_blank"]::after {
    display: none;
}
</style>
    
	<!-- This site is optimized with the Yoast SEO plugin v27.7 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Emergency Response Software for Fire, EMS &amp; Hospitals | ImageTrend</title>
	<meta name="description" content="ImageTrend turns emergency response data into actionable intelligence, empowering fire, EMS, and hospitals to improve operations, strategies, and outcomes." />
	<link rel="canonical" href="https://www.imagetrend.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Emergency Response Software for Fire, EMS &amp; Hospitals | ImageTrend" />
	<meta property="og:description" content="ImageTrend turns emergency response data into actionable intelligence, empowering fire, EMS, and hospitals to improve operations, strategies, and outcomes." />
	<meta property="og:url" content="https://www.imagetrend.com/" />
	<meta property="og:site_name" content="ImageTrend" />
	<meta property="article:publisher" content="https://www.facebook.com/ImageTrendLLC" />
	<meta property="article:modified_time" content="2026-06-08T19:00:28+00:00" />
	<meta property="og:image" content="https://www.imagetrend.com/wp-content/uploads/2026/05/ems-software-imagetrend.webp" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="847" />
	<meta property="og:image:type" content="image/webp" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@ImageTrend_LLC" />
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//js.hs-scripts.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="ImageTrend &raquo; Feed" href="https://www.imagetrend.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="ImageTrend &raquo; Comments Feed" href="https://www.imagetrend.com/comments/feed/" />
<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id='safe-svg-svg-icon-style-inline-css'>
.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{fill:currentColor;height:100%;max-height:100%;max-width:100%;width:100%}

/*# sourceURL=https://www.imagetrend.com/wp-content/plugins/safe-svg/dist/safe-svg-block-frontend.css */
</style>
<link rel='stylesheet' id='wpsummarize-style-css' href='https://www.imagetrend.com/wp-content/plugins/wpsummarize/assets/css/wpsummarize_classic.css?ver=1.0.59' media='all' />
<link rel='stylesheet' id='wpsummarize-minimize-summaries-css-css' href='https://www.imagetrend.com/wp-content/plugins/wpsummarize/assets/css/wpsummarize_minimize_summaries.css?ver=1.0.59' media='all' />
<link rel='stylesheet' id='oms-banner-style-css' href='https://www.imagetrend.com/wp-content/plugins/oms-banner/oms-banner.css?ver=1.0' media='all' />
<link rel='stylesheet' id='megamenu-css' href='https://www.imagetrend.com/wp-content/uploads/maxmegamenu/style.css?ver=369ad9' media='all' />
<link rel='stylesheet' id='hello-elementor-child-css' href='https://www.imagetrend.com/wp-content/themes/hello-elementor/style.css?ver=3.4.9' media='all' />
<link rel='stylesheet' id='base-css' href='https://www.imagetrend.com/wp-content/themes/orbitmedia-elementor/resources/css/min/base.min.css?ver=1778773069' media='all' />
<link rel='stylesheet' id='support-css' href='https://www.imagetrend.com/wp-content/themes/orbitmedia-elementor/resources/css/support.css?ver=1778773069' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://www.imagetrend.com/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.9' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://www.imagetrend.com/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.9' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1780981408' media='all' />
<link rel='stylesheet' id='elementor-post-2809-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/post-2809.css?ver=1780981546' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://www.imagetrend.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.1.2' media='all' />
<link rel='stylesheet' id='swiper-css' href='https://www.imagetrend.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' />
<link rel='stylesheet' id='e-swiper-css' href='https://www.imagetrend.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.1.2' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1780981408' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://www.imagetrend.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.1.2' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://www.imagetrend.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.1.2' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1780981408' media='all' />
<link rel='stylesheet' id='widget-counter-css' href='https://www.imagetrend.com/wp-content/plugins/elementor/assets/css/widget-counter.min.css?ver=4.1.2' media='all' />
<link rel='stylesheet' id='widget-icon-box-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/custom-widget-icon-box.min.css?ver=1780981408' media='all' />
<link rel='stylesheet' id='widget-video-css' href='https://www.imagetrend.com/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=4.1.2' media='all' />
<link rel='stylesheet' id='widget-image-box-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/custom-widget-image-box.min.css?ver=1780981408' media='all' />
<link rel='stylesheet' id='widget-nested-tabs-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/custom-widget-nested-tabs.min.css?ver=1780981408' media='all' />
<link rel='stylesheet' id='elementor-post-2-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/post-2.css?ver=1780981556' media='all' />
<link rel='stylesheet' id='elementor-post-2865-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/post-2865.css?ver=1780981541' media='all' />
<link rel='stylesheet' id='elementor-post-2869-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/post-2869.css?ver=1780981541' media='all' />
<link rel='stylesheet' id='eael-general-css' href='https://www.imagetrend.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.6.6' media='all' />
<style id='rocket-lazyload-inline-css'>
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://www.imagetrend.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
/*# sourceURL=rocket-lazyload-inline-css */
</style>
<link rel='stylesheet' id='elementor-gf-local-worksans-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/google-fonts/css/worksans.css?ver=1742386243' media='all' />
<script src="https://www.imagetrend.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://www.imagetrend.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script id="oms-banner-script-js-extra">
var scriptParams = {"oms_banner_visibility":"","oms_banner_text":"ImageTrend Connect26 | May 11-15 at Saint Paul RiverCentre | Saint Paul, Minnesota \r\n \u003Ca href=\"https://web.cvent.com/event/5c43b0a2-493d-416b-a70b-2de670e6587b/websitePage:c26809c7-199e-41f6-a160-da70dcf48a2e?RefId=ImageTrend%20Website&utm_campaign=general&utm_medium=web&utm_source=ImageTrend%2520website\"\u003EREGISTER\u003C/a\u003E","pro_version_enabled":"","in_array":"","debug_mode":"","id":"2","disabled_pages_array":[""],"oms_banner_color":"#e0d8c4","oms_banner_text_color":"#000000","oms_banner_link_color":"#e61c23","oms_banner_custom_css":"","site_custom_css":"","site_custom_js":""};
//# sourceURL=oms-banner-script-js-extra
</script>
<script src="https://www.imagetrend.com/wp-content/plugins/oms-banner/oms-banner.js?ver=1.0" id="oms-banner-script-js"></script>
<link rel="https://api.w.org/" href="https://www.imagetrend.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.imagetrend.com/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.imagetrend.com/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://www.imagetrend.com/' />
			<!-- DO NOT COPY THIS SNIPPET! Start of Page Analytics Tracking for HubSpot WordPress plugin v11.3.45-->
			<script class="hsq-set-content-id" data-content-id="standard-page">
				var _hsq = _hsq || [];
				_hsq.push(["setContentType", "standard-page"]);
			</script>
			<!-- DO NOT COPY THIS SNIPPET! End of Page Analytics Tracking for HubSpot WordPress plugin -->
			<style type="text/css" media="screen">.oms-banner{background:#e0d8c4}</style><style type="text/css" media="screen">.oms-banner .oms-banner-text{color:#000000}</style><style type="text/css" media="screen">#oms-banner .oms-banner-close, #oms-banner .oms-banner-text a{color:#e61c23}</style><!-- Schema optimized by Schema Pro --><script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Corporation",
  "name": "ImageTrend",
  "legalName": "ImageTrend, LLC",
  "url": "https://www.imagetrend.com/",
  "logo": "https://www.imagetrend.com/wp-content/uploads/2025/07/ImageTrend_Logo_Black.png",
  "description": "ImageTrend provides emergency management software and data intelligence solutions for fire departments, EMS, hospitals, and government agencies.",
  "foundingDate": "1998",
  "numberOfEmployees": {
    "@type": "QuantitativeValue",
    "minValue": 201,
    "maxValue": 500
  },
  "areaServed": "Worldwide",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1305 Corporate Center Drive, Suite 500",
    "addressLocality": "Eagan",
    "addressRegion": "MN",
    "postalCode": "55121",
    "addressCountry": "US"
  },
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "telephone": "1-888-469-7789",
      "contactType": "sales",
      "url": "https://www.imagetrend.com/schedule-a-demo/",
      "areaServed": "US"
    },
    {
      "@type": "ContactPoint",
      "telephone": "+1-888-730-3255",
      "contactType": "customer support",
      "url": "https://www.imagetrend.com/support/",
      "areaServed": "US"
    }
  ],
  "email": "info@imagetrend.com",
  "sameAs": [
    "https://www.linkedin.com/company/imagetrend",
    "https://www.facebook.com/ImageTrend",
    "https://twitter.com/ImageTrend",
    "https://www.youtube.com/@ImageTrend",
    "https://www.g2.com/products/imagetrend/reviews"
  ],
  "employee": [
    {
      "@type": "Person",
      "name": "Patrick Sheahan",
      "jobTitle": "CEO",
      "sameAs": "https://www.linkedin.com/in/patrick-sheahan-8334051/"
    }
  ],
  "brand": [
    {
      "@type": "Brand",
      "name": "Elite ePCR"
    },
    {
      "@type": "Brand",
      "name": "Slate Scheduling"
    },
    {
      "@type": "Brand",
      "name": "Billing Bridge"
    }
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "ImageTrend Software Solutions",
    "itemListElement": [
      {
        "@type": "Offer",
        "itemOffered": {
          "@type": "Service",
          "name": "Emergency Management & EMS Software"
        }
      }
    ]
  }
}
</script><!-- / Schema optimized by Schema Pro --><!-- site-navigation-element Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https:\/\/schema.org","@graph":[{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Who We Serve","url":"https:\/\/www.imagetrend.com\/who-we-serve\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"EMS","url":"https:\/\/www.imagetrend.com\/who-we-serve\/ems-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Fire","url":"https:\/\/www.imagetrend.com\/who-we-serve\/fire-department-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Hospitals","url":"https:\/\/www.imagetrend.com\/who-we-serve\/hospital-interoperability-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Government","url":"https:\/\/www.imagetrend.com\/who-we-serve\/government\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Research Services","url":"https:\/\/www.imagetrend.com\/research-services\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Platform","url":"https:\/\/www.imagetrend.com\/platform\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Scheduling","url":"https:\/\/www.imagetrend.com\/platform\/scheduling-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Visual Pre Plans","url":"https:\/\/www.imagetrend.com\/platform\/fire-pre-plan-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"License Management","url":"https:\/\/www.imagetrend.com\/platform\/license-management-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Permits and Inspections","url":"https:\/\/www.imagetrend.com\/platform\/permits-and-inspections\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Community Health","url":"https:\/\/www.imagetrend.com\/platform\/community-health-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"ePCR Incident Reporting","url":"https:\/\/www.imagetrend.com\/platform\/epcr-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Fire Incident Reporting","url":"https:\/\/www.imagetrend.com\/platform\/fire-rms-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Fire-Based EMS Incident Reporting","url":"https:\/\/www.imagetrend.com\/platform\/fire-based-ems-incident-reporting\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Critical Care","url":"https:\/\/www.imagetrend.com\/platform\/critical-care-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Data Insights and Intelligence","url":"https:\/\/www.imagetrend.com\/platform\/data-insights-and-intelligence\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"CQI","url":"https:\/\/www.imagetrend.com\/platform\/cqi-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Billing","url":"https:\/\/www.imagetrend.com\/platform\/billing-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Investigations","url":"https:\/\/www.imagetrend.com\/platform\/fire-investigations-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Carelytics for Hospitals","url":"https:\/\/www.imagetrend.com\/platform\/hospital-interoperability-carelytics\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Market Intelligence","url":"https:\/\/www.imagetrend.com\/platform\/hospital-market-intelligence\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Reporting Solutions","url":"https:\/\/www.imagetrend.com\/platform\/reporting-solutions\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Patient Registry","url":"https:\/\/www.imagetrend.com\/platform\/patient-registry-software\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Health Information Exchange","url":"https:\/\/www.imagetrend.com\/platform\/health-information-exchange\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Resources &#038; Events","url":"https:\/\/www.imagetrend.com\/resources\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Events & Webinars","url":"https:\/\/www.imagetrend.com\/events\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"On-Demand Webinars","url":"https:\/\/www.imagetrend.com\/webinars\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Product Feature Sheets","url":"https:\/\/www.imagetrend.com\/product-feature-sheets\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Case Studies","url":"https:\/\/www.imagetrend.com\/case-studies\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Blog","url":"https:\/\/www.imagetrend.com\/blog\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Plans &#038; Pricing","url":"https:\/\/www.imagetrend.com\/plans\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Customer Support","url":"https:\/\/www.imagetrend.com\/support\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"About Us","url":"https:\/\/www.imagetrend.com\/meet-us\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Careers","url":"https:\/\/www.imagetrend.com\/meet-us\/careers\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Contact Us","url":"https:\/\/www.imagetrend.com\/contact\/"},{"@context":"https:\/\/schema.org","@type":"SiteNavigationElement","id":"site-navigation","name":"Schedule a Demo","url":"https:\/\/www.imagetrend.com\/schedule-a-demo\/"}]}</script><!-- / site-navigation-element Schema optimized by Schema Pro --><!-- sitelink-search-box Schema optimized by Schema Pro --><script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"WebSite","name":"ImageTrend","url":"https:\/\/www.imagetrend.com","potentialAction":[{"@type":"SearchAction","target":"https:\/\/www.imagetrend.com\/?s={search_term_string}","query-input":"required name=search_term_string"}]}</script><!-- / sitelink-search-box Schema optimized by Schema Pro --><meta name="generator" content="Elementor 4.1.2; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
<style>
/** Styling for form pageblock
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. 
 * 	*	Default: 1500px, Short: 1100px
 * 	Form Implmentation: Form is added using the EA Ninja Forms Widget or Shortcode.
 * 	Spacing: Global Spacing is being applied in the dev base styles. 
 * 	Text Alignment: Managed in Elementor, Style > Text Editor > Alignment. Allows for content flexibility.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Form Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-form {}
	
	
/** Form Pageblock [end] **/
	
/** Form Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-form {}
	
	body.orbit .pageblock .container--oms-form .column {
			background-color: #fcfcfc;	
			border: 1px #E8E8E8 solid;
			padding: 25px;
	}
	
	/* MD Desktop */
	@media all and (min-width: 576px) {
			body.orbit .pageblock .container--oms-form .column {
					padding: 50px;
			}
	}
	
	/* Form Column [start] */
	body.orbit .pageblock .container--oms-form .column--form {}
	
	body.orbit .pageblock .container--oms-form .column--form .elementor-widget-text-editor {}
	/* Form Column [end] */
/** Form Container [end] **/
	
/** Background Specific Styles [start] **/
	body.orbit .pageblock.bg-color--f8f8f8 .container--oms-form .column {
			background-color: #ffffff;
	}
/** Background Specific Styles [end] **/
	
/* Hubspot Form Styles */
	body.orbit .hbspt-form textarea, 
	body.orbit .hbspt-form select, 
	body.orbit .hbspt-form input {
		min-height: 50px !important;
	}
	body.orbit .hbspt-form label {
    font-size: 1rem;
	}
	body.orbit .hbspt-form .hs-field-desc {
		font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 14px;
}
	.hs-form-hero .hs-form-frame iframe .hsfc-Step .hsfc-Step__Content {
		padding: 0 !important;
	}

	
	
/** Ninja Form Styles [start] **/
	/* Required + Error Styles [start] */
	body.orbit .nf-form-cont .nf-form-fields-required {
			color: #444444;
			font-size: 0.875rem;
			font-style: italic;
			text-align: left;
	}
	
	body.orbit .nf-form-cont .nf-error-msg {
			color: #E61C23;
			font-size: 0.875rem;
			font-style: italic;
			text-align: left;
	}
	
	body.orbit .nf-form-cont .ninja-forms-req-symbol {
			color: #E61C23;
	}
	/* Required + Error Styles [end] */
	
	/* Label Styles */
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-label label,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-label .nf-label-span {
			font-size: 0.75rem;
			font-weight: 700;
			line-height: 12px;
			text-transform: uppercase;
	}

	/* Input Styles [start] */
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element input, 
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element select, 
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element textarea {
			background-color: #ffffff;
			border: 1px solid #E61C23;
			padding: 16px;
	}
	
	/* Select Arrow - Uses FontAwesome by Default*/
	body.orbit .nf-form-cont .nf-field-container .nf-field .list-select-wrap .nf-field-element::before {
			content: url(/wp-content/uploads/2024/12/caret-down-solid.svg);
			font-size: 1.25rem;
	}
	
	/* Checkbox + Radio Button [start] */
	body.orbit .nf-form-cont .nf-field-container .nf-field .checkbox-container {
			padding: 12px 12px 7px 12px;
	}
	body.orbit .nf-form-cont .nf-field-container .nf-field .checkbox-container label {
			font-size: 0.875rem !important;
			left: 0;
			top: 0;
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field .list-checkbox-wrap .nf-field-element ul li label,
	body.orbit .nf-form-cont .nf-field-container .nf-field .list-radio-wrap .nf-field-element ul li label {
			color: #444444;
			font-size: 1rem;
			line-height: 22px;
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=checkbox],
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=radio] {
			border: 1px solid #E61C23;
			box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.1);
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=checkbox]:focus,
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=radio]:focus {
			box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.2);
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=checkbox]::before,
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=radio]::before {
			color: #ffffff;
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=checkbox]::before {
			content: url(/wp-content/uploads/2025/01/check-solid.svg);
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=radio]::before {
		box-shadow: inset 10px 10px #ffffff;
	}
	
	/* Radio and Checkbox Checked Styles */
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=checkbox]:checked,
	body.orbit .nf-form-cont .nf-field-container .nf-field input[type=radio]:checked {
		background-color: #E61C23 !important;
		border-color: #E61C23 !important;
	}
	/* Checkbox + Radio Button [end] */
	
	/* Placeholder Styles [start] */
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element input.placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element input:-moz-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element input::-moz-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element input:-ms-input-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element input::-webkit-input-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element select.placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element select:-moz-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element select::-moz-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element select:-ms-input-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element select::-webkit-input-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element textarea.placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element textarea:-moz-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element textarea::-moz-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element textarea:-ms-input-placeholder,
	body.orbit .nf-form-cont .nf-field-container .nf-field .nf-field-element textarea::-webkit-input-placeholder {
		color: #aaaaaa;
	}
	/* Placeholder Styles [end] */
	
	/* Input Styles [end] */

	/* Submit Button [start] */
	/* Button Arrow Indicator - FontAwesome by Default */
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element::after {
			color: #ffffff;
			content: url(/wp-content/uploads/2024/12/caret-right-black.svg);
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element::after {
			padding: 1px 5px;
			right: 20px;
			transform: translateY(-35%);
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element button {
			background: #0490dc;
			border: none;
			border-radius: 0;
			color: #ffffff;
			margin: 10px 0 0;
			padding: 16px 44px 16px 25px;
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element button:hover {
			background: #18abfb;
			color: #ffffff;
	}
	
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element button:disabled {
			opacity: 0.5;
			cursor: not-allowed;
			background-size: unset !important;
	}
	/* Submit Button [end] */
/** Ninja Form Styles [end] **/
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>
<style type="text/css">

/**
* Prevents the site styles from messing up the Cookiebot
* banner and dialog styles.
*/
#CybotCookiebotDialog,
#CookiebotWidget {
    
    /* Prevents custom list bullets from appearing */
    ol li,
    ul li {
        list-style: none !important;
    
        &:before {
            display: none !important;
        }
    }
    
    /* Prevents the site button styles to overwrite the following */
    button {
        box-shadow: none !important;
        text-transform: none !important;
        white-space: normal !important;
        
        &:after {
            display: none !important;
        }
    }

    /* Fixes the checkbox not working on some sites due to checked and unchecked versions being position absolute. */
    [type="checkbox"] {
        position: static !important;
    }
}

/* Noticed on some sites the button wasn't aligned with the checkbox. */
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
    align-items: flex-start !important;
    gap: 0.8rem !important;
}

/* Nice looking "Please accept cookies" message. */
div.cookieconsent-optout-marketing,
div.cookieconsent-optout-statistics,
div.cookieconsent-optout-preferences {
    &:not(#boost) {
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.9);
        background-image: linear-gradient(135deg, rgba(97, 97, 97, 1) 0%, rgba(0, 0, 0, 1) 89%);
        color: white;
        padding: 1rem !important;
        text-align: center;
    
        a {
            color: white;
            text-decoration: underline;
    
            &:active,
            &:focus,
            &:hover {
                text-decoration: none;
            }
        }
    }
}
</style>
<style>
 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

</style>
<style>
/** Styling for Testimonial pageblock
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to seconadry nav container.
 * 	Column Count: Column count class is set on row in Elementor, Advanced > CSS Classes. Ex: col-count--#
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. 
 * 	*	Default: 1500px, Short: 1100px
 * 	Text Alignment: Managed in Elementor, Style > Text Editor > Alignment. Allows for content flexibility.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Testimonial Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-testimonial {}
	
	body.orbit .pageblock--oms-testimonial > .e-con-inner {
		row-gap: 20px !important;
	}
	
/** Testimonial Pageblock [end] **/
	
/** Testimonial Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-testimonial {}
	
	
	
	body.orbit .pageblock .container--oms-testimonial .row--testimonial {}
	
	/* Icon Styles */
	body.orbit .pageblock .container--oms-testimonial .row--testimonial .column .elementor-widget-icon {}
	
	/* Author Styles [start] */
	body.orbit .pageblock .container--oms-testimonial .row--testimonial .column .elementor-widget-image-box {}
	
	/* Author Image */
	body.orbit .pageblock .container--oms-testimonial .row--testimonial .column .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
			border-radius: 50%;
	}
	
	/* Author Name */
	body.orbit .pageblock .container--oms-testimonial .row--testimonial .column .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-title {
		color: #000000;
		font-family: "Work Sans", serif;
		font-size: 1.125rem;   /* 18px */
		font-weight: 700;
		line-height: 1.333;    /* 24 / 18 */
		margin-bottom: 5px;
		padding: 0;
	}

	/* Author Company / Title */
	body.orbit .pageblock .container--oms-testimonial .row--testimonial .column .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-description {
		font-family: "Work Sans", serif;
		font-size: 0.9375rem;  /* 15px */
		line-height: 1.333;    /* 20 / 15 */
	}
/* Author Styles [end] */
	
	/** Background Specific Styles [start] **/
	body.orbit .pageblock.bg-color--f7f7f7 .container--oms-testimonial {}
	
	/** Background Specific Styles [end] **/
/** Testimonial Container [end] **/
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for Stat pageblock
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to seconadry nav container.
 * 	Column Count: Column count class is set on row in Elementor, Advanced > CSS Classes. Ex: col-count--#
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. 
 * 	*	Default: 1500px, Short: 1100px
 * 	Spacing: Global Spacing is being applied in the dev base styles. 
 * 	Text Alignment: Managed in Elementor, Style > Text Editor > Alignment. Allows for content flexibility.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Stat Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-stat {}
	
/** Stat Pageblock [end] **/
	
/** Stat Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-stat {}
	
	body.orbit .pageblock .container--oms-stat .row--stat {}
	
	body.orbit .pageblock .container--oms-stat .row--stat .column {}
	
	
	/** Background Specific Styles [start] **/
	body.orbit .pageblock.bg-color--f7f7f7 .container--oms-stat {}

/** Stat Container [end] **/
	
/** Counter Widget [styles] **/
	body.orbit .elementor-widget-counter {}
	
	body.orbit .elementor-widget-counter .elementor-counter-number-wrapper {
			font-size: 54px;
			line-height: 1;
	}
/* 	@media all and (min-width:992px) {
			body.orbit .elementor-widget-counter .elementor-counter-number-wrapper {
					font-size: 80px;
					line-height: 1;
			}
	} */
	
	/* Number Prefix */
	body.orbit .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
			color: #0D4DA8;
	}
	
	/* Number */
	body.orbit .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number {
			color: #0D4DA8;
	}

	
	/* Number Suffix */
	body.orbit .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
			color: #0D4DA8;
	}
	
	@media all and (min-width:1400px) {
		body.orbit .elementor-widget-counter .elementor-counter-number-wrapper {
			font-size: 3.375rem; /* 54px */
		}
	}

	/* Counter Title */
	body.orbit .pageblock .container--oms-stat .row--stat {
		align-items: flex-start;
	}

	body.orbit .elementor-widget-counter .elementor-counter-title {
		color: #000;
		font-size: 1.125rem; /* 18px */
		font-weight: 400;
		line-height: 1.4;    /* already unitless, kept as-is */
		text-align: center;
	}
	/** Counter Widget [end] **/

/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for Logo pageblock
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to seconadry nav container.
 * 	Column Count: Column count class is set on row in Elementor, Advanced > CSS Classes. Ex: col-count--#
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. 
 * 	*	Default: 1500px, Short: 1100px
 * 	Spacing: Global Spacing is being applied in the dev base styles. 
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Logo Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-logo {}
	
	body.orbit .pageblock--oms-logo > .e-con-inner {
		row-gap: 20px !important;
	}
	
	@media (min-width: 1200px)  {
		body.orbit .pageblock.pageblock-logo-small > .e-con-inner {
					padding: 60px 0;
		}
	}
	
/** Logo Pageblock [end] **/
	
/** Logo Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-logo {}
	
	body.orbit .pageblock .container--oms-logo .row--logo,
	#oms-footer .container--oms-logo .row--logo {
		max-width:1200px;
		margin: auto;
	}
	
	/* Column Styles */
	body.orbit .pageblock .container--oms-logo .row--logo .column {}

	/* Image Styles */
	body.orbit .pageblock .container--oms-logo .row--logo .column .elementor-widget-image {}
	
	
	/** Background Specific Styles [start] **/
	body.orbit .pageblock.bg-color--f7f7f7 .container--oms-logo {}
	
	
	/** Background Specific Styles [end] **/

/** Logo Container [end] **/
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for Imagery pageblock
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. 
 * 	*	Default: 1500px, Short: 1100px
 * 	Hidden Responzive Content: Third image of the 3-col variation is hidden on mobile in Elementor, Advanced > Responsive.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Imagery Pageblock [start] **/
/* Imagery Pageblock DOES NOT support modularity with other pageblocks */
	body.orbit .pageblock--oms-imagery {}
	
	/* //Fullwidth Single Photo */
	body.orbit .pageblock--oms-imagery .container--oms-imagery.col-count--1 {}
	
	body.orbit .pageblock--oms-imagery .container--oms-imagery.col-count--1 .column--image {}
	
	body.orbit .pageblock--oms-imagery .container--oms-imagery.col-count--1 .column--image .elementor-widget-image {}
	
	body.orbit .pageblock--oms-imagery .container--oms-imagery.col-count--1 .column--image .elementor-widget-image img {
			min-height: 250px;
	}
	
	/* SM Desktop */
	@media all and (min-width: 768px) {
		body.orbit .pageblock--oms-imagery .container--oms-imagery.col-count--1 .column--image .elementor-widget-image img {
			min-height: 400px;
		}
	}
	
/** Image/Text Pageblock [end] **/
	
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for Image/Text + Video/Text pageblock styles
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to seconadry nav container.
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. 
 * 	*	Default: 1500px, Short: 1100px
 * 	Reverse Columns: Text/Image + Text/Video (Right) Container is reversed on mobile
 * 	*	Elementor, Content > Items > Direction: Column - Reversed.
 * 	Spacing: Global Spacing is being applied in the dev base styles. 
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Image/Text Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-image-text {}
	
/** Image/Text Pageblock [end] **/
	
/** Image/Text Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-image-text {}
	
	@media all and (max-width:991px) {
		body.orbit .pageblock .container--oms-image-text {
			max-width:90%;
			margin: auto;
		}
	}
	
	/* Text Styles */
	body.orbit .pageblock .container--oms-image-text .column--text .elementor-widget-text-editor {}

	/* Image Styles */
	body.orbit .pageblock .container--oms-image-text .column--image .elementor-widget-image {
		box-shadow: 0 24px 42px -12px rgba(0,0,0,0.35);
	}
	/* Accent Bar Options on Left Images */
	.accent-1:before {
		content: url(/wp-content/uploads/2025/01/Accent_Left_BrownGrayTeal.svg);
	    position: absolute;
	    top: 0;
	    right: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-1d:before {
		content: url(/wp-content/uploads/2025/01/Accent_Left_BrownGrayTeal_Dark.svg);
	    position: absolute;
	    top: 0;
	    right: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-2:before {
		content: url(/wp-content/uploads/2025/01/Accent_Left_GrayRedTan.svg);
	    position: absolute;
	    top: 0;
	    right: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-2d:before {
		content: url(/wp-content/uploads/2025/01/Accent_Left_GrayRedTan_Dark.svg);
	    position: absolute;
	    top: 0;
	    right: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-3:before {
		content: url(/wp-content/uploads/2025/01/Accent_Left_TealGrayRed.svg);
	    position: absolute;
	    top: 0;
	    right: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-3d:before {
		content: url(/wp-content/uploads/2025/01/Accent_Left_TealGrayRed_Dark.svg);
	    position: absolute;
	    top: 0;
	    right: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-4:before {
		content: url(/wp-content/uploads/2025/01/Accent_Left_TanBlueGray.svg);
	    position: absolute;
	    top: 0;
	    right: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-4d:before {
		content: url(/wp-content/uploads/2025/01/Accent_Left_TanBlueGray_Dark.svg);
	    position: absolute;
	    top: 0;
	    right: calc(0% - 25px);
	    padding-top: 20px;
	}
	
	
	/* Accent Bar Options on Right Images */
	.accent-5:before {
		content: url(/wp-content/uploads/2025/01/Accent_Right_TealGrayRed.svg);
	    position: absolute;
	    top: 0;
	    left: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-5d:before {
		content: url(/wp-content/uploads/2025/01/Accent_Right_TealGrayRed_Dark.svg);
	    position: absolute;
	    top: 0;
	    left: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-6:before {
		content: url(/wp-content/uploads/2025/01/Accent_Right_GrayRedTan.svg);
	    position: absolute;
	    top: 0;
	    left: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-6d:before {
		content: url(/wp-content/uploads/2025/01/Accent_Right_GrayRedTan_Dark.svg);
	    position: absolute;
	    top: 0;
	    left: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-7:before {
		content: url(/wp-content/uploads/2025/01/Accent_Right_BrownGrayTeal.svg);
	    position: absolute;
	    top: 0;
	    left: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-7d:before {
		content: url(/wp-content/uploads/2025/01/Accent_Right_BrownGrayTeal_Dark.svg);
	    position: absolute;
	    top: 0;
	    left: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-8:before {
		content: url(/wp-content/uploads/2025/01/Accent_Right_TanBlueGray.svg);
	    position: absolute;
	    top: 0;
	    left: calc(0% - 25px);
	    padding-top: 20px;
	}
	.accent-8d:before {
		content: url(/wp-content/uploads/2025/01/Accent_Right_TanBlueGray_Dark.svg);
	    position: absolute;
	    top: 0;
	    left: calc(0% - 25px);
	    padding-top: 20px;
	}
	
	
	
	/** Background Specific Styles [start] **/
	body.orbit .pageblock.bg-color--f7f7f7 .container--oms-image-text {}
	
	
	/** Background Specific Styles [end] **/

/** Image/Text Container [end] **/
	
	
/** Video/Text Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-image-text {}
	
/** Video/Text Pageblock [end] **/
	
/** Video/Text Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-video-text {}
	
	/* Text Styles */
	body.orbit .pageblock .container--oms-video-text .column--text .elementor-widget-text-editor {}

	/* Video Styles */
	body.orbit .pageblock .container--oms-video-text .column--video .elementor-widget-video {
		box-shadow: 0 24px 42px -12px rgba(0,0,0,0.35);
	}
	.container--oms-video-text .column--video .elementor-widget-video .elementor-widget-container {
		margin-bottom: 0;
	}
	
	
	/** Background Specific Styles [start] **/
	body.orbit .pageblock.bg-color--f7f7f7 .container--oms-video-text {}
	
	
	/** Background Specific Styles [end] **/

/** Video/Text Container [end] **/
	
/* SVG Color Change Based on Adjacent Background Color [start] */
	
	body.orbit .pageblock--oms-image-text:has(svg) + .bg-color--95CFCE {
		filter: invert(87%) sepia(15%) saturate(575%) hue-rotate(128deg) brightness(88%) contrast(90%);
	}
	body.orbit .bg-color--95CFCE:has(+ svg) .pageblock--oms-image-text {
		filter: invert(87%) sepia(15%) saturate(575%) hue-rotate(128deg) brightness(88%) contrast(90%);
	}

/* SVG Color Change Based on Adjacent Background Color [end] */
	
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for hero pageblock
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Background Color / Image: Set in Elementor, Style > Background. A hex class will be detected and added to page block container.
 * 	Background Overlay: Set in Elementor, Style > Background Overlay. 
 		* Add custom attribute for styling Advanced > Attributes > "data-background|overlay".
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. Default: 1500px, Short: 1100px
 * 	Reverse Columns: Text & Image (Right) Container is revesred on mobile in Elementor, Content > Items > Direction: Column - Reversed.
 * 	Spacing: Global Spacing is being applied in the dev base styles. 
 * 	Text Alignment: Managed in Elementor, Style > Text Editor > Alignment. Allows for content flexibility.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Hero Pageblock [start] **/
	body.orbit .pageblock--oms-hero {}
	
	.hero-text > .elementor-widget-container {
    max-width: 800px;
}
	
	/* Video hero [start] */
	body.orbit .pageblock--oms-hero--video .oms-toggle {
			background-color: #ffffff;
			background-image: url(/wp-content/uploads/2022/04/pause-solid.svg) !important;
			background-position: 10px center;
			background-size: 10px;
			border: none;
			color: #333333;
			font-size: 0.625rem;
			line-height: 1;
			padding: 5px 10px 5px 25px;
			right: 40px;
			text-transform: uppercase;
			top: 20px;
	}
	
	body.orbit .pageblock--oms-hero--video .oms-toggle:hover {
			opacity: 0.8;
	}
	body.orbit .pageblock--oms-hero--video .oms-toggle.pause {
			background-image: url(/wp-content/uploads/2022/04/play-solid.svg) !important;
	}
	
	/* XL Desktop */
	@media all and (min-width: 1200px) {
		body.orbit .pageblock--oms-hero--video .oms-toggle {
			top: 30px;
		}
	}
	
	/* XXL Desktop */
	@media all and (min-width: 1400px) {
		body.orbit .pageblock--oms-hero--video .oms-toggle {
			top: 40px;
		}
	}
	/* Video hero [end] */
	
	/* Larger hero [start] */
	body.orbit .pageblock--oms-hero--large .container--oms-hero > .e-con-inner {
			/* Adjust top and bottom padding as needed, leave left and right padding as is */
  		padding: 100px 25px !important;
	}
	
	/* XL Desktop */
	@media all and (min-width: 1200px) {
			body.orbit .pageblock--oms-hero--large .container--oms-hero > .e-con-inner {
				/* Adjust top and bottom padding as needed, leave left and right padding as is */
					padding: 150px 50px !important;
			}
	}
	
	/* XXL Desktop */
	@media all and (min-width: 1400px) {
			body.orbit .pageblock--oms-hero--large .container--oms-hero > .e-con-inner {
				/* Adjust top and bottom padding as needed, leave left and right padding as is */	
				padding: 200px 0 !important;
			}
	}
	/* Large hero [start] */
	
	/* Transition Specific Styles (i.e Midpage CTA) */
/* 	body.orbit .pageblock--oms-cta.oms-transition {}
	
	body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta {
			border-radius: 0px;
			padding: 30px;
			row-gap: 30px;
	} */
	
	/* LG Desktop */
/* 	@media all and (min-width: 992px) {
			body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta:not(.container-cta-img) {
					padding: 50px 100px;
			}
	} */
	
/** Hero Pageblock [end] **/
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} /* Mobile */
	@media all and (min-width:576px) {}
	@media all and (min-width:768px) {}
	@media all and (min-width:992px) {} /*Tablet*/
	@media all and (min-width:1200px) {}
	@media all and (min-width:1400px) {}
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for search button, overlay, form and results
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Code for search button is managed in an HTML widget.
 *  Search button, overlay and form settings and styles are managed in CSS.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Search Button [start] **/    	
	body.orbit .search-button--wrap .search-button {
			color: #ffffff;
		
	}
	body.orbit .search-button--wrap {
		z-index: 3;
	}
	 body.orbit .search-button--wrap .search-button:after {
		 	content: url(/wp-content/uploads/2024/12/search.svg);
/* 			transition: margin .3s;
			background-color: rgba(0, 0, 0, 0);
			display: inline-block;
			opacity: 1;
			position: absolute;
			margin-top:-8px;
		 margin-left: -8px; */
}

	body.orbit .search-button--wrap .search-button:hover,
	body.orbit .search-button--wrap .search-button:focus, 
	body.orbit .search-button--wrap .search-button:active {
			opacity: .7;
	}
	
	body.orbit #oms-search--overlay__close .oms-close-search:after {
		content: url(/wp-content/uploads/2025/01/xmark-solid.svg);
		filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(96deg) brightness(113%) contrast(101%);
	}
	
/** Search Button [end] **/ 
	
/** Search Overlay [start] **/    	
	body.orbit #oms-search--overlay {
		backdrop-filter: blur(5px);
    background-image: linear-gradient(135deg, #000000d4 0%, #000000d4 100%);
		height: 100vh;
    opacity: 0;
		transition: 0.5s ease all;
}
	body.orbit #oms-search--overlay.open {
		opacity: 1;
	}
	
	/* Close Search */	
	body.orbit #oms-search--overlay__close .oms-close-search {
			color: #ffffff;
	}

	body.orbit #oms-search--overlay__close .oms-close-search:hover,
	body.orbit #oms-search--overlay__close .oms-close-search:focus, 
	body.orbit #oms-search--overlay__close .oms-close-search:active {
			opacity: .7;
	}
	/** Search Overlay [end] **/
	
	/* Search Form [start] */
	body.orbit #oms-search--overlay__form {

	}

	body.orbit .oms-search--form--label {
			color: #ffffff;
	}
	
	body.orbit .oms-search--form--input.search {
			background-color: #ffffff;
			border: none;
			border-radius: 10px;
			box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1), 0 0 10px 0 rgba(0,0,0,0.1);
			font-size: 1.375rem; /* 22/16 */
			line-height: 1.18181818; /* 26/22 */
			padding: 20px 60px 20px 20px;
	}
	
	body.orbit .oms-search--form--button {
			color: #0490dc;
			padding: 20px;
	}
	
	body.orbit .oms-search--form--button:hover,
	body.orbit .oms-search--form--button:focus, 
	body.orbit .oms-search--form--button:active {
			color: #333333;
	}
	
	body.orbit .oms-search--form--button .fa-search {
			font-size: 1.375rem; /* 22/16 */
	}
	/* Search Form [end] */
	
	/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>
<style>
/** Styling for blurb pageblock
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Background Overlay: Set in Elementor, Style > Background Overlay. 
 		* Add custom attribute for styling Advanced > Attributes > "data-background|overlay".
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. Default: 1500px, Short: 1100px
 * 	Text Alignment: Managed in Elementor, Style > Text Editor > Alignment. Allows for content flexibility.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Call-to-Action Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-cta {}
	
	/* Transition Specific Styles (i.e Midpage CTA) */
	body.orbit .pageblock--oms-cta.oms-transition {}
	
	body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta {
					padding: 20px;
				}
	
	body.orbit .pageblock--oms-cta.oms-transition .elementor-widget-text-editor {
		padding: 50px 0;
		z-index: 1;
	}
/* 	XXL Desktop */
		@media all and (min-width:1400px) {
			body.orbit .pageblock--oms-cta.oms-transition.oms-large-cta .elementor-widget-text-editor {
			padding: 100px 0;
		}
			body.orbit .pageblock--oms-cta.oms-transition.oms-cta-form .elementor-widget-text-editor {
			padding: 50px 0 0;
		}
	}
	
	body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta {
			border-radius: 0;
			box-shadow: 0 24px 42px -12px rgba(0, 0, 0, 0.35);
	}
	body.orbit .pageblock--oms-cta.oms-transition .container-cta-img {
			border-radius: 0;
			box-shadow: 0 24px 42px -12px rgba(0, 0, 0, 0.35);
	}
	body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta:after {
    content: '';
    background: rgb(0 0 0 / 65%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
		/* Mobile Styles */
	@media all and (max-width: 425px) {
		body.orbit .pageblock--oms-cta.oms-transition.oms-cta-form .container--oms-cta  {
					padding: 0px;
				}
		body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta {
					padding: 30px;
				}
				body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta > .e-con-inner {
					row-gap: 0px;
				}
				body.orbit .pageblock--oms-cta.oms-transition .container-cta-img {
					padding: 10px 30px 0px;
				}
				body.orbit .pageblock--oms-cta.oms-transition .container-cta-img > .e-con-inner {
					row-gap: 0px;
				}
				body.orbit .pageblock--oms-cta.oms-transition .container-cta-img .elementor-widget-text-editor {
				padding: 30px 0 0;
			}
			body.orbit .pageblock--oms-cta.oms-transition.oms-cta-form .elementor-widget-text-editor {
			padding: 50px 0 0;
		}
	}
	
	/* Tablet Styles */
	@media all and (min-width: 426px) and (max-width: 991px) {
				body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta {
					padding: 20px 60px;
				}
				body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta > .e-con-inner {
					row-gap: 0px;
				}
				body.orbit .pageblock--oms-cta.oms-transition .container-cta-img {
					padding: 10px 60px 0px;
				}
				body.orbit .pageblock--oms-cta.oms-transition .container-cta-img > .e-con-inner {
					row-gap: 0px;
				}
				body.orbit .pageblock--oms-cta.oms-transition .container-cta-img .elementor-widget-text-editor {
				padding: 60px 0 0;
				}
				body.orbit .pageblock--oms-cta.oms-transition.oms-cta-form .elementor-widget-text-editor {
				padding: 50px 0 0;
			}
	}		
	
	
	/* LG Desktop */
	@media all and (min-width:992px) {
		body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta {
			padding: 50px 75px;
			column-gap: 50px !important;
		}

		body.orbit .pageblock--oms-cta.oms-transition .container-cta-img {
			padding: 0px 75px 0 120px;
		}
		
		body.orbit .pageblock--oms-cta.oms-transition .container-cta-img > .e-con-inner {
			column-gap: 50px !important;
		}
		
/* 		.pageblock--oms-cta .column--image:not(.cta-img) {
			border-right: 1px solid rgba(255,255,255,0.50);
		} */
	}
	
/* CALL TO ACTION FOOTER	 */
	
	body.orbit .pageblock--oms-cta.oms-transition.oms-cta-form.hbspt-form.hs-form-field label:not(.hs-error-msg) {
		color: #fff !important;
	}

	
/** Call-to-Action Pageblock [end] **/
	
/** Call-to-Action Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-cta {}

	@media all and (min-width:992px) {
			body.orbit .pageblock--oms-cta.oms-transition .container--oms-cta:before,
			body.orbit .pageblock--oms-cta.oms-transition .container-cta-img:before {
				content: url(/wp-content/uploads/2025/01/Accent_Right_TealGrayRed.svg);
					position: absolute;
					left: 30px;
					top: calc(50% - 100px);
					width:81px;
					height: auto;
					z-index: 1;
			}
	}
	
	
/** Call-to-Action Container [end] **/
	
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for blurb pageblock
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Animations: Managed in Elementor, Advanced > Motion Effects.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to seconadry nav container.
 * 	Column Count: Column count class is set on row in Elementor, Advanced > CSS Classes. Ex: col-count--#
 * 	Container Width: Container width is set on boxed containers in Elementor, Layout > Width. Default: 1500px, Short: 1100px
 * 	Sticky Effects: Managed in Elementor, Advanced > Motion Effects > Sticky.
 * 	Text Alignment: Managed in Elementor, Style > Text Editor > Alignment. Allows for content flexibility.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Blurb Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-blurb {}
	
	body.orbit .pageblock .container--oms-blurb {}
	
/** Blurb Pageblock [end] **/
	
/** Blurb Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-blurb {}
	
	/* Padding for blurbs managed in base styles. Talk with your project dev if these need to be adjusted */
	body.orbit .pageblock .container--oms-blurb .row--blurb .oms-blurb {
		padding: 0 10px;
	}

  /* Blurb Title */
  body.orbit .oms-blurb .elementor-image-box-title {
  	color: #000;
  }
	
  /* Blurb Icon	 */
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
		background: #000;
	    padding: 15px;
	    border-radius: 50px;
	}
	.elementor-element a.elementor-icon {
		background-image: none !important;
		fill: #fff !important;
		font-size: 2.1875rem !important /* 35/16 */;
	}
	
  /* Blurb Image Positioning */
	@media all and (max-width:575px) {
		body.orbit .pageblock .container--oms-blurb .row--blurb .oms-blurb .elementor-image-box-wrapper,
		body.orbit .pageblock .container--oms-blurb .row--blurb .oms-blurb .elementor-icon-box-wrapper {
					display: inline-block;
		}
		body.orbit .pageblock .container--oms-blurb .row--blurb .oms-blurb .elementor-icon-box-wrapper .elementor-icon-box-img,
		body.orbit .pageblock .container--oms-blurb .row--blurb .oms-blurb .elementor-icon-box-wrapper .elementor-icon-box-img {
					margin-bottom:10px;
		}
		.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
				width: 65px;
				height: 65px;
				margin-bottom: 10px;
		}
	}

	
	/* Blurb Description */
	body.orbit .pageblock .container--oms-blurb .row--blurb .oms-blurb .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description,
	body.orbit .pageblock .container--oms-blurb .row--blurb .oms-blurb .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
			color: #000;
			font-family: "Work Sans", serif;
			font-size: 1.0625rem; /* 17/16 */
			font-weight: 400;
			line-height: 1.58823529 /* 27/17 */;
	}
	
	/* Clickable Blurb [start] */
	/* Padding for blurbs managed in base styles. Talk with your project dev if these need to be adjusted */
/* 
	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb .elementor-image-box-title,
	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb .elementor-icon-box-title {
		color:#0D4DA8;
		transition: ease all .3s;
	}

	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb .elementor-image-box-title:hover,
	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb .elementor-icon-box-title:hover {
		color:#003683;
	}
	 */
	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb, 
	body.orbit .pageblock .container--oms-blurb .row--blurb:not(.col-count--1) .column a.oms-blurb {
		padding: 25px;
	}
		
/* 	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb .elementor-image-box-title::after,
	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb .elementor-icon-box-title::after {
		/* Arrow transition managed in base styles. Talk with your project dev if these need to be adjusted */
/* 		content: url(/wp-content/uploads/2024/12/caret-right-black.svg);
    	filter: invert(18%) sepia(70%) saturate(3073%) hue-rotate(208deg) brightness(92%) contrast(91%);
		transition: ease all .3s;
	} */
	
/* 	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title::after,
	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title::after {
  		color: #0490dc;
	}

	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb .elementor-image-box-title::after,
	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb .elementor-icon-box-title::after {
		position: absolute;
		margin-left: 7px;
		transition: ease all .3s;
	} */

/* 	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb:hover .elementor-icon-box-title:hover::after {
		margin-left: 10px;
	} */

	
	/* Arrow hover styles */
	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title::after {
		
	}

/* 	body.orbit .pageblock .container--oms-blurb .row--blurb a.oms-blurb:hover .elementor-icon-box-title:hover::after {
    	margin-left: 10px;
} */
	
	/* Clickable Blurb [end] */
	
	/** Blurb Columns that are more than 1-row [start] **/
	body.orbit .pageblock .container--oms-blurb .row--blurb:not(.col-count--1) .column .oms-blurb {}

	
	/** Background Specific Styles [start] **/
/* 	body.orbit .pageblock.bg-color--f8f8f8 .container--oms-blurb .row--blurb a.oms-blurb,
	body.orbit .pageblock.bg-color--F2ECDD .container--oms-blurb .row--blurb a.oms-blurb,
	body.orbit .pageblock.bg-color--95CFCE .container--oms-blurb .row--blurb a.oms-blurb {
			background-color: #ffffff;
	} */
	

	/** Background Specific Styles [end] **/
	
/** Blurb Container [end] **/
	
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for accordion pageblock & accordion / toggle widget
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to the container.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Accordion Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-accordion {}
	
	.elementor-accordion .elementor-accordion-item {
		border: none;
	}
	
/** Accordion Pageblock [end] **/
	
/** Accordion Container [start] (Allows Modularity) **/
	body.orbit .pageblock .container--oms-accordion {}
	
	body.orbit .pageblock .container--oms-accordion .elementor-widget-accordion,
	body.orbit .pageblock .container--oms-accordion .elementor-widget-toggle {}
	
	body.orbit .pageblock .container--oms-accordion .elementor-widget-accordion .elementor-accordion-item,
	body.orbit .pageblock .container--oms-accordion .elementor-widget-accordion .elementor-toggle-item,
	body.orbit .pageblock .container--oms-accordion .elementor-widget-toggle .elementor-accordion-item,
	body.orbit .pageblock .container--oms-accordion .elementor-widget-toggle .elementor-toggle-item {
			background-color: #f8f8f8;
	}
	
	/** Background Specific Styles [start] **/
	body.orbit .pageblock.bg-color--f8f8f8 .container--oms-accordion .elementor-widget-accordion .elementor-accordion-item,
	body.orbit .pageblock.bg-color--f8f8f8 .container--oms-accordion .elementor-widget-accordion .elementor-toggle-item,
	body.orbit .pageblock.bg-color--f8f8f8 .container--oms-accordion .elementor-widget-toggle .elementor-accordion-item,
	body.orbit .pageblock.bg-color--f8f8f8 .container--oms-accordion .elementor-widget-toggle .elementor-toggle-item {
			background-color: #ffffff;
	}
	/** Background Specific Styles [end] **/

/** Accordion Container [end] **/
	
/** Accordion / Toggle Widget Styles [start] **/
	body.orbit .elementor-widget-accordion,
	body.orbit .elementor-widget-toggle {}
	
	
	body.orbit .elementor-widget-accordion .elementor-accordion-item,
	body.orbit .elementor-widget-accordion .elementor-toggle-item,
	body.orbit .elementor-widget-toggle .elementor-accordion-item,
	body.orbit .elementor-widget-toggle .elementor-toggle-item {
			background-color: #ffffff;
			margin-bottom: 30px;
			padding: 35px 25px;
	}
	
	/* MD Desktop */
	@media all and (min-width: 576px) {
			body.orbit .elementor-widget-accordion .elementor-accordion-item,
			body.orbit .elementor-widget-accordion .elementor-toggle-item,
			body.orbit .elementor-widget-toggle .elementor-accordion-item,
			body.orbit .elementor-widget-toggle .elementor-toggle-item {
					padding: 35px 60px;
			}
	}
	body.orbit .elementor-widget-accordion .elementor-accordion-item .elementor-tab-title,
	body.orbit .elementor-widget-accordion .elementor-toggle-item .elementor-tab-title,
	body.orbit .elementor-widget-toggle .elementor-accordion-item .elementor-tab-title,
	body.orbit .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title {
			color: #0D4DA8;
	}
	
	
	
	body.orbit .elementor-widget-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon,
	body.orbit .elementor-widget-accordion .elementor-accordion-item .elementor-tab-title .elementor-toggle-icon,
	body.orbit .elementor-widget-accordion .elementor-toggle-item .elementor-tab-title .elementor-accordion-icon,
	body.orbit .elementor-widget-accordion .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon,
	body.orbit .elementor-widget-toggle .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon,
	body.orbit .elementor-widget-toggle .elementor-accordion-item .elementor-tab-title .elementor-toggle-icon,
	body.orbit .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-accordion-icon,
	body.orbit .elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
			color: #0D4DA8;
			font-size: 1.5625rem /*25/16*/;
	}
	
	body.orbit .elementor-widget-accordion .elementor-accordion-item .elementor-tab-content,
	body.orbit .elementor-widget-accordion .elementor-toggle-item .elementor-tab-content,
	body.orbit .elementor-widget-toggle .elementor-accordion-item .elementor-tab-content,
	body.orbit .elementor-widget-toggle .elementor-toggle-item .elementor-tab-content {
			border-bottom: none;
			border-top: 2px #0D4DA8 solid;
			margin-top: 25px;
			padding: 25px 0 0 0;
	}
	
	/* MD Desktop */
	@media all and (min-width: 576px) {
			body.orbit .elementor-widget-accordion .elementor-accordion-item .elementor-tab-content,
			body.orbit .elementor-widget-accordion .elementor-toggle-item .elementor-tab-content,
			body.orbit .elementor-widget-toggle .elementor-accordion-item .elementor-tab-content,
			body.orbit .elementor-widget-toggle .elementor-toggle-item .elementor-tab-content {
					margin-top: 35px;
					padding: 35px 0 0 0;
			}
	}
/** Accordion / Toggle Widget Styles [end] **/

	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for global footer
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Most styling can be managed in Elementor style settings as desired.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to container.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/

/** Global Footer [start] **/
	body.orbit .elementor-location-footer {}
	
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .elementor-nav-menu,
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .elementor-nav-menu {}
	
	
  /* Newsletter Signup */
	body.orbit footer .newsletter-signup nf-fields-wrap {
		  display: flex;
			align-items: flex-end;
	}
	body.orbit footer .nf-form-cont .nf-field-container .nf-field .nf-field-element input {
		border:none;
		border-radius: 0px !important; 
	}
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element button {
		background: #E61C23;
		font-weight: 600;
		margin-left: 10px;
	}
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element button:hover,
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element button:focus {
		background: #eee;
		color: #000;
	}
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element::after {
		content: url(/wp-content/uploads/2024/12/caret-right-black.svg);
		filter: invert(100%) sepia(4%) saturate(949%) hue-rotate(181deg) brightness(116%) contrast(100%);
	}
	body.orbit .nf-form-cont .nf-field-container .nf-field .submit-wrap .nf-field-element:hover:after {
		content: url(/wp-content/uploads/2024/12/caret-right-black.svg);
		filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(314deg) brightness(89%) contrast(113%);
	}
	
	/* Main Footer [start] */

	
	body.orbit .elementor-location-footer #main-footer > .e-con-inner {
  		padding: 60px 25px;
	}
	
	/* XL Desktop */
	@media all and (min-width: 1200px) {
			body.orbit .elementor-location-footer #main-footer > .e-con-inner {
					padding: 75px 50px;
			}
	}
	
	/* XXL Desktop */
	@media all and (min-width: 1400px) {
		body.orbit .elementor-location-footer #main-footer > .e-con-inner {
			padding: 100px 0;
			}
		body.orbit .bg-color--000000 + .bg-color--000000 > .e-con-inner {
			padding-top: 0 !important;
	}
	}
	
	/* Navigation [start] */
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu {
  		/** Global Nav Menu widget styles managed in widgets/nav-menu **/
	}
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item a.elementor-item {
		transition: ease all .3s;
	}
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item a.elementor-item::after {
			background-color: transparent;
			content: url(/wp-content/uploads/2024/12/caret-right-black.svg);
			filter: invert(37%) sepia(22%) saturate(5118%) hue-rotate(201deg) brightness(93%) contrast(99%);
			display: inline-block;
			/* Arrrow transition / hover styles managed in Dev Base Styles */
	}
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item a.elementor-item:hover {
		color: #3789FF;
	}
	
	/* Current Page Styles */
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.current_page_item .elementor-item, 
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.current-menu-item .elementor-item, 
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.current-menu-ancestor .elementor-item {
  		color: #3789FF;
	}
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.current_page_item a.elementor-item::after,
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.current_menu_item a.elementor-item::after,
	body.orbit .elementor-location-footer #main-footer > .e-con-inner .column--footer-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.current_menu-ancestor a.elementor-item::after {
		filter: invert(52%) sepia(36%) saturate(5681%) hue-rotate(198deg) brightness(99%) contrast(105%);
	}
	/* Navigation [end] */
	
	/* Main Footer [end] */
	
	/* Bottom Footer [start] */
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner {
			/* Adjust top and bottom padding as needed, leave left and right padding as is */
  		padding: 15px 25px;
	}
	body.orbit .elementor-location-footer #bottom-footer>.e-con-inner .column--footer .copyright--nav .elementor-nav-menu {
		margin-top: 0;
	}
	
	/* XL Desktop */
	@media all and (min-width: 1200px) {
			body.orbit .elementor-location-footer #bottom-footer > .e-con-inner {
					/* Adjust top and bottom padding as needed, leave left and right padding as is */	
					padding: 15px 50px;
			}
	}
	
	/* XXL Desktop */
	@media all and (min-width: 1400px) {
			body.orbit .elementor-location-footer #bottom-footer > .e-con-inner {
					/* Adjust top and bottom padding as needed, leave left and right padding as is */
					padding: 15px 0;
			}
	}
	
	/* Copyright Nav [start] */
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright {
			font-size: 1rem;
	}
	
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright--nav {}
	
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright--nav .elementor-nav-menu .menu-item {
			border-right: 1px solid rgba(255, 255, 255, 0.5);
			margin-bottom: 10px;
	}
	
	/* MD Desktop */
	@media all and (min-width: 576px) {
			body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright--nav .elementor-nav-menu .menu-item {
					margin-bottom: 0;
			}
	}
	
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright--nav .elementor-nav-menu .menu-item .elementor-item {
			border-bottom: 1px solid #ffffff;
			font-size: 1rem;
			font-weight:400;
			line-height: 1;
			margin: 0 10px;
			padding: 0;
	}
	
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright--nav .elementor-nav-menu .menu-item .elementor-item:hover {
			border-color: #3789FF;
			color: #3789FF;
	}
	
	/* Current Page Styles */
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright--nav .elementor-nav-menu .menu-item.current_page_item .elementor-item, 
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright--nav .elementor-nav-menu .menu-item.current-menu-item .elementor-item, 
	body.orbit .elementor-location-footer #bottom-footer > .e-con-inner .column--footer .copyright--nav .elementor-nav-menu .menu-item.current-menu-ancestor .elementor-item {
			border-color: #3789FF;
			color: #3789FF;
	}
	/* Copyright Nav [end] */
	
	/* Social Icons - Global Widget Styles [start] */
	
	body.orbit .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon:hover i {
			color: #3789FF;
	}
	
	body.orbit .elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon:hover svg {
			fill: #3789FF;
	}
	/* Social Icons - Global Widget Styles [end] */
	/* Bottom Footer [end] */
	
/** Global Footer [end] **/
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for column pageblock styles
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Global Typography Styling can also be managed in Elementor site settings as desired.
 * 	Replace bg class hex "bg-color--333333" with your desired hex: bg-color--######
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/

	html {
		font-size: 16px;
	}
	
/** Global Typography [start] **/
	body.orbit {
		position: relative;
		font-family: "Work Sans", sans-serif;
		font-size: 1rem;
		line-height: 1.5;
		color: #000;
	}
	body.orbit b, body.orbit strong {
  font-weight: 600;
}
	
	/* LG Desktop */
	@media all and (min-width: 992px) {
		body.orbit {
			font-size: 1.125rem;
			line-height: 1.66666667;
		}
	}
	
	/* Paragraph Styles [start] */
	body.orbit p {
		margin: 0 0 15px 0;
	}
	body.orbit p:last-child {
		margin-bottom: 0 !important;
	}
	body.orbit p.intro-text {
		font-size: 1.125rem;
		line-height: 1.55555556;
		margin: 0 0 15px 0;
	}
	@media all and (min-width: 992px) {
		body.orbit p.intro-text {
			font-size: 1.5rem;
			line-height: 1.5;
		}
	}
	body.orbit p.small-text {
		font-size: 0.875rem;
		line-height: 1.71428571;
	}
	/* Paragraph Styles [end] */
	
	/* H1 [start] */
body.orbit h1,
body.orbit .h1 {
  font-weight: 600;
  padding: 0;
  font-size: 2.1875rem; /* 35px */
  line-height: 1.2;     /* 42 / 35 */
  margin: 0 0 20px;
}

@media all and (min-width: 992px) {
  body.orbit h1,
  body.orbit .h1 {
    font-size: 3.75rem;  /* 60px */
    line-height: 1.083;  /* 65 / 60 */
  }
}
/* H1 [end] */

/* H2 [start] */
body.orbit h2,
body.orbit .h2 {
  font-weight: 600;
  padding: 0;
  font-size: 1.875rem; /* 30px */
  line-height: 1.2;    /* 36 / 30 */
  margin: 0 0 15px;
}

/* LG Desktop */
@media all and (min-width: 992px) {
  body.orbit h2,
  body.orbit .h2 {
    font-size: 2.8125rem; /* 45px */
    line-height: 1.244;   /* 56 / 45 */
  }
}
/* H2 [end] */

/* H3 [start] */
body.orbit h3,
body.orbit .h3 {
  font-weight: 600;
  padding: 0;
  font-size: 1.625rem; /* 26px */
  line-height: 1.231;  /* 32 / 26 */
  margin: 0 0 10px;
}
/* H3 [end] */

/* H4 [start] */
body.orbit h4,
body.orbit .h4 {
  font-weight: 600;
  padding: 0;
  font-size: 1.125rem; /* 18px */
  letter-spacing: 1px;
  line-height: 1.222;  /* 22 / 18 */
  margin: 0 0 15px;
  text-transform: uppercase;
}
/* H4 [end] */

/* H5 [start] */
body.orbit h5,
body.orbit .h5 {
  font-weight: 600;
  padding: 0;
  font-size: 1.125rem; /* 18px */
  line-height: 1.444;  /* 26 / 18 */
  margin: 0 0 15px;
}
/* H5 [end] */

body.orbit h6,
body.orbit .h6 {
  font-weight: 600;
  padding: 0;
  font-size: 1rem;   /* 16px */
  line-height: 1.375;/* 22 / 16 */
  margin: 0 0 15px;
}
/* H6 [end] */

/* Pre-Title [start] */
body.orbit span.pre-title {
  font-size: 0.8125rem; /* 13px */
  font-weight: 600;
  line-height: 1.154;   /* 15 / 13 */
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  position: relative;
  text-transform: uppercase;
}
body.orbit h2 span.pre-title {
  font-size: 0.8125rem; /* 13px */
  font-weight: 600;
  line-height: 1.154;   /* 15 / 13 */
  letter-spacing: 1px;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
/* Pre-Title [end] */

/* Link Styles [start] */
body.orbit a.elementor-item,
body.orbit a:not([class]) {
  /* background-image: linear-gradient(to right, #E61C23, #E61C23 50%, #0D4DA8 50%); 
  background-image: linear-gradient(to right, transparent, transparent 50%, #0D4DA8 50%);
  background-position: 100% 100%;
  background-size: 200% 2px;
  background-repeat: no-repeat;*/
  color: #0D4DA8;
  font-weight: 600;
  position: relative;	
  /* transition: background-size 0.3s ease-out, background-position 0.3s ease-out, color 0.3s ease-out; */
}

body.orbit a.elementor-item:hover, body.orbit a.elementor-item:focus,
body.orbit a:not([class]):hover, body.orbit a:not([class]):focus {
  /* background-position: 0 100%; */
  color: #E61C23;
}

/* body.orbit a[target=_blank] i.new-window-icon:after {
  content: url(/wp-content/uploads/2024/12/icon-external-link-000.svg);
  filter: invert(21%) sepia(82%) saturate(2063%) hue-rotate(202deg) brightness(88%) contrast(92%);
}
body.orbit a[target=_blank] i.new-window-icon:hover:after	{
  filter: invert(15%) sepia(37%) saturate(4974%) hue-rotate(205deg) brightness(97%) contrast(103%);
} */

/* Link Styles [end] */

/* List Styles [start] */
body.orbit ul, body.orbit ol {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
}

body.orbit ul li, body.orbit ol li {
  padding-bottom: 10px;
}

body.orbit ul li::marker, body.orbit ol li::marker {
  color: #0D4DA8;
}

body.orbit ul ul, body.orbit ul ol, body.orbit ol ul, body.orbit ol ol {
  margin: 5px 0 0 0;
}

body.orbit ul ul li:last-child, body.orbit ul ul li:only-child, 
body.orbit ul ol li:last-child, body.orbit ul ol li:only-child, 
body.orbit ol ul li:last-child, body.orbit ol ul li:only-child, 
body.orbit ol ol li:last-child, body.orbit ol ol li:only-child {
  padding-bottom: 0;
}
/* List Styles [end] */

/* Divider Styles [start] */
body.orbit .elementor-widget-divider {
  margin-bottom: 0;
}

body.orbit .elementor-widget-divider .elementor-divider {
  margin: 20px 0;
}

body.orbit .elementor-widget-divider .elementor-divider .elementor-divider-separator {
  border-color: #aaaaaa !important;
  opacity: 0.3;
}

body.orbit hr {
  border: none;
  border-top: 1px solid #aaaaaa;
  margin: 40px 0 !important;
  opacity: 0.3;
}
/* Divider Styles [end] */

/* Blockquote Styles [start] */
body.orbit blockquote {
  background-color: rgba(170, 170, 170, 0.1);
  border-left: 5px #0D4DA8 solid;
  border-radius: 0 4px 4px 0;
  font-size: 1.125rem; /* 18px */
  line-height: 1.556;  /* 28 / 18 */
  margin: 30px 0;
  padding: 25px;
}
@media all and (min-width: 992px) {
  body.orbit blockquote {
    border-radius: 0 8px 8px 0;
    border-width: 8px;
    padding: 35px;
  }
}
/* Blockquote Styles [end] */

/** Global Typography [start] **/

/** Background Specific Styles [start] **/

body.orbit .bg-color--2a2a2a h2,
body.orbit .bg-color--2a2a2a h3,
body.orbit .bg-color--2a2a2a p,
body.orbit .bg-color--727272 h2,
body.orbit .bg-color--727272 h3,
body.orbit .bg-color--727272 p{
  color: #fff;
}
body.orbit .bg-color--2a2a2a .hbspt-form .field>label,
body.orbit .bg-color--2a2a2a .hbspt-form .hs-field-desc {
  color: #fff;
}
body.orbit .bg-color--000000 a.elementor-item,
body.orbit .bg-color--000000 a:not([class]),
body.orbit .pageblock[data-background=overlay] a:not([class]) {
  /* - First Color "#aaaaaa" underline color; Second Color "#0490dc" hover color - */
  /* background-image: linear-gradient(to right, #3789FF, #3789FF 50%, #176FEC 50%); */
  color: #176FEC;
}

body.orbit .bg-color--000000 a.elementor-item:hover, 
body.orbit .bg-color--000000 a.elementor-item:focus, 
body.orbit .bg-color--000000 a.elementor-item:active,
body.orbit .bg-color--000000 a:not([class]):hover, 
body.orbit .bg-color--000000 a:not([class]):focus, 
body.orbit .bg-color--000000 a:not([class]):active,
body.orbit .pageblock[data-background=overlay] a:not([class]):hover,
body.orbit .pageblock[data-background=overlay] a:not([class]):focus,
body.orbit .pageblock[data-background=overlay] a:not([class]):active {
  color: #3789FF;
}

body.orbit .bg-color--000000 ul li::marker, 
body.orbit .bg-color--000000 ol li::marker {
  color: #176FEC;
}

/* 	body.orbit .bg-color--000000 a[target=_blank] i.new-window-icon:after {
		content: url(/wp-content/uploads/2024/12/icon-external-link-000.svg);
		filter: invert(31%) sepia(50%) saturate(3144%) hue-rotate(205deg) brightness(97%) contrast(91%);
	}
	body.orbit .bg-color--000000 a[target=_blank] i.new-window-icon:hover:after	{
		filter: invert(42%) sepia(53%) saturate(2688%) hue-rotate(202deg) brightness(103%) contrast(100%);
	} */

	/** Contact your project dev to update the Visual Builder (Edit-Mode) typography colors as needed.  **/

/** Background Specific Styles [end] **/
	
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>
<style>
/** Styling for column pageblock styles
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Styling can be managed in Elementor style settings as desired.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to seconadry nav container.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Column Pageblock [start] (Prevents Modularity) **/
	body.orbit .pageblock--oms-column {}
	
/** Column Pageblock [end] **/
	
/** Column Container [start] (Allows Modularity) **/
	body.orbit .container--oms-column {}
	
	body.orbit .container--oms-column .row--column {}
	
/* Base Columns Styles [start] */
	body.orbit .container--oms-column .row--column .oms-icon-column {
		row-gap: 10px !important;
	}

	/* Breakpoints	*/
		@media all and (min-width:1200px) {
			body.orbit .pageblock .container--oms-column .row--column .oms-column {
				padding: 3vw;
			}
		} 	

		@media all and (min-width:1400px) {
		body.orbit .pageblock .container--oms-column .row--column .oms-column {
				padding: 2vw;
			}
		}
	
	/* DEV NOTE: Font styles can be managed in Elementor as desired */
	body.orbit .container--oms-column .row--column .oms-column .elementor-widget-text-editor {
		color: #000;
    	font-family: "Work Sans", serif;
    	font-size: 1.0625rem; /*17/16*/
    	line-height: 1.58823529; /*27/17 */
	}
	
	
	/* Arrow Accent [start] */
	body.orbit .pageblock .container--oms-column .row--column a.oms-column .elementor-widget-text-editor h2::after, 
	body.orbit .pageblock .container--oms-column .row--column a.oms-column .elementor-widget-text-editor h3::after, 
	body.orbit .pageblock .container--oms-column .row--column a.oms-column .elementor-widget-text-editor h4::after {
			content: url(/wp-content/uploads/2024/12/caret-right-black.svg);
			filter: invert(18%) sepia(70%) saturate(3073%) hue-rotate(208deg) brightness(92%) contrast(91%);
	}

	/* Hover Styles */
	body.orbit .pageblock .container--oms-column .row--column a.oms-column:hover .elementor-widget-text-editor h2::after, 
	body.orbit .pageblock .container--oms-column .row--column a.oms-column:hover .elementor-widget-text-editor h3::after, 
	body.orbit .pageblock .container--oms-column .row--column a.oms-column:hover .elementor-widget-text-editor h4::after {
		filter: invert(43%) sepia(89%) saturate(7489%) hue-rotate(348deg) brightness(90%) contrast(100%);
	}
	/* Arrow Accent [end] */
	
	/* Base Columns Styles [end] */
	
	/* Clickable Column [start] */
	/* Padding for columns managed in base styles. Talk with your project dev if these need to be adjusted */

	body.orbit .container--oms-column .row--column a.oms-column,
	body.orbit .container--oms-column .row--column .oms-card-style {
		background-color: #fff;
	}
	
	body.orbit .container--oms-column .row--column a.oms-column:hover {
		box-shadow: 0 24px 42px -12px rgba(0,0,0,0.35);
    	top: -5px;
	}

  a.oms-column h2, 
  a.oms-column h3, 
  a.oms-column h4 {
		color: #0D4DA8;
	}
	
	a.oms-column:hover h2, 
	a.oms-column:hover h3, 
	a.oms-column:hover h4 {
			color: #E61C23 !important;
	}
	
	/*body.orbit .container--oms-column .row--column a.oms-column h3:hover,
	body.orbit .container--oms-column .row--column a.oms-column h3:focus {
			color: #E61C23 !important;
	}
	body.orbit .container--oms-column .row--column a.oms-column  h3::after {
		filter: invert(18%) sepia(70%) saturate(3073%) hue-rotate(208deg) brightness(92%) contrast(91%);
	}*/

	/* Clickable Column [end] */
	
	/* Icon Column [start] */

	/* Icon Column */
	.oms-column .elementor-widget-icon .elementor-icon svg {
		background-image: none !important;
		fill: #fff !important;
		font-size: 2.1875rem !important; /* 35/16 */
	}
	.oms-column > .elementor-widget-icon.elementor-view-default .elementor-icon {
		background: #000;
	    padding: 15px;
	    border-radius: 50px;
		font-size: 2.1875rem !important; /* 35/16 */
	}
	
	body.orbit .pageblock .container--oms-column .row--column .oms-column > .oms-icon-column {
		row-gap: 10px !important;
	}

	body.orbit .container--oms-column--icon {}
	
	body.orbit .container--oms-column--icon .wp-block-image {
			margin-bottom: 25px;
	}
	
	body.orbit .container--oms-column--icon img {
			height: 75px;
			object-fit: cover;
			width: 75px;
	}
	
	/* Icon Column [end] */
	
	/* Image Column [start] */
	/* Image sizing managed in base styles to make it full width. Talk with your project dev if these need to be adjusted. */
	body.orbit .container--oms-column--image {}
	
	/* Clickable Column [start] */
	body.orbit .container--oms-column--image a.oms-column {}
	
	body.orbit .container--oms-column--image a.oms-column .elementor-widget-image img {
			border-radius: 0;
	}
	/* Clickable Column [end] */
	
	/* Image Column [end] */
	


/** Background Specific Styles [start] **/
	body.orbit .pageblock.bg-color--ffffff .container--oms-column .row--column a.oms-column,
	body.orbit .pageblock.bg-color--ffffff .container--oms-column .row--column .oms-card-style {
			background-color: #f8f8f8;
	}
	/** Background Specific Styles [end] **/

/** Column Container [end] **/
	
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. DO NOT add code into guide
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>

<style>
/** Styling for global pageblocks
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Most styling can be managed in Elementor style settings.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to seconadry nav container.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file. Group breakpoints with their corresponding styles.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Global Pageblock [start] **/
	body.orbit .pageblock {}
	
	body.orbit .pageblock > .e-con-inner {
		/* Adjust top and bottom padding as needed, leave left and right padding as is */
			padding: 60px 25px;
	}
	
	body.orbit .pageblock.header-text > .e-con-inner  {
			row-gap: 50px;
	}
	
	/* LG Desktop	 */
	@media all and (min-width:768px) {
		body.orbit .pageblock > .e-con-inner {	
			padding: 8vw 5vw;
		}
	}
	
	/* XL Desktop */
	@media all and (min-width:1200px) {
		/* Adjust top and bottom padding as needed, leave left and right padding as is */
			body.orbit .pageblock > .e-con-inner {
					padding: 75px 50px;
			}
	}
	
	/* XXL Desktop */
	@media all and (min-width:1400px) {
		/* Adjust top and bottom padding as needed, leave left and right padding as is */
			body.orbit .pageblock > .e-con-inner {
					padding: 100px 0;
			}
	}
	
/** Global Pageblock [end] **/
	
/** Background Spacing Rules [start] **/	
	/* White Background */
	body.orbit .bg-color--ffffff + .bg-color--ffffff > .e-con-inner {
			padding-top: 0;
	}
	
	/* Light Gray Background */
	body.orbit .bg-color--f7f7f7 + .bg-color--f7f7f7 > .e-con-inner,
	body.orbit .bg-color--f8f8f8 + .bg-color--f8f8f8 > .e-con-inner {
			padding-top: 0;
	}
	
	/* Light Tan Background */
	body.orbit .bg-color--F2ECDD + .bg-color--F2ECDD > .e-con-inner {
			padding-top: 0;
	}
	
	/* Light Teal Background */
	body.orbit .bg-color--95CFCE + .bg-color--95CFCE > .e-con-inner {
			padding-top: 0;
	}
	
	/* Dark Gray Background */
	body.orbit .bg-color--333333 + .bg-color--333333 > .e-con-inner {
			padding-top: 0 !important;
	}
		body.orbit .bg-color--000000 + .bg-color--000000 > .e-con-inner {
			padding-top: 0 !important;
	}
	
/** Background Spacing Rules [end]	**/
	
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. 
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>
<style>
/** Styling for header and navigation styles
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 *  Most styling can be managed in Elementor style settings.
 *  Mega Menus should use Max Mega Menu plugins and Max Mega Menu Plugin.
 * 	Background Color: Set in Elementor, Style > Background. A hex class will be detected and added to seconadry nav container.
 * 	Sticky Header: Adding a sticky header option should be using code. Elementor header sticky settings are not accessible. Please talk with project dev.
 *  Contact your project developer to manage any styling conflicts.
 * 	Ensure all CSS code is preceeded by body.orbit, feel free to remove any usused code.
 * 	Breakpoint guide found at the bottom of this file.
 *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *
 **/
	
/** Global Header [start] **/
	body.orbit .elementor-location-header {z-index: 11 !important;}

	body.orbit .elementor-location-header #oms-header {}


	
/** Global Header [end] **/
	
	
/** Primary Nav [start] **/  
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 1.125rem;
	}
	
	
/* 	body.orbit .elementor-location-header #primary-nav {
		padding-top:30px;
	} */
	
	body.orbit .elementor-location-header #primary-nav > .e-con-inner {
			/* Adjust top and bottom padding as needed, leave left and right padding as is */
			padding: 30px 25px;
	}
	
	/* XL Desktop Styles */
	@media all and (min-width:768px) {
			/* Adjust top and bottom padding as needed, leave left and right padding as is */
			body.orbit .elementor-location-header #primary-nav > .e-con-inner {
					padding: 30px 5vw;
			}
	}
	
	@media all and (min-width:1200px) {
			/* Adjust top and bottom padding as needed, leave left and right padding as is */
			body.orbit .elementor-location-header #primary-nav > .e-con-inner {
					padding: 30px 50px;
			}
	}
	
	/* XXL Desktop Styles */
	@media all and (min-width:1400px) {
			/* Adjust top and bottom padding as needed, leave left and right padding as is */
			body.orbit .elementor-location-header #primary-nav > .e-con-inner {
					padding: 30px 0;
			}
	}
	
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu {}
	
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item {}
	
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item a.elementor-item {}
	
	/* Menu Button [start] */
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.menu-btn {
			padding: 7px 14px;
	}
	
	/* LG Desktop Styles */
	@media all and (min-width:992px) {
			body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.menu-btn {
					padding: 0;
			}
	}
	
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.menu-btn a {
			background-color: #0490dc;
			border: solid 1px #0490dc;
			padding: 14px;
	}
	
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item.menu-btn a:hover {
			background-color: transparent;
	}                              
	/* Menu Button [end] */
	
	/* Sub Menu [start] */
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item .sub-menu {
		background-color: #333333;
	}
	
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item .sub-menu .menu-item {}
	
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item .sub-menu .menu-item a.elementor-sub-item {
			border-bottom: 2px solid #0490dc;
			color: #ffffff;
	}
	
	body.orbit .elementor-location-header #primary-nav .elementor-widget-nav-menu .elementor-nav-menu .menu-item .sub-menu .menu-item a.elementor-sub-item .menu-item-description {
			font-style: italic;
	}
	
	/* Sub Menu [start] */
		
/** Primary Nav [end] **/    	
	
/* How -To Menu	 */
	
	body.orbit .pageblock .container--oms-hero .elementor-widget-nav-menu .elementor-nav-menu--layout-horizontal .menu-item a.elementor-item {
		padding: 0 0 4px;
		background-size: 200% 1px;
	}
	
	.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
		color: #3789FF;
	}
	
/** Breakpoint Guide [start] 
 * 	Breakpoints match the responsive breakpoints in Elementor Site Settings > Breakpoints 
 *  Breakpoints should be used in a mobile first style where possible. Min = Desktop | Max = Mobile
 *  Add breakpoints in their appropriate section as needed. 
 **/    	
	@media all and (min-width:480px) {} 	/* XS Desktop Styles */
	@media all and (min-width:576px) {}		/* SM Desktop Styles */
	@media all and (min-width:768px) {}		/* MD Desktop Styles */
	@media all and (min-width:992px) {} 	/* LG Desktop Styles */
	@media all and (min-width:1200px) {} 	/* XL Desktop Styles */
	@media all and (min-width:1400px) {}	/* XXL Desktop Styles */
	@media all and (max-width:575px) {}
	@media all and (max-width:767px) {}
	@media all and (max-width:991px) {}
	@media all and (max-width:1199px) {}
	@media all and (max-width:1399px) {}
/** Breakpoint Guide [end] **/
	
</style>
			<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			    <style media="screen">
        html {
            margin-top: 0 !important;
        }
        #wpadminbar {
            position: relative;
        }
        @media screen and ( max-width: 991px ) {
            html {
                margin-top: 0 !important;
            }
            #wpadminbar {
                display: none;
            }
        }
    </style>
    			<style id="wpsp-style-frontend"></style>
			<link rel="icon" href="https://www.imagetrend.com/wp-content/uploads/2024/11/cropped-imagetrend-favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.imagetrend.com/wp-content/uploads/2024/11/cropped-imagetrend-favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.imagetrend.com/wp-content/uploads/2024/11/cropped-imagetrend-favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.imagetrend.com/wp-content/uploads/2024/11/cropped-imagetrend-favicon-270x270.png" />
		<style id="wp-custom-css">
			@media screen and (max-width: 976px) {
    body.orbit .tab-styled-row .e-n-tabs-heading {
        width: 100%;
        overflow: scroll;
        justify-content: flex-start;
    }
}

@media (min-width: 1599px) {
    .elementor-2 .elementor-element.elementor-element-4408209 {
        --width: 100%;
			max-width: 45rem;
    }
}		</style>
		<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript>    </head>
<body class="home wp-singular page-template-default page page-id-2 wp-custom-logo wp-embed-responsive wp-theme-hello-elementor wp-child-theme-orbitmedia-elementor wp-schema-pro-2.11.3 mega-menu-menu-1 orbit hello-elementor-default elementor-default elementor-kit-2809 elementor-page elementor-page-2">

<div id="search-overlay" aria-hidden="true" aria-describedby="overlay-title" role="dialog" tabindex="-1">
    <div id="search-overlay__toggle-layer"></div>
    <div class="container-fluid">
        <div class="row flex-wrap flex-column">
            <div id="search-overlay__form">
                <p id="overlay-title">Search</p>
                

<form role="search" method="get" class="searchform form-inline" action="https://www.imagetrend.com/">
    <div class="form-group">
        <label for="searchTerm" class="sr-only">Search for:</label>
        <input id="searchTerm" class="form-control default search" type="text" value="" name="s" placeholder=""/>
        <span class="input-group-btn">
            <button class="btn search-go" type="submit" aria-label="Submit search term" title="Submit search term"></button>
        </span>
    </div>
</form>            </div>
        </div>
    </div>
    <div id="search-overlay__close">
        <button class="close-search" id="close-search" aria-label="Close Search Dialog" tabindex="-1"></button>
    </div>
</div> <!-- /#search-overlay -->		<div data-elementor-type="container" data-elementor-id="15028" class="elementor elementor-15028" data-elementor-post-type="elementor_library">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-2576086 e-con-full e-flex e-con e-parent" data-id="2576086" data-element_type="container" data-e-type="container" id="secondary-nav">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-7b8ff7b elementor-hidden-tablet elementor-hidden-mobile elementor-hidden-mobile_extra e-con-full e-flex e-con e-child" data-id="7b8ff7b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-94ae4f5 e-con-full column column--oms-nav e-flex e-con e-child" data-id="94ae4f5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b1edfeb elementor-nav-menu__align-end elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="b1edfeb" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Secondary" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-b1edfeb" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14855"><a href="https://www.imagetrend.com/support/" class="elementor-item">Customer Support</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14858"><a href="https://www.imagetrend.com/support/customer-enablement/" class="elementor-sub-item">Customer Enablement</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14859"><a href="https://www.imagetrend.com/support/implementation-services/" class="elementor-sub-item">Implementation Services</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14857"><a href="https://www.imagetrend.com/support/client-education-and-training/" class="elementor-sub-item">Client Education and Training</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14860"><a href="https://www.imagetrend.com/resources/system-requirements/" class="elementor-sub-item">System Requirements</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14861"><a href="https://www.imagetrend.com/research-services/" class="elementor-item">Research Services</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-10442"><a href="https://www.imagetrend.com/meet-us/" class="elementor-item">About Us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12459"><a href="https://www.imagetrend.com/meet-us/leadership-team/" class="elementor-sub-item">Leadership Team</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12460"><a href="https://www.imagetrend.com/meet-us/history/" class="elementor-sub-item">History</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14417"><a href="https://www.imagetrend.com/meet-us/customer-reviews/" class="elementor-sub-item">Customer Reviews</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10443"><a href="https://www.imagetrend.com/meet-us/careers/" class="elementor-item">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13666"><a href="https://www.imagetrend.com/contact/" class="elementor-item">Contact Us</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-b1edfeb" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-14855"><a href="https://www.imagetrend.com/support/" class="elementor-item" tabindex="-1">Customer Support</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14858"><a href="https://www.imagetrend.com/support/customer-enablement/" class="elementor-sub-item" tabindex="-1">Customer Enablement</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14859"><a href="https://www.imagetrend.com/support/implementation-services/" class="elementor-sub-item" tabindex="-1">Implementation Services</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14857"><a href="https://www.imagetrend.com/support/client-education-and-training/" class="elementor-sub-item" tabindex="-1">Client Education and Training</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14860"><a href="https://www.imagetrend.com/resources/system-requirements/" class="elementor-sub-item" tabindex="-1">System Requirements</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14861"><a href="https://www.imagetrend.com/research-services/" class="elementor-item" tabindex="-1">Research Services</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-10442"><a href="https://www.imagetrend.com/meet-us/" class="elementor-item" tabindex="-1">About Us</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12459"><a href="https://www.imagetrend.com/meet-us/leadership-team/" class="elementor-sub-item" tabindex="-1">Leadership Team</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12460"><a href="https://www.imagetrend.com/meet-us/history/" class="elementor-sub-item" tabindex="-1">History</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14417"><a href="https://www.imagetrend.com/meet-us/customer-reviews/" class="elementor-sub-item" tabindex="-1">Customer Reviews</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10443"><a href="https://www.imagetrend.com/meet-us/careers/" class="elementor-item" tabindex="-1">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13666"><a href="https://www.imagetrend.com/contact/" class="elementor-item" tabindex="-1">Contact Us</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
				</div>
				</div>
				</div>
				<header data-elementor-type="header" data-elementor-id="2865" class="elementor elementor-2865 elementor-location-header" data-elementor-post-type="elementor_library">
			<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-9284600 e-con-full e-flex e-con e-parent" data-id="9284600" data-element_type="container" data-e-type="container" id="oms-header">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-82bc527 e-flex e-con-boxed e-con e-child" data-id="82bc527" data-element_type="container" data-e-type="container" id="primary-nav" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b4003d4 e-con-full column column--oms-logo e-flex e-con e-child" data-id="b4003d4" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d33933c elementor-widget elementor-widget-image" data-id="d33933c" data-element_type="widget" data-e-type="widget" id="logo" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.imagetrend.com" aria-label="Home">
							<img width="300" height="62" src="https://www.imagetrend.com/wp-content/uploads/2022/07/imagetrend-header-logo-white.svg" class="attachment-medium size-medium wp-image-10433" alt="ImageTrend logo in white" />								</a>
															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-ea70cb1 e-con-full column column--oms-nav e-flex e-con e-child" data-id="ea70cb1" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-3e2afe8 elementor-widget elementor-widget-wp-widget-maxmegamenu" data-id="3e2afe8" data-element_type="widget" data-e-type="widget" data-widget_type="wp-widget-maxmegamenu.default">
				<div class="elementor-widget-container">
					<div id="mega-menu-wrap-menu-1" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-animated-block mega-toggle-block-0' id='mega-toggle-block-0'><button aria-controls="mega-menu-menu-1" aria-expanded="false" aria-haspopup="true" aria-label="Toggle Menu" class="mega-toggle-animated mega-toggle-animated-slider" type="button">
                  <span class="mega-toggle-animated-box">
                    <span class="mega-toggle-animated-inner"></span>
                  </span>
                </button></div></div></div><ul id="mega-menu-menu-1" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="slide" data-effect-speed-mobile="400" data-panel-width="body" data-panel-inner-width=".e-con-inner" data-mobile-force-width="body" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="1199" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical"><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-megamenu menu-grid align-bottom-left menu-item-10450 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-item-10450' id='mega-menu-item-10450'><a class="mega-menu-link" href="https://www.imagetrend.com/who-we-serve/" aria-expanded="false" tabindex="0"><span class="mega-menu-title">Who We Serve</span><span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='menu-row mega-menu-row' id='mega-menu-10450-0'>
	<ul class="mega-sub-menu">
<li class='menu-column menu-columns-4-of-12 hide-on-mobile mega-menu-column mega-menu-columns-4-of-12 mega-hide-on-mobile' id='mega-menu-10450-0-0'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-widget menu-widget-class-widget_text menu-item-text-4 mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-4' id='mega-menu-item-text-4'><p class="mega-block-title">Who We Serve</p>			<div class="textwidget"><p>Empowering EMS, Fire, Hospitals, agencies, and researchers with data-driven solutions to improve efficiency, compliance, and outcomes.</p>
<p>Turn insights into smarter decisions when minutes matter.</p>
<p><a class="btn-secondary" href="https://www.imagetrend.com/who-we-serve/">Explore Who We Serve</a></p>
</div>
		</li>		</ul>
</li><li class='menu-column menu-columns-4-of-12 mega-menu-column mega-menu-columns-4-of-12' id='mega-menu-10450-0-1'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-10569 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-10569' id='mega-menu-item-10569'><a class="mega-menu-link" href="https://www.imagetrend.com/who-we-serve/ems-software/"><div class="menu-icon"><img fetchpriority="high" width="512" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/01/star-of-life-solid.svg" class="menu-item-icon__image" alt="" decoding="async" /></div><span class="mega-description-group"><span class="mega-menu-title">EMS</span><span class="mega-menu-description">Streamline ePCR documentation, improve compliance, and turn field data into insights for better patient care.</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-10568 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-10568' id='mega-menu-item-10568'><a class="mega-menu-link" href="https://www.imagetrend.com/who-we-serve/fire-department-software/"><div class="menu-icon"><img width="384" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/01/fire-flame-curved-solid.svg" class="menu-item-icon__image" alt="Fire icon" decoding="async" /></div><span class="mega-description-group"><span class="mega-menu-title">Fire</span><span class="mega-menu-description">Simplify NERIS reporting, optimize resource planning, and enhance firefighter safety with smart data solutions.</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-10567 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-10567' id='mega-menu-item-10567'><a class="mega-menu-link" href="https://www.imagetrend.com/who-we-serve/hospital-interoperability-software/"><div class="menu-icon"><img loading="lazy" width="576" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/01/hand-holding-heart-solid.svg" class="menu-item-icon__image" alt="black icon of the side view of a cupped hand holding a heart" decoding="async" /></div><span class="mega-description-group"><span class="mega-menu-title">Hospitals</span><span class="mega-menu-description">Connect EMS and hospital data, streamline trauma registries, and improve compliance for better patient care.</span></span></a></li>		</ul>
</li><li class='menu-column menu-columns-4-of-12 mega-menu-column mega-menu-columns-4-of-12' id='mega-menu-10450-0-2'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-14862 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-14862' id='mega-menu-item-14862'><a class="mega-menu-link" href="https://www.imagetrend.com/who-we-serve/government/"><div class="menu-icon"><img loading="lazy" width="512" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/01/landmark-flag-solid.svg" class="menu-item-icon__image" alt="" decoding="async" /></div><span class="mega-description-group"><span class="mega-menu-title">Government</span><span class="mega-menu-description">Modernize state and federal reporting, strengthen compliance, and improve cross-agency data sharing.</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-10570 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-10570' id='mega-menu-item-10570'><a class="mega-menu-link" href="https://www.imagetrend.com/research-services/"><div class="menu-icon"><img loading="lazy" width="512" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/01/magnifying-glass-chart-solid.svg" class="menu-item-icon__image" alt="" decoding="async" /></div><span class="mega-description-group"><span class="mega-menu-title">Research Services</span><span class="mega-menu-description">Leverage emergency response data to uncover trends, improve patient care, and advance public health research.</span></span></a></li>		</ul>
</li>	</ul>
</li></ul>
</li><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-megamenu menu-grid align-bottom-left menu-item-10451 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-item-10451' id='mega-menu-item-10451'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/" aria-expanded="false" tabindex="0"><span class="mega-menu-title">Platform</span><span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='menu-row mega-menu-row' id='mega-menu-10451-0'>
	<ul class="mega-sub-menu">
<li class='menu-column menu-columns-3-of-12 mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-10451-0-0'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-widget menu-widget-class-widget_text menu-item-text-10 mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-10' id='mega-menu-item-text-10'>			<div class="textwidget"><h6><span style="color: #b3b3b3;">PRE- INCIDENT</span></h6>
<hr style="margin: 0 0 10px 0 !important;" />
</div>
		</li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11919 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11919' id='mega-menu-item-11919'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/scheduling-software/"><span class="mega-description-group"><span class="mega-menu-title">Scheduling</span><span class="mega-menu-description">Automated shift and workforce management</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11920 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11920' id='mega-menu-item-11920'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/fire-pre-plan-software/"><span class="mega-description-group"><span class="mega-menu-title">Visual Pre Plans</span><span class="mega-menu-description">Access critical building data instantly</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11917 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11917' id='mega-menu-item-11917'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/license-management-software/"><span class="mega-description-group"><span class="mega-menu-title">License Management</span><span class="mega-menu-description">Streamlined licensing and compliance management</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11918 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11918' id='mega-menu-item-11918'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/permits-and-inspections/"><span class="mega-description-group"><span class="mega-menu-title">Permits and Inspections</span><span class="mega-menu-description">Manage fire codes, permits, and violations</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11921 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11921' id='mega-menu-item-11921'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/community-health-software/"><span class="mega-description-group"><span class="mega-menu-title">Community Health</span><span class="mega-menu-description">Proactive care for low-acuity patients</span></span></a></li>		</ul>
</li><li class='menu-column menu-columns-3-of-12 mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-10451-0-1'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-widget menu-widget-class-widget_text menu-item-text-11 mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-11' id='mega-menu-item-text-11'>			<div class="textwidget"><h6><span style="color: #b3b3b3;">INCIDENT</span></h6>
<hr style="margin: 0 0 10px 0 !important;" />
</div>
		</li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11923 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11923' id='mega-menu-item-11923'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/epcr-software/"><span class="mega-description-group"><span class="mega-menu-title">ePCR Incident Reporting</span><span class="mega-menu-description">Efficient EMS patient documentation</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11924 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11924' id='mega-menu-item-11924'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/fire-rms-software/"><span class="mega-description-group"><span class="mega-menu-title">Fire Incident Reporting</span><span class="mega-menu-description">Simplified NERIS fire reporting</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11925 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11925' id='mega-menu-item-11925'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/fire-based-ems-incident-reporting/"><span class="mega-description-group"><span class="mega-menu-title">Fire-Based EMS Incident Reporting</span><span class="mega-menu-description">Integrated fire and EMS documentation</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11922 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11922' id='mega-menu-item-11922'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/critical-care-software/"><span class="mega-description-group"><span class="mega-menu-title">Critical Care</span><span class="mega-menu-description">Interfacility and high-acuity transport reporting</span></span></a></li>		</ul>
</li><li class='menu-column menu-columns-3-of-12 mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-10451-0-2'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-widget menu-widget-class-widget_text menu-item-text-12 mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-12' id='mega-menu-item-text-12'>			<div class="textwidget"><h6><span style="color: #b3b3b3;">POST- INCIDENT</span></h6>
<hr style="margin: 0 0 10px 0 !important;" />
</div>
		</li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11928 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11928' id='mega-menu-item-11928'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/data-insights-and-intelligence/"><span class="mega-description-group"><span class="mega-menu-title">Data Insights and Intelligence</span><span class="mega-menu-description">Real-time analytics for better decisions</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11927 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11927' id='mega-menu-item-11927'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/cqi-software/"><span class="mega-description-group"><span class="mega-menu-title">CQI</span><span class="mega-menu-description">Improve care with performance tracking</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11926 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11926' id='mega-menu-item-11926'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/billing-software/"><span class="mega-description-group"><span class="mega-menu-title">Billing</span><span class="mega-menu-description">Accurate claims and reimbursement processing</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11929 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11929' id='mega-menu-item-11929'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/fire-investigations-software/"><span class="mega-description-group"><span class="mega-menu-title">Investigations</span><span class="mega-menu-description">Capture evidence and analyze fire causes</span></span></a></li>		</ul>
</li><li class='menu-column menu-columns-3-of-12 mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-10451-0-3'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-widget menu-widget-class-widget_text menu-item-text-13 mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-13' id='mega-menu-item-text-13'>			<div class="textwidget"><h6><span style="color: #b3b3b3;">HEALTHCARE INTELLIGENCE SYSTEM</span></h6>
<hr style="margin: 0 0 10px 0 !important;" />
</div>
		</li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-15109 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-15109' id='mega-menu-item-15109'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/hospital-interoperability-carelytics/"><span class="mega-description-group"><span class="mega-menu-title">Carelytics for Hospitals</span><span class="mega-menu-description">Near real-time, automated EMS-hospital interoperability</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-13984 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-13984' id='mega-menu-item-13984'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/hospital-market-intelligence/"><span class="mega-description-group"><span class="mega-menu-title">Market Intelligence</span><span class="mega-menu-description">Hospital insights on referrals, transports, &#038; prehospital care</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-13627 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-13627' id='mega-menu-item-13627'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/reporting-solutions/"><span class="mega-description-group"><span class="mega-menu-title">Reporting Solutions</span><span class="mega-menu-description">Hospital data reporting and compliance</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11932 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11932' id='mega-menu-item-11932'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/patient-registry-software/"><span class="mega-description-group"><span class="mega-menu-title">Patient Registry</span><span class="mega-menu-description">Data management for trauma centers</span></span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page has-description menu-item-11934 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-has-description mega-menu-item-11934' id='mega-menu-item-11934'><a class="mega-menu-link" href="https://www.imagetrend.com/platform/health-information-exchange/"><span class="mega-description-group"><span class="mega-menu-title">Health Information Exchange</span><span class="mega-menu-description">Seamless EMS-hospital data exchange</span></span></a></li>		</ul>
</li>	</ul>
</li></ul>
</li><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-megamenu menu-grid align-bottom-left menu-item-10452 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-menu-megamenu mega-menu-grid mega-align-bottom-left mega-menu-item-10452' id='mega-menu-item-10452'><a class="mega-menu-link" href="https://www.imagetrend.com/resources/" aria-expanded="false" tabindex="0"><span class="mega-menu-title">Resources &#038; Events</span><span class="mega-indicator"></span></a>
<ul class="mega-sub-menu">
<li class='menu-row short-width short-width mega-menu-row mega-short-width short-width' id='mega-menu-10452-0'>
	<ul class="mega-sub-menu">
<li class='menu-column menu-columns-3-of-7 mega-menu-column mega-menu-columns-3-of-7' id='mega-menu-10452-0-0'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-12385 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-12385' id='mega-menu-item-12385'><a class="mega-menu-link" href="https://www.imagetrend.com/events/"><div class="menu-icon"><img loading="lazy" width="478" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/11/calendar-days-regular.svg" class="menu-item-icon__image" alt="Events icon: Black and white icon of a calendar with two tabs at the top and a grid representing days." decoding="async" /></div><span class="mega-menu-title">Events & Webinars</span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-12380 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-12380' id='mega-menu-item-12380'><a class="mega-menu-link" href="https://www.imagetrend.com/webinars/"><div class="menu-icon"><img loading="lazy" width="512" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/11/user-viewfinder-solid-2.svg" class="menu-item-icon__image" alt="Webinars icon: A generic user icon centered within four corner brackets, suggesting a focus or selection on a person." decoding="async" /></div><span class="mega-menu-title">On-Demand Webinars</span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-12378 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-12378' id='mega-menu-item-12378'><a class="mega-menu-link" href="https://www.imagetrend.com/product-feature-sheets/"><div class="menu-icon"><img loading="lazy" width="512" height="424" src="https://www.imagetrend.com/wp-content/uploads/2025/11/list-check-solid-2.svg" class="menu-item-icon__image" alt="Product Feature icon: Black icon of a checklist with two check marks, one bullet point, and corresponding horizontal lines on a light background." decoding="async" /></div><span class="mega-menu-title">Product Feature Sheets</span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-12379 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-12379' id='mega-menu-item-12379'><a class="mega-menu-link" href="https://www.imagetrend.com/case-studies/"><div class="menu-icon"><img loading="lazy" width="384" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/11/file-chart-column-regular.svg" class="menu-item-icon__image" alt="Case Studies icon: Black and white icon of a document with a folded corner, featuring three vertical bars of varying heights resembling a bar chart." decoding="async" /></div><span class="mega-menu-title">Case Studies</span></a></li><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-12376 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-12376' id='mega-menu-item-12376'><a class="mega-menu-link" href="https://www.imagetrend.com/blog/"><div class="menu-icon"><img loading="lazy" width="384" height="512" src="https://www.imagetrend.com/wp-content/uploads/2025/11/lightbulb-regular.svg" class="menu-item-icon__image" alt="Blog icon: Black and white icon of a light bulb with a thick outline, representing an idea or illumination." decoding="async" /></div><span class="mega-menu-title">Blog</span></a></li>		</ul>
</li><li class='menu-column menu-columns-4-of-7 hide-on-mobile mega-menu-column mega-menu-columns-4-of-7 mega-hide-on-mobile' id='mega-menu-10452-0-1'>
		<ul class="mega-sub-menu">
<li class='menu-item menu-item-type-widget menu-widget-class-widget_media_image menu-item-media_image-2 mega-menu-item mega-menu-item-type-widget widget_media_image mega-menu-item-media_image-2' id='mega-menu-item-media_image-2'><a href="https://www.imagetrend.com/press-releases/imagetrend-ai-data-platform-ems-fire-analytics/" rel="nofollow" target="_blank"><img loading="lazy" width="300" height="200" src="https://www.imagetrend.com/wp-content/uploads/2026/05/press-release-new-partnerships-and-innovations_feature-image2-300x200.jpg" class="image wp-image-15498  attachment-medium size-medium" alt="A firefighter in uniform sits inside a fire truck, looking at a device on the dashboard. &quot;ImageTrend&quot; and a logo are overlaid at the top of the image." style="max-width: 100%; height: auto;" decoding="async" srcset="https://www.imagetrend.com/wp-content/uploads/2026/05/press-release-new-partnerships-and-innovations_feature-image2-300x200.jpg 300w, https://www.imagetrend.com/wp-content/uploads/2026/05/press-release-new-partnerships-and-innovations_feature-image2-768x512.jpg 768w, https://www.imagetrend.com/wp-content/uploads/2026/05/press-release-new-partnerships-and-innovations_feature-image2-30x20.jpg 30w, https://www.imagetrend.com/wp-content/uploads/2026/05/press-release-new-partnerships-and-innovations_feature-image2-450x300.jpg 450w, https://www.imagetrend.com/wp-content/uploads/2026/05/press-release-new-partnerships-and-innovations_feature-image2.jpg 900w" sizes="(max-width: 300px) 100vw, 300px" /></a></li><li class='menu-item menu-item-type-widget menu-widget-class-widget_text menu-item-text-14 mega-menu-item mega-menu-item-type-widget widget_text mega-menu-item-text-14' id='mega-menu-item-text-14'><p class="mega-block-title">ImageTrend Expands Connected Data Ecosystem with AI-Driven Innovations and New Partnerships</p>			<div class="textwidget"><p>Press Release</p>
</div>
		</li>		</ul>
</li>	</ul>
</li><li class='menu-row mega-menu-row' id='mega-menu-10452-2'>
	<ul class="mega-sub-menu">
<li class='menu-column menu-columns-3-of-12 mega-menu-column mega-menu-columns-3-of-12' id='mega-menu-10452-2-0'></li>	</ul>
</li></ul>
</li><li class='menu-item menu-item-type-post_type menu-item-object-page menu-item-14864 mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-14864' id='mega-menu-item-14864'><a class="mega-menu-link" href="https://www.imagetrend.com/plans/" tabindex="0"><span class="mega-menu-title">Plans &#038; Pricing</span></a></li><li class='mobile-only menu-item menu-item-type-post_type menu-item-object-page menu-item-14856 mobile-only mega-mobile-only mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-14856 mobile-only' id='mega-menu-item-14856'><a class="mega-menu-link" href="https://www.imagetrend.com/support/" tabindex="0"><span class="mega-menu-title">Customer Support</span></a></li><li class='mobile-only menu-item menu-item-type-post_type menu-item-object-page menu-item-10564 mobile-only mega-mobile-only mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-10564 mobile-only' id='mega-menu-item-10564'><a class="mega-menu-link" href="https://www.imagetrend.com/research-services/" tabindex="0"><span class="mega-menu-title">Research Services</span></a></li><li class='mobile-only menu-item menu-item-type-post_type menu-item-object-page menu-item-10562 mobile-only mega-mobile-only mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-10562 mobile-only' id='mega-menu-item-10562'><a class="mega-menu-link" href="https://www.imagetrend.com/meet-us/" tabindex="0"><span class="mega-menu-title">About Us</span></a></li><li class='mobile-only menu-item menu-item-type-post_type menu-item-object-page menu-item-10563 mobile-only mega-mobile-only mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-10563 mobile-only' id='mega-menu-item-10563'><a class="mega-menu-link" href="https://www.imagetrend.com/meet-us/careers/" tabindex="0"><span class="mega-menu-title">Careers</span></a></li><li class='mobile-only menu-item menu-item-type-post_type menu-item-object-page menu-item-15370 mobile-only mega-mobile-only mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-15370 mobile-only' id='mega-menu-item-15370'><a class="mega-menu-link" href="https://www.imagetrend.com/contact/" tabindex="0"><span class="mega-menu-title">Contact Us</span></a></li><li class='menu-btn menu-item menu-item-type-post_type menu-item-object-page menu-item-10453 menu-btn mega-menu-btn mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-10453 menu-btn' id='mega-menu-item-10453'><a class="mega-menu-link" href="https://www.imagetrend.com/schedule-a-demo/" tabindex="0"><span class="mega-menu-title">Schedule a Demo</span></a></li></ul></div>				</div>
				</div>
				<div class="elementor-element elementor-element-9f11d3f search-button--wrap elementor-widget elementor-widget-html" data-id="9f11d3f" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					  <button class="search-button d-inline-block d-lg-none">
      <i class="fa fa-search"></i>
      <span class="sr-only">Open Search Popup</span>
  </button>				</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				</header>
		
    <main id="content" class="site-main post-2 page type-page status-publish has-post-thumbnail hentry">

                    <div class="mobile-button-wrapper">
                <a class="menu-btn mobile-button" href="https://www.imagetrend.com/schedule-a-demo/">Schedule a Demo</a>
            </div>
        
        
        <div class="page-content">
            		<div data-elementor-type="wp-page" data-elementor-id="2" class="elementor elementor-2" data-elementor-post-type="page">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-9704eb2 e-con-full e-flex e-con e-parent" data-id="9704eb2" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;\/wp-content\/uploads\/2026\/05\/imagetrend-bg-15-1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;}">
		<div class="elementor-background-video-container">
							<video class="elementor-background-video-hosted" role="presentation" autoplay muted playsinline loop></video>
					</div><div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b767eb7 e-flex e-con-boxed e-con e-child" data-id="b767eb7" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-4408209 e-con-full e-flex e-con e-child" data-id="4408209" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-95c1aa0 elementor-widget elementor-widget-heading" data-id="95c1aa0" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default"><span class="pre-title">Emergency Response Software</span>AI Intelligence for Emergency Response</h1>				</div>
				</div>
				<div class="elementor-element elementor-element-982eeac elementor-widget elementor-widget-text-editor" data-id="982eeac" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>One configurable operating system for emergency response. Supercharged documentation. Compliance built in. Intelligence that makes every decision clear. Fueling the largest emergency response dataset on the planet.</p>								</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-dff3bfc e-con-full e-flex e-con e-child" data-id="dff3bfc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1460726 btn-primary elementor-widget elementor-widget-button" data-id="1460726" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/case-studies">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">View Case Studies</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-b7cc4e4 btn-secondary bg-color--000000 elementor-widget elementor-widget-secondary-button" data-id="b7cc4e4" data-element_type="widget" data-e-type="widget" data-widget_type="secondary-button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/platform/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore the Platform</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-970c360 e-con-full e-flex e-con e-child" data-id="970c360" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-96e2d52 e-grid stat-counter-row e-con-boxed e-con e-child" data-id="96e2d52" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5b78295 stat-counter elementor-widget elementor-widget-counter" data-id="5b78295" data-element_type="widget" data-e-type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">of US EMS incidents</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="90" data-from-value="0" data-delimiter=",">0</span>
				<span class="elementor-counter-number-suffix">%</span>
			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-7d790b3 stat-counter elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile elementor-widget elementor-widget-counter" data-id="7d790b3" data-element_type="widget" data-e-type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">EMS state repositories</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="43" data-from-value="0" data-delimiter=",">0</span>
				<span class="elementor-counter-number-suffix"></span>
			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3d5e29c stat-counter elementor-widget elementor-widget-counter" data-id="3d5e29c" data-element_type="widget" data-e-type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">total agencies</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="9000" data-from-value="0" data-delimiter=",">0</span>
				<span class="elementor-counter-number-suffix">+</span>
			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-8c52805 stat-counter counterMtoB elementor-widget elementor-widget-counter" data-id="8c52805" data-element_type="widget" data-e-type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">total data records</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="999" data-from-value="1" data-delimiter=",">1</span>
				<span class="elementor-counter-number-suffix">M</span>
			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-18b1996 stat-counter elementor-widget elementor-widget-counter" data-id="18b1996" data-element_type="widget" data-e-type="widget" data-widget_type="counter.default">
				<div class="elementor-widget-container">
							<div class="elementor-counter">
			<div class="elementor-counter-title">customer satisfaction</div>			<div class="elementor-counter-number-wrapper">
				<span class="elementor-counter-number-prefix"></span>
				<span class="elementor-counter-number" data-duration="2000" data-to-value="96.5" data-from-value="0" data-delimiter=",">0</span>
				<span class="elementor-counter-number-suffix">%</span>
			</div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-9d0d1c5 e-flex e-con-boxed e-con e-parent" data-id="9d0d1c5" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f1a10dc elementor-widget elementor-widget-heading" data-id="f1a10dc" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What ImageTrend Solves</h2>				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-4ef0b2e e-grid e-con-full e-con e-child" data-id="4ef0b2e" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b67d560 elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="b67d560" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-bolt" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M296 160H180.6l42.6-129.8C227.2 15 215.7 0 200 0H56C44 0 33.8 8.9 32.2 20.8l-32 240C-1.7 275.2 9.5 288 24 288h118.7L96.6 482.5c-3.6 15.2 8 29.5 23.3 29.5 8.4 0 16.4-4.4 20.8-12l176-304c9.3-15.9-2.2-36-20.7-36z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Supercharge Your Operating System						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						AI-assisted charting means less time on paperwork, more time on care.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-127f50d elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="127f50d" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-chart-bar" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Siloed Data, Now Unified						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						One platform connecting fire, EMS, and hospital data across the full care continuum.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-9b6bd58 elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="9b6bd58" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-credit-card" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M527.9 32H48.1C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48.1 48h479.8c26.6 0 48.1-21.5 48.1-48V80c0-26.5-21.5-48-48.1-48zM54.1 80h467.8c3.3 0 6 2.7 6 6v42H48.1V86c0-3.3 2.7-6 6-6zm467.8 352H54.1c-3.3 0-6-2.7-6-6V256h479.8v170c0 3.3-2.7 6-6 6zM192 332v40c0 6.6-5.4 12-12 12h-72c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h72c6.6 0 12 5.4 12 12zm192 0v40c0 6.6-5.4 12-12 12H236c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h136c6.6 0 12 5.4 12 12z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Capture More Revenue						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						CQI that surfaces billing errors upstream, not weeks after the run.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0db8911 elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="0db8911" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-user-check" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zm323-128.4l-27.8-28.1c-4.6-4.7-12.1-4.7-16.8-.1l-104.8 104-45.5-45.8c-4.6-4.7-12.1-4.7-16.8-.1l-28.1 27.9c-4.7 4.6-4.7 12.1-.1 16.8l81.7 82.3c4.6 4.7 12.1 4.7 16.8.1l141.3-140.2c4.6-4.7 4.7-12.2.1-16.8z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Automated Compliance, Human Oversight						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						NEMSIS, NERIS, and state reporting built in: AI-validated, human checkpoints.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-9846404 elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="9846404" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-check-square" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							From Scattered Data to Clear Decisions						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Analytics and benchmarking powered by the largest EMS dataset in North America.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-8d8aa7a elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="8d8aa7a" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-far-calendar-alt" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Predict Demand, Deploy Smarter						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						AI-powered scheduling and resource planning to stay proactive, not reactive.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-416a588 e-flex e-con-boxed e-con e-parent" data-id="416a588" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-072df32 e-con-full e-flex e-con e-child" data-id="072df32" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b438004 elementor-widget elementor-widget-heading" data-id="b438004" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">The Leading Operating System for Emergency Response</h2>				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-d893bd5 e-grid e-con-full e-con e-child" data-id="d893bd5" data-element_type="container" data-e-type="container">
		<a data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-3b6b8bb e-con-full card-box e-flex e-con e-child" data-id="3b6b8bb" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="/who-we-serve/ems-software/">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-671c020 e-con-full e-flex e-con e-child" data-id="671c020" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-28bc460 elementor-widget elementor-widget-heading" data-id="28bc460" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">EMS</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-7929516 elementor-widget elementor-widget-text-editor" data-id="7929516" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>ePCR software built for how medics actually work. AI-assisted documentation, configurable workflows, and real-time intelligence for emergency response agencies at any scale.</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-4fe61c0 e-con-full card-box-image e-flex e-con e-child" data-id="4fe61c0" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-3f5e4ce e-con-full glass-overlay e-flex e-con e-child" data-id="3f5e4ce" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-368f7e7 margin-reset elementor-widget elementor-widget-heading" data-id="368f7e7" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Unlock Better Care</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-bc22119 elementor-view-default elementor-widget elementor-widget-icon" data-id="bc22119" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</div>
				</div>
				</a>
		<a data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b6c210a e-con-full card-box e-flex e-con e-child" data-id="b6c210a" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="/who-we-serve/fire-department-software/">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-5617f64 e-con-full e-flex e-con e-child" data-id="5617f64" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-38c6452 elementor-widget elementor-widget-heading" data-id="38c6452" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Fire</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-ae9faf8 elementor-widget elementor-widget-text-editor" data-id="ae9faf8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Incident reporting, inspections, pre-plans, scheduling, accreditation dashboards, and AI-powered compliance tools that give fire leadership the visibility to run a smarter, more proactive operation. NERIS-ready.</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-e07c9f1 e-con-full card-box-image e-flex e-con e-child" data-id="e07c9f1" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-09ce01d e-con-full glass-overlay e-flex e-con e-child" data-id="09ce01d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-371d8ff margin-reset elementor-widget elementor-widget-heading" data-id="371d8ff" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Command Your Operations</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-59d45a6 elementor-view-default elementor-widget elementor-widget-icon" data-id="59d45a6" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</div>
				</div>
				</a>
		<a data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-302d681 e-con-full card-box e-flex e-con e-child" data-id="302d681" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="/who-we-serve/hospital-interoperability-software/">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-7165748 e-con-full card-box e-flex e-con e-child" data-id="7165748" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-8711bb6 elementor-widget elementor-widget-heading" data-id="8711bb6" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Hospitals</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-da70807 elementor-widget elementor-widget-text-editor" data-id="da70807" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Pre-hospital data delivered to your EHR in real time. Market intelligence, patient registries, and interoperability that connect the emergency department to agencies that serve it.</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-69514fa e-con-full card-box-image e-flex e-con e-child" data-id="69514fa" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-f05e54b e-con-full glass-overlay e-flex e-con e-child" data-id="f05e54b" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-ce71ab7 margin-reset elementor-widget elementor-widget-heading" data-id="ce71ab7" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Unify Patient Intelligence</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-e128b80 elementor-view-default elementor-widget elementor-widget-icon" data-id="e128b80" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</div>
				</div>
				</a>
		<a data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-f81279b e-con-full card-box e-flex e-con e-child" data-id="f81279b" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}" href="/who-we-serve/government/">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-1a27adf e-con-full e-flex e-con e-child" data-id="1a27adf" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1f49980 elementor-widget elementor-widget-heading" data-id="1f49980" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Government</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-b8562c2 elementor-widget elementor-widget-text-editor" data-id="b8562c2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Oversight, compliance, and AI-powered analytics for state and federal agencies to manage emergency response data at scale. 43 state EMS repositories run on ImageTrend.</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-a1aea40 e-con-full card-box-image e-flex e-con e-child" data-id="a1aea40" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-439336d e-con-full glass-overlay e-flex e-con e-child" data-id="439336d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-35f8b4e margin-reset elementor-widget elementor-widget-heading" data-id="35f8b4e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Lead With Better Data</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-338b837 elementor-view-default elementor-widget elementor-widget-icon" data-id="338b837" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg>			</div>
		</div>
						</div>
				</div>
				</div>
				</div>
				</a>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-309637a e-flex e-con-boxed e-con e-parent" data-id="309637a" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-f0cab42 e-flex e-con-boxed e-con e-child" data-id="f0cab42" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d3306c1 elementor-widget elementor-widget-heading" data-id="d3306c1" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Why ImageTrend?</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-da5ca5f elementor-widget elementor-widget-text-editor" data-id="da5ca5f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Other vendors build software and ask you to fit your operation around it. We built an intelligence operating system around the way emergency response actually works, backed by 25 years in the field and the largest data network in the industry.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-6475e6b e-con-full e-grid e-con e-child" data-id="6475e6b" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-9f530c2 e-con-full e-flex e-con e-child" data-id="9f530c2" data-element_type="container" data-e-type="container">
		<iframe title="Inside Sacramento’s MIH Program with Advanced Providers" width="800" height="450" data-cookieconsent="statistics, marketing" data-src="https://www.youtube.com/embed/V45FQFghrQw?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><div class="cookieconsent-optout-statistics cookieconsent-optout-marketing">			Please accept <a href="javascript:Cookiebot.renew()">statistics, marketing</a> cookies to watch this video.			</div>		</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-29cd755 e-grid e-con-full e-con e-child" data-id="29cd755" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d2c57f7 elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="d2c57f7" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 79.12 86"><g id="Layer_1-2" data-name="Layer 1"><path d="M30.05,4.03c.47-2.34,2.5-4.03,4.86-4.03h9.28c2.36,0,4.39,1.69,4.86,4.03l2.25,11.07c2.19.95,4.24,2.17,6.1,3.6l10.53-3.56c2.24-.76,4.69.19,5.87,2.28l4.64,8.19c1.18,2.09.76,4.71-1.01,6.31l-8.27,7.49c.14,1.17.2,2.37.2,3.59s-.08,2.42-.2,3.59l8.29,7.51c1.77,1.6,2.17,4.24,1.01,6.31l-4.64,8.19c-1.18,2.07-3.63,3.04-5.87,2.28l-10.53-3.56c-1.88,1.44-3.93,2.64-6.1,3.6l-2.24,11.05c-.48,2.36-2.51,4.03-4.86,4.03h-9.28c-2.36,0-4.39-1.69-4.86-4.03l-2.24-11.05c-2.19-.95-4.22-2.17-6.1-3.6l-10.57,3.56c-2.24.76-4.69-.19-5.87-2.28L.67,60.41c-1.18-2.09-.76-4.71,1.01-6.31l8.29-7.51c-.14-1.17-.2-2.37-.2-3.59s.08-2.42.2-3.59L1.68,31.9c-1.77-1.6-2.17-4.24-1.01-6.31l4.64-8.19c1.18-2.09,3.63-3.04,5.87-2.28l10.53,3.56c1.88-1.44,3.93-2.64,6.1-3.6l2.25-11.05ZM39.56,55.65c6.86-.03,12.4-5.71,12.37-12.69-.03-6.99-5.6-12.63-12.47-12.6-6.86.03-12.4,5.71-12.37,12.69.03,6.99,5.6,12.63,12.47,12.6Z"></path></g></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Configurable, Not Canned						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						7,000+ templates. Full control over forms, workflows, validation rules, and reports. No tickets to your vendor for basic changes.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-573d0f6 elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="573d0f6" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 59.09 53.72"><g id="Layer_1-2" data-name="Layer 1"><path d="M35.51,1.33C34.17,0,32.2-.37,30.5.39c-1.7.76-2.8,2.49-2.8,4.41v16.34L7.81,1.35C6.47,0,4.5-.37,2.8.39,1.11,1.14,0,2.88,0,4.8v44.12c0,1.92,1.11,3.66,2.8,4.41,1.7.76,3.67.38,5.01-.95l19.88-19.81v16.34c0,1.92,1.11,3.66,2.8,4.41,1.7.76,3.67.38,5.01-.95l22.16-22.06c.91-.9,1.42-2.16,1.42-3.46s-.52-2.55-1.42-3.46L35.51,1.33Z"></path></g></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Easy Onboarding. Up and Running Fast.						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						Our customers are consistently surprised by how easy it is to switch to ImageTrend. Our structured implementation is built on thousands of agency rollouts. Get up and running in weeks, lose none of your data.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-2994934 elementor-position-inline-start icon-box elementor-mobile-position-inline-start elementor-view-default elementor-widget elementor-widget-icon-box" data-id="2994934" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-handshake" viewBox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							A Partner, Not Just a Platform						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						24/7 US-based support. Dedicated customer success. 96.5% satisfaction rate. An innovation roadmap shaped by the agencies that use the platform every day.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-4657daf e-flex e-con-boxed e-con e-parent" data-id="4657daf" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-a5a5a4d e-flex e-con-boxed e-con e-child" data-id="a5a5a4d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9594474 elementor-widget elementor-widget-heading" data-id="9594474" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Building For the AI-Powered Future</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-65ef6e4 elementor-widget elementor-widget-text-editor" data-id="65ef6e4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>These capabilities are live with thousands of agencies today. And with a product roadmap shaped by the people who use the operating system every day, this is just the beginning.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8104379 e-grid e-con-full e-con e-child" data-id="8104379" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-c5710e9 e-con-full e-flex e-con e-child" data-id="c5710e9" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-5933582 e-con-full e-flex e-con e-child" data-id="5933582" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-c8cc9d8 icon-styled elementor-view-default elementor-widget elementor-widget-icon" data-id="c8cc9d8" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg aria-hidden="true" class="e-font-icon-svg e-far-chart-bar" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z"></path></svg>			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-90b78a6 margin-reset elementor-widget elementor-widget-heading" data-id="90b78a6" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Unified Analytics <span style="background: #e61c23;padding: 0.25rem 0.5rem;font-size: 0.7rem">NEW</span></h3>				</div>
				</div>
				<div class="elementor-element elementor-element-f85cd52 elementor-widget elementor-widget-text-editor" data-id="f85cd52" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>All your data, now consolidated into one operating system. Ask your data a question, get an answer. Pre-built dashboards built by domain experts for critical decisions.</p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-30d09c6 elementor-widget elementor-widget-button" data-id="30d09c6" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/platform/data-insights-and-intelligence/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">See it in Action</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-5fc6707 e-con-full e-flex e-con e-child" data-id="5fc6707" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-31f9a5f e-con-full e-flex e-con e-child" data-id="31f9a5f" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-757c19b icon-styled elementor-view-default elementor-widget elementor-widget-icon" data-id="757c19b" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 19.5 19.5"><g id="Layer_1-2" data-name="Layer 1"><path d="M16.75,19.5h-2c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h2c.33,0,.65-.13.88-.37s.37-.55.37-.88v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0,.73-.29,1.42-.81,1.94s-1.21.81-1.94.81ZM4.75,19.5h-2c-.73,0-1.42-.29-1.94-.81s-.81-1.21-.81-1.94v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0,.33.13.65.37.88s.55.37.88.37h2c.41,0,.75.34.75.75s-.34.75-.75.75ZM9.75,13.5c-2.07,0-3.75-1.68-3.75-3.75s1.68-3.75,3.75-3.75,3.75,1.68,3.75,3.75-1.68,3.75-3.75,3.75ZM9.75,7.5c-1.24,0-2.25,1.01-2.25,2.25s1.01,2.25,2.25,2.25,2.25-1.01,2.25-2.25-1.01-2.25-2.25-2.25ZM18.75,5.5c-.41,0-.75-.34-.75-.75v-2c0-.33-.13-.65-.37-.88s-.55-.37-.88-.37h-2c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h2c.73,0,1.42.29,1.94.81s.81,1.21.81,1.94v2c0,.41-.34.75-.75.75ZM.75,5.5c-.41,0-.75-.34-.75-.75v-2c0-.73.29-1.42.81-1.94s1.21-.81,1.94-.81h2c.41,0,.75.34.75.75s-.34.75-.75.75h-2c-.33,0-.65.13-.88.37s-.37.55-.37.88v2c0,.41-.34.75-.75.75Z"></path></g></svg>			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3e23e7f margin-reset elementor-widget elementor-widget-heading" data-id="3e23e7f" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Intelligent Image Capture</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-25dfda3 elementor-widget elementor-widget-text-editor" data-id="25dfda3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Point your camera. AI reads driver’s licenses, handwritten medication lists, prescription bottles, and more, intelligently filling out your form fields.</p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-3c0eb2a elementor-widget elementor-widget-button" data-id="3c0eb2a" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/blog/ai-assist-adoption-ems-documentation/#see-ai-assist-in-action">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Watch it Scan</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-976d12f e-con-full e-flex e-con e-child" data-id="976d12f" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-cc9b98e e-con-full e-flex e-con e-child" data-id="cc9b98e" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2a20dc2 icon-styled elementor-view-default elementor-widget elementor-widget-icon" data-id="2a20dc2" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 19.5 16.5"><g id="Layer_1-2" data-name="Layer 1"><path d="M18.75,16.5h-8c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h8c.41,0,.75.34.75.75s-.34.75-.75.75ZM2.75,16.5c-.19,0-.38-.07-.53-.22L.22,14.28c-.29-.29-.29-.77,0-1.06s.77-.29,1.06,0l1.47,1.47,3.47-3.47c.29-.29.77-.29,1.06,0s.29.77,0,1.06l-4,4c-.15.15-.34.22-.53.22ZM18.75,9.5h-8c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h8c.41,0,.75.34.75.75s-.34.75-.75.75ZM5.75,7.5H1.75c-.96,0-1.75-.79-1.75-1.75V1.75C0,.79.79,0,1.75,0h4c.96,0,1.75.79,1.75,1.75v4c0,.96-.79,1.75-1.75,1.75ZM1.75,1.5c-.14,0-.25.11-.25.25v4c0,.14.11.25.25.25h4c.14,0,.25-.11.25-.25V1.75c0-.14-.11-.25-.25-.25H1.75ZM18.75,2.5h-8c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h8c.41,0,.75.34.75.75s-.34.75-.75.75Z"></path></g></svg>			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-85f1394 margin-reset elementor-widget elementor-widget-heading" data-id="85f1394" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">AI Check for Realtime CQI</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-3ce89a4 elementor-widget elementor-widget-text-editor" data-id="3ce89a4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>As you chart, AI Check surfaces errors, flags inconsistencies, and refines your report before it ever leaves the field.</p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-d6ab15c elementor-widget elementor-widget-button" data-id="d6ab15c" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/platform/cqi-software/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">See it Live</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-87ce1fa e-con-full e-flex e-con e-child" data-id="87ce1fa" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-d89abb5 e-con-full e-flex e-con e-child" data-id="d89abb5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5e10f3e icon-styled elementor-view-default elementor-widget elementor-widget-icon" data-id="5e10f3e" data-element_type="widget" data-e-type="widget" data-widget_type="icon.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-wrapper">
			<div class="elementor-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 19.5 15.5"><g id="Layer_1-2" data-name="Layer 1"><path d="M18.75,15.5h-8c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h8c.41,0,.75.34.75.75s-.34.75-.75.75ZM2.75,15.5c-.19,0-.38-.07-.53-.22L.22,13.28c-.29-.29-.29-.77,0-1.06s.77-.29,1.06,0l1.47,1.47,3.47-3.47c.29-.29.77-.29,1.06,0s.29.77,0,1.06l-4,4c-.15.15-.34.22-.53.22ZM18.75,8.5h-8c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h8c.41,0,.75.34.75.75s-.34.75-.75.75ZM2.75,5.5c-.19,0-.38-.07-.53-.22L.22,3.28c-.29-.29-.29-.77,0-1.06s.77-.29,1.06,0l1.47,1.47L6.22.22c.29-.29.77-.29,1.06,0s.29.77,0,1.06L3.28,5.28c-.15.15-.34.22-.53.22ZM18.75,1.5h-8c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h8c.41,0,.75.34.75.75s-.34.75-.75.75Z"></path></g></svg>			</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1f75b45 margin-reset elementor-widget elementor-widget-heading" data-id="1f75b45" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Traditional CQI + AI</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-88d8b9f elementor-widget elementor-widget-text-editor" data-id="88d8b9f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Stop manually hunting for documentation errors. AI finds the patterns, flags the gaps, and suggests the fixes.</p>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-dc1d0cf elementor-widget elementor-widget-button" data-id="dc1d0cf" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/platform/cqi-software/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore CQI</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-d4c9c20 e-flex e-con-boxed e-con e-parent" data-id="d4c9c20" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-fda0127 e-con-full e-flex e-con e-child" data-id="fda0127" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-52b42ba e-con-full e-flex e-con e-child" data-id="52b42ba" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-8e70a07 elementor-widget elementor-widget-heading" data-id="8e70a07" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">What Our Customers Are Saying</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-96e50f4 elementor-widget elementor-widget-button" data-id="96e50f4" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/meet-us/customer-reviews/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">More Customer Reviews</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-c6bee58 e-con-full e-flex e-con e-child" data-id="c6bee58" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-43cb2d3 e-con-full e-flex e-con e-child" data-id="43cb2d3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-89dd851 elementor-widget elementor-widget-text-editor" data-id="89dd851" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>“ImageTrend is good at determining where they want to go and how they can be better. I love that they&#8217;re always pushing the boundaries of trying to make the system better.”</p>								</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-d26c6b2 e-con-full e-flex e-con e-child" data-id="d26c6b2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2c2b53f elementor-position-left elementor-vertical-align-middle elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box" data-id="2c2b53f" data-element_type="widget" data-e-type="widget" data-widget_type="image-box.default">
				<div class="elementor-widget-container">
					<div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><img loading="lazy" decoding="async" width="300" height="300" src="https://www.imagetrend.com/wp-content/uploads/2025/01/logo-avondale.jpg" class="attachment-full size-full wp-image-10622" alt="Avondale Fire Dept logo" srcset="https://www.imagetrend.com/wp-content/uploads/2025/01/logo-avondale.jpg 300w, https://www.imagetrend.com/wp-content/uploads/2025/01/logo-avondale-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></figure><div class="elementor-image-box-content"><p class="elementor-image-box-description"><strong>Garry Siler | Battalion Chief EMS and Training</strong><br>
City of Avondale Fire Medical</p></div></div>				</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b829855 e-con-full e-flex e-con e-child" data-id="b829855" data-element_type="container" data-e-type="container">
		<iframe title="Why Organizations Choose ImageTrend | ImageTrend Connections" width="800" height="450" data-cookieconsent="statistics, marketing" data-src="https://www.youtube.com/embed/zvL0EoEgPIk?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><div class="cookieconsent-optout-statistics cookieconsent-optout-marketing">			Please accept <a href="javascript:Cookiebot.renew()">statistics, marketing</a> cookies to watch this video.			</div>		</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-9c2097a e-con-full e-grid e-con e-child" data-id="9c2097a" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-de071cf e-con-full e-flex e-con e-child" data-id="de071cf" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-62880e3 elementor-widget elementor-widget-text-editor" data-id="62880e3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>“The transition was easy, we should have done it sooner. The amount of time it is saving me has made it where I am able to get caught up on other things the department needed.”</p>								</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-99bd604 e-con-full e-flex e-con e-child" data-id="99bd604" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-fd9d188 elementor-widget elementor-widget-image" data-id="fd9d188" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="300" height="300" src="https://www.imagetrend.com/wp-content/uploads/2025/01/logo-pea-ridge.jpg" class="attachment-large size-large wp-image-10624" alt="Pea Ridge Fire Department logo" srcset="https://www.imagetrend.com/wp-content/uploads/2025/01/logo-pea-ridge.jpg 300w, https://www.imagetrend.com/wp-content/uploads/2025/01/logo-pea-ridge-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" />															</div>
				</div>
				<div class="elementor-element elementor-element-3c5cd25 elementor-widget elementor-widget-text-editor" data-id="3c5cd25" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Stephanie Henson, CAC, CPC</strong><br />Pea Ridge Fire Department</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-95c9485 e-con-full e-flex e-con e-child" data-id="95c9485" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-7b895f4 elementor-widget elementor-widget-text-editor" data-id="7b895f4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>“The Billing Bridge conference was very helpful and informative. I really liked how hands-on it was during each session. Everyone was super friendly and we learned a lot to help us succeed with ImageTrend. We are looking forward to next year!”</p>								</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-c804763 e-con-full e-flex e-con e-child" data-id="c804763" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b7e30ce elementor-widget elementor-widget-image" data-id="b7e30ce" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="300" height="300" src="https://www.imagetrend.com/wp-content/uploads/2025/01/logo-golder-ranch.jpg" class="attachment-large size-large wp-image-10623" alt="Golder Ranch Fire District logo" srcset="https://www.imagetrend.com/wp-content/uploads/2025/01/logo-golder-ranch.jpg 300w, https://www.imagetrend.com/wp-content/uploads/2025/01/logo-golder-ranch-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" />															</div>
				</div>
				<div class="elementor-element elementor-element-0de06ac elementor-widget elementor-widget-text-editor" data-id="0de06ac" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Jessica Santiago | Billing Specialist</strong><br />Golder Ranch Fire District</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-ebe5791 e-con-full e-flex e-con e-child" data-id="ebe5791" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-2bd920e elementor-widget elementor-widget-text-editor" data-id="2bd920e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>“New features and integrations are continually being delivered and I can’t say enough good things about ImageTrend Support. Having used other platforms, ImageTrend continually stands head and shoulders above the rest.”</p>								</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-3bc6323 e-con-full e-flex e-con e-child" data-id="3bc6323" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-920a46f elementor-widget elementor-widget-image" data-id="920a46f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="95" height="95" src="https://www.imagetrend.com/wp-content/uploads/2026/05/city-of-surprise-fire-medical-dept.jpg" class="attachment-large size-large wp-image-15404" alt="" srcset="https://www.imagetrend.com/wp-content/uploads/2026/05/city-of-surprise-fire-medical-dept.jpg 95w, https://www.imagetrend.com/wp-content/uploads/2026/05/city-of-surprise-fire-medical-dept-30x30.jpg 30w" sizes="(max-width: 95px) 100vw, 95px" />															</div>
				</div>
				<div class="elementor-element elementor-element-505263c elementor-widget elementor-widget-text-editor" data-id="505263c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Keith Tanner | Fire Marshal</strong><br />Surprise Fire Department</p>								</div>
				</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-efc96c9 e-flex e-con-boxed e-con e-parent" data-id="efc96c9" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-d860aec e-grid bg-white-gradient e-con-boxed e-con e-child" data-id="d860aec" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-e203762 e-con-full e-flex e-con e-child" data-id="e203762" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-0c9ee3f elementor-position-inline-start icon-box margin-reset elementor-view-default elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box" data-id="0c9ee3f" data-element_type="widget" data-e-type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

						<div class="elementor-icon-box-icon">
				<span  class="elementor-icon">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-layer-group" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M12.41 148.02l232.94 105.67c6.8 3.09 14.49 3.09 21.29 0l232.94-105.67c16.55-7.51 16.55-32.52 0-40.03L266.65 2.31a25.607 25.607 0 0 0-21.29 0L12.41 107.98c-16.55 7.51-16.55 32.53 0 40.04zm487.18 88.28l-58.09-26.33-161.64 73.27c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.51 209.97l-58.1 26.33c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 276.3c16.55-7.5 16.55-32.5 0-40zm0 127.8l-57.87-26.23-161.86 73.37c-7.56 3.43-15.59 5.17-23.86 5.17s-16.29-1.74-23.86-5.17L70.29 337.87 12.41 364.1c-16.55 7.5-16.55 32.5 0 40l232.94 105.59c6.8 3.08 14.49 3.08 21.29 0L499.59 404.1c16.55-7.5 16.55-32.5 0-40z"></path></svg>				</span>
			</div>
			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Featured Resource						</span>
					</h3>
				
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-cc6fbcb elementor-widget elementor-widget-heading" data-id="cc6fbcb" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">2026 EMS Insights Report: National Trends Shaping Frontline Care</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-b286181 elementor-widget elementor-widget-text-editor" data-id="b286181" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The ImageTrend 2026 EMS Insights Report analyzes national prehospital care patterns using data from ImageTrend Collaborate™, a large, de-identified dataset reflecting EMS activations across the United States.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-55b8c64 elementor-widget elementor-widget-button" data-id="55b8c64" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/research-reports/ems-insights-report-2026/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Read the Report</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-a7338ca e-con-full e-flex e-con e-child" data-id="a7338ca" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-e1399f1 elementor-widget elementor-widget-image" data-id="e1399f1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="533" src="https://www.imagetrend.com/wp-content/uploads/2026/05/Insights-report-booklet.webp" class="attachment-large size-large wp-image-15406" alt="" srcset="https://www.imagetrend.com/wp-content/uploads/2026/05/Insights-report-booklet.webp 900w, https://www.imagetrend.com/wp-content/uploads/2026/05/Insights-report-booklet-300x200.webp 300w, https://www.imagetrend.com/wp-content/uploads/2026/05/Insights-report-booklet-768x512.webp 768w, https://www.imagetrend.com/wp-content/uploads/2026/05/Insights-report-booklet-30x20.webp 30w, https://www.imagetrend.com/wp-content/uploads/2026/05/Insights-report-booklet-450x300.webp 450w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-e71ea57 e-flex e-con-boxed e-con e-parent" data-id="e71ea57" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-43b2b4a tab-styled-row e-n-tabs-mobile_extra elementor-widget elementor-widget-n-tabs" data-id="43b2b4a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;horizontal_scroll&quot;:&quot;enable&quot;,&quot;horizontal_scroll_mobile&quot;:&quot;disable&quot;}" data-widget_type="nested-tabs.default">
				<div class="elementor-widget-container">
							<div class="e-n-tabs" data-widget-number="70986570" aria-label="Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.">
			<div class="e-n-tabs-heading" role="tablist">
					<button id="e-n-tab-title-709865701" data-tab-title-id="e-n-tab-title-709865701" class="e-n-tab-title" aria-selected="true" data-tab-index="1" role="tab" tabindex="0" aria-controls="e-n-tab-content-709865701" style="--n-tabs-title-order: 1;">
					<span class="e-n-tab-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 13.5 17.5"><g id="Layer_1-2" data-name="Layer 1"><path d="M11.25,17.5H2.25c-.6,0-1.19-.26-1.61-.71-.41-.44-.64-1.03-.64-1.64V2.35c0-.62.23-1.2.64-1.64.42-.45,1.01-.71,1.61-.71h6c.38,0,.68.07,1,.21.32.14.59.34.83.59l2.69,2.87c.24.25.42.54.55.87.12.32.19.66.19,1.01v9.6c0,.62-.23,1.2-.64,1.64-.42.45-1.01.71-1.61.71ZM2.25,1.5c-.19,0-.37.08-.51.23-.15.16-.24.39-.24.62v12.8c0,.23.09.46.24.62.14.15.32.23.51.23h9c.19,0,.37-.08.51-.23.15-.16.24-.39.24-.62V6.3h-3c-.4,0-.8-.17-1.08-.47-.27-.29-.42-.67-.42-1.08V1.5H2.25ZM9,1.85v2.9l2.75.04s-.05-.06-.07-.09l-2.67-2.85ZM9,11.9h-4.5c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h4.5c.41,0,.75.34.75.75s-.34.75-.75.75Z"></path></g></svg>			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 13.5 17.5"><g id="Layer_1-2" data-name="Layer 1"><path d="M11.25,17.5H2.25c-.6,0-1.19-.26-1.61-.71-.41-.44-.64-1.03-.64-1.64V2.35c0-.62.23-1.2.64-1.64.42-.45,1.01-.71,1.61-.71h6c.38,0,.68.07,1,.21.32.14.59.34.83.59l2.69,2.87c.24.25.42.54.55.87.12.32.19.66.19,1.01v9.6c0,.62-.23,1.2-.64,1.64-.42.45-1.01.71-1.61.71ZM2.25,1.5c-.19,0-.37.08-.51.23-.15.16-.24.39-.24.62v12.8c0,.23.09.46.24.62.14.15.32.23.51.23h9c.19,0,.37-.08.51-.23.15-.16.24-.39.24-.62V6.3h-3c-.4,0-.8-.17-1.08-.47-.27-.29-.42-.67-.42-1.08V1.5H2.25ZM9,1.85v2.9l2.75.04s-.05-.06-.07-.09l-2.67-2.85ZM9,11.9h-4.5c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h4.5c.41,0,.75.34.75.75s-.34.75-.75.75Z"></path></g></svg>		</span>
					<span class="e-n-tab-title-text">
				Pre-Incident			</span>
		</button>
				<button id="e-n-tab-title-709865702" data-tab-title-id="e-n-tab-title-709865702" class="e-n-tab-title" aria-selected="false" data-tab-index="2" role="tab" tabindex="-1" aria-controls="e-n-tab-content-709865702" style="--n-tabs-title-order: 2;">
					<span class="e-n-tab-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 16 20"><path d="M7.77,19.87c-.2,0-.39-.04-.58-.11C2.36,18.01,0,15.09,0,10.85v-6.43c0-.44.16-.85.46-1.17.3-.32.73-.5,1.16-.5,1.46,0,3.45-.92,4.95-2.3.66-.59,1.69-.58,2.34,0,1.51,1.38,3.5,2.31,4.96,2.31.44,0,.86.18,1.16.5.3.31.46.73.46,1.17v6.43c0,4.23-2.35,7.15-7.2,8.92-.17.06-.36.09-.54.09ZM7.75,1.5c-.06,0-.12.02-.17.07-1.78,1.63-4.12,2.69-5.96,2.69-.11.07-.12.12-.12.17v6.43c0,3.58,1.98,5.97,6.22,7.5,4.31-1.54,6.28-3.93,6.28-7.5v-6.43c0-.05-.02-.1-.05-.13-1.92-.04-4.26-1.09-6.04-2.73-.04-.04-.1-.06-.16-.06ZM7.75,13.44c-.41,0-.75-.34-.75-.75v-2h-1.88c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h1.88v-2c0-.41.34-.75.75-.75s.75.34.75.75v2h1.88c.41,0,.75.34.75.75s-.34.75-.75.75h-1.88v2c0,.41-.34.75-.75.75Z"></path></svg>			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 16 20"><path d="M7.77,19.87c-.2,0-.39-.04-.58-.11C2.36,18.01,0,15.09,0,10.85v-6.43c0-.44.16-.85.46-1.17.3-.32.73-.5,1.16-.5,1.46,0,3.45-.92,4.95-2.3.66-.59,1.69-.58,2.34,0,1.51,1.38,3.5,2.31,4.96,2.31.44,0,.86.18,1.16.5.3.31.46.73.46,1.17v6.43c0,4.23-2.35,7.15-7.2,8.92-.17.06-.36.09-.54.09ZM7.75,1.5c-.06,0-.12.02-.17.07-1.78,1.63-4.12,2.69-5.96,2.69-.11.07-.12.12-.12.17v6.43c0,3.58,1.98,5.97,6.22,7.5,4.31-1.54,6.28-3.93,6.28-7.5v-6.43c0-.05-.02-.1-.05-.13-1.92-.04-4.26-1.09-6.04-2.73-.04-.04-.1-.06-.16-.06ZM7.75,13.44c-.41,0-.75-.34-.75-.75v-2h-1.88c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h1.88v-2c0-.41.34-.75.75-.75s.75.34.75.75v2h1.88c.41,0,.75.34.75.75s-.34.75-.75.75h-1.88v2c0,.41-.34.75-.75.75Z"></path></svg>		</span>
					<span class="e-n-tab-title-text">
				Incident			</span>
		</button>
				<button id="e-n-tab-title-709865703" data-tab-title-id="e-n-tab-title-709865703" class="e-n-tab-title" aria-selected="false" data-tab-index="3" role="tab" tabindex="-1" aria-controls="e-n-tab-content-709865703" style="--n-tabs-title-order: 3;">
					<span class="e-n-tab-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 15.5 15.5"><g id="Layer_1-2" data-name="Layer 1"><path d="M14.75,15.5H2.31c-.62,0-1.19-.24-1.63-.68-.44-.43-.68-1.01-.68-1.63V.75c0-.41.34-.75.75-.75s.75.34.75.75v12.44c0,.21.08.42.24.57.15.15.36.24.57.24h12.44c.41,0,.75.34.75.75s-.34.75-.75.75ZM9.31,10.06c-.2,0-.39-.08-.53-.22l-2.58-2.58-1.8,1.8c-.29.29-.77.29-1.06,0-.29-.29-.29-.77,0-1.06l2.33-2.33c.28-.28.78-.28,1.06,0l2.58,2.58,3.36-3.36c.29-.29.77-.29,1.06,0s.29.77,0,1.06l-3.89,3.89c-.14.14-.33.22-.53.22Z"></path></g></svg>			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 15.5 15.5"><g id="Layer_1-2" data-name="Layer 1"><path d="M14.75,15.5H2.31c-.62,0-1.19-.24-1.63-.68-.44-.43-.68-1.01-.68-1.63V.75c0-.41.34-.75.75-.75s.75.34.75.75v12.44c0,.21.08.42.24.57.15.15.36.24.57.24h12.44c.41,0,.75.34.75.75s-.34.75-.75.75ZM9.31,10.06c-.2,0-.39-.08-.53-.22l-2.58-2.58-1.8,1.8c-.29.29-.77.29-1.06,0-.29-.29-.29-.77,0-1.06l2.33-2.33c.28-.28.78-.28,1.06,0l2.58,2.58,3.36-3.36c.29-.29.77-.29,1.06,0s.29.77,0,1.06l-3.89,3.89c-.14.14-.33.22-.53.22Z"></path></g></svg>		</span>
					<span class="e-n-tab-title-text">
				Post-Incident			</span>
		</button>
				<button id="e-n-tab-title-709865704" data-tab-title-id="e-n-tab-title-709865704" class="e-n-tab-title" aria-selected="false" data-tab-index="4" role="tab" tabindex="-1" aria-controls="e-n-tab-content-709865704" style="--n-tabs-title-order: 4;">
					<span class="e-n-tab-icon">
			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 15.5 15.49"><g id="Layer_1-2" data-name="Layer 1"><path d="M9.85,15.49c-.2,0-.39-.06-.55-.18-.16-.12-.28-.29-.33-.48L5.65,3.04l-1.09,3.88c-.12.45-.4.85-.77,1.13-.37.28-.83.44-1.29.44H.75c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h1.74c.14,0,.28-.05.39-.13.11-.08.19-.21.23-.34L4.76.67c.06-.2.18-.37.34-.49.31-.23.79-.24,1.11,0,.16.12.28.29.33.48l3.31,11.78,1.09-3.88c.12-.45.4-.85.77-1.13.37-.28.85-.47,1.3-.44h1.74c.41,0,.75.34.75.75s-.34.75-.75.75h-1.74c-.14,0-.28.05-.39.13-.11.09-.2.21-.23.34l-1.65,5.85c-.05.19-.17.37-.34.49-.16.12-.36.18-.55.18ZM9.3,14.41h0s0,0,0,0Z"></path></g></svg>			<svg xmlns="http://www.w3.org/2000/svg" id="Layer_2" data-name="Layer 2" viewBox="0 0 15.5 15.49"><g id="Layer_1-2" data-name="Layer 1"><path d="M9.85,15.49c-.2,0-.39-.06-.55-.18-.16-.12-.28-.29-.33-.48L5.65,3.04l-1.09,3.88c-.12.45-.4.85-.77,1.13-.37.28-.83.44-1.29.44H.75c-.41,0-.75-.34-.75-.75s.34-.75.75-.75h1.74c.14,0,.28-.05.39-.13.11-.08.19-.21.23-.34L4.76.67c.06-.2.18-.37.34-.49.31-.23.79-.24,1.11,0,.16.12.28.29.33.48l3.31,11.78,1.09-3.88c.12-.45.4-.85.77-1.13.37-.28.85-.47,1.3-.44h1.74c.41,0,.75.34.75.75s-.34.75-.75.75h-1.74c-.14,0-.28.05-.39.13-.11.09-.2.21-.23.34l-1.65,5.85c-.05.19-.17.37-.34.49-.16.12-.36.18-.55.18ZM9.3,14.41h0s0,0,0,0Z"></path></g></svg>		</span>
					<span class="e-n-tab-title-text">
				Healthcare Intelligence System			</span>
		</button>
					</div>
			<div class="e-n-tabs-content">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" id="e-n-tab-content-709865701" role="tabpanel" aria-labelledby="e-n-tab-title-709865701" data-tab-index="1" style="--n-tabs-title-order: 1;" class="e-active elementor-element elementor-element-4003922 e-con-full e-flex e-con e-child" data-id="4003922" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-d3b6905 e-grid e-con-boxed e-con e-child" data-id="d3b6905" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-1a2ced0 e-con-full e-flex e-con e-child" data-id="1a2ced0" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-168d99e elementor-widget elementor-widget-image" data-id="168d99e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="623" src="https://www.imagetrend.com/wp-content/uploads/2026/05/pre-incident-1-1024x797.webp" class="attachment-large size-large wp-image-15451" alt="" srcset="https://www.imagetrend.com/wp-content/uploads/2026/05/pre-incident-1-1024x797.webp 1024w, https://www.imagetrend.com/wp-content/uploads/2026/05/pre-incident-1-300x234.webp 300w, https://www.imagetrend.com/wp-content/uploads/2026/05/pre-incident-1-768x598.webp 768w, https://www.imagetrend.com/wp-content/uploads/2026/05/pre-incident-1-30x23.webp 30w, https://www.imagetrend.com/wp-content/uploads/2026/05/pre-incident-1-385x300.webp 385w, https://www.imagetrend.com/wp-content/uploads/2026/05/pre-incident-1.webp 1500w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-4909d2e e-con-full e-flex e-con e-child" data-id="4909d2e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-e80b566 elementor-widget elementor-widget-heading" data-id="e80b566" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Pre-Incident</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ff92673 elementor-widget elementor-widget-text-editor" data-id="ff92673" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Automate your scheduling, certification tracking, and pre-plans to keep teams prepared and properly staffed for any emergency.
<ul style="column-count: 2;">
 	<li><a href="/platform/scheduling-software/">Scheduling</a></li>
 	<li><a href="/platform/license-management-software/">License Management</a></li>
 	<li><a href="/platform/permits-and-inspections/">Permits and Inspections</a></li>
 	<li><a href="/platform/fire-pre-plan-software/">Visual Pre-Plans</a></li>
 	<li><a href="/platform/community-health-software/">Community Health</a></li>
</ul>								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" id="e-n-tab-content-709865702" role="tabpanel" aria-labelledby="e-n-tab-title-709865702" data-tab-index="2" style="--n-tabs-title-order: 2;" class=" elementor-element elementor-element-ac4668d e-con-full e-flex e-con e-child" data-id="ac4668d" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-9e561de e-grid e-con-boxed e-con e-child" data-id="9e561de" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-5902b2b e-con-full e-flex e-con e-child" data-id="5902b2b" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9beeddc elementor-widget elementor-widget-image" data-id="9beeddc" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="447" src="https://www.imagetrend.com/wp-content/uploads/2026/05/incident-imagetrend-1024x572.webp" class="attachment-large size-large wp-image-15450" alt="" srcset="https://www.imagetrend.com/wp-content/uploads/2026/05/incident-imagetrend-1024x572.webp 1024w, https://www.imagetrend.com/wp-content/uploads/2026/05/incident-imagetrend-300x168.webp 300w, https://www.imagetrend.com/wp-content/uploads/2026/05/incident-imagetrend-768x429.webp 768w, https://www.imagetrend.com/wp-content/uploads/2026/05/incident-imagetrend-1536x858.webp 1536w, https://www.imagetrend.com/wp-content/uploads/2026/05/incident-imagetrend-30x17.webp 30w, https://www.imagetrend.com/wp-content/uploads/2026/05/incident-imagetrend-537x300.webp 537w, https://www.imagetrend.com/wp-content/uploads/2026/05/incident-imagetrend.webp 1800w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-2726fdc e-con-full e-flex e-con e-child" data-id="2726fdc" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-dcdbaae elementor-widget elementor-widget-heading" data-id="dcdbaae" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Incident</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-b264263 elementor-widget elementor-widget-text-editor" data-id="b264263" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Document patient care and fire events in real time while sharing critical information between EMS crews, fire teams, and hospital staff through NEMSIS and NERIS-compliant tools.</p><ul><li><a href="/platform/epcr-software/">ePCR Incident Reporting</a></li><li><a href="/platform/fire-based-ems-incident-reporting/">Fire-based EMS Incident Reporting</a></li><li><a href="/platform/fire-rms-software/">Fire Incident Reporting</a></li><li><a href="/platform/critical-care-software/">Critical Care</a></li></ul>								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" id="e-n-tab-content-709865703" role="tabpanel" aria-labelledby="e-n-tab-title-709865703" data-tab-index="3" style="--n-tabs-title-order: 3;" class=" elementor-element elementor-element-b75c603 e-con-full e-flex e-con e-child" data-id="b75c603" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-87b3bcf e-grid e-con-boxed e-con e-child" data-id="87b3bcf" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-a3af985 e-con-full e-flex e-con e-child" data-id="a3af985" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1aafcff elementor-widget elementor-widget-image" data-id="1aafcff" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="725" src="https://www.imagetrend.com/wp-content/uploads/2026/05/post-incident-imagetrend-1024x928.webp" class="attachment-large size-large wp-image-15454" alt="Post-Incident" srcset="https://www.imagetrend.com/wp-content/uploads/2026/05/post-incident-imagetrend-1024x928.webp 1024w, https://www.imagetrend.com/wp-content/uploads/2026/05/post-incident-imagetrend-300x272.webp 300w, https://www.imagetrend.com/wp-content/uploads/2026/05/post-incident-imagetrend-768x696.webp 768w, https://www.imagetrend.com/wp-content/uploads/2026/05/post-incident-imagetrend-30x27.webp 30w, https://www.imagetrend.com/wp-content/uploads/2026/05/post-incident-imagetrend-331x300.webp 331w, https://www.imagetrend.com/wp-content/uploads/2026/05/post-incident-imagetrend.webp 1200w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-af41d03 e-con-full e-flex e-con e-child" data-id="af41d03" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-91fdb00 elementor-widget elementor-widget-heading" data-id="91fdb00" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Post-Incident</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-633138f elementor-widget elementor-widget-text-editor" data-id="633138f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Convert response patterns, patient outcomes, and operational data into actionable insights that improve documentation and speed up reimbursement.</p><ul><li><a href="/platform/cqi-software/">CQI</a></li><li><a href="/platform/fire-investigations-software/">Investigations</a></li><li><a href="/platform/data-insights-and-intelligence/">Data Insights &amp; Intelligence</a></li><li><a href="/platform/billing-software/">Billing</a></li></ul>								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" id="e-n-tab-content-709865704" role="tabpanel" aria-labelledby="e-n-tab-title-709865704" data-tab-index="4" style="--n-tabs-title-order: 4;" class=" elementor-element elementor-element-a8e1d65 e-con-full e-flex e-con e-child" data-id="a8e1d65" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-0919897 e-grid e-con-boxed e-con e-child" data-id="0919897" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-7c9e1dc e-con-full e-flex e-con e-child" data-id="7c9e1dc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-0bc962c elementor-widget elementor-widget-image" data-id="0bc962c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="542" src="https://www.imagetrend.com/wp-content/uploads/2026/05/healthcare-intel-system-updated-1024x694.webp" class="attachment-large size-large wp-image-15504" alt="A healthcare worker wearing blue gloves holds a tablet displaying medical data and charts in a hospital corridor." srcset="https://www.imagetrend.com/wp-content/uploads/2026/05/healthcare-intel-system-updated-1024x694.webp 1024w, https://www.imagetrend.com/wp-content/uploads/2026/05/healthcare-intel-system-updated-300x203.webp 300w, https://www.imagetrend.com/wp-content/uploads/2026/05/healthcare-intel-system-updated-768x521.webp 768w, https://www.imagetrend.com/wp-content/uploads/2026/05/healthcare-intel-system-updated-30x20.webp 30w, https://www.imagetrend.com/wp-content/uploads/2026/05/healthcare-intel-system-updated-442x300.webp 442w, https://www.imagetrend.com/wp-content/uploads/2026/05/healthcare-intel-system-updated.webp 1500w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-3d4cc65 e-con-full e-flex e-con e-child" data-id="3d4cc65" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-dd57039 elementor-widget elementor-widget-heading" data-id="dd57039" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Healthcare Intelligence System</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-212b830 elementor-widget elementor-widget-text-editor" data-id="212b830" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Seamlessly connect pre-hospital and hospital data to streamline care transitions and reporting. Enhance interoperability, simplify data management, and deliver insights to improve patient outcomes and operational efficiency.
<ul>
 	<li><a href="/platform/patient-registry-software/">Patient Registry</a></li>
 	<li><a href="/platform/reporting-solutions/">Reporting Solutions</a></li>
 	<li><a href="/platform/hospital-market-intelligence/">Market Intelligence</a></li>
 	<li><a href="/platform/hospital-interoperability-carelytics/">Carelytics</a></li>
</ul>								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-87c0832 e-flex e-con-boxed e-con e-parent" data-id="87c0832" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-d1db0cc e-grid e-con-boxed e-con e-child" data-id="d1db0cc" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b604cbe e-con-full e-flex e-con e-child" data-id="b604cbe" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-6c5e030 elementor-widget elementor-widget-heading" data-id="6c5e030" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Tomorrow Won’t Look Like Today. Prepare for What’s Next.</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c9cdac4 elementor-widget elementor-widget-text-editor" data-id="c9cdac4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>See the bigger picture and confidently face the challenges ahead with our industry-leading solutions. Schedule a demo with our team.</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-e0d2c52 e-con-full e-flex e-con e-child" data-id="e0d2c52" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-821d8bd elementor-widget elementor-widget-html" data-id="821d8bd" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<script src="https://js.hsforms.net/forms/embed/44882466.js" defer></script>
<div class="hs-form-frame" data-region="na1" data-form-id="af41a552-19c5-475c-83ac-2c9b381574eb" data-portal-id="44882466"></div>				</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
				</div>
		
            
                    </div>

        
    </main>

		<footer data-elementor-type="footer" data-elementor-id="2869" class="elementor elementor-2869 elementor-location-footer" data-elementor-post-type="elementor_library">
			<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-06c100e e-con-full e-flex e-con e-parent" data-id="06c100e" data-element_type="container" data-e-type="container" id="oms-footer" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-323f24e pageblock pageblock--oms-form e-flex e-con-boxed e-con e-child" data-id="323f24e" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b9c9566 container  e-flex e-con-boxed e-con e-child" data-id="b9c9566" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-003a449 column column--form e-con-full e-flex e-con e-child" data-id="003a449" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5c2557c elementor-widget elementor-widget-text-editor" data-id="5c2557c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2 class="h3">Join 20,000+ emergency professionals who receive best practices, case studies, hot topics, and intelligence in their inbox.</h2>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-2c11de1 column column--sidebar e-con-full animated-fast e-flex e-con e-child" data-id="2c11de1" data-element_type="container" data-e-type="container" data-settings="{&quot;animation&quot;:&quot;none&quot;}">
				<div class="elementor-element elementor-element-73460c9 newsletter-form elementor-widget elementor-widget-html" data-id="73460c9" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
<script>
  hbspt.forms.create({
    portalId: "44882466",
    formId: "2c994b1c-993b-40f9-b42e-a4626ab59d66",
    css:"",
    formInstanceId: '2',
    region:   "na1"
  });
</script>
				</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-10e1cd7 col-count--5 e-flex e-con-boxed e-con e-child" data-id="10e1cd7" data-element_type="container" data-e-type="container" id="main-footer" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-1613bc1 e-con-full column column--footer e-flex e-con e-child" data-id="1613bc1" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-18b6623 footer-logo elementor-widget elementor-widget-image" data-id="18b6623" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.imagetrend.com" aria-label="Home">
							<img width="300" height="62" src="https://www.imagetrend.com/wp-content/uploads/2022/07/imagetrend-header-logo-white.svg" class="attachment-medium size-medium wp-image-10433" alt="ImageTrend logo in white" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-4544e49 elementor-widget elementor-widget-text-editor" data-id="4544e49" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Transforming data into actionable intelligence to drive community impact.</p><p class="small-text"><strong>Corporate Headquarters</strong><br />1305 Corporate Center Drive<br />Suite 500<br />Eagan, MN 55121</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-bc7049c e-con-full column column--footer column--footer-nav e-flex e-con e-child" data-id="bc7049c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2622c41 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="2622c41" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Audience" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-2622c41" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10480"><a href="https://www.imagetrend.com/who-we-serve/ems-software/" class="elementor-item">EMS Software</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10479"><a href="https://www.imagetrend.com/who-we-serve/fire-department-software/" class="elementor-item">Fire Software</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10478"><a href="https://www.imagetrend.com/who-we-serve/hospital-interoperability-software/" class="elementor-item">Hospital Software</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14684"><a href="https://www.imagetrend.com/neris-fire-reporting/" class="elementor-item">NERIS</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14769"><a href="https://www.imagetrend.com/platform/epcr-software/" class="elementor-item">NEMSIS</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-2622c41" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10480"><a href="https://www.imagetrend.com/who-we-serve/ems-software/" class="elementor-item" tabindex="-1">EMS Software</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10479"><a href="https://www.imagetrend.com/who-we-serve/fire-department-software/" class="elementor-item" tabindex="-1">Fire Software</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10478"><a href="https://www.imagetrend.com/who-we-serve/hospital-interoperability-software/" class="elementor-item" tabindex="-1">Hospital Software</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14684"><a href="https://www.imagetrend.com/neris-fire-reporting/" class="elementor-item" tabindex="-1">NERIS</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14769"><a href="https://www.imagetrend.com/platform/epcr-software/" class="elementor-item" tabindex="-1">NEMSIS</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-ea12535 e-con-full column column--footer column--footer-nav e-flex e-con e-child" data-id="ea12535" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-46310ee elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="46310ee" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Resources" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-46310ee" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14865"><a href="https://www.imagetrend.com/platform/fire-pre-plan-software/" class="elementor-item">Visual Pre-Plans</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14867"><a href="https://www.imagetrend.com/platform/patient-registry-software/" class="elementor-item">Patient Registry</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14868"><a href="https://www.imagetrend.com/platform/community-health-software/" class="elementor-item">Community Health</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14869"><a href="https://www.imagetrend.com/platform/fire-investigations-software/" class="elementor-item">Investigations</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-46310ee" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14865"><a href="https://www.imagetrend.com/platform/fire-pre-plan-software/" class="elementor-item" tabindex="-1">Visual Pre-Plans</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14867"><a href="https://www.imagetrend.com/platform/patient-registry-software/" class="elementor-item" tabindex="-1">Patient Registry</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14868"><a href="https://www.imagetrend.com/platform/community-health-software/" class="elementor-item" tabindex="-1">Community Health</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14869"><a href="https://www.imagetrend.com/platform/fire-investigations-software/" class="elementor-item" tabindex="-1">Investigations</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-7fc9899 e-con-full column column--footer column--footer-nav e-flex e-con e-child" data-id="7fc9899" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-9559392 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="9559392" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Support" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-9559392" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14871"><a href="https://www.imagetrend.com/blog/" class="elementor-item">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14872"><a href="https://www.imagetrend.com/press-releases/" class="elementor-item">Press Releases</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14873"><a href="https://www.imagetrend.com/resources/system-requirements/" class="elementor-item">System Requirements</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-9559392" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14871"><a href="https://www.imagetrend.com/blog/" class="elementor-item" tabindex="-1">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14872"><a href="https://www.imagetrend.com/press-releases/" class="elementor-item" tabindex="-1">Press Releases</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14873"><a href="https://www.imagetrend.com/resources/system-requirements/" class="elementor-item" tabindex="-1">System Requirements</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-7520f9b e-con-full column column--footer column--footer-nav e-flex e-con e-child" data-id="7520f9b" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d88f15b elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="d88f15b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Support" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-d88f15b" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14874"><a href="https://www.imagetrend.com/support/" class="elementor-item">Customer Support</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14875"><a href="https://www.imagetrend.com/support/customer-enablement/" class="elementor-item">Customer Enablement</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14876"><a href="https://www.imagetrend.com/support/implementation-services/" class="elementor-item">Implementation Services</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14877"><a href="https://www.imagetrend.com/support/client-education-and-training/" class="elementor-item">Client Education and Training</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15264"><a href="https://www.imagetrend.com/meet-us/partner-program/" class="elementor-item">Partner with ImageTrend</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-d88f15b" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14874"><a href="https://www.imagetrend.com/support/" class="elementor-item" tabindex="-1">Customer Support</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14875"><a href="https://www.imagetrend.com/support/customer-enablement/" class="elementor-item" tabindex="-1">Customer Enablement</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14876"><a href="https://www.imagetrend.com/support/implementation-services/" class="elementor-item" tabindex="-1">Implementation Services</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14877"><a href="https://www.imagetrend.com/support/client-education-and-training/" class="elementor-item" tabindex="-1">Client Education and Training</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15264"><a href="https://www.imagetrend.com/meet-us/partner-program/" class="elementor-item" tabindex="-1">Partner with ImageTrend</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-17ff792 container container--oms-logo e-flex e-con-boxed e-con e-child" data-id="17ff792" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-ffdc8aa animated-fast row row--logo col-count--5 e-con-full e-flex e-con e-child" data-id="ffdc8aa" data-element_type="container" data-e-type="container" data-settings="{&quot;animation&quot;:&quot;none&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-6057250 e-con-full column column--label e-flex e-con e-child" data-id="6057250" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-ef66a96 elementor-widget elementor-widget-text-editor" data-id="ef66a96" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="h3 h4">Notable<br />Accolades</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-f3e851b e-con-full column e-flex e-con e-child" data-id="f3e851b" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-ddf68c8 elementor-widget elementor-widget-image" data-id="ddf68c8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="250" height="150" src="https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Most-Implementable-summer-2026-250x150-1.png" class="attachment-medium size-medium wp-image-15620" alt="A G2 badge labeled &quot;Most Implementable&quot; for Summer 2026, featuring a white background with a blue border at the bottom." srcset="https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Most-Implementable-summer-2026-250x150-1.png 250w, https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Most-Implementable-summer-2026-250x150-1-30x18.png 30w" sizes="(max-width: 250px) 100vw, 250px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-3557a6d e-con-full column e-flex e-con e-child" data-id="3557a6d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-89b6e1e elementor-widget elementor-widget-image" data-id="89b6e1e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="250" height="150" src="https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Highest-User-Adoption-summer-2026-250x150-1.png" class="attachment-medium size-medium wp-image-15618" alt="A badge labeled &quot;Summer 2026&quot; and &quot;G2&quot; with the text &quot;Highest User Adoption&quot; displayed in the center." srcset="https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Highest-User-Adoption-summer-2026-250x150-1.png 250w, https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Highest-User-Adoption-summer-2026-250x150-1-30x18.png 30w" sizes="(max-width: 250px) 100vw, 250px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-62ee3bb e-con-full column e-flex e-con e-child" data-id="62ee3bb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4e02416 elementor-widget elementor-widget-image" data-id="4e02416" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="250" height="150" src="https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Momentum-Leader-summer-2026-250x150-1.png" class="attachment-medium size-medium wp-image-15619" alt="A badge labeled &quot;Momentum Leader&quot; with &quot;Summer 2026&quot; and a G2 logo at the top, featuring a white background and yellow, orange, and red stripes at the bottom." srcset="https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Momentum-Leader-summer-2026-250x150-1.png 250w, https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Momentum-Leader-summer-2026-250x150-1-30x18.png 30w" sizes="(max-width: 250px) 100vw, 250px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-92904d8 e-con-full column e-flex e-con e-child" data-id="92904d8" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-cd948c7 elementor-widget elementor-widget-image" data-id="cd948c7" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="250" height="150" src="https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Leader-summer-2026-250x150-1.png" class="attachment-medium size-medium wp-image-15617" alt="A badge labeled &quot;Leader&quot; with the G2 logo and &quot;Summer 2026&quot; at the top, featuring yellow and orange stripes at the bottom." srcset="https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Leader-summer-2026-250x150-1.png 250w, https://www.imagetrend.com/wp-content/uploads/2022/07/g2-badge-Leader-summer-2026-250x150-1-30x18.png 30w" sizes="(max-width: 250px) 100vw, 250px" />															</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-d6b43eb container container--oms-logo e-flex e-con-boxed e-con e-child" data-id="d6b43eb" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-295f564 animated-fast row row--logo col-count--5 e-con-full e-flex e-con e-child" data-id="295f564" data-element_type="container" data-e-type="container" data-settings="{&quot;animation&quot;:&quot;none&quot;,&quot;background_background&quot;:&quot;classic&quot;}">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-2c18a9e e-con-full column e-flex e-con e-child" data-id="2c18a9e" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-7fab581 elementor-widget elementor-widget-image" data-id="7fab581" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="250" height="150" src="https://www.imagetrend.com/wp-content/uploads/2022/07/EMS-World-winner-ribbon-250x150-1.png" class="attachment-medium size-medium wp-image-14892" alt="EMS World Innovation Awards Winner" srcset="https://www.imagetrend.com/wp-content/uploads/2022/07/EMS-World-winner-ribbon-250x150-1.png 250w, https://www.imagetrend.com/wp-content/uploads/2022/07/EMS-World-winner-ribbon-250x150-1-30x18.png 30w" sizes="(max-width: 250px) 100vw, 250px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-c27a532 e-con-full column e-flex e-con e-child" data-id="c27a532" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5779b1e elementor-widget elementor-widget-image" data-id="5779b1e" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="250" height="150" src="https://www.imagetrend.com/wp-content/uploads/2025/09/logo-nemsis-collect-v3-5-1-250x150-1.png" class="attachment-medium size-medium wp-image-14589" alt="Gold badge with a red ribbon stating &quot;NEMSIS V3 v3.5.1 Collect Data Compliant&quot; against a light background." srcset="https://www.imagetrend.com/wp-content/uploads/2025/09/logo-nemsis-collect-v3-5-1-250x150-1.png 250w, https://www.imagetrend.com/wp-content/uploads/2025/09/logo-nemsis-collect-v3-5-1-250x150-1-30x18.png 30w" sizes="(max-width: 250px) 100vw, 250px" />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-214f7ea e-con-full column e-flex e-con e-child" data-id="214f7ea" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-33a14ea elementor-widget elementor-widget-image" data-id="33a14ea" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="250" height="150" src="https://www.imagetrend.com/wp-content/uploads/2025/01/logo-nemsis-receive.png" class="attachment-medium size-medium wp-image-10688" alt="A badge displaying &quot;NEMSIS V3 v3.5.0 Receive &amp; Process Compliant&quot; in blue and gold colors." />															</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b09b32c e-con-full column e-flex e-con e-child" data-id="b09b32c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-e0a6550 elementor-widget elementor-widget-image" data-id="e0a6550" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="250" height="150" src="https://www.imagetrend.com/wp-content/uploads/2022/07/NERIS-V1-badge-250x150-1.png" class="attachment-medium size-medium wp-image-13927" alt="Blue circular logo with white text: &quot;NERIS V1&quot; and &quot;Data Exchange Compatible.&quot; A stylized lowercase &quot;d&quot; and star are in the center." srcset="https://www.imagetrend.com/wp-content/uploads/2022/07/NERIS-V1-badge-250x150-1.png 250w, https://www.imagetrend.com/wp-content/uploads/2022/07/NERIS-V1-badge-250x150-1-30x18.png 30w" sizes="(max-width: 250px) 100vw, 250px" />															</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-98267ea e-flex e-con-boxed e-con e-child" data-id="98267ea" data-element_type="container" data-e-type="container" id="bottom-footer" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-1d6d539 e-con-full column column--footer e-flex e-con e-child" data-id="1d6d539" data-element_type="container" data-e-type="container">
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-561084c e-con-full wrapper e-flex e-con e-child" data-id="561084c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-233cb74 elementor-widget__width-auto copyright copyright--year elementor-widget elementor-widget-heading" data-id="233cb74" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default"> &copy; 2026 </div>				</div>
				</div>
				<div class="elementor-element elementor-element-5c94a50 elementor-widget__width-auto copyright copyright--text elementor-widget elementor-widget-heading" data-id="5c94a50" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<div class="elementor-heading-title elementor-size-default">ImageTrend</div>				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-ac872c2 elementor-widget__width-auto elementor-nav-menu--dropdown-none copyright copyright--nav elementor-nav-menu__align-center elementor-widget elementor-widget-nav-menu" data-id="ac872c2" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Copyright" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none">
				<ul id="menu-1-ac872c2" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12793"><a href="https://www.imagetrend.com/legal/" class="elementor-item">Legal</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10120"><a href="https://www.imagetrend.com/privacy-policy/" class="elementor-item">Privacy Policy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14350"><a href="https://www.imagetrend.com/cookie-policy/" class="elementor-item">Cookie Policy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10122"><a href="https://www.imagetrend.com/sitemap/" class="elementor-item">Sitemap</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-ac872c2" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12793"><a href="https://www.imagetrend.com/legal/" class="elementor-item" tabindex="-1">Legal</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10120"><a href="https://www.imagetrend.com/privacy-policy/" class="elementor-item" tabindex="-1">Privacy Policy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14350"><a href="https://www.imagetrend.com/cookie-policy/" class="elementor-item" tabindex="-1">Cookie Policy</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10122"><a href="https://www.imagetrend.com/sitemap/" class="elementor-item" tabindex="-1">Sitemap</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-27e3d49 e-con-full column column--footer e-flex e-con e-child" data-id="27e3d49" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-73aaa33 e-grid-align-right e-grid-align-tablet-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="73aaa33" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bb74203" href="https://www.facebook.com/ImageTrendLLC" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-x-twitter-square elementor-repeater-item-12b6ef1" href="https://x.com/ImageTrend_LLC" target="_blank">
						<span class="elementor-screen-only">X-twitter-square</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-x-twitter-square" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-cf7fdae" href="https://www.linkedin.com/company/imagetrend/" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-d3b360f" href="https://www.youtube.com/imagetrend" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg>					</a>
				</span>
					</div>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				</footer>
		
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/orbitmedia-elementor/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script>
	var relevanssi_rt_regex = /(&|\?)_(rt|rt_nonce)=(\w+)/g
	var newUrl = window.location.search.replace(relevanssi_rt_regex, '')
	if (newUrl.substr(0, 1) == '&') {
		newUrl = '?' + newUrl.substr(1)
	}
	history.replaceState(null, null, window.location.pathname + newUrl + window.location.hash)
</script>
			<script>
				const lazyloadRunObserver = () => {
					const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
					const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
						entries.forEach( ( entry ) => {
							if ( entry.isIntersecting ) {
								let lazyloadBackground = entry.target;
								if( lazyloadBackground ) {
									lazyloadBackground.classList.add( 'e-lazyloaded' );
								}
								lazyloadBackgroundObserver.unobserve( entry.target );
							}
						});
					}, { rootMargin: '200px 0px 200px 0px' } );
					lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
						lazyloadBackgroundObserver.observe( lazyloadBackground );
					} );
				};
				const events = [
					'DOMContentLoaded',
					'elementor/lazyload/observe',
				];
				events.forEach( ( event ) => {
					document.addEventListener( event, lazyloadRunObserver );
				} );
			</script>
			<link rel='stylesheet' id='elementor-post-15028-css' href='https://www.imagetrend.com/wp-content/uploads/elementor/css/post-15028.css?ver=1780981415' media='all' />
<script src="https://www.imagetrend.com/wp-content/themes/orbitmedia-elementor/resources/js/dist/admin.js?ver=6.9.4" id="oms-admin-scripts-fix-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/wpsummarize/assets/js/wpsummarize-minimize-summaries.js?ver=1.0.59" id="wpsummarize-minimize-summaries-js"></script>
<script id="leadin-script-loader-js-js-extra" type="text/plain" data-cookieconsent="statistics,marketing">
var leadin_wordpress = {"userRole":"visitor","pageType":"home","leadinPluginVersion":"11.3.45"};
//# sourceURL=leadin-script-loader-js-js-extra
</script>
<script src="https://js.hs-scripts.com/44882466.js?integration=WordPress&amp;ver=11.3.45" id="leadin-script-loader-js-js" type="text/plain" data-cookieconsent="statistics,marketing"></script>
<script id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
//# sourceURL=rocket-browser-checker-js-after
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"/(?:.+/)?feed(?:/(?:.+/?)?)?$|/(?:.+/)?embed/|/(index.php/)?(.*)wp-json(/.*|$)|/refer/|/go/|/recommend/|/recommends/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https://www.imagetrend.com","onHoverDelay":"100","rateThrottle":"3"};
//# sourceURL=rocket-preload-links-js-extra
</script>
<script id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());

//# sourceURL=rocket-preload-links-js-after
</script>
<script src="https://www.imagetrend.com/wp-content/themes/orbitmedia-elementor/resources/js/dist/min/combined.min.js?ver=1778773069" nowprocket></script>
<script src="https://www.imagetrend.com/wp-content/themes/orbitmedia-elementor/resources/js/support.js?ver=1780945668" id="support-js"></script>
<script src="https://www.imagetrend.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.9" id="hello-theme-frontend-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.1.2" id="elementor-webpack-runtime-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.1.2" id="elementor-frontend-modules-js"></script>
<script src="https://www.imagetrend.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script id="elementor-frontend-js-extra">
var EAELImageMaskingConfig = {"svg_dir_url":"https://www.imagetrend.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/img/image-masking/svg-shapes/"};
//# sourceURL=elementor-frontend-js-extra
</script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":576,"lg":992,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":575,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":767,"default_value":880,"direction":"max","is_enabled":true},"tablet":{"label":"Tablet Portrait","value":991,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1199,"default_value":1200,"direction":"max","is_enabled":true},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":1599,"default_value":2400,"direction":"min","is_enabled":true}},"hasCustomBreakpoints":true},"version":"4.1.2","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"nested-elements":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true,"e_pro_atomic_form":true,"e_pro_variables":true,"e_pro_interactions":true},"urls":{"assets":"https:\/\/www.imagetrend.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.imagetrend.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.imagetrend.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"bfd713fd96","atomicFormsSendForm":"850803c250"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"viewport_mobile":575,"active_breakpoints":["viewport_mobile","viewport_mobile_extra","viewport_tablet","viewport_tablet_extra","viewport_widescreen"],"viewport_mobile_extra":767,"viewport_tablet":991,"viewport_tablet_extra":1199,"viewport_widescreen":1599,"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":2,"title":"Emergency%20Response%20Software%20for%20Fire%2C%20EMS%20%26%20Hospitals%20%7C%20ImageTrend","excerpt":"","featuredImage":"https:\/\/www.imagetrend.com\/wp-content\/uploads\/2026\/05\/ems-software-imagetrend-1024x723.webp"}};
//# sourceURL=elementor-frontend-js-before
</script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.1.2" id="elementor-frontend-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5" id="swiper-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js?ver=0.2.1" id="jquery-numerator-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.4.1" id="page-links-to-js"></script>
<script id="eael-general-js-extra">
var localize = {"ajaxurl":"https://www.imagetrend.com/wp-admin/admin-ajax.php","nonce":"631c3156d9","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https://www.imagetrend.com/","cart_redirectition":"no","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":575,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":767,"default_value":880,"direction":"max","is_enabled":true},"tablet":{"label":"Tablet Portrait","value":991,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1199,"default_value":1200,"direction":"max","is_enabled":true},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":1599,"default_value":2400,"direction":"min","is_enabled":true}},"ParticleThemesData":{"default":"{\"particles\":{\"number\":{\"value\":160,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":true,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"repulse\"},\"onclick\":{\"enable\":true,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nasa":"{\"particles\":{\"number\":{\"value\":250,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":1,\"random\":true,\"anim\":{\"enable\":true,\"speed\":1,\"opacity_min\":0,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":4,\"size_min\":0.3,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":1,\"direction\":\"none\",\"random\":true,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":600}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":250,\"size\":0,\"duration\":2,\"opacity\":0,\"speed\":3},\"repulse\":{\"distance\":400,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","bubble":"{\"particles\":{\"number\":{\"value\":15,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#1b1e34\"},\"shape\":{\"type\":\"polygon\",\"stroke\":{\"width\":0,\"color\":\"#000\"},\"polygon\":{\"nb_sides\":6},\"image\":{\"src\":\"img/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":50,\"random\":false,\"anim\":{\"enable\":true,\"speed\":10,\"size_min\":40,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":200,\"color\":\"#ffffff\",\"opacity\":1,\"width\":2},\"move\":{\"enable\":true,\"speed\":8,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":false,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","snow":"{\"particles\":{\"number\":{\"value\":450,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#fff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":500,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":2},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"bottom\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":0.5}},\"bubble\":{\"distance\":400,\"size\":4,\"duration\":0.3,\"opacity\":1,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nyan_cat":"{\"particles\":{\"number\":{\"value\":150,\"density\":{\"enable\":false,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"star\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"http://wiki.lexisnexis.com/academic/images/f/fb/Itunes_podcast_icon_300.jpg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":4,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":14,\"direction\":\"left\",\"random\":false,\"straight\":true,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":200,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}"},"eael_login_nonce":"a199033fa1","eael_register_nonce":"f435cac160","eael_lostpassword_nonce":"179b57449e","eael_resetpassword_nonce":"17cd2502c3"};
//# sourceURL=eael-general-js-extra
</script>
<script src="https://www.imagetrend.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.6.6" id="eael-general-js"></script>
<script src="https://www.imagetrend.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.10.5" id="megamenu-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.1.1" id="elementor-pro-webpack-runtime-js"></script>
<script src="https://www.imagetrend.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script src="https://www.imagetrend.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.imagetrend.com\/wp-admin\/admin-ajax.php","nonce":"4d9a070d14","urls":{"assets":"https:\/\/www.imagetrend.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.imagetrend.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.imagetrend.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
</script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.1.1" id="elementor-pro-frontend-js"></script>
<script src="https://www.imagetrend.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.1.1" id="pro-elements-handlers-js"></script>
			<script type="text/javascript" id="wpsp-script-frontend"></script>
			<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.imagetrend.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt,l){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="Play Youtube video"></button>';if(l){t=t.replace('data-lazy-','');t=t.replace('loading="lazy"','');t=t.replace(/<noscript>.*?<\/noscript>/g,'');}t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?"":"&"+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var exclusions=[];var e,t,p,u,l,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)(e=document.createElement("div")),(u='https://i.ytimg.com/vi/ID/hqdefault.jpg'),(u=u.replace('ID',a[t].dataset.id)),(l=exclusions.some(exclusion=>u.includes(exclusion))),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query",a[t].dataset.query),e.setAttribute("data-src",a[t].dataset.src),(e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt,l)),a[t].appendChild(e),(p=e.querySelector(".play")),(p.onclick=lazyLoadYoutubeIframe)});</script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'a0957ee40bb32d9e',t:'MTc4MTA2NDMwNQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>
