/*<meta conditions="imtGlobal/x_importProductTag._allProducts" />*/

/* MadCap-Branding applanguage:Templates/Projects/Tutorials/Austin/ */

@charset "UTF-8";

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* ==========================================================================
   ICE MORTGAGE TECHNOLOGY MASTER ROOT STYLESHEET
   Corporate Branding Standard - Design System Foundation

   VERSION: 1.0
   CONSOLIDATED: 2025
   SOURCE FILES: allregs-ice-mt-root.css, ecs-ice-mt-root.css,
                 global-ice-mt-root.css, matrix-ice-mt-root.css
   ========================================================================== */

/*
   PURPOSE:
   This stylesheet serves as the official corporate branding standard and design
   system foundation for ICE Mortgage Technology documentation and digital properties.
   It consolidates all design tokens, typography, and visual assets into a single
   authoritative source.

   AUTHORITY:
   This master file supersedes all product-specific root files and must be used as
   the single source of truth for all design tokens, colors, typography, and assets.

   MANDATORY USAGE:
   All future outputs, templates, and documentation must reference this file to
   ensure corporate branding consistency across all ICE Mortgage Technology properties.

   ORGANIZATION - ITCSS METHODOLOGY:
   This file follows the ITCSS (Inverted Triangle CSS) architecture pattern for
   scalable and maintainable CSS organization:

   1. SETTINGS LAYER - Foundation Level
      - CSS Custom Properties (CSS Variables)
      - Font-face declarations
      - Design tokens for colors, typography, spacing
      - Global configuration values

   2. TOOLS LAYER - (Handled in separate files)
      - Mixins and functions
      - Sass/LESS utilities

   3. GENERIC LAYER - (Handled in separate files)
      - Reset/normalize styles
      - Box-sizing rules
      - Low-specificity global defaults

   4. ELEMENTS LAYER - (Handled in separate files)
      - Bare HTML element styles
      - h1-h6, p, a, ul, ol, table
      - No classes, just base element styling

   5. OBJECTS LAYER - (Handled in separate files)
      - Design patterns, layout primitives
      - .container, .grid, .media
      - Structural, non-cosmetic patterns

   6. COMPONENTS LAYER - (Handled in separate files)
      - Specific UI components
      - .button, .card, .nav, .header
      - Designed, recognizable pieces of UI

   7. UTILITIES LAYER - (Handled in separate files)
      - Helper classes, overrides
      - .text-center, .hidden, .clearfix
      - Highest specificity, single-purpose

   THIS FILE CONTAINS: Settings Layer Only
   ========================================================================= */

/* ==========================================================================
   SETTINGS LAYER - Font Declarations and CSS Custom Properties

   Foundation level declarations that establish the design system's core values.
   All fonts and design tokens are defined here for consistent usage throughout.
   ========================================================================= */

/* ==========================================================================
   FONT FAMILY DECLARATIONS - Typography Foundation

   All font-face declarations for the design system. Organized by font family
   and weight/style variations for optimal loading and fallback handling.
   ========================================================================= */

/* CONSOLA MONO FONT FAMILY - Monospace font for code and technical content */

@font-face 
{
	font-family: ConsolaMono-Bold;
	font-weight: 700;
	font-display: swap;
	src: url(../Fonts/ConsolaMono-Bold.ttf);
}

@font-face 
{
	font-family: ConsolaMono-Book;
	font-weight: 400;
	font-display: swap;
	src: url(../Fonts/ConsolaMono-Book.ttf);
}

/* DEJAVU SANS MONO FONT FAMILY - Alternative monospace font with multiple weights */

@font-face 
{
	font-family: "DejaVu Sans Mono";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(../Fonts/DejaVuSansMono.ttf);
}

@font-face 
{
	font-family: "DejaVu Sans Mono";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url(../Fonts/DejaVuSansMono-Bold.ttf);
}

@font-face 
{
	font-family: "DejaVu Sans Mono";
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	src: url(../Fonts/DejaVuSansMono-Oblique.ttf);
}

@font-face 
{
	font-family: "DejaVu Sans Mono";
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	src: url(../Fonts/DejaVuSansMono-BoldOblique.ttf);
}

/* FEATHER ICON FONT FAMILY - Icon font for UI elements */

@font-face 
{
	font-family: Feather;
	font-weight: 400;
	font-style: normal;
	font-display: block;
	src: url(../Fonts/Feather.ttf?sdxovp) format('truetype'), url(../Fonts/Feather.woff?sdxovp) format('woff');
}

/* SF MONO FONT FAMILY - Apple system monospace font */

@font-face 
{
	font-family: "SF Mono";
	font-weight: 400;
	font-display: swap;
	src: url(../Fonts/SF-Mono.dmg);
}

@font-face 
{
	font-family: "SF Mono Regular";
	font-weight: 400;
	font-display: swap;
	src: url(../Fonts/SFMono-Regular.otf);
}

/* SUISSE FONT FAMILY - Primary brand typeface with full weight range */

@font-face 
{
	font-family: Suisse;
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-Light.woff2) format("woff2"), url(../Fonts/SuisseIntl-Light.woff) format("woff");
}

@font-face 
{
	font-family: Suisse;
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-LightItalic.woff2) format("woff2"), url(../Fonts/SuisseIntl-LightItalic.woff) format("woff");
}

@font-face 
{
	font-family: Suisse;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-Regular.woff2) format("woff2"), url(../Fonts/SuisseIntl-Regular.woff) format("woff");
}

@font-face 
{
	font-family: Suisse;
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-RegularItalic.woff2) format("woff2"), url(../Fonts/SuisseIntl-RegularItalic.woff) format("woff");
}

@font-face 
{
	font-family: Suisse;
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-Medium.woff2) format("woff2"), url(../Fonts/SuisseIntl-Medium.woff) format("woff");
}

@font-face 
{
	font-family: Suisse;
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-MediumItalic.woff2) format("woff2"), url(../Fonts/SuisseIntl-MediumItalic.woff) format("woff");
}

@font-face 
{
	font-family: Suisse;
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-SemiBold.woff2) format("woff2"), url(../Fonts/SuisseIntl-SemiBold.woff) format("woff");
}

@font-face 
{
	font-family: Suisse;
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-SemiBoldItalic.woff2) format("woff2"), url(../Fonts/SuisseIntl-SemiBoldItalic.woff) format("woff");
}

@font-face 
{
	font-family: Suisse;
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	src: url(../Fonts/SuisseIntl-BoldItalic.woff2) format("woff2");
}

/* FONT AWESOME FONT FAMILIES - Icon fonts for UI elements */

@font-face 
{
	font-family: "Font Awesome 7 Brands";
	font-weight: 400;
	font-display: block;
	src: url("../Fonts/Font-Awesome-7-Brands-Regular-400.otf") format("otf");
}

@font-face 
{
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-display: block;
	src: url("../Fonts/Font-Awesome-7-Free-Solid-900.otf") format("otf");
}

@font-face 
{
	font-family: "Font Awesome 7 Regular";
	font-weight: 400;
	font-display: block;
	src: url("../Fonts/Font-Awesome-7-Free-Regular-400.otf") format("otf");
}

/* ==========================================================================
   CSS CUSTOM PROPERTIES - Design Token System

   Centralized design tokens following a systematic naming convention.
   Organized by category for easy maintenance and consistent usage.
   ========================================================================= */

