MIA EEMS - Discussion Forum & Technology Showcase
24/03/2026
Event Details |
.carousel-inner img {
max-width: 190px;
max-height: 96px;
}
#topTitleOut {
display: none;
}
#SpContent_Container { padding: 0 15px 15px; }
#sp-main { width: 100%; }
#SpContent_Container { padding: 0; }
#sp-main #left {n padding-left: 0; padding-right: 0; }
#SpContent_Container .calloutbox { display: none; }
.addthis_toolbox { display: none; }
#SpContent_Container .calloutbox { display: none; }
#left { margin-top: 325px; }
#topTitleOut {
background:url(http://via.placeholder.com/2000x200) no-repeat scroll center center transparent;
min-height: 200px;
padding-top: 70px;
margin-bottom: 0; }
#a1, #a2 {
position: absolute;
top: 0; }
.navigation {
background: #336699 !important;
padding: 20px 0; }
.inNavIn {
display: table;
width: auto;
margin: 0 auto; }
.inNavIn a {
display: inline-block;
padding: 0 15px;
text-align: center;
font-size: 18px;
color: #fff; }
.inNavIn a:hover {
color: #152651; }
.altNav {n
width: 100%;
height: auto;
position: fixed;
top: 0px;
padding: 20px 0;
left: 0;
display: none;
background: #336699;
z-index: 300; }
/* Begin Video Row Styles */
#topVideo {
padding: 60px 0 30px; }
#topVideo h4 {
margin-bottom: 2px; }
#topVideo .copy {
color: #336699;
font-size: 18px; }
#topVideo .desc {
font-style: italic;
color: #666;
margin-bottom: 15px; }
#topVideo .desc span {
font-weight: 600; }
/*Booking section
================================*/
#prisingOut {
padding: 0 0 60px 0; }
#priceHeading {
text-align: center; }a
.date, .detDes, .detTitle, .pirceInfo, .bookBTN {
min-height: 70px;
padding-top: 20px; }
.date {
color: #343f49 !important;
font-size: 17px;
text-align: center;
font-weight: 600;
line-height: 30px; }
.date:after {
content: "\f0da";
font-family: FontAwesome;
right: -11px;
position: absolute;
font-size: 35px;
top: 20px;
color: #fff;
z-index: 33; }
.detDes {
padding-top: 17px;
font-size: 12px;
background: #1d346c;
color: #fff;
overflow: hidden;
text-align: center; }
.detTitle {
background: #336699;
color: #fff;
text-align: center;
line-height: 30px; }
.price {
padding: 0; }
.details {
padding: 0;
background-color: #336699; }
.details:after {
content: "\f0da";
font-family: FontAwesome;
right: -10px;
position: absolute;
font-size: 35px;
top: 12px;
color: #1d346c;
z-index: 33; }
.row.bookRow {
border: 1px solid #343f49;
margin-top: 20px; }
.pirceInfo {
border-right: 1px solid #343f49 !important;
color: #343f49 !important;
text-align: center;
font-size: 20px;
font-weight: 600; }
.bookBTN {
padding-top: 16px; }
.bookBTN a {
display: table;
width: 73%;
background: #1d346c;
color: #fff !important;
height: 38px;
line-height: 38px;
margin: 0 auto;
text-align: center; }
.bookBTN a:hover {
background: #CF0A2C; }
/*Speakers section
================================*/
#speakersOut {
padding: 60px 0;
background: #eee; }
/*Sponsor section
================================*/
div#sponsorSlider {
padding-top: 60px; }
.sponBTN{
display: table;
width: 73%;
background: #1d346c;
color: #fff !important;
height: 38px;
line-height: 38px;
margin: 0 auto;
text-align: center; }
.sponBTN:hover {
background: #CF0A2C; }
.sTitle {
text-align: center; }
.MobileSponsorsOut {
display:none; }
@media (max-width: 959px) {
.detTitle { min-height: 79px; font-size: 13px; }
.date, .detDes, .detTitle, .pirceInfo, .bookBTN { min-height: 79px; }
}
@media (max-width: 767px) {
.altNav { display:none !important; }
.inNavIn a {
display: block;
background: rgba(0,0,0,.1);
margin-bottom: 10px;
padding: 10px 0; }
.inNavIn{
width: 100%; }
#topVideo {
text-align: center; }
#topVideo img {
margin: 30px auto 0; }
#priceHeading {
text-align: center; }
.detTitle{
padding-bottom: 18px; }
.date {
padding: 30px;
font-size: 27px; }
.date:after{
Content:"\f0d7";
right:0;
left:0;
top:auto;
bottom: -18px; }
.detTitle {
padding-bottom: 18px;
font-size: 25px; }
.details:after {
Content: "\f0d7";
right: 0;
left: 0;
margin: auto;
top: auto;
bottom: -29px;
width: 20px;
color: #1d346c;
z-index: 33; }
.bookRow {
text-align: center;
margin-left: 0 !IMPORTANT;
margin-right: 0 !important;
margin-bottom: 40px; }
.detDes{
font-size: 16px;
padding: 40px; }
.pirceInfo{
font-size: 28px; }
#spekerInfo {
text-align: center;
padding: 40px;
line-height: 24px; }
.MobileSponsorsOut {
padding-top: 60px;
display:block; }
.pirceInfo {
border-right: none !important;
}
//Page scroll script!!!!
$(function(){
//Anount of separation in Pixels of scroll stoping point
var offset = 220 ;
$('a').click(function(){
if(this.hash){
//Remove the sign(#) from href
var noHash = this.hash.substr(1);
//get position of the achor div
var $toElement = $(".trig");
var toPosition = $toElement.offset().top;
console.log(toPosition);
//animate Scrool
$("body,html").animate({
scrollTop : toPosition - offset
},2200);
return false;
}
});
//Page scroll script!!!!
//Show Alternative Navigation script!!!!
$(window).scroll(function () {
var navTop = $("#a1").offset().top;
var bTop = $(this).scrollTop();
if( bTop >= navTop ){
$(".altNav").slideDown();
}
else{
$(".altNav").fadeOut();
}
});
//Show Side Nave script!!!!
});
Custom Page 4 -->
Event Overview Pricing Partners
Event Overview Pricing Partners To top
MIA EEMS Discussion Forum and Technology Showcase
Tuesday 24 March 2026 - 08:30-17:00 - British Motor Museum, Gaydon
‘The efficient use of energy is central to motorsport’
SAVE THE DATE and join us on Tuesday 24 March for our annua
l
MIA EEMS Dis cussion Forum and Technology Showcase.
EEMS will deliver a visionary Discussion Forum where you can directly question, and meet, high-calibre business and technology leaders from world motorsport and high-performance automotive.
With a multiplicity of solutions available to explore, be a part of this world leading event that determines the future development of motorsport technology.
Hear new ideas and gather valuable knowledge and market intelligence on the business opportunities.
Motorsport is leading the way in new technology and innovation and this is the event to see and hear about it first!
A must attend event for 2026!
⚙️ Showcase your energy efficient technology and innovations to this focused B2B audience
🎟️ Book your ticket and meet and collaborate with over 250 leading industry delegates
🌟 Raise your company’s profile and brand and Partner EEMS - partnerships include prominent display areas. Contact Helen or John for details.
🎥 Take a look back at our 2025 EEMS highlights video here
📍 If you are planning to stay locally, please find a list of places to stay
, provided by the British Motor Museum.

Pricing
Please note that our Early Bird Pricing is available until 30 November 2025 . Terms and conditions apply - please view
the event cancellation policy here before booking your place. Should you have any questions please contact:
louise.dobson@the-mia.com
DELEGATE
MEMBER NON-MEMBER
Includes entrance for 1 delegate, lunch and refreshments.
£195 + VAT £295 + VAT
BOOK HERE
SHOWCASE DISPLAY
MEMBER NON-MEMBER
Includes entrance for 2 delegates, 3m x 2m showcase area with trestle table, lunch and refreshments.
£850 + VAT £1,250 + VAT
BOOK HERE
Partnership Opportunities at EEMS Raise your company’s profile and brand and Partner EEMS - competitive partnership packages are available for this event which include prominent display areas. Please contact Helen Jones or John Halton to discuss these, or call 02476 692 600 Media Partners
|
|