CINXE.COM

FAQs

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <meta http-equiv="x-ua-compatible" content="ie=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" type="image/png" href="images/sitelook/favicon.png"> <link rel="apple-touch-icon" type="image/png" href="images/sitelook/apple-touch-icon.png"> <!-- Global - Bootstrap v4.3.1 CSS... --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css"> <!-- Global - Font Awesome Free 5.9.0 CSS --> <!-- Commented out for now as Ami is loading both in page setup --> <!-- Global - Owl Carousel v2.3.4 CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css"> <!-- Global - eShow CSS --> <link rel="stylesheet" href="/templates/eshow/css/eshow_color.css"> <!-- Web Fonts --> <!-- ADOBE TYPEKIT WEB FONTS --> <link rel="stylesheet" href=https://use.typekit.net/bga5xob.css> <!-- Local - Old eShow CSS --> <link rel="stylesheet" href="css/modules.css" type="text/css"> <link rel="stylesheet" href="css/forms.css" type="text/css"> <!-- Local - Website/Sitelook and Navigation custom CSS --> <link rel="stylesheet" href="css/owl_overrides.css" type="text/css"> <link rel="stylesheet" href="css/fonts.css"> <link rel="stylesheet" href="css/siteVariables.css"> <link rel="stylesheet" href="css/nav_top_responsive.css"> <link rel="stylesheet" href="css/templateStyles.css"> <link rel="stylesheet" href="css/style.css"> <!-- Font Awesome 6 Free --> <!-- ******** Ami's page setup is loading fontawesome again - will need to look into it. --> <!--Current page setup - programming to look and clean up unnecessary css and js--> <title>FAQs</title> <link rel="canonical" href=""/> <meta name="description" content=""/> <script> (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='//www.googletagmanager.com/gtm.js?id='+i+dl; f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T6C64QC'); </script> <script type="text/javascript" src="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/dynamicdrive/dhtmltooltip.js?version=2"></script> <script type="text/javascript" src="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/eshow/common.js?version=6"></script> <script type="text/javascript" src="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/jsmx/engine.js"></script> <style type="text/css">@import url(https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/jscalendar-1.0/calendar-win2k-1.css);</style> <script type="text/javascript" src="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/jscalendar-1.0/calendar.js"></script> <script type="text/javascript" src="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/jscalendar-1.0/lang/calendar-en.js"></script> <script type="text/javascript" src="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/jscalendar-1.0/calendar-setup.js"></script> <link rel="stylesheet" href="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/dhtmlmodal/windowfiles/dhtmlwindow.css" type="text/css" /> <link rel="stylesheet" href="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/dhtmlmodal/modalfiles/modal.css" type="text/css" /> <script type="text/javascript" src="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/dhtmlmodal/windowfiles/dhtmlwindow.js"></script> <script type="text/javascript" src="https://d2jcgs2q1pxn84.cloudfront.net/_javascripts/dhtmlmodal/modalfiles/modal.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/v4-shims.min.css"> <link rel="stylesheet" href="https://d2jcgs2q1pxn84.cloudfront.net/_templates/eshow/css/eshow_style.css?version=11232024" type="text/css" /> <!-- start: global assets configured by the show level --> <!-- end: global assets configured by the show level --> <!--end Current page setup--> <!-- Global - Necessary JS ******* Are all of these staying on the head section?????? --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script> <!-- Global - Datatables --> <link rel="stylesheet" href="/templates/assets/vendor/datatables/css/datatables.min.css"> <script type="text/javascript" src="/templates/assets/vendor/datatables/js/dataTables.min.js"></script> </head> <body class="body-inner"> <!-- Custom website (after body tag) - page_header custom programming includes code --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T6C64QC" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- TOP NAVIGATION WITH BRAND LOGO ===================== --> <style> /* TOP NAV WITH BRAND LOGO ===========================================================================================================*/ #nav-section { background-color: var(--navbar-primaryColor); /*padding: 1rem 0;*/ /*border-bottom: 10px solid var(--primaryColor);*/ /*box-shadow: 0px .5vw .5vw rgba(0,0,0,.30);*/ } @media (max-width: 991.98px) { #nav-section { padding: 0.5rem 0; } } /* ====================================== */ /* For button, per client's request - JCF */ #nav-section .container { position:relative; } #nav-section .navbar-button-container { position:absolute; top:20px; right: 25%; } @media (max-width: 1199.98px) { #nav-section .navbar-button-container { display:none; } } .navbar-button-container a.custom-button { color: #FFFFFF !important; /*background-color: var(--primaryColor) !important;*/ font-size: .9rem; padding: .4rem .8rem; margin-left: 1rem; } .navbar-button-container a.custom-button:hover, .navbar-button-container a.custom-button:focus { opacity:.7; } /* ====================================== */ /* Nav-Brand LOGO ============================================================================================*/ #top-res-nav .brand-logo-area { margin-right: 1rem; margin-left: 0; padding: 1.5rem 1.5rem 1.5rem 1.8rem; } #top-res-nav .nav-logo { max-width: 100%; max-height:60px; padding: 0; margin: 0; } @media (max-width: 767.98px) { #top-res-nav .brand-logo-area { margin-right: 0; margin-left: 0; padding: .5rem 0 .5rem 1rem; } #top-res-nav .nav-logo { max-width: 120px; margin: 0 auto; } } @media (max-width: 574.98px) { #top-res-nav .brand-logo-area { margin-right: 0; margin-left: 0; padding: .5rem 0 .5rem 1rem; } #top-res-nav .nav-logo { max-width: 120px; margin: 0 auto; } } @media (min-width: 1200px) { .container-full { max-width: 100%; } } /*All other navigation styles are in nav_top_responsive.css*/ </style> <section id="nav-section" class="sticky"> <div id="custom_top_nav" class="container container-full main-nav-container"> <div class="row"> <div class="col"> <nav id="top-res-nav" class="navbar navbar-expand-xl navbar-color"> <div class="container container-full d-flex"> <div class="navbar-brand brand-logo-area"> <a href="https://xponential.org/"> <img class="nav-logo" src="images/sitelook/navbar-logo.png" alt="Nav Logo"> </a> </div> <button class="navbar-toggler nav-align-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span> </button> <div id="navbarNav" class="collapse navbar-collapse nav-align-items"> <div class='row-fluid'> <div class='span12'> <div id='flyout_top_nav'> <nav id='main_top_nav'> <ul id='top_nav_menu' class='clearfix'> <li class="nav_lvl_1"><A HREF="https://xponential.org/who_attends.cfm" TARGET="" class="nav_lvl_1 nav_group_00 current_group" onmouseover="window.status='Attend'; return true;" onmouseout="window.status=''; return true;">Attend</A> <ul class="nav_group_01"> <li class="nav_level_0101"><A HREF="https://xponential.org/sag.cfm" TARGET="" class="nav_lvl_2 nav_group_01 nav_level_0101">Schedule-at-a-Glance</A></li><li class="nav_level_0103"><A HREF="https://xponential.org/who_attends.cfm" TARGET="" class="nav_lvl_2 nav_group_01 nav_level_0103">Who Attends and Why</A></li><li class="nav_level_0105"><A HREF="https://xponential.org/international.cfm" TARGET="" class="nav_lvl_2 nav_group_01 nav_level_0105">International</A></li><li class="nav_level_0107"><A HREF="https://xponential.org/vip_experience.cfm" TARGET="" class="nav_lvl_2 nav_group_01 nav_level_0107">VIP Experience</A></li><li class="nav_level_0111"><A HREF="https://xponential.org/book_hotel.cfm" TARGET="" class="nav_lvl_2 nav_group_01 nav_level_0111">Book Your Hotel</A></li><li class="nav_level_0113"><A HREF="https://xponential.org/about.cfm" TARGET="" class="nav_lvl_2 nav_group_01 nav_level_0113">About</A></li><li class="nav_level_0113"><A HREF="https://xponential.org/policies.cfm" TARGET="" class="nav_lvl_3 nav_group_01 nav_level_0113">Policies</A></li><li class="nav_level_0113"><A HREF="https://xponential.org/houston_visitor_guide.cfm" TARGET="" class="nav_lvl_3 nav_group_01 nav_level_0113">Houston Visitor Guide</A></li><li class="nav_level_0115"><A HREF="https://xponential.org/faqs.cfm" TARGET="" class="nav_lvl_2 current_page nav_group_01 nav_level_0115">FAQs</A></li></ul> </li> <li class="nav_lvl_1"><A HREF="https://xponential.org/conference_overview.cfm" TARGET="" class="nav_lvl_1 nav_group_00" onmouseover="window.status='Programming'; return true;" onmouseout="window.status=''; return true;">Programming</A> <ul class="nav_group_02"> <li class="nav_level_0201"><A HREF="https://xponential.org/conference_overview.cfm" TARGET="" class="nav_lvl_2 nav_group_02 nav_level_0201">Conference Overview</A></li><li class="nav_level_0203"><A HREF="https://xponential.org/co-located_partner.cfm" TARGET="" class="nav_lvl_2 nav_group_02 nav_level_0203">Co-Located Events</A></li><li class="nav_level_0205"><A HREF="https://xponential.org/networking_opportunities.cfm" TARGET="" class="nav_lvl_2 nav_group_02 nav_level_0205">Networking Opportunities</A></li><li class="nav_level_0207"><A HREF="https://xponential.org/speakers.cfm" TARGET="" class="nav_lvl_2 nav_group_02 nav_level_0207">Speakers</A></li><li class="nav_level_0215"><A HREF="https://xponential.org/presentation_service_center.cfm" TARGET="" class="nav_lvl_2 nav_group_02 nav_level_0215">Presentation Service Center</A></li></ul> </li> <li class="nav_lvl_1"><A HREF="exhibits.cfm" TARGET="" class="nav_lvl_1 nav_group_00" onmouseover="window.status='XPO Hall Exhibits + Sponsors'; return true;" onmouseout="window.status=''; return true;">XPO Hall Exhibits + Sponsors</A> <ul class="nav_group_05"> <li class="nav_level_0501"><A HREF="https://xponential.org/exhibits.cfm" TARGET="" class="nav_lvl_2 nav_group_05 nav_level_0501">Become a 2025 Exhibitor</A></li><li class="nav_level_0507"><A HREF="https://xponential.org/XPO_hall.cfm" TARGET="" class="nav_lvl_2 nav_group_05 nav_level_0507">XPO Hall Floorplan and List</A></li><li class="nav_level_0512"><A HREF="https://xponential.org/xpo_hall_features.cfm" TARGET="" class="nav_lvl_2 nav_group_05 nav_level_0512">XPO Hall Features</A></li><li class="nav_level_0512"><A HREF="https://xponential.org/pavillions.cfm" TARGET="" class="nav_lvl_3 nav_group_05 nav_level_0512">Pavilions</A></li><li class="nav_level_0514"><A HREF="https://xponential.org/meeting_room_rental.cfm" TARGET="" class="nav_lvl_2 nav_group_05 nav_level_0514">Meeting Room Rental</A></li><li class="nav_level_0515"><A HREF="https://xponential.org/sponsorship_opportunites.cfm" TARGET="" class="nav_lvl_3 nav_group_05 nav_level_0515">Sponsor</A></li><li class="nav_level_0515"><A HREF="https://xponential.org/become_media_partner.cfm" TARGET="" class="nav_lvl_3 nav_group_05 nav_level_0515">Become a Media Partner</A></li><li class="nav_level_0515"><A HREF="https://xponential.org/Outdoor_demos.cfm" TARGET="" class="nav_lvl_3 nav_group_05 nav_level_0515">Outdoor Demo Application</A></li><li class="nav_level_0520"><A HREF="https://xponential.org/exhibitor_tools.cfm" TARGET="" class="nav_lvl_2 nav_group_05 nav_level_0520">Exhibitor Tools</A></li></ul> </li> <li class="nav_lvl_1"><A HREF="https://www.xponential-europe.com/" TARGET="" class="nav_lvl_1 nav_group_00" onmouseover="window.status='XPONENTIAL Europe'; return true;" onmouseout="window.status=''; return true;">XPONENTIAL Europe</A> <ul class="nav_group_06"> </ul> </li> <li class="nav_lvl_1"><A HREF="https://xponential.org/attendee_registration.cfm" TARGET="" class="nav_lvl_1 nav_group_00" onmouseover="window.status='Register Now'; return true;" onmouseout="window.status=''; return true;">Register Now</A> <ul class="nav_group_07"> <li class="nav_level_0701"><A HREF="https://xponential.org/attendee_registration.cfm" TARGET="" class="nav_lvl_2 nav_group_07 nav_level_0701">Attendee Registration</A></li><li class="nav_level_0703"><A HREF="https://xponential.org/exhibitor_registration.cfm" TARGET="" class="nav_lvl_2 nav_group_07 nav_level_0703">Exhibitor Registration</A></li><li class="nav_level_0705"><A HREF="https://xponential.org/media_registration.cfm" TARGET="" class="nav_lvl_2 nav_group_07 nav_level_0705">Media Registration</A></li></ul> </li> <li class="nav_lvl_1"><A HREF="speaker_service_center.cfm" TARGET="" class="nav_lvl_1 nav_group_00" onmouseover="window.status='Speaker Service Center'; return true;" onmouseout="window.status=''; return true;">Speaker Service Center</A> <ul class="nav_group_12"> <li class="nav_level_1229"><A HREF="https://xponential.org/committee_service_center.cfm" TARGET="" class="nav_lvl_2 nav_group_12 nav_level_1229">Committee Service Center</A></li></ul> </li> <li class="nav_lvl_1"><A HREF="exhibitor_service_center.cfm" TARGET="_blank" class="nav_lvl_1 nav_group_00" onmouseover="window.status='Exhibitor Service Center'; return true;" onmouseout="window.status=''; return true;">Exhibitor Service Center</A> <ul class="nav_group_90"> <li class="nav_level_9000"><A HREF="https://xponential.org/budgetcalculator.cfm" TARGET="" class="nav_lvl_3 nav_group_90 nav_level_9000">Budget Calculator</A></li></ul> </li> </ul> <!-- End of id=top_nav_menu --> </nav> <!-- End of id=main_top_nav --> </div> <!-- End of id=flyout_top_nav --> </div> <!-- End of class span12 inside row-fluid --> </div> <!-- End of class row-fluid --> </div> </div> </nav> </div> <!-- end col --> </div> <!-- end row --> </div> <!-- end container --> </section> <!-- end section --> <div class="after-nav-content-start"> <!-- DATES-LOCATION BAR ============================================ --> <style> /*LATEST NEWS BANNER*/ #header-dates-section { background: var(--secondaryColor); padding:.5rem 0 0 0; } #header-dates-section p { font-size: 15px; font-weight: 700; letter-spacing: 0; text-align:center; margin-bottom: .35rem; } #header-dates-section p span { padding: 0 1.5rem; } @media (max-width: 767.98px) { #header-dates-section p { font-size: 10px; } #header-dates-section p span { padding: 0 .5rem; } } </style> <section id="header-dates-section"> <div class="container"> <div class="row"> <!-- MOVED MAIN TEXT TO PAGE LEFT COLUMN FOR CLIENT ACCESS --> <div class="col-12"> <p> <span> May 19 &ndash; 22 &nbsp; &vert; &nbsp; Education </span> <span> May 20 &ndash; 22 &nbsp; &vert; &nbsp; Exhibits </span> <span> Houston, TX </span> </p> </div> </div> </div> </div> </section> <!-- HERO ============================================ --> <!-- INTERIOR QUOTES CAROUSEL --> <!-- Isolate to Specific Page --> <!--=== PAGE CONTENT ===--> <section id="content-section"> <div class="container"> <div class="row"> <!-- SIDE COLUMN / SIDE NAV ======================================== --> <div id="side-column-content" class="col-lg-1 order-lg-first order-md-last order-sm-last order-last"> <div class="sidecolumn-custom"> </div> </div> <!-- ADMIN CONTROLLED CONTENT ======================================= --> <div id="admin-page-content" class="col-lg-12"> <div class="admincontent12"> <!--Content from Admin and modules starts here--> <h1 class="pageTitle">FAQs</h1> <h3>About the Venue &amp; the Event</h3> <p><strong><em>Where is the Event Located?</em></strong></p> <p>XPONENTIAL 2025 will be held at the George R Brown Convention Center in Houston, TX. The address is 1001 Avenida de las Americas, Houston, TX.</p> <p><strong><em>When does XPONENTIAL start and finish? </em></strong></p> <ul> <li>The educational program starts on Monday, May 19, 2025.</li> <li>The XPO Hall opens on Tuesday, May 20, at 10:30 AM.</li> <li>XPONENTIAL concludes on Thursday, May 22, at 3:00 PM.</li> </ul> <p><strong><em>What are the XPO Hall Hours? </em></strong></p> <ul> <li>Tuesday, May 20: 10:30 AM - 5:30 PM</li> <li>Wednesday, May 21: 10:30 AM &ndash; 5:30 PM</li> <li>Thursday, May 22: 10:30 AM &ndash; 3:00 PM</li> </ul> <p><strong><em>When does Registration open? </em></strong></p> <p>Online registration is now open. On-site registration opens on Sunday, May 18, at 1:00 PM. See the full schedule here: <a href="sag.cfm">Schedule at a Glance</a></p> <p><strong><em>How do I get my event badge? </em></strong></p> <p>Bring your confirmation email to registration during any of the registration hours. You can scan your confirmation email at the self-scanning stations to print your badge or visit a Registration Concierge for assistance.</p> <p><strong><em>How do I get to the venue? </em></strong></p> <p>There are various transportation options available. You can find more details on the Convention Center&rsquo;s website: <a href="https://www.grbhouston.com/attendees/parking-maps-and-directions/">Parking &amp; Directions for the George R Brown Convention Center</a></p> <p><strong><em>Does XPONENTIAL have a DUNS code? </em></strong></p> <p>DUNS: # 196847805<br /> Unique Entity ID: M3LXR9V2VNM3<br /> CAGE: 9HAG0</p> <h3>For Attendees</h3> <p><strong><em>How do I register?</em></strong></p> <p>Online registration is open. Visit the <a href="attendee_registration.cfm">Attendee Registration page</a> to register</p> <p><strong><em>I registered and have not received a confirmation email. When will I get one?</em></strong></p> <p>If you haven&rsquo;t received your confirmation email, you can access your registration by requesting an email <a href="https://www.mylibralounge.com/sites/xponential2025/attendee/en/welcome/">here</a>.</p> <p><strong><em>What are the costs to attend?</em></strong></p> <p>There are different pass types available. To see the available passes, visit the <a href="attendee_registration.cfm">Attendee Registration page</a>.</p> <p><strong><em>What are the differences between badge types?</em></strong></p> <p>To see the different access levels offered by each badge type, visit the <a href="attendee_registration.cfm">Attendee Registration page</a>.</p> <p><strong><em>How do I make a change to my registration?</em></strong></p> <p>If you would like to upgrade your pass type, you can log into your registration profile by visiting the <a href="attendee_registration.cfm">registration page</a> and requesting an email.<br /> <br /> To cancel or transfer a badge to another team member, please contact Showcare at <a href="mailto:XPONENTIAL@showcare.com">XPONENTIAL@showcare.com</a> or call +1 844 327 5248.<br /> <br /> To view the Show Policies, as well as cancellation policies, visit <a href="show_policies.cfm">Show Policies</a>.</p> <p><strong><em>Are there any group discounts available? </em></strong></p> <p>XPONENTIAL offers organizational passes for groups of 5 or more from the same organization. To purchase an organizational pass, contact the XPONENTIAL Registrar at <a href="mailto:XPONENTIAL@showcare.com">XPONENTIAL@showcare.com</a>.<br /> <br /> Should an organization not fill all purchased slots, a pro-rated refund will not be provided.</p> <p><strong><em>Are there hotels available through XPONENTIAL? </em></strong></p> <p>We negotiated special rates with the most convenient hotels to make your trip to Houston more affordable. You can save up to $1,000 when booking directly through our official housing company, Showcare, the ONLY official housing provider for XPONENTIAL 2025<br /> <br /> We encourage all attendees and exhibitors to take advantage of these special rates. The closest hotels fill up first&mdash;so book early!<br /> <br /> Visit the <a href="book_hotel.cfm">Book Your Hotel page</a> to claim your hotel room and register.</p> <p><strong><em>Can I register at the event? </em></strong></p> <p>Registration is available onsite. We encourage attendees to register beforehand to receive the best rates.</p> <p><strong><em>Can I get a refund if I cannot attend? </em></strong></p> <p>Refunds are available until certain dates. Please visit the <a href="show_policies.cfm">Show Policies</a> page to view XPONENTIAL&rsquo;s cancellation policies.</p> <h3>For Exhibitors</h3> <p><strong><em>When can I start to set up my stand?</em></strong></p> <p>Exhibitor move-in begins on May 17, 2025 at 8:00 AM. The set-up days and times are:</p> <ul> <li>Saturday, May 17, from 8:00 AM &ndash; 8:00 PM</li> <li>Sunday, May 18, from 8:00 AM &ndash; 8:00 PM</li> <li>Monday, May 19, from 8:00 AM &ndash; 8:00 PM</li> </ul> <p><strong><em>Where do I ship my booth materials?</em></strong></p> <p>If you are shipping prior to the show, send materials to the advanced warehouse. The advance warehouse will begin receiving freight on April 17, 2025. Materials can be sent to the advance warehouse between April 17 to May 12.</p> <p>Show site shipments will be received by FREEMAN beginning May 17, 2025. Please note that shipments arriving at this address before May 17 may be refused by the facility.<br /> <br /> For additional shipping information login into the <a href="exhibitor_service_center.cfm">Exhibitor Service Center</a>.</p> <p><strong><em>How do I order items for our booth?</em></strong></p> <p>Items and services for your booth can be found in the <a href="https://www.freemanco.com/store/show/landing?showID=531168">FREEMAN Exhibitor Service Kit.</a> Furniture, flooring, electrical, lead retrieval, and more can all be ordered in the kit.</p> <p><strong><em>Is there lead retrieval available?</em></strong></p> <p>Yes, lead retrieval can be ordered directly online through Showcare, XPONENTIAL&rsquo;s lead retrieval provider. Login to the <a href="exhibitor_checklist.cfm" rel="noreferrer noopener" target="_blank">Exhibitor Service Center</a> to order.</p> <p><strong><em>What items are required for our booth?</em></strong></p> <p>The show requires:</p> <ul> <li>A submitted <a href="https://s2.goeshow.com/mdna/xpo/2025/coi_upload.cfm">Certificate of Insurance</a></li> <li> <p>Flooring within your booth. This can be ordered in the <a href="https://www.freemanco.com/store/show/landing?showID=531168">Exhibitor Service Kit</a></p> </li> </ul> <p>For the display rules and guidelines, please visit the <a href="https://s2.goeshow.com/mdna/xpo/2025/documents/XPONENTIAL_2025_Exhibit_Display_Rules_and_Regulations.pdf">exhibit display rules and guidelines</a></p> <p><strong><em>I have a service contractor. How can they access the exhibit hall?</em></strong></p> <p>For any outside contractor or company who will need access to the show floor, please complete the EAC form here: <a href="https://s2.goeshow.com/mdna/xpo/2025/exhibitor_appointed_contractor_form.cfm">Exhibitor Appointed Contractor Form</a></p> <p>They will be provided with wristbands to access the exhibit hall during move-in and move-out. If they need access during the show days, they will need to be registered.</p> <p><strong><em>I would like to display a vehicle. What are the requirements?</em></strong></p> <p>To display a vehicle, please complete the Vehicle Display Form here: <a href="exhibitor_service_center.cfm">Vehicle Display Form</a></p> <p>You will need to login to the <a href="exhibitor_service_center.cfm">Exhibitor Service Center</a> to access the form.</p> <p>In addition to completing the form, the George R. Brown Convention Center requires a Fire Prevention Permit.</p> <p>The Houston Fire Code also requires that any vehicle displayed inside the facility have the battery cables disconnected. The gas tank must also be taped shut or have a lockable gas cap and may contain no more than &frac14; tank of fuel before entering the GRB.</p> <p><strong><em>When does our stand need to be removed?</em></strong></p> <p>Exhibitor move-out begins on Thursday, May 22, at 3:00 PM. All booth materials and items must be removed by Friday, May 23, at 1:00 PM</p> <p><strong><em>Can we take down our booth before the show ends?</em></strong></p> <p>Exhibitors must refrain from early tear-down. Assigned exhibit spaces should remain occupied throughout the Exposition, allowing attendees to visit until 3:00 PM on Thursday, May 22, 2025.</p> <p><strong><em>How can I get a copy of my invoice?</em></strong></p> <p>Access your invoice and current balance in the <a href="exhibitor_service_center.cfm">Exhibitor Service Center</a>. Login and Select &ldquo;Booth Payment.&rdquo;</p> <p><strong><em>How do I transfer or change a team member&rsquo;s registration?</em></strong></p> <p>To change a registration, please contact Showcare at <a href="mailto:XPONENTIAL@showcare.com">XPONENTIAL@showcare.com</a> or call +1 844 327 5248.</p> <p><strong><em>Are there any group registration discounts available?</em></strong></p> <p>XPONENTIAL offers Organizational passes for the XPO Hall and Full Conference Passes. XPONENTIAL offers Organizational passes for groups of 5 or more from the same organization. To purchase an organizational pass, contact the XPONENTIAL Registrar at <a href="mailto:XPONENTIAL@showcare.com">XPONENTIAL@showcare.com</a>.</p> <p>Should an organization not fill all purchased slots, a pro-rated refund will not be provided.</p> <p><strong><em>What sponsorship opportunities are available?</em></strong></p> <p>Choose from a variety of sponsorships to achieve your most ambitious goals. Whether establishing thought leadership, building brand awareness, connecting with customers &mdash; or a bit of everything &mdash; we&rsquo;re honored to be your partner along the way. <a href="sponsorship_opportunites.cfm">Review Sponsorship Inventory</a>.</p> <!--Content from Admin and modules ends here --> </div> <!-- end admincontent9 --> </div> <!-- end col-lg-9 --> <!--END ADMIN CONTROLLED CONTAINER================================================== --> </div> <!-- end row --> </div> <!-- end container --> </section> <!--end section --> <!-- END PAGE CONTENT ============================================ --> <!-- SPONSOR CAROUSEL WIDE ============================================ --> <!-- <style> /* SPONSOR WIDE CAROUSEL OWL */ #carousel-wide-section { background-color: transparent; padding: 3em 0; } .carousel-wide-container { background-color: #FFF; } #carousel-wide-section .section-title-container { background-color: transparent; } #carousel-wide-section h2 { color: var(--primaryColor); text-align: center; } #carousel-wide-section .section-title-container img { width:100%; } #carousel-wide-section .coordinator-logo { text-align: center; padding-top: 40px; } #carousel-wide-section .coordinator-logo img { height: 160px; } #carousel-sponsor-wide .owl-nav { /*display: none;*/ } </style> <section id="carousel-wide-section"> <div class="container section-title-container"> <div class="row"> <div class="col-12"> <h2> Thank You to Our 2024 Event Sponsors + Partners </h2> </div> </div> </div> <div class="container carousel-wide-container"> <div class="row"> <div class="col-12 px-lg-5"> <div id="carousel-sponsor-wide" class="owl-carousel owl-theme"> <div class="item"> <img src="images/sponsors/acutronic.png" alt="Acutronic"> </div> <div class="item"> <img src="images/sponsors/aerospace-defense-tech.png" alt="Aerospace Defense Tech"> </div> <div class="item"> <img src="images/sponsors/airborne-nlus.png" alt="Airborne NLUS"> </div> <div class="item"> <img src="images/sponsors/airborne-psa.png" alt="Airborne PSA"> </div> <div class="item"> <img src="images/sponsors/airt.png" alt="AIRT"> </div> <div class="item"> <img src="images/sponsors/amazon.png" alt="Amazon"> </div> <div class="item"> <img src="images/sponsors/arena.png" alt="Arena"> </div> <div class="item"> <img src="images/sponsors/booz-allen.png" alt="Booz Allen"> </div> <div class="item"> <img src="images/sponsors/chess-dynamics.png" alt="Chess Dynamics"> </div> <div class="item"> <img src="images/sponsors/consulate.png" alt="Consulate"> </div> <div class="item"> <img src="images/sponsors/cubepilot.png" alt="CubePilot"> </div> <div class="item"> <img src="images/sponsors/deloitte.png" alt="Deloitte"> </div> <div class="item"> <img src="images/sponsors/drone-journal.png" alt="Drone Journal"> </div> <div class="item"> <img src="images/sponsors/drone-masters.png" alt="Drone Masters"> </div> <div class="item"> <img src="images/sponsors/dtc.png" alt="DTC"> </div> <div class="item"> <img src="images/sponsors/erau.png" alt="ERAU"> </div> <div class="item"> <img src="images/sponsors/esri.png" alt="ESRI"> </div> <div class="item"> <img src="images/sponsors/fire.png" alt="Fire"> </div> <div class="item"> <img src="images/sponsors/flytbase.png" alt="Flytbase"> </div> <div class="item"> <img src="images/sponsors/gpc.png" alt="GPC"> </div> <div class="item"> <img src="images/sponsors/hidden-level.png" alt="Hidden Level"> </div> <div class="item"> <img src="images/sponsors/hitec.png" alt="HITEC"> </div> <div class="item"> <img src="images/sponsors/holybro.png" alt="HolyBro"> </div> <div class="item"> <img src="images/sponsors/honeywell.png" alt="Honeywell"> </div> <div class="item"> <img src="images/sponsors/inside-gnss.png" alt="Inside GNSS"> </div> <div class="item"> <img src="images/sponsors/inside-unmanned.png" alt="Inside Unmanned"> </div> <div class="item"> <img src="images/sponsors/kaman.png" alt="Kaman"> </div> <div class="item"> <img src="images/sponsors/leidos.png" alt="Leidos"> </div> <div class="item"> <img src="images/sponsors/massrobotics.png" alt="Massrobotics"> </div> <div class="item"> <img src="images/sponsors/matrixspace.png" alt="MatrixSpace"> </div> <div class="item"> <img src="images/sponsors/mes.png" alt="MES"> </div> <div class="item"> <img src="images/sponsors/mitre.png" alt="MITRE"> </div> <div class="item"> <img src="images/sponsors/morai.png" alt="MORAI"> </div> <div class="item"> <img src="images/sponsors/namc.png" alt="NAMC"> </div> <div class="item"> <img src="images/sponsors/nate.png" alt="NATE"> </div> <div class="item"> <img src="images/sponsors/nc-dot.png" alt="NC DOT"> </div> <div class="item"> <img src="images/sponsors/nokia.png" alt="Nokia"> </div> <div class="item"> <img src="images/sponsors/ocius.png" alt="OCIUS"> </div> <div class="item"> <img src="images/sponsors/opt.png" alt="OPT"> </div> <div class="item"> <img src="images/sponsors/ost.png" alt="OST"> </div> <div class="item"> <img src="images/sponsors/p3.png" alt="P3"> </div> <div class="item"> <img src="images/sponsors/perkins-coie.png" alt="Perkins Coie"> </div> <div class="item"> <img src="images/sponsors/police.png" alt="Police"> </div> <div class="item"> <img src="images/sponsors/ptero.png" alt="PTERO"> </div> <div class="item"> <img src="images/sponsors/red-cat.png" alt="Red Cat"> </div> <div class="item"> <img src="images/sponsors/rotorpro.png" alt="RotorPro"> </div> <div class="item"> <img src="images/sponsors/saab.png" alt="Saab"> </div> <div class="item"> <img src="images/sponsors/shine.png" alt="Shine"> </div> <div class="item"> <img src="images/sponsors/skydio.png" alt="Skydio"> </div> <div class="item"> <img src="images/sponsors/swift-engineering.png" alt="Swift Engineering"> </div> <div class="item"> <img src="images/sponsors/tekever.png" alt="Tekever"> </div> <div class="item"> <img src="images/sponsors/terradrone.png" alt="Terradrone"> </div> <div class="item"> <img src="images/sponsors/u-arkansas.png" alt="U Arkansas"> </div> <div class="item"> <img src="images/sponsors/uas-magazine.png" alt="UAS Magazine"> </div> <div class="item"> <img src="images/sponsors/uav-coach.png" alt="UAV Coach"> </div> <div class="item"> <img src="images/sponsors/uavionix.png" alt="uAvionix"> </div> <div class="item"> <img src="images/sponsors/uej.png" alt="UEJ"> </div> <div class="item"> <img src="images/sponsors/ultra-maritime.png" alt="Ultra Maritime"> </div> <div class="item"> <img src="images/sponsors/ustmag.png" alt="USTMag"> </div> <div class="item"> <img src="images/sponsors/va-usc.png" alt="VA USC"> </div> <div class="item"> <img src="images/sponsors/volz.png" alt="Volz"> </div> <div class="item"> <img src="images/sponsors/warren-cc.png" alt="Warren CC"> </div> <div class="item"> <img src="images/sponsors/wing.png" alt="Wing"> </div> <div class="item"> <img src="images/sponsors/ximea.png" alt="XIMEA"> </div> <div class="item"> <img src="images/sponsors/xyht.png" alt="XYHT"> </div> </div> </div> </div> </div> </section> --> <!-- EVENT FOOTER ============================================ --> <style> /* EVENT FOOTER */ #event-footer-section { background-color:; padding: 50px 0 30px 0; } #event-footer-section .footer-logo img { max-width: 70%; } #event-footer-section .footer-text { color: #000; font-size: .75rem; text-align: center; padding: 40px 0 0 0; } #event-footer-section .footer-copyright { color: #000; font-size: .75rem; text-align: center; } #event-footer-section .footer-text a { color: var(--primaryColor); font-weight: 700; text-decoration: underline; } #event-footer-section .footer-text a:hover, #event-footer-section .footer-text a:focus { color: var(--primaryColor); } @media (max-width: 991.98px) { } /*====== Footer social media styles =======*/ .social-media{ text-align: center; margin:0 auto; } .twitter-img svg{ margin-bottom:.9em; fill: #0A062F; } #event-footer-section .social-media-links { text-align: center; padding: 1rem 0; } #event-footer-section .social-media-links a { font-size: 0.6rem; color: #0A062F; text-decoration: none; padding: 0 0.07rem; } #event-footer-section .social-icons span { margin-bottom: 0.5rem; } /* These apply ONLY if using plain icons */ #event-footer-section .social-media-links a.plain-social-icons { font-size: 0.85rem; color: #0A062F; text-decoration: none; padding: 0 0.35rem; } #event-footer-section .plain-social-icons i { margin-bottom: 0.5rem; } #event-footer-section .social-media-links a:hover, #event-footer-section .social-media-links a:focus { color: var(--thirdColor); } #event-footer-section .social-media-links i.fa-inverse { color: var(--primaryColor-text); } #event-footer-section .social-media-links i.fa-inverse:hover { color: var(--thirdColor-text); } /* Small devices (landscape phones, less than 768px) */ @media (max-width: 767.98px) { #event-footer-section .social-media-links { text-align: center; padding: 1.25rem 0; } } </style> <footer id="event-footer-section"> <div class="container"> <div class="row"> <div class="col-12"> <div class="footer-logo"> <center> <img class="img-fluid" src="images/sitelook/footer-logo-lockup.png" alt="Logo"> </center> </div> </div> <div class="social-media"> <div class="social-media-links"> <a class="plain-social-icons" href="https://www.facebook.com/people/Xponential-Show/61566877499794/" target="_blank" aria-label="Facebook"> <i class="fab fa-facebook-f fa-2x" aria-hidden="true" title="Facebook"></i> </a> <a class="plain-social-icons twitter-img" href="https://x.com/XPONENTIALshow" target="_blank" aria-label="Twitter"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="2em" padding-bottom="45px"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"></path></svg> </a> <a class="plain-social-icons" href="https://www.linkedin.com/showcase/xponentialshow/" target="_blank" aria-label="LinkedIn"> <i class="fab fa-linkedin-in fa-2x" aria-hidden="true" title="LinkedIn"></i> </a> <a class="plain-social-icons" href="https://www.instagram.com/xponentialshow/ " target="_blank" aria-label="Instagram"> <i class="fab fa-instagram fa-2x" aria-hidden="true" title="Instagram"></i> </a> </div> </div> </div> <div class="row"> <div class="col-12"> <p class="footer-text"> Have a question? <a href="faqs.cfm">Check the FAQs</a> or <a href="mailto:xpo@mdna.com?subject=XPONENTIAL 2025 Question">contact event support</a> &emsp;|&emsp; <a href="show_policies.cfm">Show Policies</a> &emsp;|&emsp; <a href="privacy_policy.cfm">Privacy Policy</a> </p> <p class="footer-copyright"> Copyright &copy 2024 Association for Uncrewed Vehicle Systems International (AUVSI) &emsp;|&emsp; All rights reserved </p> </div> </div> </div> </footer> <!-- SITEMAP FOOTER ============================================ --> <style> /* SITEMASP FOOTER */ #sitemap-footer-section { background-color: #e6e7e8; padding: 40px 0 30px 0; } .footer-links-heading a { color: #000; font-size: .75rem; font-weight: 700; margin: 0; } .footer-links a { color: #000; font-size: .75rem; font-weight: 400; } .footer-links ul { list-style: none; padding: 0; } .footer-links ul li { text-align: left; line-height: normal; } .footer-text a:hover, .footer-text a:focus { color: #000; } @media (max-width: 991.98px) { .footer-logo { margin: 0 auto;/*padding: 1.25rem 0;*/ } } </style> <footer id="sitemap-footer-section"> <div class="container"> <div class="row"> <div class="col-12 col-md-12 col-lg-4"> <div class="footer-links-heading"> <a href="who_attends.cfm"> Attend </a> </div> <div class="footer-links"> <ul> <li><a href="sag.cfm">Schedule-At-A-Glance</a></li> <li><a href="who_attends.cfm">Who Attends and Why</a></li> <li><a href="international.cfm">International</a></li> <li><a href="vip_experience.cfm">VIP Experience</a></li> <!--<li><a href="media_hub.cfm">Media Hub</a></li>--> <li><a href="book_hotel.cfm">Book Your Hotel</a></li> <li><a href="about.cfm">About</a></li> <li><a href="faqs.cfm">FAQs</a></li> </ul> </div> </div> <div class="col-12 col-md-12 col-lg-4"> <div class="footer-links-heading"> <a href="conference_overview.cfm"> Programming </a> </div> <div class="footer-links"> <ul> <li><a href="conference_overview.cfm">Conference Overview</a></li> <li><a href="co-located_partner.cfm">Become a Co-Located Partner</a></li> <li><a href="networking_opportunities.cfm">Networking Opportunities</a></li> <li><a href="speakers.cfm">Speakers</a></li> <!--<li><a href="program_schedule.cfm">Full Searchable Program Schedule</a></li>--> </ul> </div> </div> <div class="col-12 col-md-12 col-lg-4"> <div class="footer-links-heading"> <a href="exhibits.cfm"> XPO Hall Exhibits + Sponsors </a> </div> <div class="footer-links"> <ul> <li><a href="exhibit_sales.cfm">Become a 2025 Exhibitor</a></li> <li><a href="XPO_hall.cfm">XPO Hall Floorplan and List</a></li> <li><a href="xpo_hall_features.cfm">XPO Hall Features</a></li> <li><a href="meeting_room_rental.cfm">Meeting Room Rental</a></li> <li><a href="sponsor.cfm">Sponsor</a></li> <li><a href="exhibitor_tools.cfm">Exhibitor Tools</a></li> </ul> </div> </div> </div> </div> </footer> <!-- ESHOW FOOTER ============================================ --> <style> /* eSHOW FOOTER ===========================================================================================================*/ #footer-eshow-section { background-color: #333; padding: 0; } .footer-eshow-container { background-color: transparent; padding: 1.5rem 0; } .eshow-footer-logo { padding: 0.75rem 0 0 0; margin-bottom:1rem; max-width: 120px; /*width: 170px;*/ } .copyright-year { font-family: var(--siteFont-forms); /*DO NOT Change*/ font-size: 0.7rem; line-height: 1.65; color: rgba(255,255,255,.5); padding: 0 0.5rem 0.5rem 0.5rem; } </style> <footer id="footer-eshow-section"> <div class="container footer-eshow-container"> <div class="row"> <div class="col-12 text-center"> <a href="http://www.goeshow.com/" target="_blank"> <img class="eshow-footer-logo img-fluid img-svg" src="images/sitelook/eshow-powered-white.svg" alt="Powered by eShow" /> </a> <br /> <div class="copyright-year">Copyright &copy; 2024. All rights reserved.</div> </div> </div> <!-- end row --> </div> <!-- end container --> </footer> <!--end footer --> </div> <!-- end after-nav-content-start --> <p id="back-top"> <a href="#top"> Back to Top </a> </p> <script src="js/scroll_top.js"></script> <script src="/templates/eshow/js/responsive_imagemap.js"></script> <!--start override javascripts--> <!-- OWL CAROUSEL SCRIPTS ==================================================================== --> <script> $(document).ready(function() { $('#carousel-sponsor-wide').each(function(i) { var ifMultiple = false; $thisSponsor = $(this); if($thisSponsor.children('.item').length > 5) { ifMultiple = true; } $thisSponsor.owlCarousel({ loop: ifMultiple, autoplay: true, nav: true, dots: false, autoplayTimeout: 1500, margin: 20, navText: ['<span class="fas fa-chevron-left fa-2x"></span>','<span class="fas fa-chevron-right fa-2x"></span>'], responsiveClass: true, responsive: { 0: { items: 1, dots: false, nav: true }, 576: { items: 2, dots: false, nav: true }, 768: { items: 3, dots: false, nav: true }, 992: { items: 4, dots: false, nav: true }, 1200: { items: 5, dots: false, nav: true } } }) }) }) </script> <script> $(document).ready(function() { $('#carousel-testimonials').owlCarousel({ autoplay: true, nav: false, dots: true, loop: true, singleItem:true, items:1, autoplayTimeout: 10000, margin: 10, navText: ['<span class="fas fa-chevron-left fa-2x"></span>','<span class="fas fa-chevron-right fa-2x"></span>'], responsiveClass: true, responsive: { 992: { dots: true, nav: true, }, } }) }) </script> <script> $(document).ready(function() { $('#interior-testimonials-carousel').owlCarousel({ autoplay: true, nav: false, dots: true, loop: true, singleItem:true, items:1, autoplayTimeout: 10000, margin: 10, navText: ['<span class="fas fa-chevron-left fa-2x"></span>','<span class="fas fa-chevron-right fa-2x"></span>'], responsiveClass: true, responsive: { 992: { dots: true, nav: true, }, } }) }) </script> <!-- COUNTDOWN SCRIPT ==================================================================== --> <script> $( document ).ready(function() { $("#main_top_nav li.nav_lvl_1:nth-child(1)").addClass('item-1'); $("#main_top_nav li.nav_lvl_1:nth-child(2)").addClass('item-2'); $("#main_top_nav li.nav_lvl_1:nth-child(3)").addClass('item-3'); $("#main_top_nav li.nav_lvl_1:nth-child(4)").addClass('item-4'); $("#main_top_nav li.nav_lvl_1:nth-child(5)").addClass('item-5'); $("#main_top_nav li.nav_lvl_1:nth-child(6)").addClass('item-6'); $("#main_top_nav li.item-5 a").css('backgroundColor','#feca0a').css('color','#ffffff'); $("#main_top_nav li.nav_lvl_1:nth-child(6)").insertAfter("#main_top_nav li.nav_lvl_1:nth-child(3)"); }); </script> <script> $( document ).ready(function() { $("#main_top_nav li.item-6").css('display','none'); }); </script> <!-- end override javascripts--> <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="/templates/eshow/js/html5.js"></script> <![endif]--> <script> window.onscroll = function() {myFunction()}; var navbar = document.getElementById("nav-section"); var sticky = navbar.offsetTop; function myFunction() { if (window.pageYOffset >= sticky) { navbar.classList.add("sticky") } else { navbar.classList.remove("sticky"); } } </script> <!-- Custom website (before closing body tag) - page_footer custom programming includes code --> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10