:root,
:host
{
	/* ==========================================================================
       STANDARD COLOR PALETTE - Foundation color system
       ========================================================================= */
	/* STANDARD COLORS - Base color palette following web standards */
	--blue: #0d6efd;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #d63384;
	--orange: #fd7e14;
	--orange-threshold: #ff9800;
	--teal: #20c997;
	--cyan: #0dcaf0;
	--gray: #869ab8;
	--gray-dark: #384c74;
	/* SEMANTIC COLORS - Contextual color meanings */
	--primary: #000;
	--secondary: #e2e2e2;
	--success: #20d959;
	--info: #0f364a;
	--warning: #ffd524;
	--danger: red;
	--light: #fff;
	--dark: #000;
	--primary-desat: #6c8aec;
	/* NEUTRAL COLORS - Black and white foundations */
	--black: #000;
	--white: #fff;
	/* ==========================================================================
       BRAND COLOR PALETTE - ICE Mortgage Technology brand colors
       ========================================================================= */
	/* PRIMARY BRAND COLORS - Core brand identity colors */
	--iceblue: #71c5e8;
	--icenight: #000;
	--icecloud: #e2e2e2;
	--icestone: #4d4d4d;
	/* SECONDARY BRAND COLORS - Extended brand palette */
	--chartreuse: #7cef4a;
	--phthalo: #839aff;
	--turquoise: #02efdb;
	--cornflower: #0f364a;
	--cerulean: #235f73;
	/* TERTIARY BRAND COLORS - Accent and status colors */
	--green: #20d959;
	--yellow: #ffd524;
	--red: red;
	--amber-light: #fff4e6;
	/* ==========================================================================
       TEXT COLOR SYSTEM - Typography color tokens
       ========================================================================= */
	/* PRIMARY TEXT COLORS - Main text color variations */
	--text-primary: #000 !important;
	--text-secondary: #e2e2e2 !important;
	--text-success: #20d959 !important;
	--text-info: #0f364a !important;
	--text-warning: #ffd524 !important;
	--text-danger: red !important;
	--text-light: #fff !important;
	--text-dark: #000 !important;
	--text-primary-desat: #6c8aec !important;
	/* NEUTRAL TEXT COLORS - Black, white, and body text */
	--text-black: #161c2d !important;
	--text-white: #fff !important;
	--text-body: #161c2d !important;
	--text-muted: #869ab8 !important;
	/* GRAY SCALE TEXT COLORS - Comprehensive gray text palette */
	--text-gray-100: #f9fbfd !important;
	--text-gray-200: #f1f4f8 !important;
	--text-gray-300: #d9e2ef !important;
	--text-gray-400: #c6d3e6 !important;
	--text-gray-500: #abbcd5 !important;
	--text-gray-600: #869ab8 !important;
	--text-gray-700: #506690 !important;
	--text-gray-800: #384c74 !important;
	--text-gray-900: #1b2a4e !important;
	/* OPACITY TEXT COLORS - Transparent text variations */
	--text-muted-80: #7e9ab9cc !important;
	--text-black-50: #161c2c80 !important;
	--text-white-50: #ffffff80 !important;
	--text-white-70: #ffffffb3 !important;
	--text-white-75: #ffffffbf !important;
	--text-white-80: #ffffffcc !important;
	/* ==========================================================================
       BACKGROUND COLOR SYSTEM - Surface and container colors
       ========================================================================= */
	/* PRIMARY BACKGROUND COLORS - Main background color variations */
	--bg-primary: #000 !important;
	--bg-secondary: #e2e2e2;
	--bg-success: #20d959 !important;
	--bg-info: #0f364a !important;
	--bg-warning: #ffd524 !important;
	--bg-danger: red !important;
	--bg-light: #fff !important;
	--bg-dark: #000 !important;
	--bg-primary-desat: #6c8aec !important;
	/* NEUTRAL BACKGROUND COLORS - Black and white backgrounds */
	--bg-black: #161c2d !important;
	--bg-white: #fff !important;
	--bg-white-20: #ffffff33 !important;
	/* GRAY BACKGROUND COLORS - Gray surface variations */
	--bg-gray-200: #f1f4f8 !important;
	--bg-gray-300: #d9e2ef !important;
	--bg-gray-800: #384c74 !important;
	--bg-gray-900: #1b2a4e !important;
	--bg-gray-900-50: #1b2a4e7f !important;
	/* ==========================================================================
       ALERT COLOR SYSTEM - Status and notification colors
       ========================================================================= */
	/* PRIMARY ALERT COLORS */
	--alert-text-primary: #084298;
	--alert-bg-primary: #cfe2ff;
	/* SECONDARY ALERT COLORS */
	--alert-text-secondary: #41464b;
	--alert-bg-secondary: #e2e3e5;
	/* SUCCESS ALERT COLORS */
	--alert-text-success: #0f5132;
	--alert-bg-success: #d1e7dd;
	/* DANGER ALERT COLORS */
	--alert-text-danger: #842029;
	--alert-bg-danger: #f8d7d4;
	/* WARNING ALERT COLORS */
	--alert-text-warning: #664d03;
	--alert-bg-warning: #fff3cd;
	/* INFO ALERT COLORS */
	--alert-text-info: #055160;
	--alert-bg-info: #cff4fc;
	/* LIGHT ALERT COLORS */
	--alert-text-light: #636464;
	--alert-bg-light: #fefefe;
	/* DARK ALERT COLORS */
	--alert-text-dark: #141619;
	--alert-bg-dark: #d3d3d4;
	/* ==========================================================================
       TABLE COLOR SYSTEM - Data table styling tokens
       ========================================================================= */
	/* BASE TABLE COLORS */
	--table-bg: #fff;
	--table-striped-color: #161c2d;
	--table-striped-bg: #e8f4fb;
	--table-accent-bg: #f8f8f8;
	/* PRIMARY TABLE COLORS */
	--table-primary-bg: #e6e6e6;
	--table-primary-striped-bg: #dcddde;
	--table-primary-striped-color: #1b2a4e;
	--table-primary-active-bg: #d2d3d7;
	--table-primary-footer-bg: #d7d8db;
	/* SECONDARY TABLE COLORS */
	--table-secondary-bg: #fcfcfc;
	--table-secondary-striped-bg: #f1f2f3;
	--table-secondary-striped-color: #1b2a4e;
	--table-secondary-active-bg: #e6e7eb;
	--table-secondary-footer-bg: #ebecef;
	/* SUCCESS TABLE COLORS */
	--table-success-bg: #e9fbee;
	--table-success-striped-bg: #dff1e6;
	--table-success-striped-color: #1b2a4e;
	--table-success-active-bg: #d4e6de;
	--table-success-footer-bg: #daebe2;
	/* INFO TABLE COLORS */
	--table-info-bg: #e7ebed;
	--table-info-striped-bg: #dde1e5;
	--table-info-striped-color: #1b2a4e;
	--table-info-active-bg: #d3d8dd;
	--table-info-footer-bg: #d8dde1;
	/* WARNING TABLE COLORS */
	--table-warning-bg: #fffbe9;
	--table-warning-striped-bg: #f4f1e1;
	--table-warning-striped-color: #1b2a4e;
	--table-warning-active-bg: #e8e6da;
	--table-warning-footer-bg: #eeebdd;
	/* DANGER TABLE COLORS */
	--table-danger-bg: #ffe6e6;
	--table-danger-striped-bg: #f4ddde;
	--table-danger-striped-color: #1b2a4e;
	--table-danger-active-bg: #e8d3d7;
	--table-danger-footer-bg: #eed8db;
	/* LIGHT TABLE COLORS */
	--table-light-bg: #fff;
	--table-light-striped-bg: #f4f4f6;
	--table-light-striped-color: #1b2a4e;
	--table-light-active-bg: #e8eaed;
	--table-light-footer-bg: #eeeff2;
	/* DARK TABLE COLORS */
	--table-dark-bg: #384c74;
	--table-dark-striped-bg: #42557b;
	--table-dark-striped-color: #fff;
	--table-dark-active-bg: #4c5e82;
	--table-dark-footer-bg: #47597e;
	/* ==========================================================================
       CUSTOM UTILITY COLORS - Specialized application colors
       ========================================================================= */
	/* PAGE BREAK COLORS - Print layout control indicators */
	--pg-break-disabled: #fc4242;
	--pg-break-enabled: #06af8f;
	/* STEP PROCESS COLORS - Workflow and process indicators */
	--steps-cta: #fc4242;
	--steps-eggplant: #632289;
	--steps-chartreuse: #06af8f;
	--steps-coral: #f7ac08;
	/* ==========================================================================
       TYPOGRAPHY SYSTEM - Font family tokens
       ========================================================================= */
	/* PRIMARY FONT FAMILIES */
	--FontFamily: Suisse, sans-serif;
	--print: Arial, Helvetica, sans-serif;
	--legal: Arial;
	--monospace: Consolas, Monaco, 'Courier New', monospace;
	/* FONT AWESOME SYSTEM */
	--fa-family-classic: "Font Awesome 7 Free";
	--fa-font-regular: normal 400 1em / 1 "Font Awesome 7 Free";
	--fa-font-solid: normal 900 1em / 1 "Font Awesome 7 Free";
	--fa-style-family-classic: "Font Awesome 7 Free";
	/* ==========================================================================
       BACKGROUND IMAGE SYSTEM - Pattern and texture assets
       ========================================================================= */
	/* BADGE BACKGROUND PATTERNS */
	--badge-jira-update: url('https://help.icemortgagetechnology.com/assets/img/background/solid-updated.png');
	--badge-jira-added: url('https://help.icemortgagetechnology.com/assets/img/background/solid-added.png');
	--badge-release-version: url('https://help.icemortgagetechnology.com/assets/img/background/solid-version.png');
	/* SYSTEM BACKGROUND PATTERNS */
	--sys-jira: url('https://help.icemortgagetechnology.com/assets/img/background/solid-jira.png');
	--description-list: url('https://help.icemortgagetechnology.com/assets/img/background/solid-desc-list.png');
	/* ==========================================================================
       BRANDED LOGO SYSTEM - Company and product branding assets
       ========================================================================= */
	/* ICE LOGO VARIATIONS */
	--sprite-ICE-logo: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-ICE-logo.svg');
	--sprite-ICE-logo-neg: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-ICE-logo-neg.svg');
	--sprite-ICE-logo-pos: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-ICE-logo-pos.svg');
	/* ICE MORTGAGE TECHNOLOGY LOGO VARIATIONS */
	--sprite-ICEMT-logo: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-ICEMT-logo.svg');
	--sprite-ICEMT-logo-neg: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-ICEMT-logo-neg.svg');
	--sprite-ICEMT-logo-pos: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-ICEMT-logo-pos.svg');
	/* UI SPRITE ELEMENTS */
	--sprite-ui-info: url('https://static.icemortgagetechnology.com/icemt/assets/svg/info.svg');
	--sprite-ui-info-iceblue: url('https://static.icemortgagetechnology.com/icemt/assets/svg/info-iceblue.svg');
	--sprite-ui-play-circle-pos: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-play-circle-pos.svg');
	--sprite-ui-pause-circle-pos: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-pause-circle-pos.svg');
	--sprite-ui-replay-pos: url('https://static.icemortgagetechnology.com/icemt/assets/svg/sprite-replay-pos.svg');
	/* LEGACY LOGO IMAGE */
	--LogoImage: url('../Images/imtGlobal/branding/icons/ice/originalSize/ice-logo-registered-blk.png');
	/* ==========================================================================
       BULLET LIST SYSTEM - List styling icons by context and media
       ========================================================================= */
	/* BLACK BULLET VARIATIONS */
	--bullet-black-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-black-screen.png');
	--bullet-black-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-black-portrait.png');
	--bullet-black-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-black-landscape.png');
	/* DANGER BULLET VARIATIONS */
	--bullet-danger-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-danger-screen.png');
	--bullet-danger-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-danger-portrait.png');
	--bullet-danger-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-danger-landscape.png');
	/* DARK BULLET VARIATIONS */
	--bullet-dark-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-dark-screen.png');
	--bullet-dark-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-dark-portrait.png');
	--bullet-dark-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-dark-landscape.png');
	/* ICE BLUE BULLET VARIATIONS */
	--bullet-iceblue-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-iceblue-screen.png');
	--bullet-iceblue-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-iceblue-portrait.png');
	--bullet-iceblue-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-iceblue-landscape.png');
	/* INFO BULLET VARIATIONS */
	--bullet-info-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-info-screen.png');
	--bullet-info-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-info-portrait.png');
	--bullet-info-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-info-landscape.png');
	/* LIGHT BULLET VARIATIONS */
	--bullet-light-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-light-screen.png');
	--bullet-light-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-light-portrait.png');
	--bullet-light-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-light-landscape.png');
	/* PRIMARY BULLET VARIATIONS */
	--bullet-primary-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-primary-screen.png');
	--bullet-primary-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-primary-portrait.png');
	--bullet-primary-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-primary-landscape.png');
	/* SECONDARY BULLET VARIATIONS */
	--bullet-secondary-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-secondary-screen.png');
	--bullet-secondary-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-secondary-portrait.png');
	--bullet-secondary-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-secondary-landscape.png');
	/* SUCCESS BULLET VARIATIONS */
	--bullet-success-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-success-screen.png');
	--bullet-success-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-success-portrait.png');
	--bullet-success-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-success-landscape.png');
	/* WARNING BULLET VARIATIONS */
	--bullet-warning-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-warning-screen.png');
	--bullet-warning-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-warning-portrait.png');
	--bullet-warning-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-warning-landscape.png');
	/* WHITE BULLET VARIATIONS */
	--bullet-white-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-white-screen.png');
	--bullet-white-portrait: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-white-portrait.png');
	--bullet-white-landscape: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-white-landscape.png');
	/* GENERIC BULLET VARIATIONS */
	--bullet-screen: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-square-screen.png');
	--bullet-print: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-square-print.png');
	/* CHECKLIST BULLET VARIATIONS */
	--checklist-selected-black: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-checkbox-selected-black.png');
	--checklist-cleared-black: url('https://help.icemortgagetechnology.com/assets/img/bullet/ul-checkbox-cleared-black.png');
	/* ==========================================================================
       FEATHER ICON SYSTEM - Directional and utility icons by color
       ========================================================================= */
	/* ARROW RIGHT ICONS */
	--arrow-right-black: url('https://help.icemortgagetechnology.com/assets/img/feather/arrow-right-black.png');
	--arrow-right-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/arrow-right-blue.png');
	--arrow-right-white: url('https://help.icemortgagetechnology.com/assets/img/feather/arrow-right-white.png');
	/* UP CHEVRON ICONS */
	--up-chevron-black: url('https://help.icemortgagetechnology.com/assets/img/feather/up-chevron-black.png');
	--up-chevron-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/up-chevron-blue.png');
	--up-chevron-white: url('https://help.icemortgagetechnology.com/assets/img/feather/up-chevron-white.png');
	/* UP CHEVRONS (DOUBLE) ICONS */
	--up-chevrons-black: url('https://help.icemortgagetechnology.com/assets/img/feather/up-chevrons-black.png');
	--up-chevrons-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/up-chevrons-blue.png');
	--up-chevrons-white: url('https://help.icemortgagetechnology.com/assets/img/feather/up-chevrons-white.png');
	/* RIGHT CHEVRON ICONS */
	--right-chevron-black: url('https://help.icemortgagetechnology.com/assets/img/feather/right-chevron-black.png');
	--right-chevron-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/right-chevron-blue.png');
	--right-chevron-white: url('https://help.icemortgagetechnology.com/assets/img/feather/right-chevron-white.png');
	/* RIGHT CHEVRONS (DOUBLE) ICONS */
	--right-chevrons-black: url('https://help.icemortgagetechnology.com/assets/img/feather/right-chevrons-black.png');
	--right-chevrons-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/right-chevrons-blue.png');
	--right-chevrons-white: url('https://help.icemortgagetechnology.com/assets/img/feather/right-chevrons-white.png');
	/* DOWN CHEVRON ICONS */
	--down-chevron-black: url('https://help.icemortgagetechnology.com/assets/img/feather/down-chevron-black.png');
	--down-chevron-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/down-chevron-blue.png');
	--down-chevron-white: url('https://help.icemortgagetechnology.com/assets/img/feather/down-chevron-white.png');
	/* DOWN CHEVRONS (DOUBLE) ICONS */
	--down-chevrons-black: url('https://help.icemortgagetechnology.com/assets/img/feather/down-chevrons-black.png');
	--down-chevrons-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/down-chevrons-blue.png');
	--down-chevrons-white: url('https://help.icemortgagetechnology.com/assets/img/feather/down-chevrons-white.png');
	/* LEFT CHEVRON ICONS */
	--left-chevron-black: url('https://help.icemortgagetechnology.com/assets/img/feather/left-chevron-black.png');
	--left-chevron-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/left-chevron-blue.png');
	--left-chevron-white: url('https://help.icemortgagetechnology.com/assets/img/feather/left-chevron-white.png');
	/* LEFT CHEVRONS (DOUBLE) ICONS */
	--left-chevrons-black: url('https://help.icemortgagetechnology.com/assets/img/feather/left-chevrons-black.png');
	--left-chevrons-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/left-chevrons-blue.png');
	--left-chevrons-white: url('https://help.icemortgagetechnology.com/assets/img/feather/left-chevrons-white.png');
	/* MINUS ICONS */
	--minus-black: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-black.png');
	--minus-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-blue.png');
	--minus-white: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-white.png');
	/* MINUS CIRCLE ICONS */
	--minus-circle-black: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-circle-black.png');
	--minus-circle-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-circle-blue.png');
	--minus-circle-white: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-circle-white.png');
	/* MINUS FILE ICONS */
	--minus-file-black: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-file-black.png');
	--minus-file-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-file-blue.png');
	--minus-file-white: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-file-white.png');
	/* MINUS FOLDER ICONS */
	--minus-folder-black: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-folder-black.png');
	--minus-folder-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-folder-blue.png');
	--minus-folder-white: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-folder-white.png');
	/* MINUS SQUARE ICONS */
	--minus-square-black: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-square-black.png');
	--minus-square-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-square-blue.png');
	--minus-square-white: url('https://help.icemortgagetechnology.com/assets/img/feather/minus-square-white.png');
	/* PLUS ICONS */
	--plus-black: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-black.png');
	--plus-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-blue.png');
	--plus-white: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-white.png');
	/* PLUS CIRCLE ICONS */
	--plus-circle-black: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-circle-black.png');
	--plus-circle-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-circle-blue.png');
	--plus-circle-white: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-circle-white.png');
	/* PLUS FILE ICONS */
	--plus-file-black: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-file-black.png');
	--plus-file-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-file-blue.png');
	--plus-file-white: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-file-white.png');
	/* PLUS FOLDER ICONS */
	--plus-folder-black: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-folder-black.png');
	--plus-folder-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-folder-blue.png');
	--plus-folder-white: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-folder-white.png');
	/* PLUS SQUARE ICONS */
	--plus-square-black: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-square-black.png');
	--plus-square-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-square-blue.png');
	--plus-square-white: url('https://help.icemortgagetechnology.com/assets/img/feather/plus-square-white.png');
	/* SEARCH ICONS */
	--search-black: url('https://help.icemortgagetechnology.com/assets/img/feather/search-black.png');
	--search-blue: url('https://help.icemortgagetechnology.com/assets/img/feather/search-blue.png');
	--search-white: url('https://help.icemortgagetechnology.com/assets/img/feather/search-white.png');
	/* ==========================================================================
       CUBE ICON SYSTEM - 3D cube graphics in brand colors and sizes
       ========================================================================= */
	/* ICE NIGHT (BLACK) CUBES */
	--cube-blk-26px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-icenight-26px.png');
	--cube-blk-38px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-icenight-38px.png');
	/* ICE BLUE CUBES */
	--cube-blu-26px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-iceblue-26px.png');
	--cube-blu-38px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-iceblue-38px.png');
	/* ICE CLOUD (GRAY) CUBES */
	--cube-cld-26px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-icecloud-26px.png');
	--cube-cld-38px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-icecloud-38px.png');
	/* ICE STONE (DARK GRAY) CUBES */
	--cube-stn-26px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-icestone-26px.png');
	--cube-stn-38px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-icestone-38px.png');
	/* ICE WHITE CUBES */
	--cube-wht-26px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-icewhite-26px.png');
	--cube-wht-38px: url('https://help.icemortgagetechnology.com/assets/img/cubes/cube-icewhite-38px.png');
	/* HERO CUBES COMPOSITION */
	--HeroCubes: url('https://help.icemortgagetechnology.com/assets/img/cubes/boxes.png');
	/* ==========================================================================
       HERO BANNER SYSTEM - Large background images for headers and banners
       ========================================================================= */
	/* SPECIAL PURPOSE BANNERS */
	--hero-banner-search-result: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-17.jpg');
	--hero-banner-allregs-ealert: url('https://engage.icemortgagetechnology.com/l/894481/2021-10-26/5mq8l/894481/1635277174dn4vGJAg/Email_Header_Update_AllRegs_Daily_eAlert_394700_633x140.png');
	/* GENERIC HERO BANNERS - Numbered collection for rotation and variety */
	--hero-banner-unassigned-01: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-01.jpg');
	--hero-banner-unassigned-02: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-02.jpg');
	--hero-banner-unassigned-03: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-03.jpg');
	--hero-banner-unassigned-04: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-04.jpg');
	--hero-banner-unassigned-05: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-05.jpg');
	--hero-banner-unassigned-06: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-06.jpg');
	--hero-banner-unassigned-07: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-07.jpg');
	--hero-banner-unassigned-08: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-08.jpg');
	--hero-banner-unassigned-09: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-09.jpg');
	--hero-banner-unassigned-10: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-10.jpg');
	--hero-banner-unassigned-11: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-11.jpg');
	--hero-banner-unassigned-12: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-12.jpg');
	--hero-banner-unassigned-13: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-13.jpg');
	--hero-banner-unassigned-14: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-14.jpg');
	--hero-banner-unassigned-15: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-15.jpg');
	--hero-banner-unassigned-16: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-16.jpg');
	--hero-banner-unassigned-17: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-17.jpg');
	--hero-banner-unassigned-18: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-18.jpg');
	--hero-banner-unassigned-19: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-19.jpg');
	--hero-banner-unassigned-20: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-20.jpg');
	--hero-banner-unassigned-21: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-21.jpg');
	--hero-banner-unassigned-22: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-22.jpg');
	--hero-banner-unassigned-23: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-23.jpg');
	--hero-banner-unassigned-24: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-24.jpg');
	--hero-banner-unassigned-25: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-25.jpg');
	--hero-banner-unassigned-26: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-26.jpg');
	--hero-banner-unassigned-27: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-27.jpg');
	--hero-banner-unassigned-28: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-28.jpg');
	--hero-banner-unassigned-29: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-29.jpg');
	--hero-banner-unassigned-30: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-30.jpg');
	--hero-banner-unassigned-31: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-31.jpg');
	--hero-banner-unassigned-32: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-32.jpg');
	--hero-banner-unassigned-33: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-33.jpg');
	--hero-banner-unassigned-34: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-34.jpg');
	--hero-banner-unassigned-35: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-35.jpg');
	--hero-banner-unassigned-36: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-36.jpg');
	--hero-banner-unassigned-37: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-37.jpg');
	--hero-banner-unassigned-38: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-38.jpg');
	--hero-banner-unassigned-39: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-39.jpg');
	--hero-banner-unassigned-40: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-40.jpg');
	--hero-banner-unassigned-41: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-41.jpg');
	--hero-banner-unassigned-42: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-42.jpg');
	--hero-banner-unassigned-43: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-43.jpg');
	--hero-banner-unassigned-44: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-44.jpg');
	--hero-banner-unassigned-45: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-45.jpg');
	--hero-banner-unassigned-46: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-46.jpg');
	--hero-banner-unassigned-47: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-47.jpg');
	--hero-banner-unassigned-48: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-48.jpg');
	--hero-banner-unassigned-49: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-49.jpg');
	--hero-banner-unassigned-50: url('https://mortgagetech.ice.com/publicdocs/images/Hero-IMT-50.jpg');
	/* ==========================================================================
   FUNCTIONAL ICON SYSTEM - Application and interface icons
   ========================================================================= */
	/* APPENDIX AND REFERENCE ICONS */
	--appendix-book: url('https://help.icemortgagetechnology.com/assets/img/icons/appendix-icestone.png');
	--resources-glossary: url('https://help.icemortgagetechnology.com/assets/img/icons/resources-glossary.png');
	--secure-website: url('https://help.icemortgagetechnology.com/assets/img/icons/padlock.png');
	/* CALLOUT AND ALERT ICONS */
	--callout-callout: url('https://help.icemortgagetechnology.com/assets/img/icons/callout-callout.png');
	--callout-caution: url('https://help.icemortgagetechnology.com/assets/img/icons/callout-caution.png');
	--callout-example: url('https://help.icemortgagetechnology.com/assets/img/icons/callout-example-3.png');
	--callout-important: url('https://help.icemortgagetechnology.com/assets/img/icons/callout-important.png');
	--callout-additional-info: url('https://help.icemortgagetechnology.com/assets/img/icons/callout-info.png');
	--callout-note: url('https://help.icemortgagetechnology.com/assets/img/icons/callout-note.png');
	--callout-rule-update: url('https://help.icemortgagetechnology.com/assets/img/awesome/callout-rule-update.png');
	--callout-threshold: url('https://help.icemortgagetechnology.com/assets/img/awesome/callout-threshold.png');
	--callout-tip: url('https://help.icemortgagetechnology.com/assets/img/icons/callout-tip.png');
	--callout-warning: url('https://help.icemortgagetechnology.com/assets/img/icons/callout-warning.png');
	/* CALL-TO-ACTION ICONS */
	--cta-learn-more-external: url('https://help.icemortgagetechnology.com/assets/img/icons/cta-learn-more-external.png');
	--cta-see-also-internal: url('https://help.icemortgagetechnology.com/assets/img/icons/cta-see-also-internal.png');
	/* INFORMATION STATUS ICONS */
	--info-admin: url('https://help.icemortgagetechnology.com/assets/img/icons/info-admin.png');
	--info-fix: url('https://help.icemortgagetechnology.com/assets/img/icons/info-fix.png');
	--info-new: url('https://help.icemortgagetechnology.com/assets/img/icons/info-new.png');
	--info-update: url('https://help.icemortgagetechnology.com/assets/img/icons/info-update.png');
	/* SYSTEM AND PROCEDURE ICONS */
	--system-data-mig: url('https://help.icemortgagetechnology.com/assets/img/icons/sys-data-migration.png');
	--procedure: url('https://help.icemortgagetechnology.com/assets/img/icons/sys-procedure.png');
	--system-requirements: url('https://help.icemortgagetechnology.com/assets/img/icons/sys-requirements.png');
	--task-workaround: url('https://help.icemortgagetechnology.com/assets/img/icons/sys-workaround.png');
	/* THUMBNAIL AND INTERFACE ICONS */
	--thumbnail-expand: url('https://help.icemortgagetechnology.com/assets/img/icons/thumbnail-expand-opaque.png');
	--thumbnail-collapse: url('https://help.icemortgagetechnology.com/assets/img/icons/thumbnail-collapse-opaque.png');
	--img-window-standard: url('https://help.icemortgagetechnology.com/assets/img/icons/window-controls.png');
	/* ==========================================================================
       TABLE ICON SYSTEM - Data table status indicators
       ========================================================================= */
	/* CHECK MARK VARIATIONS */
	--check: url('https://help.icemortgagetechnology.com/assets/img/icons/table-check.png');
	--check-green: url('https://help.icemortgagetechnology.com/assets/img/icons/table-check-green.png');
	--check-circle: url('https://help.icemortgagetechnology.com/assets/img/icons/table-check-circle.png');
	--check-circle-green: url('https://help.icemortgagetechnology.com/assets/img/icons/table-check-circle-green.png');
	--check-square: url('https://help.icemortgagetechnology.com/assets/img/icons/table-check-square.png');
	--check-square-green: url('https://help.icemortgagetechnology.com/assets/img/icons/table-check-square-green.png');
	/* EXCLUSION MARK VARIATIONS */
	--exclude: url('https://help.icemortgagetechnology.com/assets/img/icons/table-slash.png');
	--exclude-red: url('https://help.icemortgagetechnology.com/assets/img/icons/table-slash-red.png');
	/* ==========================================================================
       COMPREHENSIVE IKON IMAGE LIBRARY - SVG icons for documentation
       ========================================================================= */
	/* USER AND PEOPLE ICONS */
	--ikon-active-users-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-active-users-1.svg');
	--ikon-active-users-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-active-users-2.svg');
	--ikon-at-your-service: url('https://mortgagetech.ice.com/publicdocs/images/icon-at-your-service.svg');
	--ikon-check-person: url('https://mortgagetech.ice.com/publicdocs/images/icon-check-person.svg');
	--ikon-children: url('https://mortgagetech.ice.com/publicdocs/images/icon-children.svg');
	--ikon-creating-users: url('https://mortgagetech.ice.com/publicdocs/images/icon-creating-users.svg');
	--ikon-creating-users-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-creating-users-2.svg');
	--ikon-customers: url('https://mortgagetech.ice.com/publicdocs/images/icon-customers.svg');
	--ikon-developer: url('https://mortgagetech.ice.com/publicdocs/images/icon-developer.svg');
	--ikon-group: url('https://mortgagetech.ice.com/publicdocs/images/icon-group.svg');
	--ikon-human: url('https://mortgagetech.ice.com/publicdocs/images/icon-human.svg');
	--ikon-human-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-human-2.svg');
	--ikon-id-badge: url('https://mortgagetech.ice.com/publicdocs/images/icon-id-badge.svg');
	--ikon-loan-officer: url('https://mortgagetech.ice.com/publicdocs/images/icon-loan-officer.svg');
	--ikon-married: url('https://mortgagetech.ice.com/publicdocs/images/icon-married.svg');
	--ikon-named-contact: url('https://mortgagetech.ice.com/publicdocs/images/icon-named-contact.svg');
	--ikon-speaker-bio: url('https://mortgagetech.ice.com/publicdocs/images/icon-speaker-bio.svg');
	--ikon-bio: url('https://mortgagetech.ice.com/publicdocs/images/icon-bio.svg');
	/* ACCESSIBILITY ICONS */
	--ikon-blind: url('https://mortgagetech.ice.com/publicdocs/images/icon-blind.svg');
	--ikon-deaf: url('https://mortgagetech.ice.com/publicdocs/images/icon-deaf.svg');
	--ikon-sign-language: url('https://mortgagetech.ice.com/publicdocs/images/icon-sign-language.svg');
	--ikon-wheelchair: url('https://mortgagetech.ice.com/publicdocs/images/icon-wheelchair.svg');
	/* BUSINESS AND FINANCE ICONS */
	--ikon-aggregation: url('https://mortgagetech.ice.com/publicdocs/images/icon-aggregation.svg');
	--ikon-api: url('https://mortgagetech.ice.com/publicdocs/images/icon-api.svg');
	--ikon-assessment: url('https://mortgagetech.ice.com/publicdocs/images/icon-assessment.svg');
	--ikon-business-card: url('https://mortgagetech.ice.com/publicdocs/images/icon-business-card.svg');
	--ikon-business-model: url('https://mortgagetech.ice.com/publicdocs/images/icon-business-model.svg');
	--ikon-business-model-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-business-model-2.svg');
	--ikon-business-systems-optimization: url('https://mortgagetech.ice.com/publicdocs/images/icon-business-systems-optimization.svg');
	--ikon-briefcase: url('https://mortgagetech.ice.com/publicdocs/images/icon-briefcase.svg');
	--ikon-cent: url('https://mortgagetech.ice.com/publicdocs/images/icon-cent.svg');
	--ikon-compliance: url('https://mortgagetech.ice.com/publicdocs/images/icon-compliance.svg');
	--ikon-consulting: url('https://mortgagetech.ice.com/publicdocs/images/icon-consulting.svg');
	--ikon-crm: url('https://mortgagetech.ice.com/publicdocs/images/icon-crm.svg');
	--ikon-customer-advocacy: url('https://mortgagetech.ice.com/publicdocs/images/icon-customer-advocacy.svg');
	--ikon-customer-integration: url('https://mortgagetech.ice.com/publicdocs/images/icon-customer-integration.svg');
	--ikon-enterprise: url('https://mortgagetech.ice.com/publicdocs/images/icon-enterprise.svg');
	--ikon-euro: url('https://mortgagetech.ice.com/publicdocs/images/icon-euro.svg');
	--ikon-factory: url('https://mortgagetech.ice.com/publicdocs/images/icon-factory.svg');
	--ikon-four01k-matching: url('https://mortgagetech.ice.com/publicdocs/images/icon-four01k-matching.svg');
	--ikon-gbp: url('https://mortgagetech.ice.com/publicdocs/images/icon-gbp.svg');
	--ikon-growth: url('https://mortgagetech.ice.com/publicdocs/images/icon-growth.svg');
	--ikon-growth-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-growth-2.svg');
	--ikon-hierarchy: url('https://mortgagetech.ice.com/publicdocs/images/icon-hierarchy.svg');
	--ikon-implementation: url('https://mortgagetech.ice.com/publicdocs/images/icon-implementation.svg');
	--ikon-innovation: url('https://mortgagetech.ice.com/publicdocs/images/icon-innovation.svg');
	--ikon-insurance: url('https://mortgagetech.ice.com/publicdocs/images/icon-insurance.svg');
	--ikon-interest-rate: url('https://mortgagetech.ice.com/publicdocs/images/icon-interest-rate.svg');
	--ikon-investing: url('https://mortgagetech.ice.com/publicdocs/images/icon-investing.svg');
	--ikon-investing-money: url('https://mortgagetech.ice.com/publicdocs/images/icon-investing-money.svg');
	--ikon-investor: url('https://mortgagetech.ice.com/publicdocs/images/icon-investor.svg');
	--ikon-investor-connect: url('https://mortgagetech.ice.com/publicdocs/images/icon-investor-connect.svg');
	--ikon-lending-institution: url('https://mortgagetech.ice.com/publicdocs/images/icon-lending-institution.svg');
	--ikon-marketplace: url('https://mortgagetech.ice.com/publicdocs/images/icon-marketplace.svg');
	--ikon-markets: url('https://mortgagetech.ice.com/publicdocs/images/icon-markets.svg');
	--ikon-mergers-acquisitions: url('https://mortgagetech.ice.com/publicdocs/images/icon-mergers-acquisitions.svg');
	--ikon-money: url('https://mortgagetech.ice.com/publicdocs/images/icon-money.svg');
	--ikon-operational-rediness: url('https://mortgagetech.ice.com/publicdocs/images/icon-operational-rediness.svg');
	--ikon-partners: url('https://mortgagetech.ice.com/publicdocs/images/icon-partners.svg');
	--ikon-partner-connect: url('https://mortgagetech.ice.com/publicdocs/images/icon-partner-connect.svg');
	--ikon-profit: url('https://mortgagetech.ice.com/publicdocs/images/icon-profit.svg');
	--ikon-profit-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-profit-2.svg');
	--ikon-revenue: url('https://mortgagetech.ice.com/publicdocs/images/icon-revenue.svg');
	--ikon-revenue-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-revenue-1.svg');
	--ikon-roi-calculator: url('https://mortgagetech.ice.com/publicdocs/images/icon-roi-calculator.svg');
	--ikon-roi-chart: url('https://mortgagetech.ice.com/publicdocs/images/icon-roi-chart.svg');
	--ikon-roi-per-loan: url('https://mortgagetech.ice.com/publicdocs/images/icon-roi-per-loan.svg');
	--ikon-sales-marketing: url('https://mortgagetech.ice.com/publicdocs/images/icon-sales-marketing.svg');
	--ikon-services: url('https://mortgagetech.ice.com/publicdocs/images/icon-services.svg');
	--ikon-tpo-connect: url('https://mortgagetech.ice.com/publicdocs/images/icon-tpo-connect.svg');
	--ikon-trade: url('https://mortgagetech.ice.com/publicdocs/images/icon-trade.svg');
	--ikon-transactions: url('https://mortgagetech.ice.com/publicdocs/images/icon-transactions.svg');
	--ikon-transactions-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-transactions-1.svg');
	--ikon-transactions-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-transactions-2.svg');
	--ikon-wallet: url('https://mortgagetech.ice.com/publicdocs/images/icon-wallet.svg');
	/* MORTGAGE AND LENDING ICONS */
	--ikon-credit: url('https://mortgagetech.ice.com/publicdocs/images/icon-credit.svg');
	--ikon-digital-mortgage: url('https://mortgagetech.ice.com/publicdocs/images/icon-digital-mortgage.svg');
	--ikon-doc-money: url('https://mortgagetech.ice.com/publicdocs/images/icon-doc-money.svg');
	--ikon-doc-network: url('https://mortgagetech.ice.com/publicdocs/images/icon-doc-network.svg');
	--ikon-eclosing-investor-delivery: url('https://mortgagetech.ice.com/publicdocs/images/icon-eclosing-investor-delivery.svg');
	--ikon-efolder: url('https://mortgagetech.ice.com/publicdocs/images/icon-efolder.svg');
	--ikon-efolder-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-efolder-2.svg');
	--ikon-encompass-consumer-direct: url('https://mortgagetech.ice.com/publicdocs/images/icon-encompass-consumer-direct.svg');
	--ikon-encompass-efficiency: url('https://mortgagetech.ice.com/publicdocs/images/icon-encompass-efficiency.svg');
	--ikon-encompass-snapshot: url('https://mortgagetech.ice.com/publicdocs/images/icon-encompass-snapshot.svg');
	--ikon-encompass-webcenter: url('https://mortgagetech.ice.com/publicdocs/images/icon-encompass-webcenter.svg');
	--ikon-eregistry: url('https://mortgagetech.ice.com/publicdocs/images/icon-eregistry.svg');
	--ikon-esign: url('https://mortgagetech.ice.com/publicdocs/images/icon-esign.svg');
	--ikon-fund-loan: url('https://mortgagetech.ice.com/publicdocs/images/icon-fund-loan.svg');
	--ikon-loan: url('https://mortgagetech.ice.com/publicdocs/images/icon-loan.svg');
	--ikon-lower-origination-costs: url('https://mortgagetech.ice.com/publicdocs/images/icon-lower-origination-costs.svg');
	--ikon-mortgage: url('https://mortgagetech.ice.com/publicdocs/images/icon-mortgage.svg');
	--ikon-mortgage-data: url('https://mortgagetech.ice.com/publicdocs/images/icon-mortgage-data.svg');
	--ikon-mortgage-research: url('https://mortgagetech.ice.com/publicdocs/images/icon-mortgage-research.svg');
	--ikon-mortgage-service-categories: url('https://mortgagetech.ice.com/publicdocs/images/icon-mortgage-service-categories.svg');
	--ikon-mortgage-service-categories-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-mortgage-service-categories-2.svg');
	--ikon-ng-lending-platform: url('https://mortgagetech.ice.com/publicdocs/images/icon-ng-lending-platform.svg');
	--ikon-no-cost: url('https://mortgagetech.ice.com/publicdocs/images/icon-no-cost.svg');
	--ikon-no-paperwork: url('https://mortgagetech.ice.com/publicdocs/images/icon-no-paperwork.svg');
	--ikon-online-application: url('https://mortgagetech.ice.com/publicdocs/images/icon-online-application.svg');
	--ikon-originate-more-loans: url('https://mortgagetech.ice.com/publicdocs/images/icon-originate-more-loans.svg');
	--ikon-originate-more-loans-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-originate-more-loans-1.svg');
	--ikon-originate-more-loans-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-originate-more-loans-2.svg');
	--ikon-origination: url('https://mortgagetech.ice.com/publicdocs/images/icon-origination.svg');
	--ikon-point-of-sale: url('https://mortgagetech.ice.com/publicdocs/images/icon-point-of-sale.svg');
	--ikon-processing-underwriting: url('https://mortgagetech.ice.com/publicdocs/images/icon-processing-underwriting.svg');
	--ikon-rates: url('https://mortgagetech.ice.com/publicdocs/images/icon-rates.svg');
	--ikon-rates-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-rates-1.svg');
	--ikon-rates-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-rates-2.svg');
	--ikon-rates-3: url('https://mortgagetech.ice.com/publicdocs/images/icon-rates-3.svg');
	--ikon-reduce-time-to-close: url('https://mortgagetech.ice.com/publicdocs/images/icon-reduce-time-to-close.svg');
	--ikon-signature: url('https://mortgagetech.ice.com/publicdocs/images/icon-signature.svg');
	--ikon-true-digital-mortgage: url('https://mortgagetech.ice.com/publicdocs/images/icon-true-digital-mortgage.svg');
	--ikon-validated-document: url('https://mortgagetech.ice.com/publicdocs/images/icon-validated-document.svg');
	/* TECHNOLOGY AND DATA ICONS */
	--ikon-automated-communication: url('https://mortgagetech.ice.com/publicdocs/images/icon-automated-communication.svg');
	--ikon-automated-recommendations: url('https://mortgagetech.ice.com/publicdocs/images/icon-automated-recommendations.svg');
	--ikon-cloud: url('https://mortgagetech.ice.com/publicdocs/images/icon-cloud.svg');
	--ikon-cloud-download-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-cloud-download-1.svg');
	--ikon-cloud-download-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-cloud-download-2.svg');
	--ikon-cloud-upload-download: url('https://mortgagetech.ice.com/publicdocs/images/icon-cloud-upload-download.svg');
	--ikon-computer: url('https://mortgagetech.ice.com/publicdocs/images/icon-computer.svg');
	--ikon-consumer-data: url('https://mortgagetech.ice.com/publicdocs/images/icon-consumer-data.svg');
	--ikon-custom-data: url('https://mortgagetech.ice.com/publicdocs/images/icon-custom-data.svg');
	--ikon-data: url('https://mortgagetech.ice.com/publicdocs/images/icon-data.svg');
	--ikon-data-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-1.svg');
	--ikon-data-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-2.svg');
	--ikon-data-3: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-3.svg');
	--ikon-data-ai: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-ai.svg');
	--ikon-data-analytics: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-analytics.svg');
	--ikon-data-analytics-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-analytics-2.svg');
	--ikon-data-connection: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-connection.svg');
	--ikon-data-expansion: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-expansion.svg');
	--ikon-data-filter: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-filter.svg');
	--ikon-data-mobile: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-mobile.svg');
	--ikon-data-search-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-search-1.svg');
	--ikon-data-search-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-search-2.svg');
	--ikon-data-search-3: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-search-3.svg');
	--ikon-data-search-4: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-search-4.svg');
	--ikon-data-sync-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-sync-1.svg');
	--ikon-data-sync-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-data-sync-2.svg');
	--ikon-expand-screen: url('https://mortgagetech.ice.com/publicdocs/images/icon-expand-screen.svg');
	--ikon-external-launch: url('https://mortgagetech.ice.com/publicdocs/images/icon-external-launch.svg');
	--ikon-external-launch-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-external-launch-1.svg');
	--ikon-global-search: url('https://mortgagetech.ice.com/publicdocs/images/icon-global-search.svg');
	--ikon-high-tech-with-human-touch: url('https://mortgagetech.ice.com/publicdocs/images/icon-high-tech-with-human-touch.svg');
	--ikon-intelligent-automation: url('https://mortgagetech.ice.com/publicdocs/images/icon-intelligent-automation.svg');
	--ikon-intelligent-automation-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-intelligent-automation-2.svg');
	--ikon-laptop: url('https://mortgagetech.ice.com/publicdocs/images/icon-laptop.svg');
	--ikon-lightning-fast: url('https://mortgagetech.ice.com/publicdocs/images/icon-lightning-fast.svg');
	--ikon-login: url('https://mortgagetech.ice.com/publicdocs/images/icon-login.svg');
	--ikon-login-desktop: url('https://mortgagetech.ice.com/publicdocs/images/icon-login-desktop.svg');
	--ikon-login-laptop: url('https://mortgagetech.ice.com/publicdocs/images/icon-login-laptop.svg');
	--ikon-login-mobile-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-login-mobile-1.svg');
	--ikon-login-mobile-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-login-mobile-2.svg');
	--ikon-make-smarter-decisions: url('https://mortgagetech.ice.com/publicdocs/images/icon-make-smarter-decisions.svg');
	--ikon-marketing-automation: url('https://mortgagetech.ice.com/publicdocs/images/icon-marketing-automation.svg');
	--ikon-network: url('https://mortgagetech.ice.com/publicdocs/images/icon-network.svg');
	--ikon-network-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-network-1.svg');
	--ikon-next-gen: url('https://mortgagetech.ice.com/publicdocs/images/icon-next-gen.svg');
	--ikon-northstar: url('https://mortgagetech.ice.com/publicdocs/images/icon-northstar.svg');
	--ikon-notifications: url('https://mortgagetech.ice.com/publicdocs/images/icon-notifications.svg');
	--ikon-predictive-modeling: url('https://mortgagetech.ice.com/publicdocs/images/icon-predictive-modeling.svg');
	--ikon-proposal-builder: url('https://mortgagetech.ice.com/publicdocs/images/icon-proposal-builder.svg');
	--ikon-reporting-analytics: url('https://mortgagetech.ice.com/publicdocs/images/icon-reporting-analytics.svg');
	--ikon-robot: url('https://mortgagetech.ice.com/publicdocs/images/icon-robot.svg');
	--ikon-search: url('https://mortgagetech.ice.com/publicdocs/images/icon-search.svg');
	--ikon-search-product: url('https://mortgagetech.ice.com/publicdocs/images/icon-search-product.svg');
	--ikon-secure-data: url('https://mortgagetech.ice.com/publicdocs/images/icon-secure-data.svg');
	--ikon-security: url('https://mortgagetech.ice.com/publicdocs/images/icon-security.svg');
	--ikon-security-architecture: url('https://mortgagetech.ice.com/publicdocs/images/icon-security-architecture.svg');
	--ikon-security-clearance: url('https://mortgagetech.ice.com/publicdocs/images/icon-security-clearance.svg');
	--ikon-settings-3: url('https://mortgagetech.ice.com/publicdocs/images/icon-settings-3.svg');
	--ikon-settings-4: url('https://mortgagetech.ice.com/publicdocs/images/icon-settings-4.svg');
	--ikon-settings-5: url('https://mortgagetech.ice.com/publicdocs/images/icon-settings-5.svg');
	--ikon-settings-6: url('https://mortgagetech.ice.com/publicdocs/images/icon-settings-6.svg');
	--ikon-shield: url('https://mortgagetech.ice.com/publicdocs/images/icon-shield.svg');
	--ikon-spreadsheets: url('https://mortgagetech.ice.com/publicdocs/images/icon-spreadsheets.svg');
	--ikon-ssot: url('https://mortgagetech.ice.com/publicdocs/images/icon-ssot.svg');
	--ikon-tech-support: url('https://mortgagetech.ice.com/publicdocs/images/icon-tech-support.svg');
	--ikon-time-saving: url('https://mortgagetech.ice.com/publicdocs/images/icon-time-saving.svg');
	--ikon-toggle: url('https://mortgagetech.ice.com/publicdocs/images/icon-toggle.svg');
	--ikon-toggle-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-toggle-1.svg');
	--ikon-tools: url('https://mortgagetech.ice.com/publicdocs/images/icon-tools.svg');
	--ikon-tracking: url('https://mortgagetech.ice.com/publicdocs/images/icon-tracking.svg');
	--ikon-web-collapse: url('https://mortgagetech.ice.com/publicdocs/images/icon-web-collapse.svg');
	--ikon-web-expand: url('https://mortgagetech.ice.com/publicdocs/images/icon-web-expand.svg');
	--ikon-web-search-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-web-search-1.svg');
	--ikon-web-search-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-web-search-2.svg');
	--ikon-web-search-3: url('https://mortgagetech.ice.com/publicdocs/images/icon-web-search-3.svg');
	--ikon-workflow-automation: url('https://mortgagetech.ice.com/publicdocs/images/icon-workflow-automation.svg');
	--ikon-workflow-automation-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-workflow-automation-1.svg');
	/* COMMUNICATION AND INTERACTION ICONS */
	--ikon-activity-feed: url('https://mortgagetech.ice.com/publicdocs/images/icon-activity-feed.svg');
	--ikon-chat: url('https://mortgagetech.ice.com/publicdocs/images/icon-chat.svg');
	--ikon-collaboration: url('https://mortgagetech.ice.com/publicdocs/images/icon-collaboration.svg');
	--ikon-collaboration-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-collaboration-2.svg');
	--ikon-communication: url('https://mortgagetech.ice.com/publicdocs/images/icon-communication.svg');
	--ikon-consumer-engagement: url('https://mortgagetech.ice.com/publicdocs/images/icon-consumer-engagement.svg');
	--ikon-direct-mail: url('https://mortgagetech.ice.com/publicdocs/images/icon-direct-mail.svg');
	--ikon-discussion: url('https://mortgagetech.ice.com/publicdocs/images/icon-discussion.svg');
	--ikon-email: url('https://mortgagetech.ice.com/publicdocs/images/icon-email.svg');
	--ikon-envelope-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-envelope-1.svg');
	--ikon-envelope-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-envelope-2.svg');
	--ikon-mailed-document: url('https://mortgagetech.ice.com/publicdocs/images/icon-mailed-document.svg');
	--ikon-phone: url('https://mortgagetech.ice.com/publicdocs/images/icon-phone.svg');
	--ikon-social-em: url('https://mortgagetech.ice.com/publicdocs/images/icon-social-em.svg');
	--ikon-social-fb: url('https://mortgagetech.ice.com/publicdocs/images/icon-social-fb.svg');
	--ikon-social-li: url('https://mortgagetech.ice.com/publicdocs/images/icon-social-li.svg');
	--ikon-social-x: url('https://mortgagetech.ice.com/publicdocs/images/icon-social-x.svg');
	--ikon-social-yt: url('https://mortgagetech.ice.com/publicdocs/images/icon-social-yt.svg');
	--ikon-text: url('https://mortgagetech.ice.com/publicdocs/images/icon-text.svg');
	--ikon-texting: url('https://mortgagetech.ice.com/publicdocs/images/icon-texting.svg');
	/* CONTENT AND DOCUMENT ICONS */
	--ikon-brochure: url('https://mortgagetech.ice.com/publicdocs/images/icon-brochure.svg');
	--ikon-brief: url('https://mortgagetech.ice.com/publicdocs/images/icon-brief.svg');
	--ikon-case-study: url('https://mortgagetech.ice.com/publicdocs/images/icon-case-study.svg');
	--ikon-case-study-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-case-study-2.svg');
	--ikon-content: url('https://mortgagetech.ice.com/publicdocs/images/icon-content.svg');
	--ikon-datasheet: url('https://mortgagetech.ice.com/publicdocs/images/icon-datasheet.svg');
	--ikon-demo: url('https://mortgagetech.ice.com/publicdocs/images/icon-demo.svg');
	--ikon-document: url('https://mortgagetech.ice.com/publicdocs/images/icon-document.svg');
	--ikon-document-stack: url('https://mortgagetech.ice.com/publicdocs/images/icon-document-stack.svg');
	--ikon-download-document: url('https://mortgagetech.ice.com/publicdocs/images/icon-download-document.svg');
	--ikon-ebook: url('https://mortgagetech.ice.com/publicdocs/images/icon-ebook.svg');
	--ikon-faqs: url('https://mortgagetech.ice.com/publicdocs/images/icon-faqs.svg');
	--ikon-image-or-photo: url('https://mortgagetech.ice.com/publicdocs/images/icon-image-or-photo.svg');
	--ikon-library: url('https://mortgagetech.ice.com/publicdocs/images/icon-library.svg');
	--ikon-media: url('https://mortgagetech.ice.com/publicdocs/images/icon-media.svg');
	--ikon-news: url('https://mortgagetech.ice.com/publicdocs/images/icon-news.svg');
	--ikon-podcast: url('https://mortgagetech.ice.com/publicdocs/images/icon-podcast.svg');
	--ikon-policy-and-procedures: url('https://mortgagetech.ice.com/publicdocs/images/icon-policy-and-procedures.svg');
	--ikon-print: url('https://mortgagetech.ice.com/publicdocs/images/icon-print.svg');
	--ikon-resource-list: url('https://mortgagetech.ice.com/publicdocs/images/icon-resource-list.svg');
	--ikon-resources: url('https://mortgagetech.ice.com/publicdocs/images/icon-resources.svg');
	--ikon-resources-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-resources-1.svg');
	--ikon-video: url('https://mortgagetech.ice.com/publicdocs/images/icon-video.svg');
	--ikon-video-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-video-1.svg');
	--ikon-webinars: url('https://mortgagetech.ice.com/publicdocs/images/icon-webinars.svg');
	/* USER INTERFACE AND NAVIGATION ICONS */
	--ikon-back: url('https://mortgagetech.ice.com/publicdocs/images/icon-back.svg');
	--ikon-calendar: url('https://mortgagetech.ice.com/publicdocs/images/icon-calendar.svg');
	--ikon-checked: url('https://mortgagetech.ice.com/publicdocs/images/icon-checked.svg');
	--ikon-checklist: url('https://mortgagetech.ice.com/publicdocs/images/icon-checklist.svg');
	--ikon-clear-direction: url('https://mortgagetech.ice.com/publicdocs/images/icon-clear-direction.svg');
	--ikon-clock: url('https://mortgagetech.ice.com/publicdocs/images/icon-clock.svg');
	--ikon-control: url('https://mortgagetech.ice.com/publicdocs/images/icon-control.svg');
	--ikon-door: url('https://mortgagetech.ice.com/publicdocs/images/icon-door.svg');
	--ikon-fail: url('https://mortgagetech.ice.com/publicdocs/images/icon-fail.svg');
	--ikon-favorite: url('https://mortgagetech.ice.com/publicdocs/images/icon-favorite.svg');
	--ikon-fifty-percent: url('https://mortgagetech.ice.com/publicdocs/images/icon-fifty-percent.svg');
	--ikon-finish: url('https://mortgagetech.ice.com/publicdocs/images/icon-finish.svg');
	--ikon-funnel: url('https://mortgagetech.ice.com/publicdocs/images/icon-funnel.svg');
	--ikon-funnel-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-funnel-2.svg');
	--ikon-global: url('https://mortgagetech.ice.com/publicdocs/images/icon-global.svg');
	--ikon-hourglass: url('https://mortgagetech.ice.com/publicdocs/images/icon-hourglass.svg');
	--ikon-key: url('https://mortgagetech.ice.com/publicdocs/images/icon-key.svg');
	--ikon-map: url('https://mortgagetech.ice.com/publicdocs/images/icon-map.svg');
	--ikon-minus: url('https://mortgagetech.ice.com/publicdocs/images/icon-minus.svg');
	--ikon-most-popular: url('https://mortgagetech.ice.com/publicdocs/images/icon-most-popular.svg');
	--ikon-pie-chart: url('https://mortgagetech.ice.com/publicdocs/images/icon-pie-chart.svg');
	--ikon-play: url('https://mortgagetech.ice.com/publicdocs/images/icon-play.svg');
	--ikon-plus: url('https://mortgagetech.ice.com/publicdocs/images/icon-plus.svg');
	--ikon-process-step: url('https://mortgagetech.ice.com/publicdocs/images/icon-process-step.svg');
	--ikon-products: url('https://mortgagetech.ice.com/publicdocs/images/icon-products.svg');
	--ikon-thumbs-up: url('https://mortgagetech.ice.com/publicdocs/images/icon-thumbs-up.svg');
	--ikon-thumbs-up-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-thumbs-up-1.svg');
	/* EDUCATION AND TRAINING ICONS */
	--ikon-certification: url('https://mortgagetech.ice.com/publicdocs/images/icon-certification.svg');
	--ikon-courses: url('https://mortgagetech.ice.com/publicdocs/images/icon-courses.svg');
	--ikon-courses-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-courses-2.svg');
	--ikon-education: url('https://mortgagetech.ice.com/publicdocs/images/icon-education.svg');
	--ikon-education-certification: url('https://mortgagetech.ice.com/publicdocs/images/icon-education-certification.svg');
	--ikon-keynote: url('https://mortgagetech.ice.com/publicdocs/images/icon-keynote.svg');
	--ikon-knowledge-check: url('https://mortgagetech.ice.com/publicdocs/images/icon-knowledge-check.svg');
	--ikon-onboarding: url('https://mortgagetech.ice.com/publicdocs/images/icon-onboarding.svg');
	--ikon-test: url('https://mortgagetech.ice.com/publicdocs/images/icon-test.svg');
	--ikon-train-new: url('https://mortgagetech.ice.com/publicdocs/images/icon-train-new.svg');
	--ikon-train-old: url('https://mortgagetech.ice.com/publicdocs/images/icon-train-old.svg');
	--ikon-training: url('https://mortgagetech.ice.com/publicdocs/images/icon-training.svg');
	--ikon-training-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-training-1.svg');
	--ikon-written-exercise: url('https://mortgagetech.ice.com/publicdocs/images/icon-written-excercise.svg');
	/* ENVIRONMENTAL AND SUSTAINABILITY ICONS */
	--ikon-environmental-scene-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-environmental-scene-1.svg');
	--ikon-environmental-scene-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-environmental-scene-2.svg');
	--ikon-esg: url('https://mortgagetech.ice.com/publicdocs/images/icon-esg.svg');
	--ikon-mountains: url('https://mortgagetech.ice.com/publicdocs/images/icon-mountains.svg');
	--ikon-oil-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-oil-2.svg');
	--ikon-solar-panel-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-solar-panel-1.svg');
	--ikon-solar-panel-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-solar-panel-2.svg');
	--ikon-solar-panel-3: url('https://mortgagetech.ice.com/publicdocs/images/icon-solar-panel-3.svg');
	--ikon-tree-1: url('https://mortgagetech.ice.com/publicdocs/images/icon-tree-1.svg');
	--ikon-tree-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-tree-2.svg');
	--ikon-tree-3: url('https://mortgagetech.ice.com/publicdocs/images/icon-tree-3.svg');
	--ikon-tree-4: url('https://mortgagetech.ice.com/publicdocs/images/icon-tree-4.svg');
	--ikon-tree-5: url('https://mortgagetech.ice.com/publicdocs/images/icon-tree-5.svg');
	--ikon-tractor: url('https://mortgagetech.ice.com/publicdocs/images/icon-tractor.svg');
	--ikon-water-waves: url('https://mortgagetech.ice.com/publicdocs/images/icon-water-waves.svg');
	--ikon-wind: url('https://mortgagetech.ice.com/publicdocs/images/icon-wind.svg');
	/* EVENT AND EXPERIENCE ICONS */
	--ikon-air-travel: url('https://mortgagetech.ice.com/publicdocs/images/icon-air-travel.svg');
	--ikon-award: url('https://mortgagetech.ice.com/publicdocs/images/icon-award.svg');
	--ikon-blue-ribbon: url('https://mortgagetech.ice.com/publicdocs/images/icon-blue-ribbon.svg');
	--ikon-bouncy-house: url('https://mortgagetech.ice.com/publicdocs/images/icon-bouncy-house.svg');
	--ikon-break: url('https://mortgagetech.ice.com/publicdocs/images/icon-break.svg');
	--ikon-carabiner: url('https://mortgagetech.ice.com/publicdocs/images/icon-carabiner.svg');
	--ikon-cocoa: url('https://mortgagetech.ice.com/publicdocs/images/icon-cocoa.svg');
	--ikon-cocktails: url('https://mortgagetech.ice.com/publicdocs/images/icon-cocktails.svg');
	--ikon-coffee: url('https://mortgagetech.ice.com/publicdocs/images/icon-coffee.svg');
	--ikon-competition: url('https://mortgagetech.ice.com/publicdocs/images/icon-competition.svg');
	--ikon-cooking: url('https://mortgagetech.ice.com/publicdocs/images/icon-cooking.svg');
	--ikon-desk: url('https://mortgagetech.ice.com/publicdocs/images/icon-desk.svg');
	--ikon-drinks: url('https://mortgagetech.ice.com/publicdocs/images/icon-drinks.svg');
	--ikon-dry-cleaning: url('https://mortgagetech.ice.com/publicdocs/images/icon-dry-cleaning.svg');
	--ikon-event: url('https://mortgagetech.ice.com/publicdocs/images/icon-event.svg');
	--ikon-events: url('https://mortgagetech.ice.com/publicdocs/images/icon-events.svg');
	--ikon-events-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-events-2.svg');
	--ikon-exercise: url('https://mortgagetech.ice.com/publicdocs/images/icon-excercise.svg');
	--ikon-exercise-2: url('https://mortgagetech.ice.com/publicdocs/images/icon-excercise-2.svg');
	--ikon-exp: url('https://mortgagetech.ice.com/publicdocs/images/icon-exp.svg');
	--ikon-exp-bag: url('https://mortgagetech.ice.com/publicdocs/images/icon-exp-bag.svg');
	--ikon-exp-key-card: url('https://mortgagetech.ice.com/publicdocs/images/icon-exp-key-card.svg');
	--ikon-exp-mobile: url('https://mortgagetech.ice.com/publicdocs/images/icon-exp-mobile.svg');
	--ikon-exp-reg-desk: url('https://mortgagetech.ice.com/publicdocs/images/icon-exp-reg-desk.svg');
	--ikon-experience: url('https://mortgagetech.ice.com/publicdocs/images/icon-experience.svg');
	--ikon-experience-rent-laptop: url('https://mortgagetech.ice.com/publicdocs/images/icon-experience-rent-laptop.svg');
	--ikon-experience-room-key-card-holder: url('https://mortgagetech.ice.com/publicdocs/images/icon-experience-room-key-card-holder.svg');
	--ikon-flashlight: url('https://mortgagetech.ice.com/publicdocs/images/icon-flashlight.svg');
	--ikon-giving-back: url('https://mortgagetech.ice.com/publicdocs/images/icon-giving-back.svg');
	--ikon-groceries: url('https://mortgagetech.ice.com/publicdocs/images/icon-groceries.svg');
	--ikon-gym: url('https://mortgagetech.ice.com/publicdocs/images/icon-gym.svg');
	--ikon-hazard-cone: url('https://mortgagetech.ice.com/publicdocs/images/icon-hazard-cone.svg');
	--ikon-health: url('https://mortgagetech.ice.com/publicdocs/images/icon-health.svg');
	--ikon-horseshoe: url('https://mortgagetech.ice.com/publicdocs/images/icon-horseshoe.svg');
	--ikon-hydration-station: url('https://mortgagetech.ice.com/publicdocs/images/icon-hydration-station.svg');
	--ikon-life-preserver: url('https://mortgagetech.ice.com/publicdocs/images/icon-life-preserver.svg');
	--ikon-lunch: url('https://mortgagetech.ice.com/publicdocs/images/icon-lunch.svg');
	--ikon-meals: url('https://mortgagetech.ice.com/publicdocs/images/icon-meals.svg');
	--ikon-new-initiatives: url('https://mortgagetech.ice.com/publicdocs/images/icon-new-initiatives.svg');
	--ikon-petting-zoo: url('https://mortgagetech.ice.com/publicdocs/images/icon-petting-zoo.svg');
	--ikon-picnic-table: url('https://mortgagetech.ice.com/publicdocs/images/icon-picnic-table.svg');
	--ikon-popcorn: url('https://mortgagetech.ice.com/publicdocs/images/icon-popcorn.svg');
	--ikon-restrooms: url('https://mortgagetech.ice.com/publicdocs/images/icon-restrooms.svg');
	--ikon-room-drop: url('https://mortgagetech.ice.com/publicdocs/images/icon-room-drop.svg');
	--ikon-sailboat: url('https://mortgagetech.ice.com/publicdocs/images/icon-sailboat.svg');
	--ikon-snow-cone: url('https://mortgagetech.ice.com/publicdocs/images/icon-snow-cone.svg');
	--ikon-spirits: url('https://mortgagetech.ice.com/publicdocs/images/icon-spirits.svg');
	--ikon-swim: url('https://mortgagetech.ice.com/publicdocs/images/icon-swim.svg');
	--ikon-swing: url('https://mortgagetech.ice.com/publicdocs/images/icon-swing.svg');
	--ikon-temperature: url('https://mortgagetech.ice.com/publicdocs/images/icon-temperature.svg');
	--ikon-trophy-cup: url('https://mortgagetech.ice.com/publicdocs/images/icon-trophy-cup.svg');
	--ikon-volleyball: url('https://mortgagetech.ice.com/publicdocs/images/icon-volleyball.svg');
	--ikon-welcome-area: url('https://mortgagetech.ice.com/publicdocs/images/icon-welcome-area.svg');
	--ikon-welcome-mat: url('https://mortgagetech.ice.com/publicdocs/images/icon-welcome-mat.svg');
	--ikon-wellness: url('https://mortgagetech.ice.com/publicdocs/images/icon-wellness.svg');
	--ikon-work-life-balance: url('https://mortgagetech.ice.com/publicdocs/images/icon-work-life-balance.svg');
	/* SPORTS AND RECREATION ICONS */
	--ikon-baseball: url('https://mortgagetech.ice.com/publicdocs/images/icon-baseball.svg');
	--ikon-basketball: url('https://mortgagetech.ice.com/publicdocs/images/icon-basketball.svg');
	--ikon-bocce-ball: url('https://mortgagetech.ice.com/publicdocs/images/icon-bocce-ball.svg');
	--ikon-cheetah: url('https://mortgagetech.ice.com/publicdocs/images/icon-cheetah.svg');
	--ikon-ergonomics: url('https://mortgagetech.ice.com/publicdocs/images/icon-ergonomics.svg');
	--ikon-rock-climbing: url('https://mortgagetech.ice.com/publicdocs/images/icon-rock-climbing.svg');
	/* MISCELLANEOUS AND SPECIALTY ICONS */
	--ikon-all-solutions: url('https://mortgagetech.ice.com/publicdocs/images/icon-all-solutions.svg');
	--ikon-art: url('https://mortgagetech.ice.com/publicdocs/images/icon-art.svg');
	/* ==========================================================================
       TILE CARD ICON SYSTEM - Specialized icons for tile-based navigation
       ========================================================================= */
	/* TILE CARD CONTENT TYPES */
	--tile-guide: url('https://mortgagetech.ice.com/publicdocs/images/icon-courses.svg');
	--tile-document: url('https://mortgagetech.ice.com/publicdocs/images/icon-document.svg');
	--tile-document-stack: url('https://mortgagetech.ice.com/publicdocs/images/icon-document-stack.svg');
	--tile-video-tutorial: url('https://mortgagetech.ice.com/publicdocs/images/icon-video-1.svg');
	--tile-setting: url('https://mortgagetech.ice.com/publicdocs/images/icon-workflow-automation.svg');
	--tile-community-forum: url('https://mortgagetech.ice.com/publicdocs/images/icon-communication.svg');
	--tile-tool: url('https://mortgagetech.ice.com/publicdocs/images/icon-tools.svg');
	--tile-policy-and-procedure: url('https://mortgagetech.ice.com/publicdocs/images/icon-policy-and-procedures.svg');
	--tile-release-note: url('https://mortgagetech.ice.com/publicdocs/images/icon-brief.svg');
	--tile-help-site: url('https://mortgagetech.ice.com/publicdocs/images/icon-web-search-3.svg');
	--tile-glossary: url('https://mortgagetech.ice.com/publicdocs/images/icon-ebook.svg');
}

