.
Phone
Call: 888.755.1721 // Fax: 406.755.1731
Mailing Address
Nomad GCS // PO Box 865 // Kalispell, MT 59903
Headquarters Location
5414 US Hwy 2 // Columbia Falls, MT 59912 // Map
Quick Links
Careers at Nomad
Email Newsletter Signup
How to Buy
Privacy and Terms
#wheneveryminutematters
function initEmbeddedMessaging() {
try {
embeddedservice_bootstrap.settings.language = 'en_US'; // For example, enter 'en' or 'en-US'
embeddedservice_bootstrap.init(
'00Dcs00000AkRx7',
'NASH_Deployment',
'https://nomadgcs.my.site.com/ESWNASHDeployment1766524668591',
{
scrt2URL: 'https://nomadgcs.my.salesforce-scrt.com'
}
);
} catch (err) {
console.error('Error loading Embedded Messaging: ', err);
}
};
@media screen and (max-width: 768px) {
/* Chat container + iframe */
.embeddedServiceMessagingFrame,
iframe.embeddedServiceMessagingIframe {
position: fixed !important;
inset: 0 !important;
width: 100vw !important;
height: 100dvh !important;
max-height: 100dvh !important;
z-index: 2147483647 !important;
pointer-events: auto !important;
border-radius: 0 !important;
}
/* Push site UI below chat */
body.embeddedMessagingPreventScrolling header,
body.embeddedMessagingPreventScrolling nav,
body.embeddedMessagingPreventScrolling footer,
body.embeddedMessagingPreventScrolling [class*="header"],
body.embeddedMessagingPreventScrolling [class*="nav"],
body.embeddedMessagingPreventScrolling [id*="header"],
body.embeddedMessagingPreventScrolling [id*="nav"] {
z-index: 0 !important;
pointer-events: none !important;
}
/* IMPORTANT: ensure chat UI is clickable */
.embeddedServiceMessagingFrame *,
iframe.embeddedServiceMessagingIframe {
pointer-events: auto !important;
}
/* Hide WordPress plugin banner while chat is open */
body.embeddedMessagingPreventScrolling #simple-banner {
display: none !important;
}
}