Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/smellyp/public_html/includes/common.inc).

G: Ribs & R&B Music Festival | Detroit Music Festival | VisitDetroit.com

State: 
Processed
Rank: 
115
Size: 
130739
Raw Content: 
<!doctype html> <html class="no-js" lang="en-US" prefix="og: http://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="msapplication-config" content="https://visitdetroit.com//content/themes/visitdetroit-custom/images/favicons/browserconfig.xml" /> <link rel="apple-touch-icon" sizes="180x180" href="https://visitdetroit.com//content/themes/visitdetroit-custom/images/favicons/apple-touch-icon.png" /> <link rel="icon" type="image/png" href="https://visitdetroit.com//content/themes/visitdetroit-custom/images/favicons/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="https://visitdetroit.com//content/themes/visitdetroit-custom/images/favicons/favicon-16x16.png" sizes="16x16" /> <link rel="manifest" href="https://visitdetroit.com//content/themes/visitdetroit-custom/images/favicons/manifest.json" /> <link rel="mask-icon" href="https://visitdetroit.com//content/themes/visitdetroit-custom/images/favicons/safari-pinned-tab.svg" color="#0b1722" /> <link rel="shortcut icon" href="https://visitdetroit.com//content/themes/visitdetroit-custom/images/favicons/favicon.ico" /> <!-- Removes auto phone number detection on iOS --> <meta name="format-detection" content="telephone=no"> <link rel="stylesheet" href="https://visitdetroit.com//content/themes/visitdetroit-custom/public/css/style.css?v=1547481549"> <!-- Javascript detection script --> <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script> <!-- Google Tag Manager VisitDetroit --> <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= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WXXZFMG');</script> <!-- End Google Tag Manager --> <!-- Start of global snippet: Please do not remove Place this snippet between the <head> and </head> tags on every page of your site. --> <!-- Global site tag (gtag.js) - DoubleClick --> <script async src="https://www.googletagmanager.com/gtag/js?id=DC-4271916"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'DC-4271916'); </script> <!-- End of global snippet: Please do not remove --> <script type='text/javascript'> if (window.BEJSSDKObserver === undefined) { (function(BEJSSDKObserver, $, undefined) { var observer = void 0; var listeners = []; var doc = window.document; var MutationObserver = window.MutationObserver || window.WebKitMutationObserver; function checkSelector(selector, fn, indexList) { var elements = doc.querySelectorAll(selector); // issues on IE @see https://www.codesd.com/item/javascript-es6-not-a-function-error.html // elements = Array.from(elements); for (var i = 0, len = elements.length; i < len; i++) { // -1 means all instances if (indexList != -1 && !(i in indexList)) { continue; } var element = elements[i]; if (!element.ready || MutationObserver==null) { element.ready = true; fn.call(element, element); } } } function checkListeners() { listeners.forEach(function (listener) { return checkSelector(listener.selector, listener.fn, listener.indexList); }); } function removeListener(selector, fn) { var i = listeners.length; while (i--) { var listener = listeners[i]; if (listener.selector === selector && listener.fn === fn) { listeners.splice(i, 1); if (!listeners.length && observer) { observer.disconnect(); observer = null; } } } } /** * Fire event on first js selector * @param selector string to watch on * @param fn callback function * @param index_list can be undefined which means only first one * or -1 which means all * or a list of allowable indexes */ BEJSSDKObserver.jsElementReady = function(selector, fn, index_list) { if (index_list === undefined) { index_list = []; index_list.push(0); } if (MutationObserver != null) { if (!observer) { observer = new MutationObserver(checkListeners); observer.observe(doc.documentElement, { childList: true, subtree: true }); } listeners.push({ selector: selector, fn: fn, indexList: index_list }); } else { // <= IE8 if (!document.addEventListener) { // log("<=IE8 attachEvent assignment"); document.addEventListener = document.attachEvent; } document.addEventListener("DOMContentLoaded", function(event) { var elements = doc.querySelectorAll(selector); // elements = Array.from(elements); for (var i = 0, len = elements.length; i < len; i++) { // -1 means all instances if (index_list != -1 && !(i in index_list)) { continue; } var element = elements[i]; element.ready = true; fn.call(element, element); } }); } checkSelector(selector, fn, index_list); return function () { return removeListener(selector, fn); }; } }(window.BEJSSDKObserver = window.BEJSSDKObserver || {})); } var jsElementReady = window.BEJSSDKObserver.jsElementReady; if (window.BELinkBlockGenerator === undefined) { (function(BELinkBlockGenerator, $, undefined) { BELinkBlockGenerator.MAXIMUM_HEADLINE_LENGTH = 100; BELinkBlockGenerator.MAXIMUM_DESC_LENGTH = 200; BELinkBlockGenerator.IND_LINK_BLOCK_TYPE_URL_TYPE = 0; BELinkBlockGenerator.IND_LINK_BLOCK_TYPE_HEADLINE_TYPE = 1; BELinkBlockGenerator.IND_LINK_BLOCK_TYPE_DESCRIPTION_TYPE = 2; BELinkBlockGenerator.IND_LINK_BLOCK_TYPE_IMAGE_TYPE = 3; BELinkBlockGenerator.REPLACEMENT_STRATEGY_OVERWRITE = 0; BELinkBlockGenerator.REPLACEMENT_STRATEGY_POST_APPEND_ELEMENT = 1; BELinkBlockGenerator.REPLACEMENT_STRATEGY_PRE_APPEND_ELEMENT = 2; BELinkBlockGenerator.REPLACEMENT_STRATEGY_PRE_APPEND_PARENT = 3; BELinkBlockGenerator.setMaximumHeadlineLength = function(length) { BELinkBlockGenerator.MAXIMUM_HEADLINE_LENGTH = length; } BELinkBlockGenerator.setMaximumDescriptionLength = function(length) { BELinkBlockGenerator.MAXIMUM_DESC_LENGTH = length; } BELinkBlockGenerator.generateIndividualLinks = function(parentElement, linkStructure, link) { var link_level_element_tag = linkStructure[0]; var link_level_element = document.createElement(link_level_element_tag); var link_attribute_dictionary = linkStructure[1]; var allowable_elements = linkStructure[2]; var children_link_structures = linkStructure[3]; for (var link_attribute_key in link_attribute_dictionary) { link_level_element.setAttribute(link_attribute_key, link_attribute_dictionary[link_attribute_key]); } var added_something = false; if (allowable_elements.indexOf(BELinkBlockGenerator.IND_LINK_BLOCK_TYPE_URL_TYPE)>=0) { link_level_element.setAttribute('href', link.url); added_something = true; } if (allowable_elements.indexOf(BELinkBlockGenerator.IND_LINK_BLOCK_TYPE_HEADLINE_TYPE)>=0 && link.h1) { var headline_text = link.h1; if (headline_text.length > BELinkBlockGenerator.MAXIMUM_HEADLINE_LENGTH) { headline_text = headline_text.substring(0, BELinkBlockGenerator.MAXIMUM_HEADLINE_LENGTH) + '...'; } var text_node = document.createTextNode(headline_text); link_level_element.appendChild(text_node); added_something = true; } if (allowable_elements.indexOf(BELinkBlockGenerator.IND_LINK_BLOCK_TYPE_DESCRIPTION_TYPE)>=0 && link.desc) { var desc_text = link.desc; if (desc_text.length > BELinkBlockGenerator.MAXIMUM_DESC_LENGTH) { desc_text = desc_text.substring(0, BELinkBlockGenerator.MAXIMUM_DESC_LENGTH) + '...'; } // console.log("Got text " + desc_text + ", max=" + BELinkBlockGenerator.MAXIMUM_DESC_LENGTH); var text_node = document.createTextNode(desc_text); link_level_element.appendChild(text_node); added_something = true; } if (allowable_elements.indexOf(BELinkBlockGenerator.IND_LINK_BLOCK_TYPE_IMAGE_TYPE)>=0 && link.image) { // console.log("added image " + JSON.stringify(allowable_elements) + " for " + link_level_element_tag); link_level_element.setAttribute('src', link.image); added_something = true; } // don't emit for empty links, desc, headline, image // except for parent structures where allowable_length=0 if (!added_something && allowable_elements.length != 0) { // console.log("did not added anything for " + link_level_element_tag); return; } // go depth first for (var childrenIndex=0; childrenIndex<children_link_structures.length; childrenIndex++) { var childLinkStructure = children_link_structures[childrenIndex]; BELinkBlockGenerator.generateIndividualLinks(link_level_element, childLinkStructure, link); } parentElement.appendChild(link_level_element); } BELinkBlockGenerator.insertLinkBlocks = function(targetElement, replacementStrategy, overallStructure, linkStructure, links, titleStructure) { if (targetElement == null) { return; } if (replacementStrategy == BELinkBlockGenerator.REPLACEMENT_STRATEGY_OVERWRITE) { while (targetElement.firstChild) { targetElement.removeChild(targetElement.firstChild); } } var previousElement = targetElement; for (var i=0;i<overallStructure.length;i++) { var level_definition = overallStructure[i]; var level_element_tag = level_definition[0] var level_element = document.createElement(level_element_tag); var attribute_dictionary = level_definition[1] for (var attribute_key in attribute_dictionary) { level_element.setAttribute(attribute_key, attribute_dictionary[attribute_key]); } // need to place title structure if (titleStructure && titleStructure[0] == i) { var title_element_tag = titleStructure[1]; var title_element = document.createElement(title_element_tag); var title_attribute_dictionary = titleStructure[2]; var title_text_content = titleStructure[3]; for (var title_attribute_key in title_attribute_dictionary) { title_element.setAttribute(title_attribute_key, title_attribute_dictionary[title_attribute_key]); } var title_text_node = document.createTextNode(title_text_content); title_element.appendChild(title_text_node); level_element.appendChild(title_element); } // last level place links if (i == overallStructure.length-1) { for (var link_i=0; link_i < links.length; link_i++) { var link = links[link_i]; for (var linkStructureIndex=0;linkStructureIndex < linkStructure.length; linkStructureIndex++) { BELinkBlockGenerator.generateIndividualLinks(level_element, linkStructure[linkStructureIndex], link) } } } // first level child we need to check placement if (previousElement == targetElement) { if (replacementStrategy == BELinkBlockGenerator.REPLACEMENT_STRATEGY_PRE_APPEND_ELEMENT) { // 2 means insert right before previousElement.insertBefore(level_element, targetElement.firstChild); } else if (replacementStrategy == BELinkBlockGenerator.REPLACEMENT_STRATEGY_PRE_APPEND_PARENT) { // 3 means insert right before at parent level var parentElement = previousElement.parentElement; parentElement.insertBefore(level_element, previousElement); } else { previousElement.appendChild(level_element); } } else { previousElement.appendChild(level_element); } previousElement = level_element; } } }(window.BELinkBlockGenerator = window.BELinkBlockGenerator || {})); }; </script> <style> .be-ix-link-block .be-related-link-container{padding-bottom:20px} .be-ix-link-block .be-related-link-container .be-label{margin:0} .be-ix-link-block .be-related-link-container .be-list{display:inline-block;list-style:none;margin:0;padding:0;font-size:.8em} .be-ix-link-block .be-related-link-container .be-list .be-list-item{display:inline-block;margin-right:20px;padding:5px 0} .be-ix-link-block .be-related-link-container .be-list .be-list-item a{text-decoration:none;white-space:nowrap;box-shadow:inset 0 0 0 0 currentColor;transition:box-shadow .1s ease} .be-ix-link-block .be-related-link-container .be-list .be-list-item a:hover{box-shadow:inset 0 -1px 0 0 currentColor} @media (max-width: 767px) { .be-ix-link-block .be-related-link-container .be-label{width:100%} .be-ix-link-block .be-related-link-container .be-list{display:block;width:100%;padding-top:10px} .be-ix-link-block .be-related-link-container .be-list .be-list-item{display:block;margin-right:0} } @media (min-width: 768px) { .be-ix-link-block .be-related-link-container .be-label{width:auto;display:inline-block;margin-right:20px} .be-ix-link-block .be-related-link-container .be-list{width:auto} } </style> <script> (function() { var bec = document.createElement('script'); bec.type = 'text/javascript'; bec.async = true; bec.setAttribute("data-id", "bec"); bec.setAttribute("org-id", "f00000000070591"); bec.setAttribute("domain", ".visitdetroit.com"); bec.setAttribute("session-timeout", 86400000); bec.src = document.location.protocol + '//cdn.b0e8.com/conv_v3.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(bec, s); })(); </script> <!-- Satellite tracking code, it also has some JS in the footer --> <script src="//assets.adobedtm.com/c876840ac68fc41c08a580a3fb1869c51ca83380/satelliteLib-23fcff9999016ad52a2d80a8553801d88370e4bd.js"></script> <title>Ribs &amp; R&amp;B Music Festival | Detroit Music Festival | VisitDetroit.com</title> <!-- Start Visual Website Optimizer Asynchronous Code --> <script type='text/javascript'> var _vwo_code=(function(){ var account_id=344551, settings_tolerance=2000, library_tolerance=2500, use_existing_jquery=false, f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init(); </script> <!-- End Visual Website Optimizer Asynchronous Code --> <meta property="og:image" content="https://visitdetroit.com//content/themes/visitdetroit-custom/img/opengraph_image.jpg" /> <meta property="twitter:image" content="https://visitdetroit.com//content/themes/visitdetroit-custom/img/opengraph_image.jpg" /> <!-- This site is optimized with the Yoast SEO plugin v9.3 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="A unique spin on a Detroit music festival, the Ribs &amp; R&amp;B Music Festival combines two of the best things: barbecue food and R&amp;B music."/> <link rel="canonical" href="https://visitdetroit.com/event/ribs-rb-music-festival/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Ribs &amp; R&amp;B Music Festival | Detroit Music Festival | VisitDetroit.com" /> <meta property="og:description" content="A unique spin on a Detroit music festival, the Ribs &amp; R&amp;B Music Festival combines two of the best things: barbecue food and R&amp;B music." /> <meta property="og:url" content="https://visitdetroit.com/event/ribs-rb-music-festival/" /> <meta property="og:site_name" content="VisitDetroit.com" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="A unique spin on a Detroit music festival, the Ribs &amp; R&amp;B Music Festival combines two of the best things: barbecue food and R&amp;B music." /> <meta name="twitter:title" content="Ribs &amp; R&amp;B Music Festival | Detroit Music Festival | VisitDetroit.com" /> <script type='application/ld+json'>{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://visitdetroit.com/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"https://visitdetroit.com/event_categories/entertainment/","name":"Entertainment"}},{"@type":"ListItem","position":3,"item":{"@id":"https://visitdetroit.com/event/ribs-rb-music-festival/","name":"Ribs and R&amp;B Music Festival | A Detroit Music Festival"}}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//analytics.clickdimensions.com' /> <link rel='dns-prefetch' href='//translate.google.com' /> <link rel='dns-prefetch' href='//cdnjs.cloudflare.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/visitdetroit.com\/wp\/wp-includes\/js\/wp-emoji-release.min.js?ver=5c8a8469b7a8ee8af5e51971890e44ab"}}; !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='flexboxgrid-css' href='https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css?ver=5c8a8469b7a8ee8af5e51971890e44ab' type='text/css' media='all' /> <link rel='stylesheet' id='theme-meta-css' href='https://visitdetroit.com//content/themes/visitdetroit-custom/style.css?ver=5c8a8469b7a8ee8af5e51971890e44ab' type='text/css' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://visitdetroit.com/wp/wp-includes/css/dist/block-library/style.min.css?ver=5c8a8469b7a8ee8af5e51971890e44ab' type='text/css' media='all' /> <link rel='stylesheet' id='google-language-translator-css' href='https://visitdetroit.com//content/plugins/google-language-translator/css/style.css?ver=5.0.48' type='text/css' media='' /> <script type='text/javascript' src='https://visitdetroit.com/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://visitdetroit.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script> <link rel='https://api.w.org/' href='https://visitdetroit.com/wp-json/' /> <link rel='shortlink' href='https://visitdetroit.com/?p=16157' /> <link rel="alternate" type="application/json+oembed" href="https://visitdetroit.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvisitdetroit.com%2Fevent%2Fribs-rb-music-festival%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://visitdetroit.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvisitdetroit.com%2Fevent%2Fribs-rb-music-festival%2F&#038;format=xml" /> <style type="text/css">#google_language_translator select.goog-te-combo { background: transparent !important; }#google_language_translator a {display: none !important; }.goog-te-gadget {color:transparent !important;}.goog-te-gadget { font-size:0px !important; }.goog-branding { display:none; }.goog-tooltip {display: none !important;}.goog-tooltip:hover {display: none !important;}.goog-text-highlight {background-color: transparent !important; border: none !important; box-shadow: none !important;}#google_language_translator select.goog-te-combo { color:#ffffff; }#flags { display:none; }.goog-te-banner-frame{visibility:hidden !important;}body { top:0px !important;}#glt-translate-trigger { left:20px; right:auto; }#glt-translate-trigger > span { color:#ffffff; }#glt-translate-trigger { background:#f89406; }.goog-te-gadget .goog-te-combo { width:100%; }</style><!-- Segment Pixel - Kortx.DetroitMetroConvention.rtg - DO NOT MODIFY --><img src="https://secure.adnxs.com/seg?add=11483757&t=2" class="hidden" width="1" height="1" /><!-- End of Segment Pixel --><script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//visitdetroit.com/?wordfence_lh=1&hid=06F67B3B128FFAC3B8C44B8CB12E1C32'); </script> <script> wpsolr_globalError = []; window.onerror = function (msg, url, line, col, error) { wpsolr_globalError.push({msg: msg, url: url, line: line, error: error}); }; </script> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> </head> <body class="event-template-default single single-event postid-16157" style="overflow-x: hidden"> <script type='text/javascript'> function positionLinkBlock(targetContainer) { if (targetContainer != null) { var strLinkBlock = '<div class="be-related-link-container"><h6 class="be-label main-footer-headline">Also of Interest:</h6><ul class="be-list"><li class="be-list-item"><a class="be-related-link" href="https://visitdetroit.com/profile/hart-plaza/">Hart Plaza</a></li><li class="be-list-item"><a class="be-related-link" href="https://visitdetroit.com/events/concert-of-colors/">Concert of Colors | Annual Events</a></li><li class="be-list-item"><a class="be-related-link" href="https://visitdetroit.com/event/movement-electronic-music-festival-2/">Movement Electronic Music Festival</a></li><li class="be-list-item"><a class="be-related-link" href="https://visitdetroit.com/event/kenny-lattimore-with-vivian-green/">Kenny Lattimore with Vivian Green</a></li></ul></div>'; targetContainer.insertAdjacentHTML('afterbegin', strLinkBlock); } } jsElementReady('.be-ix-link-block', positionLinkBlock) </script> <ul id="be_sdkms_capsule_open" style="display:none!important"> <li class="be_sdkms_sdk_version">be_ixf; php_sdk; php_sdk_1.4.16</li> <li id="be_sdkms_capsule_connect_timer">291 ms</li> <li id="be_sdkms_capsule_index_time">iy_2019; im_01; id_21; ih_06; imh_45; i_epoch:1548081945382</li> <li id="be_sdkms_capsule_pub">ixf-compiler; ixf-compiler_1.0.0.0</li> <li id="be_sdkms_capsule_date_modified">py_2019; pm_01; pd_05; ph_04; pmh_06; p_epoch:1546689982910</li> </ul> <ul class="be_sdkms_node" style="display:none!important"> <li class="be_sdkms_pub">link-block-publisher; link-block-publisher_link-block-publisher; bodystr</li> <li class="be_sdkms_date_modified">pn_tstr:Sat Jan 05 04:06:22 PST 2019; pn_epoch:1546689982910</li> <li class="be_sdkms_timer">0 ms</li> </ul> <ul id="be_sdkms_capsule" style="display:none!important"> <li class="be_sdkms_sdk_version">be_ixf; php_sdk; php_sdk_1.4.16</li> <li id="be_sdkms_original_url">https://visitdetroit.com/event/ribs-rb-music-festival/</li> <li id="be_sdkms_normalized_url">https://visitdetroit.com/event/ribs-rb-music-festival/</li> </ul> <!-- Google Tag Manager (noscript) VisitDetroit --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WXXZFMG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header class="main-header" role="banner" aria-label="header"> <button type="button" class="mobile-menu-button" role="button" aria-pressed="false"> <span class="mobile-button-icon" aria-hidden="true" aria-label="Open Menu" role="navigation"></span> </button> <div class="main-header-content"> <div class="main-header-data"> <div class="task-menu"> <div class="weather-widget"><span class="weather-widget-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="52px" height="52px" viewBox="0 0 52 52" enable-background="new 0 0 52 52" xml:space="preserve"><path fill="currentColor" d="M26.002 14.374c-6.42 0-11.621 5.202-11.621 11.62s5.201 11.627 11.621 11.627c6.416 0 11.624-5.209 11.624-11.627S32.418 14.374 26.002 14.374zM26.002 35.832c-5.423 0-9.835-4.414-9.835-9.838 0-5.422 4.412-9.833 9.835-9.833 5.422 0 9.835 4.411 9.835 9.833C35.837 31.418 31.424 35.832 26.002 35.832z"/><rect x="25.103" y="2.756" fill="currentColor" width="1.787" height="8.939"/><rect x="25.103" y="40.307" fill="currentColor" width="1.787" height="8.938"/><rect x="2.756" y="25.106" fill="currentColor" width="8.937" height="1.79"/><rect x="40.301" y="25.106" fill="currentColor" width="8.943" height="1.79"/><rect x="38.242" y="8.199" transform="matrix(0.7074 0.7068 -0.7068 0.7074 20.5355 -23.902)" fill="currentColor" width="1.788" height="9.304"/><rect x="11.952" y="34.49" transform="matrix(-0.7077 -0.7066 0.7066 -0.7077 -5.7222 75.9175)" fill="currentColor" width="1.786" height="9.304"/><rect x="8.197" y="11.962" transform="matrix(0.7069 0.7073 -0.7073 0.7069 12.8581 -5.3206)" fill="currentColor" width="9.305" height="1.788"/><rect x="34.486" y="38.253" transform="matrix(-0.7072 -0.7071 0.7071 -0.7072 39.1389 94.5031)" fill="currentColor" width="9.306" height="1.786"/></svg></span><span class="weather-widget-temp">1 &deg;F</span></div> <a href= "/favorites" class="favorites-widget"> <span class="favorites-widget-icon" aria-hidden="true"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="300px" height="284.9px" viewBox="0 0.1 300 284.9" enable-background="new 0 0.1 300 284.9" xml:space="preserve" fill="currentColor"><g transform="translate(0.000000,285.000000) scale(0.100000,-0.100000)"><path d="M1245,2402.002c-120-246.001-222.002-451.001-226.001-456.001 c-5-6.001-880-140-1016.001-156.001C1.001,1790,0,1775,0,1757.002c0-30,17.002-51.001,167.002-198.003 c92.998-90,253.999-248.999,360-353.999l191.997-190L635,530c-47.002-267.002-83.999-495-85-507.002C550,2.998,555,0,592.998,0 c36.001,0,106.001,32.998,471.001,225c235,124.004,432.002,225,436.001,225s200.996-100.996,435.996-225 c365-192.002,435-225,471.006-225C2445,0,2450,2.998,2450,22.998c-0.996,12.002-37.998,240-85,507.002l-84.004,485l192.002,190 c106.006,105,267.002,263.999,360,353.999c150,147.002,167.002,168.003,167.002,198.003c0,17.998-0.996,32.998-2.002,32.998 c-137.002,16.001-1012.002,150-1017.002,156.001c-3.994,5-105.996,210-225.996,456.001l-220,446.997h-35h-35L1245,2402.002z"/></g><g transform="translate(0.000000,285.000000) scale(0.100000,-0.100000)"></g></svg> </span> <span class="favorites-widget-label">My Favorites</span> <span class="favorites-widget-count"></span> </a> <div class="main-header-search"> <form roll="search" aria-label="Search the site" class="site-search" name="site-search" action="https://visitdetroit.com/" method="get"> <label for="openSearch" aria-label="Site Search">Site Search</label> <input aria-required="true" role="text" id="openSearch" name="s" type="text" title="Site Search" aria-label="Site Search"> <input aria-hidden="true" role="hidden" id="prefilter" name="wpsolr_fq[]" type="hidden" value="-categories:(press+release)" /> <input type="submit" class="hidden" role="Search" alt="Search the site" title="Search the site" aria-label="Submit Site Search"> <span class="close-search" aria-label="Close Search"></span> </form> </div> </div> </div> <div class="main-header-split-content"> <div class="main-header-data"> <div class="site-logo"> <a title="VisitDetroit.com - Home" href="https://visitdetroit.com/"> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="441px" height="70px" viewBox="0 0 445 74" enable-background="new 0 0 445 74" xml:space="preserve"><path fill="#FFFFFF" d="M83.048 30.117c-0.343-0.88-0.833-1.125-1.717-1.125H80.89v-2.886h1.325c2.355 0 3.09 0.489 3.925 2.691l5.936 15.362c0.441 1.223 0.834 2.887 0.834 2.887h0.098c0 0 0.392-1.664 0.834-2.887l5.936-15.362c0.834-2.202 1.57-2.691 3.875-2.691h1.276v2.886h-0.441c-0.883 0-1.423 0.245-1.717 1.125l-8.045 20.596h-3.63L83.048 30.117zM111.109 30.068c0-0.685-0.393-1.077-1.079-1.077h-2.061v-2.886h3.483c2.109 0 2.993 0.88 2.993 2.984v17.662c0 0.733 0.392 1.075 1.079 1.075h2.061v2.886h-3.483c-2.11 0-2.993-0.88-2.993-2.983V30.068zM111.01 16.321h3.238v4.208h-3.238V16.321zM123.225 44.695c0 0 2.747 3.719 7.604 3.719 2.748 0 5.2-1.32 5.2-3.913 0-5.382-13.834-4.403-13.834-12.329 0-4.452 3.827-6.653 8.781-6.653 2.502 0 7.506 0.978 7.506 4.452v2.104h-3.14V30.9c0-1.81-2.649-2.495-4.268-2.495 -3.434 0-5.494 1.174-5.494 3.571 0 5.528 13.834 4.256 13.834 12.426 0 4.11-3.729 6.899-8.634 6.899 -6.426 0-9.468-4.307-9.468-4.307L123.225 44.695zM145.987 30.068c0-0.685-0.393-1.077-1.079-1.077h-2.061v-2.886h3.483c2.109 0 2.993 0.88 2.993 2.984v17.662c0 0.733 0.392 1.075 1.079 1.075h2.061v2.886h-3.483c-2.11 0-2.993-0.88-2.993-2.983V30.068zM145.889 16.321h3.238v4.208h-3.238V16.321zM159.331 28.895h-3.238v-2.789h3.287v-6.801h3.287v6.801h6.181v2.789h-6.181v12.524c0 5.773 3.679 6.506 5.543 6.506 0.687 0 1.128-0.098 1.128-0.098v2.984c0 0-0.588 0.099-1.423 0.099 -2.845 0-8.584-0.93-8.584-9.149V28.895zM185.627 24.931c5.102 0 6.623 2.006 6.623 2.006h0.098c0 0-0.049-0.489-0.049-1.125V15.734h8.487v34.979h-7.947v-1.662c0-0.784 0.049-1.419 0.049-1.419h-0.099c0 0-2.109 3.67-7.309 3.67 -6.868 0-11.381-5.382-11.381-13.21C174.099 30.117 178.906 24.931 185.627 24.931zM187.589 44.304c2.551 0 4.955-1.858 4.955-6.212 0-3.033-1.619-6.017-4.955-6.017 -2.649 0-4.955 2.153-4.955 6.017C182.635 41.859 184.646 44.304 187.589 44.304zM218.396 24.931c7.457 0 11.676 5.186 11.676 12.182 0 0.832-0.196 2.642-0.196 2.642h-15.943c0.638 3.082 3.189 4.5 5.887 4.5 3.63 0 6.966-2.544 6.966-2.544l3.14 5.92c0 0-4.072 3.67-10.792 3.67 -9.027 0-13.883-6.508-13.883-13.21C205.25 30.704 210.253 24.931 218.396 24.931zM221.536 34.912c0-1.909-1.324-3.621-3.335-3.621 -2.453 0-3.63 1.761-4.072 3.621H221.536zM235.958 32.563h-3.237v-6.604h3.483v-7.241h8.241v7.241h5.299v6.604h-5.299v7.729c0 2.838 2.895 3.229 4.514 3.229 0.687 0 1.127-0.049 1.127-0.049v7.338c0 0-0.932 0.146-2.305 0.146 -4.022 0-11.823-1.075-11.823-9.54V32.563zM255.042 25.519h8.144v4.256c0 0.832-0.098 1.565-0.098 1.565h0.098c1.079-3.425 4.268-6.262 8.046-6.262 0.489 0 0.98 0.098 0.98 0.098v8.317c0 0-0.687-0.146-1.717-0.146 -2.012 0-5.299 0.636-6.524 4.403 -0.295 0.93-0.442 2.054-0.442 3.425v9.539h-8.486V25.519zM287.713 24.931c7.996 0 14.374 5.333 14.374 13.258 0 7.877-6.378 13.112-14.324 13.112 -7.947 0-14.325-5.235-14.325-13.112C273.438 30.264 279.816 24.931 287.713 24.931zM287.763 44.256c3.091 0 5.74-2.299 5.74-6.066 0-3.816-2.649-6.213-5.74-6.213s-5.74 2.397-5.74 6.213C282.023 41.957 284.672 44.256 287.763 44.256zM306.502 25.519h8.487v25.194h-8.487V25.519zM306.601 15.734h8.291v6.604h-8.291V15.734zM322.544 32.563h-3.238v-6.604h3.482v-7.241h8.241v7.241h5.299v6.604h-5.299v7.729c0 2.838 2.895 3.229 4.514 3.229 0.687 0 1.129-0.049 1.129-0.049v7.338c0 0-0.933 0.146-2.306 0.146 -4.023 0-11.822-1.075-11.822-9.54V32.563zM341.685 46.8h3.876v3.913h-3.876V46.8zM361.553 25.519c6.033 0 9.026 3.522 9.026 3.522l-1.717 2.495c0 0-2.747-2.985-7.211-2.985 -5.396 0-9.616 4.012-9.616 9.883 0 5.774 4.269 9.882 9.714 9.882 5.004 0 7.898-3.474 7.898-3.474l1.52 2.593c0 0-3.335 3.866-9.614 3.866 -7.31 0-12.951-5.235-12.951-12.868C348.602 30.852 354.292 25.519 361.553 25.519zM388.486 25.519c7.211 0 13.048 5.479 13.048 12.769 0 7.435-5.837 13.014-13.048 13.014 -7.212 0-13.051-5.579-13.051-13.014C375.435 30.998 381.274 25.519 388.486 25.519zM388.486 48.316c5.298 0 9.614-4.306 9.614-10.029 0-5.578-4.316-9.736-9.614-9.736s-9.615 4.159-9.615 9.736C378.871 44.011 383.188 48.316 388.486 48.316zM407.764 26.105h3.287v3.669c0 1.077-0.097 1.957-0.097 1.957h0.097c1.177-3.327 5.103-6.213 8.93-6.213 4.562 0 6.916 2.103 7.651 6.164h0.099c1.324-3.327 4.906-6.164 9.076-6.164 5.984 0 8.192 3.473 8.192 9.54v15.654h-3.336V35.89c0-4.011-0.834-7.338-5.348-7.338 -3.776 0-6.868 3.327-7.8 6.947 -0.344 1.076-0.44 2.251-0.44 3.571v11.643h-3.338V35.89c0-3.718-0.539-7.338-5.199-7.338 -4.021 0-7.064 3.474-8.095 7.241 -0.245 1.027-0.343 2.152-0.343 3.277v11.643h-3.337V26.105z"/><path fill-rule="evenodd" clip-rule="evenodd" fill="#2F292A" d="M31.594 71.507c-13.788 0.112-23.858 1.581-30.561 2.438 -0.079 0.01-0.172 0.024-0.271 0.04C0.486 74.027 0 73.868 0 73.712V0.335c0-0.162 0.323-0.35 0.637-0.297 0.144 0.025 0.288 0.049 0.401 0.064C8.346 1.192 17.966 2.349 31.637 2.42c0.853 0.005 4.409 0.005 5.263 0 13.67-0.072 23.292-1.228 30.598-2.319 0.166-0.023 0.398-0.062 0.601-0.097 0.15-0.026 0.438 0.064 0.438 0.146v73.554c0 0.179-0.396 0.339-0.725 0.284 -0.111-0.018-0.219-0.034-0.309-0.045 -6.702-0.856-16.772-2.325-30.559-2.438C36.069 71.5 32.467 71.5 31.594 71.507"/><path fill="#FFFFFF" d="M36.212 10.005l-25.549 0.107 -2.58 2.253 7.525 7.99 0.128 31.634c0 0-7.176 7.401-7.355 7.458 -0.178 0.057 2.725 2.836 2.725 2.836l25.316-0.108c14.565 0.106 25.693-12.04 25.637-26.188C62.002 21.839 50.564 9.949 36.212 10.005zM36.388 58.235L14.53 58.413l5.159-4.945 -0.126-34.739 -5.034-5.29h21.671c12.662-0.05 22.62 10.282 22.31 22.906C58.222 48.072 49.05 58.184 36.388 58.235zM45.325 24.148c-0.966-1.667-2.229-3.139-3.848-4.196 -1.615-1.061-3.583-1.677-5.803-1.673h-0.042l-8.775 0.016 0.154 34.476 8.734-0.016 0.034-0.002c2.217-0.104 4.169-0.728 5.789-1.741 2.439-1.524 4.099-3.87 5.14-6.471 1.043-2.607 1.493-5.496 1.496-8.294 0-0.248-0.004-0.496-0.012-0.743C48.073 31.635 47.254 27.49 45.325 24.148zM42.917 45.469c-0.78 1.254-1.75 2.28-2.934 3.021 -1.182 0.734-2.586 1.201-4.328 1.289l-5.673 0.011 -0.128-28.524 5.792-0.009h0.006 0.022c1.683 0.003 3.017 0.438 4.168 1.185 1.718 1.117 3.041 3.035 3.938 5.4 0.897 2.357 1.353 5.124 1.428 7.748 0.006 0.219 0.009 0.438 0.009 0.657C45.224 39.549 44.479 42.969 42.917 45.469z"/></svg> </a> </div> </div> <div class="main-header-data"> <nav class="site-menu" role="navigation" aria-label="Main Menu"> <ul id="main-menu" class="main-menu"><li id="menu-25" class="mega-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#">Visit</a><div class="sub-menu" style="display: none"><div class="mega-menu-left"><div class="mega-menu-first-button"><a class="transparent-button" href="https://visitdetroit.com/visit/">Visit Detroit</a></div><ul class="sub-menu"><li id="menu-1315" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a class="animate-underline" href="https://visitdetroit.com/things-to-do/">Things To Do</a><ul class="sub-menu"><li id="menu-5555" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/things-to-do/itineraries/">Itineraries</a></li> <li id="menu-1317" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/things-to-do/cruises-tours/">Detroit Cruises &#038; Tours</a></li> <li id="menu-1318" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/things-to-do/entertainment/">Entertainment</a></li> <li id="menu-1319" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/things-to-do/museums-historical-sites/">Museums &#038; Historical Sites</a></li> <li id="menu-5333" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/things-to-do/nightlife/">Nightlife</a></li> <li id="menu-1320" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/things-to-do/shopping/">Shopping</a></li> <li id="menu-1321" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/things-to-do/sports/">Sports</a></li></ul></li> <li id="menu-5313" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a class="animate-underline" href="https://visitdetroit.com/events/">Detroit Events</a><ul class="sub-menu"><li id="menu-39483" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/events/big-bright-light-show/">Big Bright Light Show</a></li> <li id="menu-13698" class="menu-item menu-item-type-custom menu-item-object-custom"><a class="animate-underline" href="/events/all-events?date-picker=this-weekend">This Weekend</a></li> <li id="menu-5532" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/events/all-events/">See All</a></li></ul></li> <li id="menu-1322" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/hotels/">Where to Stay</a></li> <li id="menu-5337" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/food-drink/">Food & Drink</a></li> <li id="menu-24367" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/group-tours/">Group Tour</a></li> <li id="menu-21780" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/visit/lgbtq/">LGBTQ</a></li> <li id="menu-42236" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/discount/">The D Discount Pass</a></li> <li id="menu-6282" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/deals-discounts/">Deals &#038; Discounts</a></li> <li id="menu-1325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a class="animate-underline" href="https://visitdetroit.com/plan-your-visit/">Plan Your Visit</a><ul class="sub-menu"><li id="menu-1328" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/plan-your-visit/getting-around/">Getting Around</a></li> <li id="menu-1329" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/plan-your-visit/weather/">Weather</a></li> <li id="menu-1324" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/visitors-guide/">Free Visitor's Kit</a></li></ul></li> <li id="menu-5311" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/contact-us/">Contact Us</a></li></ul></div><div class="mega-menu-right"><div class="social-icons">CONNECT<div><ul class="social-list"><li class="social-item"><a href="https://www.facebook.com/VisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Facebook</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M16.549 6.971h-3.75V4.663c0-0.639 0.516-1.155 1.154-1.155h2.308V0.045h-2.886c-2.549 0-4.616 2.067-4.616 4.618v2.308H6.45v3.462h2.309v10.39h4.04v-10.39h2.885L16.549 6.971z"/></svg></span></a></li> <li class="social-item"><a href="https://twitter.com/VisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Twitter</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M22.95 3.376c-0.859 0.41-1.779 0.673-2.723 0.783 -0.001-0.003-0.001-0.006-0.002-0.01 0.925-0.549 1.657-1.407 2.014-2.478 -0.907 0.541-1.905 0.89-2.936 1.07 -0.843-0.887-2.024-1.447-3.344-1.447 -2.55 0-4.617 2.067-4.617 4.617 0 0.32 0.033 0.63 0.094 0.93 -3.65-0.16-7.083-1.816-9.456-4.618C1.579 2.913 1.365 3.695 1.36 4.493c0 1.558 0.779 2.93 1.965 3.761C2.639 8.214 1.968 8.031 1.367 7.695c0 0.022-0.007 0.044-0.007 0.068 0 2.214 1.567 4.062 3.65 4.497 -0.683 0.164-1.398 0.189-2.096 0.023 0.568 1.945 2.347 3.283 4.372 3.295 -1.618 1.174-3.602 1.875-5.754 1.875C1.037 17.45 0.54 17.409 0.05 17.331c6.041 4.061 14.229 2.453 18.286-3.59 2.548-3.789 2.233-7.878 2.231-7.903C21.504 5.19 22.32 4.363 22.95 3.376z"/></svg></span></a></li> <li class="social-item"><a href="https://www.youtube.com/user/OfficialVisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Youtube</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path opacity="0.12" enable-background="new " d="M9.135 6.97l5.428 3.624 0.762-0.395L9.135 6.97z"/><path fill="currentColor" d="M22.721 5.856c0 0-0.223-1.578-0.91-2.272 -0.871-0.913-1.846-0.917-2.293-0.97 -3.207-0.232-8.013-0.232-8.013-0.232h-0.009c0 0-4.807 0-8.012 0.232C3.037 2.667 2.06 2.671 1.189 3.583c-0.687 0.694-0.91 2.272-0.91 2.272S0.05 7.709 0.05 9.562v1.737c0 1.854 0.229 3.707 0.229 3.707s0.224 1.578 0.91 2.271c0.871 0.912 2.016 0.883 2.525 0.98 1.832 0.174 7.786 0.229 7.786 0.229s4.811-0.008 8.018-0.238c0.447-0.055 1.422-0.059 2.293-0.971 0.688-0.693 0.91-2.271 0.91-2.271s0.229-1.854 0.229-3.707V9.562C22.95 7.709 22.721 5.856 22.721 5.856zM9.136 13.405L9.135 6.97l6.188 3.229L9.136 13.405z"/></svg></span></a></li> <li class="social-item"><a href="https://www.pinterest.com/visitdetroit/" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Pinterest</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M11.5 0.045c-5.737 0-10.389 4.65-10.389 10.389 0 4.4 2.738 8.16 6.601 9.675 -0.083-0.657-0.166-2.103 0.041-2.991 0.19-0.807 1.217-5.156 1.217-5.156S8.66 11.34 8.66 10.42c0-1.445 0.836-2.52 1.88-2.52 0.884 0 1.312 0.664 1.312 1.462 0 0.889-0.568 2.223-0.859 3.455 -0.244 1.033 0.521 1.876 1.536 1.876 1.847 0 3.266-1.944 3.266-4.752 0-2.487-1.786-4.226-4.337-4.226 -2.955 0-4.688 2.219-4.688 4.504 0 0.894 0.346 1.853 0.773 2.372 0.083 0.104 0.098 0.191 0.069 0.298 -0.074 0.327-0.252 1.032-0.287 1.178 -0.045 0.188-0.149 0.229-0.347 0.14 -1.297-0.604-2.106-2.5-2.106-4.021 0-3.275 2.379-6.283 6.858-6.283 3.601 0 6.399 2.564 6.399 5.994 0 3.58-2.255 6.459-5.388 6.459 -1.053 0-2.038-0.55-2.378-1.192 0 0-0.521 1.979-0.647 2.465 -0.23 0.898-1.009 2.293-1.295 2.733 0.974 0.3 2.007 0.464 3.078 0.464 5.737 0 10.39-4.65 10.39-10.39C21.889 4.695 17.238 0.045 11.5 0.045z"/></svg></span></a></li> <li class="social-item"><a href="https://www.instagram.com/visitdetroit/" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Instagram</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M15.541 0.045H7.46c-3.506 0-6.349 2.842-6.349 6.349v8.079c0 3.506 2.843 6.35 6.349 6.35h8.081c3.504 0 6.348-2.844 6.348-6.35V6.394C21.889 2.887 19.045 0.045 15.541 0.045zM20.156 14.473c-0.002 2.55-2.068 4.615-4.615 4.617H7.46c-2.549-0.002-4.613-2.067-4.617-4.617V6.394C2.847 3.845 4.911 1.779 7.46 1.776h8.081c2.547 0.003 4.613 2.069 4.615 4.618V14.473zM11.5 5.239c-2.869 0-5.194 2.326-5.194 5.194 0 2.869 2.325 5.195 5.194 5.195s5.193-2.326 5.193-5.195C16.693 7.565 14.369 5.239 11.5 5.239zM11.5 13.896c-1.912 0-3.463-1.551-3.463-3.463S9.588 6.971 11.5 6.971s3.463 1.55 3.463 3.462C14.961 12.345 13.412 13.895 11.5 13.896z"/><circle fill="currentColor" cx="16.926" cy="5.008" r="1.154"/></svg></span></a></li></ul></div></div><a href="https://visitdetroit.com/events/"><div class="mega-menu-img-callout" style="background-image: url('https://cdn.visitdetroit.com/content/uploads/2016/08/03114104/wsi-imageoptim-clapping-599x650.jpg');" ><span>Upcoming Events</span></div></a><a href="https://visitdetroit.com/food-drink/"><div class="mega-menu-img-callout" style="background-image: url('https://cdn.visitdetroit.com/content/uploads/2016/12/24124611/wsi-imageoptim-food-drink-header-650x434.jpg');" ><span>Food & Drink</span></div></a></div></div></li> <li id="menu-26" class="mega-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#">Meet</a><div class="sub-menu" style="display: none"><div class="mega-menu-left"><div class="mega-menu-first-button"><a class="transparent-button" href="https://visitdetroit.com/meet/">Meet in Detroit</a></div><ul class="sub-menu"><li id="menu-11484" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/hotels/">Where to Stay</a></li> <li id="menu-5652" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/why-detroit/">Why Detroit?</a></li> <li id="menu-5653" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a class="animate-underline" href="https://visitdetroit.com/plan-your-meeting/">Plan Your Meeting</a><ul class="sub-menu"><li id="menu-1307" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/plan-your-meeting/facilities/">Facilities</a></li> <li id="menu-1308" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/plan-your-meeting/service-providers/">Service Providers</a></li> <li id="menu-17700" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/plan-your-visit/transportation/">Transportation</a></li> <li id="menu-40704" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/meeting-planners-guide-sign-up/">Meeting Planners Guide</a></li> <li id="menu-1309" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/plan-your-meeting/meeting-rfp/">Submit a Meeting RFP</a></li></ul></li> <li id="menu-6088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a class="animate-underline" href="https://visitdetroit.com/family-reunions/">Reunions</a><ul class="sub-menu"><li id="menu-1305" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/family-reunions/family-reunion-rfp/">Family Reunion Registration Form</a></li> <li id="menu-6089" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/family-reunions/family-reunion-seminar/">Family Reunion Seminar</a></li></ul></li> <li id="menu-5654" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/promote-your-meeting/">Promote Your Meeting</a></li> <li id="menu-5312" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/contact-us/">Contact Us</a></li></ul></div><div class="mega-menu-right"><div class="social-icons">CONNECT<div><ul class="social-list"><li class="social-item"><a href="https://www.facebook.com/VisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Facebook</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M16.549 6.971h-3.75V4.663c0-0.639 0.516-1.155 1.154-1.155h2.308V0.045h-2.886c-2.549 0-4.616 2.067-4.616 4.618v2.308H6.45v3.462h2.309v10.39h4.04v-10.39h2.885L16.549 6.971z"/></svg></span></a></li> <li class="social-item"><a href="https://twitter.com/VisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Twitter</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M22.95 3.376c-0.859 0.41-1.779 0.673-2.723 0.783 -0.001-0.003-0.001-0.006-0.002-0.01 0.925-0.549 1.657-1.407 2.014-2.478 -0.907 0.541-1.905 0.89-2.936 1.07 -0.843-0.887-2.024-1.447-3.344-1.447 -2.55 0-4.617 2.067-4.617 4.617 0 0.32 0.033 0.63 0.094 0.93 -3.65-0.16-7.083-1.816-9.456-4.618C1.579 2.913 1.365 3.695 1.36 4.493c0 1.558 0.779 2.93 1.965 3.761C2.639 8.214 1.968 8.031 1.367 7.695c0 0.022-0.007 0.044-0.007 0.068 0 2.214 1.567 4.062 3.65 4.497 -0.683 0.164-1.398 0.189-2.096 0.023 0.568 1.945 2.347 3.283 4.372 3.295 -1.618 1.174-3.602 1.875-5.754 1.875C1.037 17.45 0.54 17.409 0.05 17.331c6.041 4.061 14.229 2.453 18.286-3.59 2.548-3.789 2.233-7.878 2.231-7.903C21.504 5.19 22.32 4.363 22.95 3.376z"/></svg></span></a></li> <li class="social-item"><a href="https://www.youtube.com/user/OfficialVisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Youtube</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path opacity="0.12" enable-background="new " d="M9.135 6.97l5.428 3.624 0.762-0.395L9.135 6.97z"/><path fill="currentColor" d="M22.721 5.856c0 0-0.223-1.578-0.91-2.272 -0.871-0.913-1.846-0.917-2.293-0.97 -3.207-0.232-8.013-0.232-8.013-0.232h-0.009c0 0-4.807 0-8.012 0.232C3.037 2.667 2.06 2.671 1.189 3.583c-0.687 0.694-0.91 2.272-0.91 2.272S0.05 7.709 0.05 9.562v1.737c0 1.854 0.229 3.707 0.229 3.707s0.224 1.578 0.91 2.271c0.871 0.912 2.016 0.883 2.525 0.98 1.832 0.174 7.786 0.229 7.786 0.229s4.811-0.008 8.018-0.238c0.447-0.055 1.422-0.059 2.293-0.971 0.688-0.693 0.91-2.271 0.91-2.271s0.229-1.854 0.229-3.707V9.562C22.95 7.709 22.721 5.856 22.721 5.856zM9.136 13.405L9.135 6.97l6.188 3.229L9.136 13.405z"/></svg></span></a></li> <li class="social-item"><a href="https://www.pinterest.com/visitdetroit/" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Pinterest</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M11.5 0.045c-5.737 0-10.389 4.65-10.389 10.389 0 4.4 2.738 8.16 6.601 9.675 -0.083-0.657-0.166-2.103 0.041-2.991 0.19-0.807 1.217-5.156 1.217-5.156S8.66 11.34 8.66 10.42c0-1.445 0.836-2.52 1.88-2.52 0.884 0 1.312 0.664 1.312 1.462 0 0.889-0.568 2.223-0.859 3.455 -0.244 1.033 0.521 1.876 1.536 1.876 1.847 0 3.266-1.944 3.266-4.752 0-2.487-1.786-4.226-4.337-4.226 -2.955 0-4.688 2.219-4.688 4.504 0 0.894 0.346 1.853 0.773 2.372 0.083 0.104 0.098 0.191 0.069 0.298 -0.074 0.327-0.252 1.032-0.287 1.178 -0.045 0.188-0.149 0.229-0.347 0.14 -1.297-0.604-2.106-2.5-2.106-4.021 0-3.275 2.379-6.283 6.858-6.283 3.601 0 6.399 2.564 6.399 5.994 0 3.58-2.255 6.459-5.388 6.459 -1.053 0-2.038-0.55-2.378-1.192 0 0-0.521 1.979-0.647 2.465 -0.23 0.898-1.009 2.293-1.295 2.733 0.974 0.3 2.007 0.464 3.078 0.464 5.737 0 10.39-4.65 10.39-10.39C21.889 4.695 17.238 0.045 11.5 0.045z"/></svg></span></a></li> <li class="social-item"><a href="https://www.instagram.com/visitdetroit/" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Instagram</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M15.541 0.045H7.46c-3.506 0-6.349 2.842-6.349 6.349v8.079c0 3.506 2.843 6.35 6.349 6.35h8.081c3.504 0 6.348-2.844 6.348-6.35V6.394C21.889 2.887 19.045 0.045 15.541 0.045zM20.156 14.473c-0.002 2.55-2.068 4.615-4.615 4.617H7.46c-2.549-0.002-4.613-2.067-4.617-4.617V6.394C2.847 3.845 4.911 1.779 7.46 1.776h8.081c2.547 0.003 4.613 2.069 4.615 4.618V14.473zM11.5 5.239c-2.869 0-5.194 2.326-5.194 5.194 0 2.869 2.325 5.195 5.194 5.195s5.193-2.326 5.193-5.195C16.693 7.565 14.369 5.239 11.5 5.239zM11.5 13.896c-1.912 0-3.463-1.551-3.463-3.463S9.588 6.971 11.5 6.971s3.463 1.55 3.463 3.462C14.961 12.345 13.412 13.895 11.5 13.896z"/><circle fill="currentColor" cx="16.926" cy="5.008" r="1.154"/></svg></span></a></li></ul></div></div><a href="https://visitdetroit.com/plan-your-meeting/facilities/"><div class="mega-menu-img-callout" style="background-image: url('https://cdn.visitdetroit.com/content/uploads/2016/08/30173718/wsi-imageoptim-4-650x472.jpg');" ><span>Facilities</span></div></a></div></div></li> <li id="menu-28" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#">Destinations</a><ul class="sub-menu" style="display: none;"><li id="menu-5808" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a class="animate-underline" href="https://visitdetroit.com/destinations/">Destinations</a><ul class="sub-menu"><li id="menu-5814" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/destinations/downtown-detroit/">Downtown Detroit</a></li> <li id="menu-5813" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/destinations/dearborn-wayne/">Dearborn/Wayne</a></li> <li id="menu-5812" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/destinations/greater-novi/">Greater Novi</a></li> <li id="menu-5811" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/destinations/macomb/">Macomb</a></li> <li id="menu-5810" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/destinations/oakland/">Oakland</a></li> <li id="menu-5809" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/destinations/windsor-ontario/">Windsor/Ontario</a></li></ul></li></li></ul></li> <li id="menu-27" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#">Blog</a><ul class="sub-menu" style="display: none;"><li id="menu-7540" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a class="animate-underline" href="https://visitdetroit.com/inside-the-d/">Blog</a><ul class="sub-menu"><li id="menu-24543" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/inside-the-d/detroit-restaurants-guide/">Detroit Restaurants</a></li> <li id="menu-24544" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/inside-the-d/things-to-do-in-detroit/">Things to Do</a></li> <li id="menu-24545" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/inside-the-d/places-to-visit-in-detroit/">Places to Visit</a></li> <li id="menu-9002" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a class="animate-underline" href="https://visitdetroit.com/category/new-developments/">New Developments</a></li> <li id="menu-24546" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/inside-the-d/guide-to-museums-in-detroit/">Museums</a></li> <li id="menu-27160" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/inside-the-d/detroit-shopping-guide/">Shopping</a></li> <li id="menu-7541" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent"><a class="animate-underline" href="https://visitdetroit.com/inside-the-d/all-articles/">See All Articles</a></li> <li id="menu-10033" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/inside-the-d/visit-detroit-magazine/">Visit Detroit Magazine</a></li></ul></li></li></ul></li> <li id="menu-1314" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children"><a href="#">Membership</a><ul class="sub-menu" style="display: none;"><li id="menu-1311" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children"><a class="animate-underline" href="https://visitdetroit.com/membership/">Membership</a><ul class="sub-menu"><li id="menu-1313" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/membership/membership-application/">Membership Application</a></li> <li id="menu-1312" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/membership/find-members/">Find Members</a></li> <li id="menu-9239" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/membership/marketing-plan/">Marketing Plan</a></li> <li id="menu-9238" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/membership/advertise/">Advertise</a></li> <li id="menu-9240" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/membership/educating-professionals/">Educating Professionals</a></li> <li id="menu-5786" class="menu-item menu-item-type-post_type menu-item-object-page"><a class="animate-underline" href="https://visitdetroit.com/membership/d-rover/">D-Rover</a></li></ul></li></li></ul></li> <li id="menu-6081" class="menu-item-button menu-item menu-item-type-post_type menu-item-object-page"><a href="https://visitdetroit.com/deals-discounts/">Deals</a></li></ul> </nav> </div> </div> </div> </header> <img src="https://visitdetroit.com//content/themes/visitdetroit-custom/images/login-logo.png" class="print-logo" alt="DMCVB Print Logo" Title="DMCVB Print Logo"> <main role="main"> <div class="standard-header" style="background-image: url('https://cdn.visitdetroit.com/content/uploads/2017/06/21113814/wsi-imageoptim-Ribs-RB-Music-Festival.png');"><div class="wrapper"><div class="standard-header-content"><h1 class="header-title">Ribs and R&amp;B Music Festival | A Detroit Music Festival</h1></div></div></div> <article role="article"> <section class="header-info"> <div class="wrapper"> <div class="information-section"> <section class="information-item"><div class="header-section-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="34px" height="50px" fill="currentColor" viewBox="49.95 73.5 34 50" enable-background="new 49.95 73.5 34 50" xml:space="preserve"><path d="M66.95,73.5c-9.388,0-17,7.897-17,17.598c0,12.113,15.502,30.701,16.188,31.513l0.812,0.889l0.812-0.889 c0.609-0.812,16.188-19.299,16.188-31.513C83.848,81.423,76.261,73.5,66.95,73.5z M66.95,101.813 c-6.293,0-11.469-5.18-11.469-11.478s5.176-11.478,11.469-11.478s11.469,5.18,11.469,11.478 C78.444,96.786,73.243,101.813,66.95,101.813z"/></svg></div><div class="header-section-title">LOCATION</div><div class="header-section-content"><div>Hart Plaza</div><div>1 Hart Plaza<br/> Detroit, MI 48226</div></div><div class="header-section-link"><a class="link" href="https://www.google.com/maps/dir//42.32749279999999,-83.04428139999999/@42.32749279999999,-83.04428139999999,15z">Get Directions</a></div></section><section class="information-item"><div class="header-section-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve" fill="currentColor"><g><path d="M898.2,990H101.8C51.2,990,10,948.8,10,898.2V193.8c0-50.8,41.2-91.9,91.8-91.9h122.5v61.2H71.3v765.7h857.5V163.2H775.6v-61.3h122.5c50.8,0,91.9,41.2,91.9,91.9v704.3C990,948.8,948.8,990,898.2,990L898.2,990z M653.2,377.5h122.5v91.8H653.2V377.5L653.2,377.5z M775.7,775.7H653.2v-91.8h122.5V775.7L775.7,775.7z M653.2,530.7h122.5v91.8H653.2V530.7L653.2,530.7z M699.1,255c-25.3,0-45.9-20.6-45.9-45.9V55.9c0-25.3,20.5-45.9,45.9-45.9c25.4,0,45.9,20.6,45.9,45.9v153.2C745,234.4,724.4,255,699.1,255L699.1,255z M438.8,377.5h122.5v91.8H438.8V377.5L438.8,377.5z M561.2,775.7H438.8v-91.8h122.5V775.7L561.2,775.7z M438.8,530.7h122.5v91.8H438.8V530.7L438.8,530.7z M377.5,101.8h245v61.2h-245V101.8L377.5,101.8z M224.3,683.8h122.5v91.8H224.3V683.8L224.3,683.8z M224.3,530.7h122.5v91.8H224.3V530.7L224.3,530.7z M224.3,377.5h122.5v91.8H224.3V377.5L224.3,377.5z M300.9,255c-25.3,0-45.9-20.6-45.9-45.9V55.9c0-25.3,20.6-45.9,45.9-45.9c25.3,0,45.9,20.6,45.9,45.9v153.2C346.8,234.4,326.3,255,300.9,255L300.9,255z"/></g></svg></div><div class="header-section-title">DATE</div><div class="header-section-content">Aug 09, 2019 - Aug 11, 2019<p>Entertainment starts Fri. 7 p.m.<br/> Sat. 2:30 p.m.<br/> Sun. 11 a.m.</p> </div><link href="https://addtocalendar.com/atc/1.5/atc-style-menu-wb.css" rel="stylesheet" type="text/css"><span class="addtocalendar header-section-link link atc-style-menu-wb"><var class="atc_event"><var class="atc_date_start">2019-08-09 00:00:00</var><var class="atc_date_end">2019-08-11 00:00:00</var><var class="atc_timezone">America/Detroit</var><var class="atc_title">Ribs and R&amp;B Music Festival | A Detroit Music Festival</var><var class="atc_description">What’s better than enjoying delicious food while listening to great music? At the Ribs and R&amp;B Music Festival, revelers are treated to an amazing summertime celebration of barbecue and great music. The festival features an outstanding lineup of local barbecue experts and grilling gurus serving up tasty ribs, brisket and chicken, as well as show after show featuring a variety of talented R&amp;B and soul singers. In past years, the festival has received such artists as Chanté Moore, Loose Ends, Steven Russell Harts, The Mary Jane Girls, Dion Price, The Enchantments and many others. Come enjoy three days of food, fun and music in the sun along the beautiful Detroit riverfront, and shop from more than 100 vendors. Fast facts: 1. Voted Michigan's No. 1 BBQ Music Festival in 2017 by EverFest 2. Restaurants from around the nation will showcase "The best BBQ this side on the Mississippi" right here in Detroit 3. World class entertainment all three days across two musical stages (including Gospel and Jazz music) 4. Plenty of vendors to shop with the whole family 5. More than 150,000 annual attendees Vendors call 800-794-7503 to reserve a spot!</var><var class="atc_location">Hart Plaza</var></var></span><script type="text/javascript">!function(){if((!window.addtocalendar||"function"!=typeof window.addtocalendar.start)&&void 0==window.ifaddtocalendar){window.ifaddtocalendar=1;var a=document,b=a.createElement("script"),c="getElementsByTagName";b.type="text/javascript",b.charset="UTF-8",b.async=!0,b.src=("https:"==window.location.protocol?"https":"http")+"://addtocalendar.com/atc/1.5/atc.min.js";var d=a[c]("body")[0];d.appendChild(b)}}();</script></section><section class="information-item"><div class="header-section-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="879.406 870.939 25.969 50" enable-background="new 879.406 870.939 25.969 50" xml:space="preserve" fill="currentColor"><path d="M905.375,904.002c0,2.846-0.923,5.297-2.77,7.353c-1.847,2.055-4.244,3.324-7.194,3.809v4.882 c0,0.262-0.084,0.475-0.25,0.643c-0.167,0.167-0.381,0.251-0.64,0.251h-3.757c-0.241,0-0.45-0.088-0.626-0.265 s-0.264-0.386-0.264-0.629v-4.882c-1.225-0.168-2.408-0.457-3.549-0.865c-1.142-0.41-2.083-0.823-2.825-1.242 c-0.743-0.418-1.429-0.864-2.059-1.339c-0.631-0.474-1.062-0.823-1.294-1.047c-0.232-0.223-0.395-0.391-0.488-0.502 c-0.314-0.391-0.334-0.772-0.055-1.144l2.867-3.767c0.13-0.187,0.343-0.298,0.641-0.335c0.278-0.037,0.5,0.046,0.668,0.25 l0.055,0.058c2.097,1.84,4.351,3.003,6.763,3.486c0.687,0.15,1.374,0.224,2.06,0.224c1.503,0,2.825-0.399,3.967-1.2 c1.141-0.799,1.711-1.934,1.711-3.403c0-0.521-0.139-1.014-0.418-1.479c-0.277-0.466-0.589-0.856-0.932-1.172 c-0.343-0.316-0.886-0.665-1.628-1.047c-0.742-0.381-1.354-0.679-1.836-0.893c-0.483-0.214-1.225-0.517-2.227-0.907 c-0.724-0.297-1.294-0.529-1.712-0.696c-0.418-0.169-0.988-0.414-1.711-0.74c-0.724-0.325-1.304-0.613-1.74-0.864 c-0.436-0.252-0.96-0.582-1.572-0.992c-0.613-0.409-1.109-0.804-1.49-1.185c-0.38-0.382-0.784-0.837-1.211-1.367 c-0.427-0.531-0.756-1.069-0.988-1.618c-0.232-0.549-0.427-1.167-0.584-1.855c-0.157-0.688-0.236-1.414-0.236-2.176 c0-2.567,0.909-4.818,2.728-6.753c1.818-1.934,4.183-3.181,7.097-3.739v-5.022c0-0.242,0.088-0.451,0.264-0.627 c0.176-0.177,0.385-0.265,0.626-0.265h3.757c0.259,0,0.473,0.083,0.64,0.251c0.167,0.167,0.25,0.381,0.25,0.642v4.911 c1.057,0.111,2.083,0.326,3.075,0.642c0.993,0.316,1.8,0.628,2.422,0.935c0.621,0.307,1.211,0.655,1.768,1.046 s0.918,0.66,1.085,0.81c0.167,0.148,0.306,0.279,0.417,0.391c0.315,0.335,0.362,0.688,0.14,1.061l-2.255,4.073 c-0.147,0.279-0.361,0.428-0.64,0.446c-0.26,0.056-0.51-0.009-0.752-0.195c-0.056-0.056-0.189-0.167-0.403-0.334 c-0.213-0.167-0.575-0.414-1.085-0.74c-0.511-0.326-1.054-0.623-1.629-0.893c-0.575-0.27-1.266-0.512-2.074-0.726 c-0.807-0.214-1.6-0.321-2.379-0.321c-1.763,0-3.201,0.4-4.314,1.2c-1.113,0.8-1.67,1.833-1.67,3.098 c0,0.483,0.079,0.93,0.237,1.339c0.157,0.409,0.431,0.795,0.821,1.158s0.756,0.669,1.099,0.921c0.343,0.251,0.863,0.539,1.559,0.865 c0.696,0.325,1.258,0.577,1.685,0.753s1.076,0.433,1.948,0.767c0.983,0.372,1.735,0.666,2.255,0.879 c0.519,0.214,1.224,0.539,2.114,0.976c0.891,0.437,1.591,0.833,2.102,1.187c0.51,0.352,1.086,0.817,1.726,1.395 c0.641,0.576,1.132,1.167,1.476,1.771c0.343,0.605,0.635,1.317,0.877,2.136C905.255,902.197,905.375,903.071,905.375,904.002z"/></svg></div><div class="header-section-title">ADMISSION</div><div class="header-section-content">Free<br/><p>FREE entrance; VIP seating: 1-day $45, weekend $90</p> </div></section><section class="information-item"><div class="header-section-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 150 148.7" style="enable-background:new 0 0 150 148.7;" xml:space="preserve" fill="currentColor"><g><g><g><path class="st0" d="M74.2,147.6c-19.6,0-38.1-7.6-51.9-21.5c-28.6-28.6-28.6-75.2,0-103.8C36.2,8.4,54.6,0.7,74.2,0.7 c19.6,0,38.1,7.6,51.9,21.5l0,0l0,0c13.9,13.9,21.5,32.3,21.5,51.9c0,19.6-7.6,38-21.5,51.9C112.3,139.9,93.9,147.6,74.2,147.6z M74.2,13C57.9,13,42.5,19.3,31,30.9C7.1,54.8,7.1,93.6,31,117.4c11.6,11.6,26.9,17.9,43.3,17.9c16.3,0,31.7-6.4,43.3-17.9 c11.6-11.6,17.9-26.9,17.9-43.3s-6.4-31.7-17.9-43.3l0,0C105.9,19.3,90.6,13,74.2,13z"/></g><g><g><path class="st0" d="M74.2,117c-3.4,0-6.1-2.7-6.1-6.1V74.2c0-3.4,2.7-6.1,6.1-6.1c3.4,0,6.1,2.7,6.1,6.1v36.7 C80.4,114.3,77.6,117,74.2,117z"/></g><g><path class="st0" d="M74.2,80.3H62c-3.4,0-6.1-2.7-6.1-6.1S58.6,68,62,68h12.2c3.4,0,6.1,2.7,6.1,6.1S77.6,80.3,74.2,80.3z"/></g><g><path class="st0" d="M74.2,80.3H62c-3.4,0-6.1-2.7-6.1-6.1S58.6,68,62,68h12.2c3.4,0,6.1,2.7,6.1,6.1S77.6,80.3,74.2,80.3z"/></g></g><g><path class="st0" d="M74.2,55.8c-6.7,0-12.2-5.5-12.2-12.2c0-6.7,5.5-12.2,12.2-12.2c6.7,0,12.2,5.5,12.2,12.2 C86.5,50.3,81,55.8,74.2,55.8z M74.2,43.6C74.2,43.6,74.2,43.6,74.2,43.6l6.1,0L74.2,43.6z"/></g></g><g><path class="st0" d="M86.5,117H62c-3.4,0-6.1-2.7-6.1-6.1c0-3.4,2.7-6.1,6.1-6.1h24.5c3.4,0,6.1,2.7,6.1,6.1 C92.6,114.3,89.9,117,86.5,117z"/></g></g></svg></div><div class="header-section-title">MORE INFO</div><div class="header-section-link"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="51px" height="51.111px" viewBox="280.38 378.116 51 51.111" enable-background="new 280.38 378.116 51 51.111" xml:space="preserve"><title>phone</title><path fill="currentColor" d="M317.779,408.826c-3.398,3.401-3.398,6.711-6.71,6.711c-3.31,0-6.71-3.399-10.2-6.711 c-3.489-3.31-6.711-6.71-6.711-10.198c0-3.491,3.4-3.401,6.711-6.711s-6.89-13.801-10.29-13.801s-10.2,10.312-10.2,10.312 c0,6.71,6.979,20.579,13.6,27.2s20.401,13.6,27.2,13.6c0,0,10.2-6.711,10.2-10.199C331.38,415.537,321.18,405.427,317.779,408.826z" /></svg><a class="link" href="tel:800-794-7503" rel="nofollow">800-794-7503</a></div><div class="header-section-link"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="281 371 50 50" enable-background="new 281 371 50 50" xml:space="preserve"><path fill="#00B0B9" d="M323.678,378.322c-4.722-4.722-11-7.322-17.678-7.322s-12.956,2.601-17.678,7.322 c-4.722,4.722-7.322,11-7.322,17.678s2.601,12.956,7.322,17.678c4.722,4.722,11,7.322,17.678,7.322s12.956-2.601,17.678-7.322 S331,402.678,331,396S328.399,383.044,323.678,378.322z M282.307,396.648h9.286c0.056,3.847,0.607,7.549,1.6,10.878h-7.914 C283.436,404.227,282.41,400.516,282.307,396.648z M306.648,383.175v-10.849c3.192,0.284,6.196,2.664,8.52,6.773 c0.706,1.251,1.325,2.617,1.85,4.075H306.648z M317.452,384.473c1.028,3.302,1.601,7.011,1.657,10.878h-12.461v-10.878H317.452z M305.351,383.175h-10.369c0.525-1.458,1.144-2.824,1.85-4.075c2.323-4.109,5.327-6.489,8.519-6.773V383.175z M305.351,384.473 v10.878H292.89c0.058-3.867,0.63-7.576,1.658-10.878H305.351z M291.592,395.351h-9.286c0.104-3.867,1.129-7.577,2.972-10.878h7.914 C292.2,387.803,291.648,391.504,291.592,395.351z M292.89,396.648h12.461v10.878h-10.803 C293.52,404.225,292.948,400.517,292.89,396.648z M305.351,408.824v10.849c-3.192-0.284-6.196-2.664-8.519-6.773 c-0.707-1.251-1.325-2.617-1.85-4.075H305.351z M306.648,408.824h10.369c-0.524,1.458-1.144,2.824-1.85,4.075 c-2.323,4.109-5.327,6.489-8.52,6.773V408.824z M306.648,407.526v-10.878h12.461c-0.057,3.868-0.629,7.576-1.657,10.878H306.648z M320.407,396.648h9.286c-0.104,3.867-1.13,7.578-2.972,10.878h-7.914C319.8,404.197,320.352,400.495,320.407,396.648z M320.407,395.351c-0.056-3.847-0.607-7.548-1.6-10.878h7.914c1.842,3.301,2.868,7.011,2.972,10.878H320.407z M322.76,379.24 c1.211,1.211,2.273,2.531,3.181,3.936h-7.549c-0.581-1.693-1.282-3.275-2.095-4.713c-1.343-2.375-2.914-4.223-4.632-5.486 C315.83,373.993,319.65,376.131,322.76,379.24z M289.24,379.24c3.109-3.109,6.93-5.247,11.095-6.264 c-1.719,1.263-3.29,3.11-4.632,5.486c-0.813,1.438-1.513,3.021-2.095,4.713h-7.549C286.966,381.771,288.029,380.451,289.24,379.24z M289.24,412.76c-1.211-1.211-2.273-2.53-3.181-3.936h7.549c0.582,1.693,1.282,3.275,2.095,4.714 c1.343,2.375,2.914,4.223,4.632,5.485C296.17,418.007,292.349,415.869,289.24,412.76z M322.76,412.76 c-3.109,3.109-6.93,5.247-11.095,6.264c1.718-1.263,3.289-3.11,4.632-5.485c0.812-1.438,1.514-3.021,2.095-4.714h7.549 C325.033,410.229,323.971,411.549,322.76,412.76z"/></svg><a class="link extra-padding-on-top" href="http://ribsrnbmusicfestival.com">Visit Website</a></div></section> <section class="information-item"> <div class="social-sharing"><span class="title">SHARE</span> <div class="io-social-sharing"><a class="io-share-link" data-site="facebook" href="http://www.facebook.com/sharer.php?u=https%3A%2F%2Fvisitdetroit.com%2Fevent%2Fribs-rb-music-festival%2F" target="_blank" alt="Share on Facebook"><svg version="1.1" x="0px" y="0px" width="9.97px" height="18.798px" viewBox="0 0 9.97 18.798" enable-background="new 0 0 9.97 18.798"><g><path fill="currentColor" d="M6.955,8.944v1.363c0,2.729-0.004,5.459,0.004,8.188 c0,0.229-0.053,0.304-0.293,0.302c-1.217-0.013-2.432-0.013-3.649,0c-0.248,0.001-0.314-0.073-0.314-0.317 c0.008-3.053,0.004-6.105,0.004-9.158V8.959c-0.1-0.006-0.189-0.014-0.278-0.014C1.705,8.944,0.982,8.938,0.261,8.948 C0.056,8.951-0.002,8.879,0,8.681C0.009,7.78,0.009,6.88,0,5.977c-0.002-0.201,0.062-0.264,0.264-0.262 c0.798,0.008,1.597,0.003,2.429,0.003c0.006-0.101,0.014-0.19,0.014-0.279c0.002-0.518,0.005-1.038,0-1.557 C2.693,2.02,3.971,0.497,5.712,0.11c0.293-0.065,0.599-0.098,0.899-0.102C7.514-0.005,8.414,0,9.316,0.006 c0.176,0,0.352,0.022,0.525,0.056c0.049,0.009,0.117,0.096,0.117,0.147c0.008,0.969,0.004,1.939,0.008,2.908 c0.001,0.17-0.104,0.164-0.221,0.164C9.264,3.28,8.777,3.286,8.293,3.279c-0.65-0.01-1.284,0.643-1.336,1.317 c-0.02,0.27,0.011,0.544-0.006,0.815C6.937,5.642,7.012,5.726,7.253,5.723c0.815-0.012,1.632,0.002,2.448-0.009 C9.918,5.711,9.973,5.78,9.97,5.988c-0.011,0.901-0.011,1.803,0,2.704c0.004,0.207-0.063,0.259-0.261,0.256 c-0.801-0.01-1.6-0.004-2.398-0.004H6.955z"/></g></svg></a><a class="io-share-link" data-site="twitter" href="http://twitter.com/share?url=https%3A%2F%2Fvisitdetroit.com%2Fevent%2Fribs-rb-music-festival%2F" target="_blank" alt="Share on Twitter"><svg version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868"><path fill="currentColor" d="M22.95 3.376c-0.859 0.41-1.779 0.673-2.723 0.783 -0.001-0.003-0.001-0.006-0.002-0.01 0.925-0.549 1.657-1.407 2.014-2.478 -0.907 0.541-1.905 0.89-2.936 1.07 -0.843-0.887-2.024-1.447-3.344-1.447 -2.55 0-4.617 2.067-4.617 4.617 0 0.32 0.033 0.63 0.094 0.93 -3.65-0.16-7.083-1.816-9.456-4.618C1.579 2.913 1.365 3.695 1.36 4.493c0 1.558 0.779 2.93 1.965 3.761C2.639 8.214 1.968 8.031 1.367 7.695c0 0.022-0.007 0.044-0.007 0.068 0 2.214 1.567 4.062 3.65 4.497 -0.683 0.164-1.398 0.189-2.096 0.023 0.568 1.945 2.347 3.283 4.372 3.295 -1.618 1.174-3.602 1.875-5.754 1.875C1.037 17.45 0.54 17.409 0.05 17.331c6.041 4.061 14.229 2.453 18.286-3.59 2.548-3.789 2.233-7.878 2.231-7.903C21.504 5.19 22.32 4.363 22.95 3.376z"/></svg></a><a class="io-share-link" data-site="email" href="mailto:?subject=Ribs and R&amp;B Music Festival | A Detroit Music Festival&body=https://visitdetroit.com/event/ribs-rb-music-festival/" alt="Share on Twitter"><svg version="1.1" x="0px" y="0px" width="29.906px" height="20px" viewBox="291.047 194.638 29.906 20" enable-background="new 291.047 194.638 29.906 20"><g><path fill="currentColor" d="M306.038,206.633h0.007c0.225,0,0.448-0.065,0.628-0.185l0.049-0.031c0.011-0.008,0.021-0.014,0.033-0.021l0.569-0.471 l13.598-11.221c-0.028-0.039-0.076-0.065-0.127-0.065h-29.59c-0.037,0-0.071,0.013-0.098,0.036l14.227,11.726 C305.513,206.548,305.769,206.633,306.038,206.633z M291.047,196.228v16.633l10.191-8.233L291.047,196.228z M310.772,204.684 l10.181,8.181v-16.582L310.772,204.684z M307.536,207.354c-0.406,0.333-0.937,0.517-1.494,0.517c-0.56,0-1.09-0.183-1.495-0.514 l-2.334-1.926l-11.167,9.02v0.028c0,0.086,0.074,0.158,0.16,0.158h29.589c0.085,0,0.157-0.072,0.157-0.158v-0.027l-11.156-8.964 L307.536,207.354z"/></g></svg></a></div></div> <button class="favorite-button favorite" data-post-id="16157" data-post-type="event"><span class="fav-status "></span> Add to Favorites</button><br/> <a class="nearby" href="#show-map"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve"><circle fill="none" stroke="fillColor" stroke-width="4" stroke-miterlimit="10" cx="25" cy="24.825" r="23.164"/><circle cx="24.672" cy="24.825" r="15.737"/></svg> View What's Nearby </a> </section> </div> </div> </section> <div class="wrapper"> <section class="event-content content-editor"> <h2>What’s better than enjoying delicious food while listening to great music?</h2> <p>At the Ribs and R&amp;B Music Festival, revelers are treated to an amazing summertime celebration of barbecue and great music. The festival features an outstanding lineup of local barbecue experts and grilling gurus serving up tasty ribs, brisket and chicken, as well as show after show featuring a variety of talented R&amp;B and soul singers. In past years, the festival has received such artists as Chanté Moore, Loose Ends, Steven Russell Harts, The Mary Jane Girls, Dion Price, The Enchantments and many others. Come enjoy three days of food, fun and music in the sun along the beautiful Detroit riverfront, and shop from more than 100 vendors.</p> <p>Fast facts:<br /> 1. Voted Michigan&#8217;s No. 1 BBQ Music Festival in 2017 by EverFest<br /> 2. Restaurants from around the nation will showcase &#8220;The best BBQ this side on the Mississippi&#8221; right here in Detroit<br /> 3. World class entertainment all three days across two musical stages (including Gospel and Jazz music)<br /> 4. Plenty of vendors to shop with the whole family<br /> 5. More than 150,000 annual attendees</p> <p>Vendors call 800-794-7503 to reserve a spot!</p> </section> <div class="section-header">Event Images</div><section class="event-images"><div class="event-images-nextSelector"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="8.95px" height="14.094px" viewBox="0.05 0.438 8.95 14.094" enable-background="new 0.05 0.438 8.95 14.094" xml:space="preserve" fill="currentColor"><polygon points="0.05,0.936 0.531,0.438 9,7.5 0.516,14.531 0.05,14.064 8.053,7.5 "/></svg></div><div class="event-images-prevSelector"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="8.95px" height="14.094px" viewBox="0.05 0.438 8.95 14.094" enable-background="new 0.05 0.438 8.95 14.094" xml:space="preserve" fill="currentColor"><polygon points="0.05,0.936 0.531,0.438 9,7.5 0.516,14.531 0.05,14.064 8.053,7.5 "/></svg></div><ul class="event-images-slider"><li class="slide" style="background-image:url('https://cdn.visitdetroit.com/content/uploads/2017/06/21113814/wsi-imageoptim-Ribs-RB-Music-Festival.png')"><span class="zoom"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="21.898px" height="21.9px" viewBox="0 0 21.898 21.9" enable-background="new 0 0 21.898 21.9" xml:space="preserve" fill="currentColor"><g><path d="M15.471,14.434c1.307-1.533,2.098-3.515,2.098-5.677C17.568,3.927,13.639,0,8.81,0c-4.832,0-8.759,3.93-8.759,8.759 c0,4.83,3.928,8.761,8.759,8.761c2.142,0,4.102-0.773,5.629-2.056l6.48,6.438l1.031-1.031L15.471,14.434z M8.809,16.06 c-4.032,0-7.297-3.271-7.297-7.302s3.265-7.297,7.297-7.297c4.031,0,7.3,3.267,7.3,7.297C16.109,12.788,12.84,16.06,8.809,16.06z" /><polygon points="9.578,3.542 8.078,3.542 8.078,8.031 3.7,8.031 3.7,9.531 8.078,9.531 8.078,14.021 9.578,14.021 9.578,9.531 13.957,9.531 13.957,8.031 9.578,8.031"/></g></svg></span></li></ul></section><br><br><div class="show-map black-cta" id="show-map"> <br> <a href="javascript:;"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="281 371 50 50" enable-background="new 281 371 50 50" xml:space="preserve"><path fill="#00B0B9" d="M323.678,378.322c-4.722-4.722-11-7.322-17.678-7.322s-12.956,2.601-17.678,7.322 c-4.722,4.722-7.322,11-7.322,17.678s2.601,12.956,7.322,17.678c4.722,4.722,11,7.322,17.678,7.322s12.956-2.601,17.678-7.322 S331,402.678,331,396S328.399,383.044,323.678,378.322z M282.307,396.648h9.286c0.056,3.847,0.607,7.549,1.6,10.878h-7.914 C283.436,404.227,282.41,400.516,282.307,396.648z M306.648,383.175v-10.849c3.192,0.284,6.196,2.664,8.52,6.773 c0.706,1.251,1.325,2.617,1.85,4.075H306.648z M317.452,384.473c1.028,3.302,1.601,7.011,1.657,10.878h-12.461v-10.878H317.452z M305.351,383.175h-10.369c0.525-1.458,1.144-2.824,1.85-4.075c2.323-4.109,5.327-6.489,8.519-6.773V383.175z M305.351,384.473 v10.878H292.89c0.058-3.867,0.63-7.576,1.658-10.878H305.351z M291.592,395.351h-9.286c0.104-3.867,1.129-7.577,2.972-10.878h7.914 C292.2,387.803,291.648,391.504,291.592,395.351z M292.89,396.648h12.461v10.878h-10.803 C293.52,404.225,292.948,400.517,292.89,396.648z M305.351,408.824v10.849c-3.192-0.284-6.196-2.664-8.519-6.773 c-0.707-1.251-1.325-2.617-1.85-4.075H305.351z M306.648,408.824h10.369c-0.524,1.458-1.144,2.824-1.85,4.075 c-2.323,4.109-5.327,6.489-8.52,6.773V408.824z M306.648,407.526v-10.878h12.461c-0.057,3.868-0.629,7.576-1.657,10.878H306.648z M320.407,396.648h9.286c-0.104,3.867-1.13,7.578-2.972,10.878h-7.914C319.8,404.197,320.352,400.495,320.407,396.648z M320.407,395.351c-0.056-3.847-0.607-7.548-1.6-10.878h7.914c1.842,3.301,2.868,7.011,2.972,10.878H320.407z M322.76,379.24 c1.211,1.211,2.273,2.531,3.181,3.936h-7.549c-0.581-1.693-1.282-3.275-2.095-4.713c-1.343-2.375-2.914-4.223-4.632-5.486 C315.83,373.993,319.65,376.131,322.76,379.24z M289.24,379.24c3.109-3.109,6.93-5.247,11.095-6.264 c-1.719,1.263-3.29,3.11-4.632,5.486c-0.813,1.438-1.513,3.021-2.095,4.713h-7.549C286.966,381.771,288.029,380.451,289.24,379.24z M289.24,412.76c-1.211-1.211-2.273-2.53-3.181-3.936h7.549c0.582,1.693,1.282,3.275,2.095,4.714 c1.343,2.375,2.914,4.223,4.632,5.485C296.17,418.007,292.349,415.869,289.24,412.76z M322.76,412.76 c-3.109,3.109-6.93,5.247-11.095,6.264c1.718-1.263,3.289-3.11,4.632-5.485c0.812-1.438,1.514-3.021,2.095-4.714h7.549 C325.033,410.229,323.971,411.549,322.76,412.76z"/></svg> See What's Nearby</a> <br> </div> <div class="map-section" id="map" style="display:none;"> <div class="map-header"> <div class="map-header-title" style="cursor:pointer;"> What's Nearby </div> <ul class="map-menu"> <li class="map-menu-item map-nav-selected" id="choiceTtd" style="cursor:pointer;"><a>Things To Do</a></li> <li class="map-menu-item" id="choiceFd" style="cursor:pointer;"><a>Food & Drink</a></li> <li class="map-menu-item" id="choiceHotel" style="cursor:pointer;"><a>Hotels</a></li> </ul> </div> <div class="map-actual" id="map-actual"></div> <ol class="map-list-poi"> </ol> <div class="pagination"> <a id="prev-page" class="pagination-link pagination-prev" data-page=""> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="8.95px" height="14.094px" viewBox="0.05 0.438 8.95 14.094" enable-background="new 0.05 0.438 8.95 14.094" xml:space="preserve" fill="currentColor"><polygon points="0.05,0.936 0.531,0.438 9,7.5 0.516,14.531 0.05,14.064 8.053,7.5 "/></svg> </a> <span class="pagination-current">Page <span id="span-current"></span> of <span id="span-total"></span></span> <a id="next-page" class="pagination-link pagination-next" data-page=""> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="8.95px" height="14.094px" viewBox="0.05 0.438 8.95 14.094" enable-background="new 0.05 0.438 8.95 14.094" xml:space="preserve" fill="currentColor"><polygon points="0.05,0.936 0.531,0.438 9,7.5 0.516,14.531 0.05,14.064 8.053,7.5 "/></svg> </a> </div> </div> <section class="section-list"><div class="section-header">You May Also Like</div><ul><li class="section-list-item" style="background-image:url('https://cdn.visitdetroit.com/content/uploads/2017/02/07143338/wsi-imageoptim-Detroit-Jazz-Festival-MAIN.jpg')"><a class="section-list-item-link" href="https://visitdetroit.com/detroit-live-music-venues-for-every-fan/"><div class="section-list-item-content"><span class="district district-category">Nightlife</span><span class="district district-dd">DD</span><span class="section-list-item-title">Live Music Venues in Detroit for Every Fan</span><span class="section-list-item-favorite favorite " data-post-id="6353" data-post-type="post"></span></div></a></li><li class="section-list-item" style="background-image:url('https://cdn.visitdetroit.com/content/uploads/2017/04/27094658/wsi-imageoptim-Art-Beats-Eats-Jason-Vaughn.jpg')"><a class="section-list-item-link" href="https://visitdetroit.com/summer-festivals-in-metro-detroit/"><div class="section-list-item-content"><span class="district district-category">Events</span><span class="district district-dd">DD</span><span class="section-list-item-title">9 Can’t-Miss Michigan Summer Festivals in Metro Detroit</span><span class="section-list-item-favorite favorite " data-post-id="15314" data-post-type="post"></span></div></a></li><li class="section-list-item" style="background-image:url('https://cdn.visitdetroit.com/content/uploads/2017/02/18100713/wsi-imageoptim-Movement-Electronic-Music-Festival-DJ-mainB.jpg')"><a class="section-list-item-link" href="https://visitdetroit.com/things-to-know-movement-electronic-music-festival/"><div class="section-list-item-content"><span class="district district-category">Events</span><span class="section-list-item-title">Movement Detroit: 7 Things to Know Before You Go</span><span class="section-list-item-favorite favorite " data-post-id="6360" data-post-type="post"></span></div></a></li><li class="section-list-item" style="background-image:url('https://cdn.visitdetroit.com/content/uploads/2018/03/12142718/wsi-imageoptim-Detroit-waterfront-fountain_2100.jpg')"><a class="section-list-item-link" href="https://visitdetroit.com/detroit-riverfront/"><div class="section-list-item-content"><span class="district district-category">Hot Spots</span><span class="district district-dd">DD</span><span class="section-list-item-title">On The Waterfront | The Detroit Riverfront</span><span class="section-list-item-favorite favorite " data-post-id="25483" data-post-type="post"></span></div></a></li></ul></section> </div> </article> </main> <div class="wrapper"><section class="discount-pass"><span class="">Save</span><strong>20%</strong><span class="SAVE">or More on Detroit&#8217;s Best Attractions with The D Discount Pass.</span><br /> <a class="transparent-button" href="/discount">Get Yours Today!</a></section> <div class="visitors-guide" aria-label="Visitors Guide Call to Action"><div class="visitors-guide-image"><img src="https://cdn.visitdetroit.com/content/uploads/2018/10/03100137/wsi-imageoptim-visitors-guide-cover-art_F18-W19.jpg" alt="" title="visitors-guide-cover-art_F18-W19"></div><div class="visitors-guide-content"><p><span style="color: #00b0b9; font-size: 24px;"><em>Get a Free Visitors Guide &amp; Sign Up for Email Updates</em></span><br /> Stay in the know about all things Detroit with monthly email updates and a FREE copy of <em>Visit Detroit</em>, the most complete travel guide to metro Detroit.</p> <p>&nbsp;</p> <a class="orange-button" href="/visitors-guide">Get Started Now</a> </div></div></div> <footer class="main-footer" role="contentinfo"> <div class="be-ix-link-block"></div> <div class="main-footer-content"> <div> <h6 class="main-footer-headline">Planning Tools</h6> <div class="main-footer-column-menu"><ul id="column-menu-1" class="column-menu"><li id="menu-item-10002" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10002"><a href="https://visitdetroit.com/plan-your-visit/getting-around/">Getting Around</a></li> <li id="menu-item-10001" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10001"><a href="https://visitdetroit.com/destinations/">Destinations</a></li> <li id="menu-item-10004" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10004"><a href="https://visitdetroit.com/deals-discounts/">Deals &#038; Discounts</a></li> <li id="menu-item-10003" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10003"><a href="https://visitdetroit.com/plan-your-meeting/">Plan Your Meeting</a></li> <li id="menu-item-10005" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10005"><a href="https://visitdetroit.com/meeting-planners-toolkit/">Meeting Planner&#8217;s Toolkit</a></li> </ul></div> </div> <div> <h6 class="main-footer-headline">Media Resources</h6> <div class="main-footer-column-menu"><ul id="column-menu-2" class="column-menu"><li id="menu-item-6246" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6246"><a href="https://visitdetroit.com/media/">Media</a></li> <li id="menu-item-6247" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6247"><a href="https://visitdetroit.com/category/press-release/">Press Releases</a></li> <li id="menu-item-16534" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16534"><a href="https://visitdetroit.com/meeting-planners-toolkit/">Media Toolkit</a></li> <li id="menu-item-82" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-82"><a target="_blank" href="http://www.dptv.org/programs/discover-d/">Discover The D TV</a></li> <li id="menu-item-6248" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6248"><a href="https://visitdetroit.com/category/detroit-in-the-news/">Detroit In The News</a></li> <li id="menu-item-10000" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10000"><a href="https://visitdetroit.com/meeting-planners-toolkit/image-library/">Image Library</a></li> </ul></div> </div> <div> <h6 class="main-footer-headline">About Us</h6> <div class="main-footer-column-menu"><ul id="column-menu-3" class="column-menu"><li id="menu-item-21781" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21781"><a href="https://visitdetroit.com/visit/lgbtq/">LGBTQ</a></li> <li id="menu-item-31801" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-31801"><a href="https://visitdetroit.com/international-visitors/">International Visitors</a></li> <li id="menu-item-10183" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10183"><a href="https://visitdetroit.com/about-dmcvb/volunteers/">Volunteers</a></li> <li id="menu-item-10181" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10181"><a href="https://visitdetroit.com/about-dmcvb/">About DMCVB</a></li> <li id="menu-item-10184" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10184"><a href="https://visitdetroit.com/about-dmcvb/careers/">Careers</a></li> <li id="menu-item-8149" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8149"><a href="https://visitdetroit.com/detroit-sports-commission/">Sports Commission</a></li> <li id="menu-item-8151" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8151"><a href="https://visitdetroit.com/membership/">Membership</a></li> </ul></div> </div> <div> <h6 class="main-footer-headline">Help</h6> <div class="main-footer-column-menu"><ul id="column-menu-4" class="column-menu"><li id="menu-item-9998" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9998"><a href="https://visitdetroit.com/contact-us/">Contact Us | Detroit Metro Convention &#038; Visitors Bureau</a></li> <li id="menu-item-9996" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9996"><a href="https://visitdetroit.com/report-error/">Report A Problem</a></li> <li id="menu-item-9997" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9997"><a href="https://visitdetroit.com/site-map/">Site Map</a></li> <li id="menu-item-9995" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9995"><a href="https://visitdetroit.com/legalprivacy-policy/">Legal/Privacy Policy</a></li> </ul></div> </div> <div class="main-footer-company-info"> <div class="main-footer-site-logo"> <a title="VisitDetroit.com - Home" href="https://visitdetroit.com/"> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="441px" height="70px" viewBox="0 0 445 74" enable-background="new 0 0 445 74" xml:space="preserve"><path fill="#FFFFFF" d="M83.048 30.117c-0.343-0.88-0.833-1.125-1.717-1.125H80.89v-2.886h1.325c2.355 0 3.09 0.489 3.925 2.691l5.936 15.362c0.441 1.223 0.834 2.887 0.834 2.887h0.098c0 0 0.392-1.664 0.834-2.887l5.936-15.362c0.834-2.202 1.57-2.691 3.875-2.691h1.276v2.886h-0.441c-0.883 0-1.423 0.245-1.717 1.125l-8.045 20.596h-3.63L83.048 30.117zM111.109 30.068c0-0.685-0.393-1.077-1.079-1.077h-2.061v-2.886h3.483c2.109 0 2.993 0.88 2.993 2.984v17.662c0 0.733 0.392 1.075 1.079 1.075h2.061v2.886h-3.483c-2.11 0-2.993-0.88-2.993-2.983V30.068zM111.01 16.321h3.238v4.208h-3.238V16.321zM123.225 44.695c0 0 2.747 3.719 7.604 3.719 2.748 0 5.2-1.32 5.2-3.913 0-5.382-13.834-4.403-13.834-12.329 0-4.452 3.827-6.653 8.781-6.653 2.502 0 7.506 0.978 7.506 4.452v2.104h-3.14V30.9c0-1.81-2.649-2.495-4.268-2.495 -3.434 0-5.494 1.174-5.494 3.571 0 5.528 13.834 4.256 13.834 12.426 0 4.11-3.729 6.899-8.634 6.899 -6.426 0-9.468-4.307-9.468-4.307L123.225 44.695zM145.987 30.068c0-0.685-0.393-1.077-1.079-1.077h-2.061v-2.886h3.483c2.109 0 2.993 0.88 2.993 2.984v17.662c0 0.733 0.392 1.075 1.079 1.075h2.061v2.886h-3.483c-2.11 0-2.993-0.88-2.993-2.983V30.068zM145.889 16.321h3.238v4.208h-3.238V16.321zM159.331 28.895h-3.238v-2.789h3.287v-6.801h3.287v6.801h6.181v2.789h-6.181v12.524c0 5.773 3.679 6.506 5.543 6.506 0.687 0 1.128-0.098 1.128-0.098v2.984c0 0-0.588 0.099-1.423 0.099 -2.845 0-8.584-0.93-8.584-9.149V28.895zM185.627 24.931c5.102 0 6.623 2.006 6.623 2.006h0.098c0 0-0.049-0.489-0.049-1.125V15.734h8.487v34.979h-7.947v-1.662c0-0.784 0.049-1.419 0.049-1.419h-0.099c0 0-2.109 3.67-7.309 3.67 -6.868 0-11.381-5.382-11.381-13.21C174.099 30.117 178.906 24.931 185.627 24.931zM187.589 44.304c2.551 0 4.955-1.858 4.955-6.212 0-3.033-1.619-6.017-4.955-6.017 -2.649 0-4.955 2.153-4.955 6.017C182.635 41.859 184.646 44.304 187.589 44.304zM218.396 24.931c7.457 0 11.676 5.186 11.676 12.182 0 0.832-0.196 2.642-0.196 2.642h-15.943c0.638 3.082 3.189 4.5 5.887 4.5 3.63 0 6.966-2.544 6.966-2.544l3.14 5.92c0 0-4.072 3.67-10.792 3.67 -9.027 0-13.883-6.508-13.883-13.21C205.25 30.704 210.253 24.931 218.396 24.931zM221.536 34.912c0-1.909-1.324-3.621-3.335-3.621 -2.453 0-3.63 1.761-4.072 3.621H221.536zM235.958 32.563h-3.237v-6.604h3.483v-7.241h8.241v7.241h5.299v6.604h-5.299v7.729c0 2.838 2.895 3.229 4.514 3.229 0.687 0 1.127-0.049 1.127-0.049v7.338c0 0-0.932 0.146-2.305 0.146 -4.022 0-11.823-1.075-11.823-9.54V32.563zM255.042 25.519h8.144v4.256c0 0.832-0.098 1.565-0.098 1.565h0.098c1.079-3.425 4.268-6.262 8.046-6.262 0.489 0 0.98 0.098 0.98 0.098v8.317c0 0-0.687-0.146-1.717-0.146 -2.012 0-5.299 0.636-6.524 4.403 -0.295 0.93-0.442 2.054-0.442 3.425v9.539h-8.486V25.519zM287.713 24.931c7.996 0 14.374 5.333 14.374 13.258 0 7.877-6.378 13.112-14.324 13.112 -7.947 0-14.325-5.235-14.325-13.112C273.438 30.264 279.816 24.931 287.713 24.931zM287.763 44.256c3.091 0 5.74-2.299 5.74-6.066 0-3.816-2.649-6.213-5.74-6.213s-5.74 2.397-5.74 6.213C282.023 41.957 284.672 44.256 287.763 44.256zM306.502 25.519h8.487v25.194h-8.487V25.519zM306.601 15.734h8.291v6.604h-8.291V15.734zM322.544 32.563h-3.238v-6.604h3.482v-7.241h8.241v7.241h5.299v6.604h-5.299v7.729c0 2.838 2.895 3.229 4.514 3.229 0.687 0 1.129-0.049 1.129-0.049v7.338c0 0-0.933 0.146-2.306 0.146 -4.023 0-11.822-1.075-11.822-9.54V32.563zM341.685 46.8h3.876v3.913h-3.876V46.8zM361.553 25.519c6.033 0 9.026 3.522 9.026 3.522l-1.717 2.495c0 0-2.747-2.985-7.211-2.985 -5.396 0-9.616 4.012-9.616 9.883 0 5.774 4.269 9.882 9.714 9.882 5.004 0 7.898-3.474 7.898-3.474l1.52 2.593c0 0-3.335 3.866-9.614 3.866 -7.31 0-12.951-5.235-12.951-12.868C348.602 30.852 354.292 25.519 361.553 25.519zM388.486 25.519c7.211 0 13.048 5.479 13.048 12.769 0 7.435-5.837 13.014-13.048 13.014 -7.212 0-13.051-5.579-13.051-13.014C375.435 30.998 381.274 25.519 388.486 25.519zM388.486 48.316c5.298 0 9.614-4.306 9.614-10.029 0-5.578-4.316-9.736-9.614-9.736s-9.615 4.159-9.615 9.736C378.871 44.011 383.188 48.316 388.486 48.316zM407.764 26.105h3.287v3.669c0 1.077-0.097 1.957-0.097 1.957h0.097c1.177-3.327 5.103-6.213 8.93-6.213 4.562 0 6.916 2.103 7.651 6.164h0.099c1.324-3.327 4.906-6.164 9.076-6.164 5.984 0 8.192 3.473 8.192 9.54v15.654h-3.336V35.89c0-4.011-0.834-7.338-5.348-7.338 -3.776 0-6.868 3.327-7.8 6.947 -0.344 1.076-0.44 2.251-0.44 3.571v11.643h-3.338V35.89c0-3.718-0.539-7.338-5.199-7.338 -4.021 0-7.064 3.474-8.095 7.241 -0.245 1.027-0.343 2.152-0.343 3.277v11.643h-3.337V26.105z"/><path fill-rule="evenodd" clip-rule="evenodd" fill="#2F292A" d="M31.594 71.507c-13.788 0.112-23.858 1.581-30.561 2.438 -0.079 0.01-0.172 0.024-0.271 0.04C0.486 74.027 0 73.868 0 73.712V0.335c0-0.162 0.323-0.35 0.637-0.297 0.144 0.025 0.288 0.049 0.401 0.064C8.346 1.192 17.966 2.349 31.637 2.42c0.853 0.005 4.409 0.005 5.263 0 13.67-0.072 23.292-1.228 30.598-2.319 0.166-0.023 0.398-0.062 0.601-0.097 0.15-0.026 0.438 0.064 0.438 0.146v73.554c0 0.179-0.396 0.339-0.725 0.284 -0.111-0.018-0.219-0.034-0.309-0.045 -6.702-0.856-16.772-2.325-30.559-2.438C36.069 71.5 32.467 71.5 31.594 71.507"/><path fill="#FFFFFF" d="M36.212 10.005l-25.549 0.107 -2.58 2.253 7.525 7.99 0.128 31.634c0 0-7.176 7.401-7.355 7.458 -0.178 0.057 2.725 2.836 2.725 2.836l25.316-0.108c14.565 0.106 25.693-12.04 25.637-26.188C62.002 21.839 50.564 9.949 36.212 10.005zM36.388 58.235L14.53 58.413l5.159-4.945 -0.126-34.739 -5.034-5.29h21.671c12.662-0.05 22.62 10.282 22.31 22.906C58.222 48.072 49.05 58.184 36.388 58.235zM45.325 24.148c-0.966-1.667-2.229-3.139-3.848-4.196 -1.615-1.061-3.583-1.677-5.803-1.673h-0.042l-8.775 0.016 0.154 34.476 8.734-0.016 0.034-0.002c2.217-0.104 4.169-0.728 5.789-1.741 2.439-1.524 4.099-3.87 5.14-6.471 1.043-2.607 1.493-5.496 1.496-8.294 0-0.248-0.004-0.496-0.012-0.743C48.073 31.635 47.254 27.49 45.325 24.148zM42.917 45.469c-0.78 1.254-1.75 2.28-2.934 3.021 -1.182 0.734-2.586 1.201-4.328 1.289l-5.673 0.011 -0.128-28.524 5.792-0.009h0.006 0.022c1.683 0.003 3.017 0.438 4.168 1.185 1.718 1.117 3.041 3.035 3.938 5.4 0.897 2.357 1.353 5.124 1.428 7.748 0.006 0.219 0.009 0.438 0.009 0.657C45.224 39.549 44.479 42.969 42.917 45.469z"/></svg> </a> </div> <div class="main-footer-address"> 211 W. Fort Street, Suite 1000 </div> <div class="main-footer-address"> Detroit, MI 48226 </div> <div class="main-footer-phone"> <abbr title="Phone"></abbr> <a href="tel:8003387648" rel="nofollow">800-DETROIT (338-7648)</a> </div> <div><ul class="social-list"><li class="social-item"><a href="https://www.facebook.com/VisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Facebook</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M16.549 6.971h-3.75V4.663c0-0.639 0.516-1.155 1.154-1.155h2.308V0.045h-2.886c-2.549 0-4.616 2.067-4.616 4.618v2.308H6.45v3.462h2.309v10.39h4.04v-10.39h2.885L16.549 6.971z"/></svg></span></a></li><li class="social-item"><a href="https://twitter.com/VisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Twitter</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M22.95 3.376c-0.859 0.41-1.779 0.673-2.723 0.783 -0.001-0.003-0.001-0.006-0.002-0.01 0.925-0.549 1.657-1.407 2.014-2.478 -0.907 0.541-1.905 0.89-2.936 1.07 -0.843-0.887-2.024-1.447-3.344-1.447 -2.55 0-4.617 2.067-4.617 4.617 0 0.32 0.033 0.63 0.094 0.93 -3.65-0.16-7.083-1.816-9.456-4.618C1.579 2.913 1.365 3.695 1.36 4.493c0 1.558 0.779 2.93 1.965 3.761C2.639 8.214 1.968 8.031 1.367 7.695c0 0.022-0.007 0.044-0.007 0.068 0 2.214 1.567 4.062 3.65 4.497 -0.683 0.164-1.398 0.189-2.096 0.023 0.568 1.945 2.347 3.283 4.372 3.295 -1.618 1.174-3.602 1.875-5.754 1.875C1.037 17.45 0.54 17.409 0.05 17.331c6.041 4.061 14.229 2.453 18.286-3.59 2.548-3.789 2.233-7.878 2.231-7.903C21.504 5.19 22.32 4.363 22.95 3.376z"/></svg></span></a></li><li class="social-item"><a href="https://www.youtube.com/user/OfficialVisitDetroit" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Youtube</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path opacity="0.12" enable-background="new " d="M9.135 6.97l5.428 3.624 0.762-0.395L9.135 6.97z"/><path fill="currentColor" d="M22.721 5.856c0 0-0.223-1.578-0.91-2.272 -0.871-0.913-1.846-0.917-2.293-0.97 -3.207-0.232-8.013-0.232-8.013-0.232h-0.009c0 0-4.807 0-8.012 0.232C3.037 2.667 2.06 2.671 1.189 3.583c-0.687 0.694-0.91 2.272-0.91 2.272S0.05 7.709 0.05 9.562v1.737c0 1.854 0.229 3.707 0.229 3.707s0.224 1.578 0.91 2.271c0.871 0.912 2.016 0.883 2.525 0.98 1.832 0.174 7.786 0.229 7.786 0.229s4.811-0.008 8.018-0.238c0.447-0.055 1.422-0.059 2.293-0.971 0.688-0.693 0.91-2.271 0.91-2.271s0.229-1.854 0.229-3.707V9.562C22.95 7.709 22.721 5.856 22.721 5.856zM9.136 13.405L9.135 6.97l6.188 3.229L9.136 13.405z"/></svg></span></a></li><li class="social-item"><a href="https://www.pinterest.com/visitdetroit/" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Pinterest</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M11.5 0.045c-5.737 0-10.389 4.65-10.389 10.389 0 4.4 2.738 8.16 6.601 9.675 -0.083-0.657-0.166-2.103 0.041-2.991 0.19-0.807 1.217-5.156 1.217-5.156S8.66 11.34 8.66 10.42c0-1.445 0.836-2.52 1.88-2.52 0.884 0 1.312 0.664 1.312 1.462 0 0.889-0.568 2.223-0.859 3.455 -0.244 1.033 0.521 1.876 1.536 1.876 1.847 0 3.266-1.944 3.266-4.752 0-2.487-1.786-4.226-4.337-4.226 -2.955 0-4.688 2.219-4.688 4.504 0 0.894 0.346 1.853 0.773 2.372 0.083 0.104 0.098 0.191 0.069 0.298 -0.074 0.327-0.252 1.032-0.287 1.178 -0.045 0.188-0.149 0.229-0.347 0.14 -1.297-0.604-2.106-2.5-2.106-4.021 0-3.275 2.379-6.283 6.858-6.283 3.601 0 6.399 2.564 6.399 5.994 0 3.58-2.255 6.459-5.388 6.459 -1.053 0-2.038-0.55-2.378-1.192 0 0-0.521 1.979-0.647 2.465 -0.23 0.898-1.009 2.293-1.295 2.733 0.974 0.3 2.007 0.464 3.078 0.464 5.737 0 10.39-4.65 10.39-10.39C21.889 4.695 17.238 0.045 11.5 0.045z"/></svg></span></a></li><li class="social-item"><a href="https://www.instagram.com/visitdetroit/" class="social-link"><span class="social-name">Detroit Metro Convention & Visitors Bureau on Instagram</span><span class="social-icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0px" y="0px" width="23px" height="20.868px" viewBox="0 0 23 20.868" enable-background="new 0 0 23 20.868" xml:space="preserve"><path fill="currentColor" d="M15.541 0.045H7.46c-3.506 0-6.349 2.842-6.349 6.349v8.079c0 3.506 2.843 6.35 6.349 6.35h8.081c3.504 0 6.348-2.844 6.348-6.35V6.394C21.889 2.887 19.045 0.045 15.541 0.045zM20.156 14.473c-0.002 2.55-2.068 4.615-4.615 4.617H7.46c-2.549-0.002-4.613-2.067-4.617-4.617V6.394C2.847 3.845 4.911 1.779 7.46 1.776h8.081c2.547 0.003 4.613 2.069 4.615 4.618V14.473zM11.5 5.239c-2.869 0-5.194 2.326-5.194 5.194 0 2.869 2.325 5.195 5.194 5.195s5.193-2.326 5.193-5.195C16.693 7.565 14.369 5.239 11.5 5.239zM11.5 13.896c-1.912 0-3.463-1.551-3.463-3.463S9.588 6.971 11.5 6.971s3.463 1.55 3.463 3.462C14.961 12.345 13.412 13.895 11.5 13.896z"/><circle fill="currentColor" cx="16.926" cy="5.008" r="1.154"/></svg></span></a></li></ul></div> <div> <div id="google_language_translator" class="default-language-en"></div> </div> </div> </div> <div class="main-footer-partners-content"> <h3 class="main-footer-partners-headline">Our Partners:</h3> <ul class="partner-list"> <li class="partner"><a href="http://www.michigan.org/city/detroit"><img class="image-2x" src="https://cdn.visitdetroit.com/content/uploads/2018/02/12174155/wsi-imageoptim-wsi-imageoptim-logo-pure-michigan.png" alt="Pure Michigan Logo" title="wsi-imageoptim-logo-pure-michigan"></a></li><li class="partner"><a href="http://lgbtcvb.org/"><img class="image-2x" src="https://cdn.visitdetroit.com/content/uploads/2018/02/12174208/wsi-imageoptim-wsi-imageoptim-logo-lgbtcvb.png" alt="LGBTQCVB Logo" title="wsi-imageoptim-logo-lgbtcvb"></a></li><li class="partner"><a href="http://detroitsports.org"><img class="image-2x" src="https://cdn.visitdetroit.com/content/uploads/2018/02/12174218/wsi-imageoptim-wsi-imageoptim-logo-detroit-sports.png" alt="Detroit Sports Logo" title="wsi-imageoptim-logo-detroit-sports"></a></li><li class="partner"><a href="https://www.tripadvisor.com/Tourism-g42139-Detroit_Michigan-Vacations.html"><img class="image-2x" src="https://cdn.visitdetroit.com/content/uploads/2018/02/12174229/wsi-imageoptim-wsi-imageoptim-tripadvisor-logo1-270x44-270x44.png" alt="Trip Advisor Logo" title="wsi-imageoptim-tripadvisor-logo1-270x44"></a></li><li class="partner"><a href="https://www.visittheusa.com/state/michigan"><img class="image-2x" src="https://cdn.visitdetroit.com/content/uploads/2018/05/07162943/wsi-imageoptim-logo-visittheusa-crop.png" alt="Visit the USA logo" title="logo-visittheusa-crop"></a></li> </ul> </div> <div class="main-footer-legal-content"> <div> <p>Copyright &copy; 2019 Detroit Metro Convention & Visitors Bureau. All rights reserved.</p> </div> </div> <!-- <pre></pre> --> <script type="text/javascript">_satellite.pageBottom();</script> </footer> <div id="flags" style="display:none" class="size18"><ul id="sortable" class="ui-sortable"><li id="Afrikaans"><a title="Afrikaans" class="nturl notranslate af flag Afrikaans"></a><li id="Albanian"><a title="Albanian" class="nturl notranslate sq flag Albanian"></a><li id="Amharic"><a title="Amharic" class="nturl notranslate am flag Amharic"></a><li id="Arabic"><a title="Arabic" class="nturl notranslate ar flag Arabic"></a><li id="Armenian"><a title="Armenian" class="nturl notranslate hy flag Armenian"></a><li id="Azerbaijani"><a title="Azerbaijani" class="nturl notranslate az flag Azerbaijani"></a><li id="Basque"><a title="Basque" class="nturl notranslate eu flag Basque"></a><li id="Belarusian"><a title="Belarusian" class="nturl notranslate be flag Belarusian"></a><li id="Bengali"><a title="Bengali" class="nturl notranslate bn flag Bengali"></a><li id="Bosnian"><a title="Bosnian" class="nturl notranslate bs flag Bosnian"></a><li id="Bulgarian"><a title="Bulgarian" class="nturl notranslate bg flag Bulgarian"></a><li id="Catalan"><a title="Catalan" class="nturl notranslate ca flag Catalan"></a><li id="Cebuano"><a title="Cebuano" class="nturl notranslate ceb flag Cebuano"></a><li id="Chichewa"><a title="Chichewa" class="nturl notranslate ny flag Chichewa"></a><li id="Chinese (Simplified)"><a title="Chinese (Simplified)" class="nturl notranslate zh-CN flag Chinese (Simplified)"></a><li id="Chinese (Traditional)"><a title="Chinese (Traditional)" class="nturl notranslate zh-TW flag Chinese (Traditional)"></a><li id="Corsican"><a title="Corsican" class="nturl notranslate co flag Corsican"></a><li id="Croatian"><a title="Croatian" class="nturl notranslate hr flag Croatian"></a><li id="Czech"><a title="Czech" class="nturl notranslate cs flag Czech"></a><li id="Danish"><a title="Danish" class="nturl notranslate da flag Danish"></a><li id="Dutch"><a title="Dutch" class="nturl notranslate nl flag Dutch"></a><li id="English"><a title="English" class="nturl notranslate en flag united-states"></a><li id="Esperanto"><a title="Esperanto" class="nturl notranslate eo flag Esperanto"></a><li id="Estonian"><a title="Estonian" class="nturl notranslate et flag Estonian"></a><li id="Filipino"><a title="Filipino" class="nturl notranslate tl flag Filipino"></a><li id="Finnish"><a title="Finnish" class="nturl notranslate fi flag Finnish"></a><li id="French"><a title="French" class="nturl notranslate fr flag French"></a><li id="Frisian"><a title="Frisian" class="nturl notranslate fy flag Frisian"></a><li id="Galician"><a title="Galician" class="nturl notranslate gl flag Galician"></a><li id="Georgian"><a title="Georgian" class="nturl notranslate ka flag Georgian"></a><li id="German"><a title="German" class="nturl notranslate de flag German"></a><li id="Greek"><a title="Greek" class="nturl notranslate el flag Greek"></a><li id="Gujarati"><a title="Gujarati" class="nturl notranslate gu flag Gujarati"></a><li id="Haitian"><a title="Haitian" class="nturl notranslate ht flag Haitian"></a><li id="Hausa"><a title="Hausa" class="nturl notranslate ha flag Hausa"></a><li id="Hawaiian"><a title="Hawaiian" class="nturl notranslate haw flag Hawaiian"></a><li id="Hebrew"><a title="Hebrew" class="nturl notranslate iw flag Hebrew"></a><li id="Hindi"><a title="Hindi" class="nturl notranslate hi flag Hindi"></a><li id="Hmong"><a title="Hmong" class="nturl notranslate hmn flag Hmong"></a><li id="Hungarian"><a title="Hungarian" class="nturl notranslate hu flag Hungarian"></a><li id="Icelandic"><a title="Icelandic" class="nturl notranslate is flag Icelandic"></a><li id="Igbo"><a title="Igbo" class="nturl notranslate ig flag Igbo"></a><li id="Indonesian"><a title="Indonesian" class="nturl notranslate id flag Indonesian"></a><li id="Irish"><a title="Irish" class="nturl notranslate ga flag Irish"></a><li id="Italian"><a title="Italian" class="nturl notranslate it flag Italian"></a><li id="Japanese"><a title="Japanese" class="nturl notranslate ja flag Japanese"></a><li id="Javanese"><a title="Javanese" class="nturl notranslate jw flag Javanese"></a><li id="Kannada"><a title="Kannada" class="nturl notranslate kn flag Kannada"></a><li id="Kazakh"><a title="Kazakh" class="nturl notranslate kk flag Kazakh"></a><li id="Khmer"><a title="Khmer" class="nturl notranslate km flag Khmer"></a><li id="Korean"><a title="Korean" class="nturl notranslate ko flag Korean"></a><li id="Kurdish"><a title="Kurdish" class="nturl notranslate ku flag Kurdish"></a><li id="Kyrgyz"><a title="Kyrgyz" class="nturl notranslate ky flag Kyrgyz"></a><li id="Lao"><a title="Lao" class="nturl notranslate lo flag Lao"></a><li id="Latin"><a title="Latin" class="nturl notranslate la flag Latin"></a><li id="Latvian"><a title="Latvian" class="nturl notranslate lv flag Latvian"></a><li id="Lithuanian"><a title="Lithuanian" class="nturl notranslate lt flag Lithuanian"></a><li id="Luxembourgish"><a title="Luxembourgish" class="nturl notranslate lb flag Luxembourgish"></a><li id="Macedonian"><a title="Macedonian" class="nturl notranslate mk flag Macedonian"></a><li id="Malagasy"><a title="Malagasy" class="nturl notranslate mg flag Malagasy"></a><li id="Malayalam"><a title="Malayalam" class="nturl notranslate ml flag Malayalam"></a><li id="Malay"><a title="Malay" class="nturl notranslate ms flag Malay"></a><li id="Maltese"><a title="Maltese" class="nturl notranslate mt flag Maltese"></a><li id="Maori"><a title="Maori" class="nturl notranslate mi flag Maori"></a><li id="Marathi"><a title="Marathi" class="nturl notranslate mr flag Marathi"></a><li id="Mongolian"><a title="Mongolian" class="nturl notranslate mn flag Mongolian"></a><li id="Myanmar (Burmese)"><a title="Myanmar (Burmese)" class="nturl notranslate my flag Myanmar (Burmese)"></a><li id="Nepali"><a title="Nepali" class="nturl notranslate ne flag Nepali"></a><li id="Norwegian"><a title="Norwegian" class="nturl notranslate no flag Norwegian"></a><li id="Pashto"><a title="Pashto" class="nturl notranslate ps flag Pashto"></a><li id="Persian"><a title="Persian" class="nturl notranslate fa flag Persian"></a><li id="Polish"><a title="Polish" class="nturl notranslate pl flag Polish"></a><li id="Portuguese"><a title="Portuguese" class="nturl notranslate pt flag Portuguese"></a><li id="Punjabi"><a title="Punjabi" class="nturl notranslate pa flag Punjabi"></a><li id="Romanian"><a title="Romanian" class="nturl notranslate ro flag Romanian"></a><li id="Russian"><a title="Russian" class="nturl notranslate ru flag Russian"></a><li id="Serbian"><a title="Serbian" class="nturl notranslate sr flag Serbian"></a><li id="Shona"><a title="Shona" class="nturl notranslate sn flag Shona"></a><li id="Sesotho"><a title="Sesotho" class="nturl notranslate st flag Sesotho"></a><li id="Sindhi"><a title="Sindhi" class="nturl notranslate sd flag Sindhi"></a><li id="Sinhala"><a title="Sinhala" class="nturl notranslate si flag Sinhala"></a><li id="Slovak"><a title="Slovak" class="nturl notranslate sk flag Slovak"></a><li id="Slovenian"><a title="Slovenian" class="nturl notranslate sl flag Slovenian"></a><li id="Samoan"><a title="Samoan" class="nturl notranslate sm flag Samoan"></a><li id="Scots Gaelic"><a title="Scots Gaelic" class="nturl notranslate gd flag Scots Gaelic"></a><li id="Somali"><a title="Somali" class="nturl notranslate so flag Somali"></a><li id="Spanish"><a title="Spanish" class="nturl notranslate es flag Spanish"></a><li id="Sundanese"><a title="Sundanese" class="nturl notranslate su flag Sundanese"></a><li id="Swahili"><a title="Swahili" class="nturl notranslate sw flag Swahili"></a><li id="Swedish"><a title="Swedish" class="nturl notranslate sv flag Swedish"></a><li id="Tajik"><a title="Tajik" class="nturl notranslate tg flag Tajik"></a><li id="Tamil"><a title="Tamil" class="nturl notranslate ta flag Tamil"></a><li id="Telugu"><a title="Telugu" class="nturl notranslate te flag Telugu"></a><li id="Thai"><a title="Thai" class="nturl notranslate th flag Thai"></a><li id="Turkish"><a title="Turkish" class="nturl notranslate tr flag Turkish"></a><li id="Ukrainian"><a title="Ukrainian" class="nturl notranslate uk flag Ukrainian"></a><li id="Urdu"><a title="Urdu" class="nturl notranslate ur flag Urdu"></a><li id="Uzbek"><a title="Uzbek" class="nturl notranslate uz flag Uzbek"></a><li id="Vietnamese"><a title="Vietnamese" class="nturl notranslate vi flag Vietnamese"></a><li id="Welsh"><a title="Welsh" class="nturl notranslate cy flag Welsh"></a><li id="Xhosa"><a title="Xhosa" class="nturl notranslate xh flag Xhosa"></a><li id="Yiddish"><a title="Yiddish" class="nturl notranslate yi flag Yiddish"></a><li id="Yoruba"><a title="Yoruba" class="nturl notranslate yo flag Yoruba"></a><li id="Zulu"><a title="Zulu" class="nturl notranslate zu flag Zulu"></a></ul></div><div id='glt-footer'></div><script>function GoogleLanguageTranslatorInit() { new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages:'af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ml,ms,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sr,sn,st,sd,si,sk,sl,sm,gd,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu', autoDisplay: false}, 'google_language_translator');}</script><img style="position:absolute;" class="hidden" src="https://bcp.crwdcntrl.net/5/c=931/b=39059960" width="1" height="1"/> <img style="position:absolute;" class="hidden" src="https://bcp.crwdcntrl.net/5/c=931/b=39059724" width="1" height="1"/><img style="position:absolute;" class="hidden" src="https://bcp.crwdcntrl.net/5/c=931/b=39059608" width="1" height="1"/><script src="https://a.adtpix.com/px/?id=108164"></script><script src="https://a.adtpix.com/px/?id=108169"></script><script>var axel = Math.random() + '';var a = axel * 10000000000000;document.write('<img class="hidden" src="https://pubads.g.doubleclick.net/activity;dc_iu=/5349/DFPAudiencePixel;ord=' + a + ';dc_seg=492811538?" width=1 height=1 border=0/>');</script><noscript><img class="hidden" src="https://pubads.g.doubleclick.net/activity;dc_iu=/5349/DFPAudiencePixel;ord=1;dc_seg=492811538?" width=1 height=1 border=0/></noscript><!--Start of DoubleClick Floodlight Tag: Please do not removeActivity name of this tag: 20027318_DBM_Detroit MI_PageView Pixel_04.25.18URL of the webpage where the tag is expected to be placed: https://visitdetroit.comThis tag must be placed between the <body> and </body> tags, as close as possible to the opening tag.Creation Date: 04/25/2018--><script>var axel = Math.random() + "";var a = axel * 10000000000000;document.write('<iframe class="hidden" src="https://8498173.fls.doubleclick.net/activityi;src=8498173;type=invmedia;cat=wyt6j4q6;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=' + a + '?" width="1" height="1" frameborder="0" style="display:none"></iframe>');</script><noscript><iframe class="hidden" src="https://8498173.fls.doubleclick.net/activityi;src=8498173;type=invmedia;cat=wyt6j4q6;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=1?" width="1" height="1" frameborder="0" style="display:none"></iframe></noscript><!-- End of DoubleClick Floodlight Tag: Please do not remove --><!-- Activity name for this tag: 20028292_Detroit MI_PageView Pixel_04.25.18 --><script>var axel = Math.random()+"";var a = axel * 10000000000000;document.write('<img class="hidden" src="https://pubads.g.doubleclick.net/activity;xsp=4379649;ord='+ a +'?" width=1 height=1 border=0/>');</script><noscript><img src="https://pubads.g.doubleclick.net/activity;xsp=4379649;ord=1?" width=1 height=1 border=0/></noscript><script type="text/javascript"> function setCookie(name, value, days) { if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); var expires = "; expires=" + date.toGMTString(); } else { var expires = ""; } document.cookie = name + "=" + value + expires + "; path=/"; } jQuery(document).ready(function(){ // cdAnalytics needs to be global try { cdAnalytics = new clickdimensions.Analytics('analytics.clickdimensions.com'); cdAnalytics.setAccountKey('aIgYJlb3uEO3PFyNpMlcaA'); cdAnalytics.setDomain('visitdetroit.com'); cdAnalytics.setScore(typeof(cdScore) == "undefined" ? 0 : (cdScore == 0 ? null : cdScore)); cdAnalytics.trackPage(); if( cdAnalytics.I != null && cdAnalytics.I != '' ) { setTimeout(function(){ setCookie('dmcvbcuvid', cdAnalytics.I, 1); }, 1000); } } catch (e) { console.error("Error loading click dimensions", e); } }); </script> <link rel='stylesheet' id='io-share-css' href='https://visitdetroit.com//content/plugins/io-share/css/io-share.min.css?ver=5c8a8469b7a8ee8af5e51971890e44ab' type='text/css' media='all' /> <script type='text/javascript' src='https://analytics.clickdimensions.com/ts.js?ver=5c8a8469b7a8ee8af5e51971890e44ab'></script> <script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.10/jquery.lazy.min.js?ver=5c8a8469b7a8ee8af5e51971890e44ab'></script> <script type='text/javascript'> /* <![CDATA[ */ var io_obj = {"ajax_url":"https:\/\/visitdetroit.com\/wp\/wp-admin\/admin-ajax.php"}; var io_hub = {"hub_url":"https:\/\/hub53.visitdetroit.com"}; /* ]]> */ </script> <script type='text/javascript' src='https://visitdetroit.com//content/themes/visitdetroit-custom/public/js/main.js?ver=1.1'></script> <script type='text/javascript' src='https://visitdetroit.com//content/themes/visitdetroit-custom/resources/assets/js/google-analytics-events.js?ver=5c8a8469b7a8ee8af5e51971890e44ab'></script> <script type='text/javascript' src='https://visitdetroit.com//content/themes/visitdetroit-custom/resources/assets/js/purechat.js?ver=5c8a8469b7a8ee8af5e51971890e44ab'></script> <script type='text/javascript' src='https://visitdetroit.com//content/plugins/google-language-translator/js/scripts.js?ver=5.0.48'></script> <script type='text/javascript' src='//translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit'></script> <script type='text/javascript' src='https://visitdetroit.com//content/plugins/wpsolr-pro/wpsolr/core/js/bootstrap-typeahead.js?ver=20.9'></script> <script type='text/javascript' src='https://visitdetroit.com//content/plugins/wpsolr-pro/wpsolr/core/bower_components/jsurl/url.min.js?ver=20.9'></script> <script type='text/javascript'> /* <![CDATA[ */ var wp_localize_script_autocomplete = {"data":{"ajax_url":"https:\/\/visitdetroit.com\/wp\/wp-admin\/admin-ajax.php","is_show_url_parameters":true,"is_ajax":false,"SEARCH_PARAMETER_S":"s","SEARCH_PARAMETER_SEARCH":"search","SEARCH_PARAMETER_Q":"wpsolr_q","SEARCH_PARAMETER_FQ":"wpsolr_fq","SEARCH_PARAMETER_SORT":"wpsolr_sort","SEARCH_PARAMETER_PAGE":"wpsolr_page","SORT_CODE_BY_RELEVANCY_DESC":"sort_by_relevancy_desc","wpsolr_autocomplete_is_active":true,"wpsolr_autocomplete_selector":".search-field,#solr-search","wpsolr_autocomplete_action":"wdm_return_solr_rows","wpsolr_autocomplete_nonce_selector":"#wpsolr_autocomplete_nonce","css_ajax_container_page_title":".page-title","css_ajax_container_page_sort":".woocommerce-ordering","css_ajax_container_results":".products,.results-by-facets","css_ajax_container_pagination":"nav.woocommerce-pagination,.paginate_div","css_ajax_container_pagination_page":"a.page-numbers,a.paginate","css_ajax_container_results_count":".woocommerce-result-count,.res_info","ajax_delay_ms":"","redirect_search_home":""}}; /* ]]> */ </script> <script type='text/javascript' src='https://visitdetroit.com//content/plugins/wpsolr-pro/wpsolr/core/js/autocomplete_solr.js?ver=20.9'></script> <script type='text/javascript' src='https://visitdetroit.com//content/plugins/wpsolr-pro/wpsolr/core/js/loadingoverlay/loadingoverlay.min.js?ver=20.9'></script> <script type='text/javascript' src='https://visitdetroit.com/wp/wp-includes/js/wp-embed.min.js?ver=5c8a8469b7a8ee8af5e51971890e44ab'></script> <script type='text/javascript' src='https://visitdetroit.com//content/plugins/io-share/js/io-share.min.js?ver=5c8a8469b7a8ee8af5e51971890e44ab'></script> <script type='text/javascript' src='https://visitdetroit.com//content/themes/visitdetroit-custom/resources/assets/js/event-images-carousel.js?ver=5c8a8469b7a8ee8af5e51971890e44ab'></script> <script type='text/javascript' src='https://cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/src/markerclusterer.js?ver=1.1'></script> <script type='text/javascript'> /* <![CDATA[ */ var eventScript = {"templateUrl":"https:\/\/visitdetroit.com","templateDirectory":"https:\/\/visitdetroit.com\/\/content\/themes\/visitdetroit-custom","eventLocation":{"address":"1 Hart Plaza, Detroit, MI 48226","lat":"42.32749279999999","lng":"-83.04428139999999"},"rendered_poi_svg":"<svg version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" width=\"34px\" height=\"50px\" fill=\"currentColor\" viewBox=\"49.95 73.5 34 50\" enable-background=\"new 49.95 73.5 34 50\" xml:space=\"preserve\"><path d=\"M66.95,73.5c-9.388,0-17,7.897-17,17.598c0,12.113,15.502,30.701,16.188,31.513l0.812,0.889l0.812-0.889 c0.609-0.812,16.188-19.299,16.188-31.513C83.848,81.423,76.261,73.5,66.95,73.5z M66.95,101.813 c-6.293,0-11.469-5.18-11.469-11.478s5.176-11.478,11.469-11.478s11.469,5.18,11.469,11.478 C78.444,96.786,73.243,101.813,66.95,101.813z\"\/><\/svg>","detroit_lat":"42.3313889","detroit_lng":"-83.0458333","mapScript":"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyBU2o6admxvhAYjTMJxQIfaiiyyvkpWv-Q"}; /* ]]> */ </script> <script type='text/javascript' src='https://visitdetroit.com//content/themes/visitdetroit-custom/resources/assets/js/event-map.js?ver=1.1'></script> </body> </html> <!-- Dynamic page generated in 0.806 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2019-01-21 09:45:45 --> <!-- Compression = gzip --> <!-- super cache -->