/* ==========================================================================
   DESIGN SYSTEM DOCUMENTATION AND USAGE NOTES

   This complete CSS custom properties system provides a centralized design token
   library for the ICE Mortgage Technology documentation system. The organization
   follows atomic design principles and ITCSS methodology:

   FONT DECLARATIONS:
   - All font-face declarations are organized by font family
   - Include proper font-display values for performance
   - Support multiple weights and styles per family

   CSS CUSTOM PROPERTIES ORGANIZATION:
   1. Standard Color Palette - Web standard semantic colors
   2. Brand Color Palette - ICE Mortgage Technology brand colors
   3. Typography System - Font families and text styling
   4. Component Color Systems - Specialized color tokens for alerts, tables, etc.
   5. Visual Asset Libraries - Comprehensive icon and image systems

   SCALABILITY FEATURES:
   - Consistent naming conventions following BEM-inspired patterns
   - Logical grouping by function and context
   - Comprehensive documentation for easy maintenance
   - Modular organization supports easy extension

   USAGE GUIDELINES:
   - Always use CSS custom properties for colors and assets
   - Maintain consistent naming patterns when adding new tokens
   - Update documentation when adding new property categories
   - Test across all supported browsers for compatibility

   PERFORMANCE CONSIDERATIONS:
   - Font declarations include font-display: swap for optimal loading
   - Icon libraries organized by usage frequency
   - Asset URLs point to CDN for optimal delivery
   ========================================================================= */

