CINXE.COM
Exhibitor Resource Center | Map Your Show
<!doctype html> <!--[if IE 9 ]> <html class="no-js lt-ie10 ie9" lang="en"> <![endif]--> <!--[if (gte IE 10)|!(IE)]><!--> <html class="" lang="en"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Exhibitor Resource Center | Map Your Show</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="/7_0/assets/css/main.css?mysv=20241113A" rel="stylesheet" type="text/css" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400..800&display=swap" rel="stylesheet"> <style id="themecss"> :root {--color-accent-10: hsl(170, 78%, 36%);--color-accent-20: hsl(170, 78%, 46%);--color-accent-30: hsl(170, 78%, 56%);--color-accent-40: hsl(170, 78%, 66%);--color-accent-50: hsl(170, 78%, 76%);--color-brand-10: hsl(245, 100%, 21%);--color-brand-20: hsl(245, 87%, 29%);--color-brand-30: hsl(245, 82%, 33%);--color-brand-40: hsl(245, 76%, 39%);--color-brand-50: hsl(245, 67%, 45%);--color-brand-60: hsl(245, 65%, 55%);--color-brand-70: hsl(245, 74%, 65%);--color-brand-80: hsl(245, 84%, 74%);--color-brand-90: hsl(245, 97%, 85%);--color-brand-100: hsl(245, 75%, 97%);--color-header: hsl(0, 0%, 100%);--color-header-background: hsl(0, 0%, 100%);--color-nav: hsl(0, 0%, 100%);--color-nav-background: hsl(245, 69%, 29%);--color-shortcut: hsl(0, 0%, 100%);--color-shortcut-background: hsl(205, 82%, 33%);--color-nav-2: hsl(0, 0%, 0%);--color-nav-background-2: hsl(0, 0%, 100%);--style-search-background: hsl(0, 0%, 60%);--border-radius: 0.5rem;--event-info-font-weight: normal;--event-info-visibility: 0.875rem;--nav-links-alignment-navbar-v2: center;} </style> <script> function adjustThemeColor(color) { var themeCSSRoot = document.querySelector('#themecss'); if (themeCSSRoot) { if (getComputedStyle(document.documentElement).getPropertyValue(color)) { var colorString = getComputedStyle(document.documentElement).getPropertyValue(color), colorHSLObject = toHSLObject(colorString), colorLValueNumber = colorHSLObject.lightness, adjustedLValueNumber = colorLValueNumber + 5, adjustedLValueString = adjustedLValueNumber.toString(), adjustedHSLValueString = `hsl(${colorHSLObject.hue}, ${colorHSLObject.saturation}%, ${adjustedLValueString}%)`; function toHSLObject(hslStr) { const [hue, saturation, lightness] = hslStr.match(/\d+/g).map(Number); return { hue, saturation, lightness }; } document.documentElement.style.setProperty(color, adjustedHSLValueString); } } } </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-5PC6ZJCPR8"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-5PC6ZJCPR8'); </script> </head> <body class="env-production"> <div id="loginMainLayout" class="loginOnboard--exhdash_wrapper" data-languagedropdownopen="false"> <div class="flow"> <div class="l-headerimage-language_container"> <a href=" /7_0/main/default"> <img src="/mys_shared/satellite2025/satellite2025_logo.png" alt="satellite2025 logo" class="l-header-image_logo"> </a> <div class="l-login-language_mobile" data-languagedropdownopen="false"> </div> </div> <h1> Exhibitor Resource Center</h1> <div class="l-login-language_desktop" data-languagedropdownopen="false"> </div> <form action=" /7_0/main/login" method="post" class="form--wrapper form--wrapper-login"> <dialog id="usermessagediv" open class="alert hidden alert--info"> <div class="media"> <svg class="media-img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" role="presentation"> <path fill-rule="nonzero" d="M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm1 18h-2v-8h2v8zm-1-12.25c.69 0 1.25.56 1.25 1.25s-.56 1.25-1.25 1.25-1.25-.56-1.25-1.25.56-1.25 1.25-1.25z" /> </svg> <div class="media-body flow"> </div> <button class="button button--transparent button--alert-close" aria-label="close" type="button"> <svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" aria-describedby="title" role="img" class="alertclose"> <title id="title">Close</title> <path fill-rule="nonzero" d="M15.954 14.005L9.831 7.94l6.062-6.116-1.888-1.871-6.06 6.12L1.827.013-.046 1.889l6.124 6.07-6.063 6.123 1.873 1.873 6.075-6.128 6.12 6.067z"></path> </svg> </button> </div> </dialog> <script> (function() { let alertCloseButtons = document.querySelectorAll('button.button--alert-close'); if (alertCloseButtons) { alertCloseButtons.forEach(function(element) { element.addEventListener('click', function() { animateCSS(element.closest('dialog'), 'fadeOutUp'); }) }); } let animateCSS = (element, animation, removeElement = true) => // We create a Promise and return it new Promise((resolve, reject) => { let animationName = `${animation}`, node = element || document.querySelector(element); node.classList.add(`animated`, animationName); // When the animation ends, we clean the classes and resolve the Promise function handleAnimationEnd(event) { event.stopPropagation(); // Remove element from page if (removeElement) { node.remove(); } else { // Remove only animation classes //node.classList.remove(`animated`, animationName); } resolve('Animation ended'); } node.addEventListener('animationend', handleAnimationEnd, { once: true }); }); })() </script> <input type="hidden" name="logintoken" value="0FC0EFDEC5AA7DA57AD996FBD5D3383FE2A95F23"> <div class="form-item"> <h4> Sign In</h4> </div> <div class="form-item"> <input type="hidden" name="step" value="username"> <!-- will this only accept emails? or usernames too? maybe change input type && ALSO NEED TO ADD FORM REQUIREMENT ATTRIBUTE--> <label for="exhdash-username"> Email Address</label> <input type="email" id="exhdash-username" name="username" required autofocus> </div> <div id="recaptchaDiv" class="mys-required"></div> <script> var recaptchaDiv = document.createElement("div"); recaptchaDiv.setAttribute("class", "g-recaptcha"); recaptchaDiv.setAttribute("data-sitekey", "6Le9yhoTAAAAAPCL7qguGzqo9m24qMV7XMVIbQXE"); document.getElementById("recaptchaDiv").appendChild(recaptchaDiv); </script> <script src="https://www.recaptcha.net/recaptcha/api.js"></script> <div class="form-item flow"> <button class="button button--primary db w-100" type="submit" value="Continue"> Continue </button> </div> </form> </div> </div> <script> var dataSetContainerElement = document.querySelector('#loginMainLayout'); function setupHeaderMenus() { var languageDropdownButton = document.querySelector('#langselector-desktop'), languageDropdown = document.querySelector('#langdropdown-desktop'), languageDropdownButtonMobile = document.querySelector('#langselector-mobile'), languageDropdownMobile = document.querySelector('#langdropdown-mobile'); /* Button event listeners */ /* Language Dropdown functions */ function openLanguageDropdown(isMobile) { dataSetContainerElement.dataset.languagedropdownopen = 'true'; if(isMobile) { languageDropdownMobile.classList.remove('dn'); } else { languageDropdown.classList.remove('dn'); } } function closeLanguageDropdown() { dataSetContainerElement.dataset.languagedropdownopen = 'false'; languageDropdownMobile.classList.add('dn'); languageDropdown.classList.add('dn'); } function toggleLanguageDropdown(event) { document.addEventListener('click', toggleLanguageDropdownCallback); } function toggleLanguageDropdownCallback(event) { if (event.target.closest('.o-dropdown_language') || event.target.closest('.button--language-selector') && dataSetContainerElement.dataset.languagedropdownopen === 'false') { if(event.target.closest('.button').id.includes('mobile')) { openLanguageDropdown(true); } else { openLanguageDropdown(false); } } else { closeLanguageDropdown(); document.removeEventListener('click', toggleLanguageDropdownCallback); } } } setupHeaderMenus(); </script> </body> </html>