CINXE.COM
CHIPOTLE NAMES SCOTT BOATWRIGHT CHIEF EXECUTIVE OFFICER AND MEMBER OF THE BOARD - Nov 11, 2024
<!DOCTYPE html> <!-- saved from url=(0034)https://www.chipotle.com/whats-new --> <html data-language="en-uk"> <head> <!-- begin spin_special_output(head_start) --> <style type="text/css" wd_script_id="search_form_style" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> .wd_search_form .wd_input_datepicker { margin-right: 2px; } .wd_search_type_checkbox { margin-left: 20px; } </style> <script type="text/javascript" src="js/jquery-webdriver.js" wd_script_id="jquery-webdriver.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <script type="text/javascript" src="js/webdriver.js" wd_script_id="webdriver.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <script type="text/javascript" wd_script_id="search_form_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> function wd_toggle_search_form(link, advanced) { var $ = webDriver.jQuery; var $container = $(link).closest(".wd_search_form_container"); var basic_form = $container.find(".wd_search_form_basic"); var basic_query = basic_form.find('input[name="query"]'); var advanced_form = $container.find(".wd_search_form_advanced"); var advanced_query = advanced_form.find('input[name="query"]'); if (advanced) { advanced_query.val(basic_query.val()); advanced_form.show(); basic_form.hide(); } else { basic_query.val(advanced_query.val()); basic_form.show(); advanced_form.hide(); } } function wd_toggle_search_type_checkboxes(radio) { var $ = webDriver.jQuery; var $radio = $(radio); var all = $radio.val() == "All" ? $radio.is(":checked") : !$radio.is(":checked"); var $checkboxes = $radio.closest(".wd_form_field").find(".wd_search_type_checkbox"); $checkboxes.find('input[type="checkbox"]').prop("disabled", all); $checkboxes.toggle(!all); } webDriver.jQuery(function ($) { $('.wd_search_type_radio input[type="radio"]').each(function() {wd_toggle_search_type_checkboxes(this);}); }); </script> <script type="text/javascript" wd_script_id="view_printable_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> function view_printable() { var loc = window.location; var sep = (loc.search == "") ? "?" : "&"; var url = loc.protocol+"//"+loc.host+loc.pathname+loc.search+sep+"printable"+loc.hash; window.open(url, "_blank", ""); } </script> <link href="thirdparty/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet" wd_script_id="font-awesome.min.css"> <style type="text/css" wd_script_id="toolbar_style" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> div.wd_toolbar { border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; margin: 15px 0px 15px 0px; padding: 5px; line-height: 1; } div.wd_toolbar-page { clear: both; } div.wd_toolbar ul.wd_tools { display: inline-block; width: 100%; margin: 0; padding: 5px 0; } div.wd_toolbar ul.wd_tools li.wd_tool { display: block; list-style-type: none; margin-right: 5px; padding: 0; float: right; } span.wd_tool_icon > a:link, span.wd_tool_icon > a:visited { border-radius: 2px; display: inline-block; width: 30px; height: 30px; box-sizing: border-box; margin: 0; padding: 7px; font-size: 16px; line-height: 1; text-align: center; color: #ffffff; background-color: #767676; } span.wd_tool_icon > a:hover { color: #ffffff; background-color: #666666; text-decoration: none; } div.wd_toolbar ul.wd_tools li.wd_tool-addthis { float: left; } </style> <script type="text/javascript" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg==">webDriver.push_jQuery();</script> <script type="text/javascript" src="js/jquery-ui.js" wd_script_id="jquery-ui.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <script type="text/javascript" src="js/wd_resize.js" wd_script_id="wd_resize.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <link href="css/wd_modal.css" type="text/css" rel="stylesheet" wd_script_id="wd_modal.css"> <link href="css/wd_wcag.css" type="text/css" rel="stylesheet" wd_script_id="wd_wcag.css"> <script type="text/javascript" wd_script_id="wd_modal_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> (function($) { webDriver.resizeModal = function() { $(this).find(".wd_modal").wd_modal("resize"); return false; } var modals = []; function _value(value, base) { if (typeof value == "string" && value.indexOf("%") > 0) { return base * parseInt(value, 10) / 100; } else { return parseInt(value, 10); } } var wd_modal = function(element, options) { this.init(element, options); }; wd_modal.prototype = { init: function(element, options) { var self = this; this.isOpen = false; this.opener = null; this.$element = $(element); this._options = { autoOpen: false, closeExisting: false, closeOnEscape: true, closeOnOverlayClick: true, fadeDuration: null, margin: "10%", padding: 10 }; this.options(options); this.$overlay = $("<div>").addClass("wd_modal-overlay").attr("wd_resize","resizeModal").appendTo($("body")).hide(); this.$outer = $("<div>").addClass("wd_modal-outer").appendTo(this.$overlay); this.$inner = $("<div>").addClass("wd_modal-inner").appendTo(this.$outer).append(this.$element); // Hack because I can't figure out where the extra few pixels at the bottom of the content are coming from this.$inner.css("overflow-y", "hidden"); this.$close = $("<a class=\"wd_modal-close fa fa-times\" href=\"#close\" title=\"Close\"><span class=\"wd_sr-only\">Close Dialog<\/span><\/a>") .on("click", function(event) {self.close(); event.preventDefault();}) .appendTo(this.$outer); this.$element.addClass("wd_modal"); if (this._options.autoOpen) this.open(this._options.closeExisting); }, options: function(options) { if (options) { $.extend(this._options, options); this._options.fadeDuration = parseInt(this._options.fadeDuration, 10); if (isNaN(this._options.fadeDuration)) this._options.fadeDuration = false; if (!$.isArray(this._options.margin)) this._options.margin = [this._options.margin]; if (this._options.margin.length < 2) this._options.margin[1] = this._options.margin[0]; if (this._options.margin.length < 3) this._options.margin[2] = this._options.margin[0]; if (this._options.margin.length < 4) this._options.margin[3] = this._options.margin[1]; if (!$.isArray(this._options.padding)) this._options.padding = [this._options.padding]; if (this._options.padding.length < 2) this._options.padding[1] = this._options.padding[0]; if (this._options.padding.length < 3) this._options.padding[2] = this._options.padding[0]; if (this._options.padding.length < 4) this._options.padding[3] = this._options.padding[1]; } else { return this._options; } }, reload: function(options) { if (options) { this.options(options); } this.resize(); }, open: function(closeExisting, now) { if (this.isOpen) return; var self = this; var myCloseExisting = closeExisting; if (!this.opener) this.opener = document.activeElement; if (closeExisting && modals.length > 0) { for (var i = modals.length - 1; i >= 0; --i) modals[i].close(true, true); } this.$overlay.addClass("wd_modal-current"); $("body").append(this.$overlay); if (!now && this._options.fadeDuration) { this.$overlay.fadeIn(this._options.fadeDuration, function() {self.open(myCloseExisting, true);}); } else { if (modals.length == 0) { $("body").css("overflow","hidden"); $(document).on("keydown.wd_modal", function (event) { var current = modals[modals.length - 1]; if ((event.which == 27 || event.keyCode == 27) && current._options.closeOnEscape) { current.close(); event.stopImmediatePropagation(); event.preventDefault(); } }); } if (this._options.closeOnOverlayClick) { this.$overlay.on("click.wd_modal", function (event) { if (event.target == this) { self.close(); event.preventDefault(); } }); } modals.push(this); this.$overlay.show(); var $focus = this.$element.find(":focusable"); if ($focus.length > 0) $focus[0].focus(); this.isOpen = true; this.$element.trigger("open"); } }, close: function(skipCurrent, now) { if (!this.isOpen) return; this.$element.trigger("beforeClose"); // TODO: allow closing of lower modals modals.pop(); if (modals.length == 0) { $("body").css("overflow",""); $(document).off("keydown.wd_modal"); } this.$overlay.off("click.wd_modal"); if (this.opener) { this.opener.focus(); this.opener = null; } this.isOpen = false; this.$overlay.removeClass("wd_modal-current").hide(); if (!skipCurrent && modals.length > 0) modals[modals.length-1].$overlay.addClass("wd_modal-current"); this.$element.trigger("close"); }, destroy: function() { this.close(false, true); $("body").append(this.$element); this.$overlay.remove(); }, resize: function() { if (!this.isOpen) return; var self = this; var winWidth = $(window).width(); var winHeight = $(window).height(); var margin = this._options.margin; var padding = this._options.padding; var width = winWidth - _value(margin[1], winWidth) - _value(margin[3], winWidth) - _value(padding[1], winWidth) - _value(padding[1], winWidth); var height = winHeight - _value(margin[0], winHeight) - _value(margin[2], winHeight) - _value(padding[0], winHeight) - _value(padding[2], winHeight); this.$inner.css("max-width", width); this.$inner.css("max-height", height); $.each(["Top", "Right", "Bottom", "Left"], function(i, v) { self.$outer.css("padding" + v, _value(padding[i])+"px"); }); var fixed = this.$element.find("[wd_need_fixed_container]").is(":visible"); this.$inner.css("width", width); this.$inner.css("height", height); webDriver.doResize(this.$inner); if (!fixed) { this.$inner.css("width", "auto"); this.$inner.css("height", "auto"); if (this.$element.outerHeight() > height) this.$inner.css("height", height); if (this.$element.outerWidth() > width) this.$inner.css("width", width); } } }; $.fn.wd_modal = function(options) { if (options == "exists") { return !!$(this).data("wd_modal"); } else if (typeof options == "string") { var instance = $(this).data("wd_modal"); if (!instance) return null; var args = Array.prototype.slice.call(arguments, 1); return instance[options].apply(instance, args); } else { return this.each(function() { var instance = $(this).data("wd_modal"); if (instance) { instance.reload(options); } else { $(this).data("wd_modal", new wd_modal(this, options)); } }); } }; })(webDriver.jQuery); </script> <script type="text/javascript" src="js/wd_hashchange.js" wd_script_id="wd_hashchange.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <script type="text/javascript" wd_script_id="asset_modal_support_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> (function($) { var prev_group_id = ""; var prev_type_id = ""; var prev_item_id = ""; var prev_hash = false; var on_close = "back"; function hash_update() { var hash = window.location.hash || "#"; if (hash == prev_hash) return; var type_id = ""; var item_id = "" var group_id = "main"; var apos = hash.indexOf("assets_"); if (apos >= 0) { type_id = hash.substr(apos+7); var dpos = type_id.indexOf("-"); if (dpos >= 0) { group_id = type_id.substr(0, dpos); type_id = type_id.substr(dpos+1); } var cpos = type_id.indexOf(":"); if (cpos >= 0) { item_id = type_id.substr(cpos+1); type_id = type_id.substr(0, cpos); } } if (type_id == "") type_id = "all"; if ((type_id != prev_type_id || group_id != prev_group_id) && item_id == "") { var $carousel = $(".wd_asset_carousel_"+group_id+"_list") if ($carousel.length > 0) $carousel.wd_carousel("filter", (type_id == "all") ? false : ".wd_asset_type_"+type_id); var $slideshow = $(".wd_asset_slideshow_"+group_id+"_list") if ($slideshow.length > 0) $slideshow.wd_slideshow("filter", (type_id == "all") ? false : ".wd_asset_type_"+type_id); $(".wd_asset_carousel_type_link").removeClass("wd_active"); $(".wd_asset_carousel_type_link.wd_asset_type_"+type_id).addClass("wd_active"); prev_type_id = type_id; on_close = "back"; } if (type_id != prev_type_id || item_id != prev_item_id || group_id != prev_group_id) { if (item_id == "") { var save_close = on_close; on_close = false; hide_asset_modal(); on_close = save_close; } else { load_asset_modal(group_id, type_id, item_id); } set_social_share_data(); prev_item_id = item_id; if (prev_hash === false) on_close = "reset"; } prev_group_id = group_id; prev_hash = hash; } hide_asset_modal = function() { $(".wd_asset_modal").wd_modal("close"); } load_asset_modal = function(group_id, type_id, item_id) { var $modal = $(".wd_asset_modal_"+group_id);; if ($modal.length == 0) return; if (!$modal.wd_modal("exists")) { $modal.wd_modal({ autoOpen: false, }); $modal.show(); $modal.on("close", function() { if (on_close == "back") { history.back(); } else if (on_close == "reset") { var href = window.location.href; href = href.replace(/#.*$/, "#assets_all"); window.location.replace(href); } }); } $modal.wd_modal("open", true); var $slideshow = $(".wd_asset_slideshow_"+group_id+"_list"); if ($slideshow.length > 0) { var $slideshow_item = $slideshow.find(".wd_asset_"+type_id+"-"+item_id).not(".wd_clone"); if ($slideshow_item.length > 0) $slideshow.wd_slideshow("scrollToItem", $slideshow_item); } var $carousel = $(".wd_asset_carousel_"+group_id+"_list"); if ($carousel.length > 0) { var $carousel_item = $carousel.find(".wd_asset_"+type_id+"-"+item_id).not(".wd_clone"); if ($carousel_item.length > 0) $carousel.wd_carousel("scrollToItem", $carousel_item); } } set_social_share_data = function() { var href = window.location.href.replace("#", "#!"); window.addthis_share = { url: href } } $(function() { setTimeout(hash_update, 10); $(window).hashchange(hash_update); }); })(webDriver.jQuery); </script> <style type="text/css" wd_script_id="asset_modal_support_style" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> .wd_asset_modal .wd_captioned_image { max-width: 100%; max-height: 100%; } .wd_asset_modal img { max-width: 100%; max-height: 100%; } .wd_asset_modal div.wd_toolbar.wd_toolbar-asset_modal { position: fixed; background: transparent; top: 5%; left: 50%; transform: translate(-50%,-50%); border: none; margin: 0; } </style> <style type="text/css" wd_script_id="asset_inline_style" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> .wd_asset_inline_list { width: 50%; float: right; clear: right; margin: 0 0 0 10px; } .wd_asset_inline { background-color: #666666; } .wd_asset_inline_list div.wd_toolbar { border: none; font-size: 10px; position: relative; } .wd_asset_inline_list span.wd_tool_icon a { font-size: 10px; width: 16px; height: 16px; padding: 3px; } </style> <script type="text/javascript" src="js/wd_imagesloaded.js" wd_script_id="wd_imagesloaded.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <script type="text/javascript" src="js/wd_scriptloader.js" wd_script_id="wd_scriptloader.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <link href="css/wd_slideshow.css" type="text/css" rel="stylesheet" wd_script_id="wd_slideshow.css"> <script type="text/javascript" wd_script_id="wd_slideshow_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> (function($, undefined) { webDriver.resizeSlideshow = function() { $(this).find(".wd_slideshow-list").wd_slideshow("resize"); return false; } var wd_slideshow = function(element, options) { this.init(element, options); }; wd_slideshow.prototype = { init: function(element, options) { var self = this; this.$element = $(element); this._options = { selector: "li", preload: false, "class": "", resize: "container" // children, self, container }; this.options(options); this.$container = $("<div>").addClass("wd_slideshow").attr("wd_resize","resizeSlideshow").attr("tabindex","-1").insertBefore(this.$element); if (this._options["class"]) this.$container.addClass(this._options["class"]); this.$cropper = $("<div>").addClass("wd_slideshow-cropper").appendTo(this.$container); this.$element .addClass("wd_slideshow-list") .appendTo(this.$cropper) ; this.$prev = $("<a class=\"wd_slideshow-arrow wd_slideshow-prev fa fa-chevron-left\" href=\"#prev\" title=\"Previous\"><span class=\"wd_sr-only\">Previous Item<\/span><\/a>") .on("click", function(event) { self.prev(); event.preventDefault(); }) .appendTo(this.$container); this.$next = $("<a class=\"wd_slideshow-arrow wd_slideshow-next fa fa-chevron-right\" href=\"#next\" title=\"Next\"><span class=\"wd_sr-only\">Next Item<\/span><\/a>") .on("click", function(event) { self.next(); event.preventDefault(); }) .appendTo(this.$container); this.$container.on("keydown.wd_slideshow", function (event) { var key = event.which || event.keyCode; if (key == 37) { self.prev(); event.stopImmediatePropagation(); event.preventDefault(); } if (key == 39) { self.next(); event.stopImmediatePropagation(); event.preventDefault(); } }); this.$items = this.$element.children(this._options.selector); this.$items.addClass("wd_slideshow-item"); // Remove any non-items (e.g. unintended text nodes) this.$element.empty(); this.$element.append(this.$items); this.navEnabled = true; this.currentIndex = 0; this.$currentItem = this.$items.eq(0); if (this._options.preload) this.load_next(); }, options: function(options) { if (options) { $.extend(this._options, options); } else { return this._options; } }, reload: function(options) { if (options) { this.options(options); } this.reset(); }, reset: function() { this.$items.data("wd_slideshow-index", null); var $children = this.$element.children(); this.itemCount = $children.length; $children.each(function(index) { $(this).data("wd_slideshow-index", index); }); this.hideNav(this.itemCount < 2); var index = this.$currentItem.data("wd_slideshow-index"); if (!index) index = 0; this.scrollToIndex(index, false); }, hideNav: function(hide) { this.$prev.toggle(!hide); this.$next.toggle(!hide); this.navEnabled = !hide; }, item_loaded: function(item) { var $item = $(item); return ($item.children().length > 0 || !$item.attr("wd_ajax_url")); }, load_next: function() { var self = this; var next = null; var $children = this.$element.children().not(".wd_clone"); var after = this.currentIndex; var before = this.currentIndex; while (after < $children.length || before >= 0) { if (after < $children.length && !this.item_loaded($children[after])) { next = $children[after]; break; } ++after; if (before >= 0 && !this.item_loaded($children[before])) { next = $children[before]; break; } --before; } if (!next) { var $filtered = this.$items.remove($children); $filtered.each(function() { if (!self.item_loaded(this)) { next = this; return false; } }); } if (next) this.load_item(next, function() {self.load_next();}); }, load_item: function(item, on_complete) { var self = this; var $item = $(item); var complete = on_complete; if (!this.item_loaded($item)) { $item.html("<div>Loading...</div>"); $item.addClass("wd_loading"); $item.load( $item.attr("wd_ajax_url"), function(response, status, xhr) { if ($item.children().length == 0) $item.append("<div>No content</div>"); webDriver.queueCallback(function() { if ($item.hasClass("wd_slideshow-current")) self.resize(self._options["resize"] == "container"); $item.removeClass("wd_loading"); if ($item.hasClass("wd_slideshow-current")) { $item.wd_imagesloaded( function() { self.resize(self._options["resize"] == "container"); }, "size" ); } }); if (complete) complete(response, status, xhr); } ); } }, next: function() { return this.scrollBy(1); }, prev: function() { return this.scrollBy(-1); }, scrollBy: function(count) { var index = this.currentIndex + count; return this.scrollToIndex(index, true); }, scrollToIndex: function(index, update_hash) { var self = this; var $children = this.$element.children().not(".wd_clone"); var orig_index = index; index = (index + $children.length) % $children.length; var $child = $children.eq(index); if (update_hash && $child.attr("wd_item_hash")) { var hash = "#"+$child.attr("wd_item_hash"); var current_hash = window.location.hash || "#"; if (hash != current_hash) { var href = window.location.href+"#"; href = href.replace(/#.*$/, hash); window.location.replace(href); return; } } this.$element.find(".wd_slideshow-current").removeClass("wd_slideshow-current"); $child.addClass("wd_slideshow-current"); if (!this.item_loaded($child)) this.load_item($child); this.$container[0].focus(); this.currentIndex = index; this.$currentItem = $child; this.resize(this._options["resize"] == "container"); }, scrollToItem: function(item) { var index = $(item).data("wd_slideshow-index"); if (index !== null) this.scrollToIndex(index, true); }, filter: function(selector) { this.$element.children().detach(); var $items = this.$items; if (selector) $items = $items.filter(selector); this.$element.append($items); this.reset(); }, destroy: function() { this.filter(false); this.$items .removeClass("wd_slideshow-item") .data("wd_slideshow-index", null) ; this.$element .removeClass("wd_slideshow-list") .insertBefore(this.$container) ; this.$container.remove(); }, resize: function(resize_container) { if (resize_container) { webDriver.doResize(this.$container, "container"); } else if (this.$currentItem && !this.$currentItem.hasClass("wd_loading")) { webDriver.doResize(this.$currentItem); } } }; $.fn.wd_slideshow = function(options) { var args = Array.prototype.slice.call(arguments, 1); var result = this; this.each(function() { var instance = $(this).data("wd_slideshow"); if (typeof options == "string") { var res = instance[options].apply(instance, args); if (typeof res != "undefined") { result = res; return false; } } else { if (!instance) { instance = new wd_slideshow(this, options); $(this).data("wd_slideshow", instance); } instance.reload(options); } }); return result; }; })(webDriver.jQuery); </script> <script type="text/javascript" wd_script_id="template_list_slideshow_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> webDriver.jQuery(function($) { $(".wd_layout-slideshow").each(function() { var $slideshow = $(this); $slideshow.wd_slideshow({ preload: true, "class": "wd_asset_slideshow_wrapper wd_asset_slideshow_main_wrapper" }); }); }); </script> <script type="text/javascript" src="js/wd_equal_height.js" wd_script_id="wd_equal_height.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <style type="text/css" wd_script_id="template asset_masonry_item:gallery:system style" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> .wd_gallery_asset { height: 100%; width: 100%; position: relative; color: #ffffff; min-height: 100px; } .wd_gallery_asset .wd_asset_image { height: 100%; width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0px; } .wd_gallery_asset .wd_asset_image > div { width: 100%; text-align: center; } .wd_gallery_asset .wd_asset_image img { max-width: 100%; max-height: none; margin: 0; float: none; flex-shrink: 0; } .wd_gallery_asset .wd_icon_overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, .75) none center center no-repeat; opacity: 0.0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .wd_gallery_asset .wd_icon_overlay .wd_link_underlay { display: block; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; box-sizing: border-box; } .wd_gallery_asset .wd_icon_overlay a.wd_link_underlay:hover { background-color: transparent; } .wd_gallery_asset .wd_icon_overlay .wd_icon_container { font-size: 50px; position: relative; text-align: center; } .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a, .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a:link, .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a:visited { color: #cccccc; } .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a:hover { text-decoration: none; background-color: transparent; } .wd_gallery_asset .wd_title_overlay { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100%; box-sizing: border-box; padding: 10px; pointer-events: none; opacity: 0.0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; } .wd_gallery_asset:hover .wd_icon_overlay, .wd_gallery_asset:hover .wd_title_overlay, .wd_gallery_asset:focus-within .wd_icon_overlay, .wd_gallery_asset:focus-within .wd_title_overlay { opacity: 1.0; }</style> <script type="text/javascript" src="js/wd_masonry.js" wd_script_id="wd_masonry.js" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="></script> <script type="text/javascript" wd_script_id="template_list_masonry_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> webDriver.jQuery(function($) { var $container = $(".wd_layout-masonry"); $container.wd_masonry({"minWidth":250}); $container.wd_imagesloaded(function() { $(this).wd_masonry("reflow"); }); $container.on("wd_more_loaded", function() { $(this).wd_masonry("reflow"); }); }); </script> <style type="text/css" wd_script_id="template_list_masonry_style" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> ul.wd_layout-masonry { position: relative; margin: 10px 0; padding: 0; list-style: none; } </style> <script type="text/javascript" wd_script_id="move_content_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> (function($) { function wd_move_content() { $("[wd_move_after]").each(function() { var $this = $(this); var selectors = $this.attr("wd_move_after").split("|"); for (var i = 0; i < selectors.length; ++i) { var $dest = $(selectors[i]); if ($dest.length > 0) { $this.insertAfter($dest.eq(0)); break; } } }); } $(function() { wd_move_content(); }); })(webDriver.jQuery); </script> <script type="text/javascript" wd_script_id="format_news_script" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> (function($) { webDriver.formatNews = function() { var $news = $(this); var print_url = $news.attr("wd_print_url"); $news.find("table").each(function() { var $table = $(this); var $parent = $table.parent(); if ($parent.innerWidth() < $table.outerWidth()) { if ($parent.hasClass("wd_news_table")) { $parent.find(".fullscreen-button").show(); } else { var $btn = $("<button>View News Release Full Screen</button>") .addClass("fullscreen-button") .on("click", function() { if (print_url) window.open(print_url, "_blank", ""); else view_printable(); }) ; var $div = $("<div></div>)") .addClass("wd_news_table") .css("overflow-x", "auto") .append($btn) ; $table.replaceWith($div); $div.append($table); } } else { if ($parent.hasClass("wd_news_table")) $parent.find(".fullscreen-button").hide(); } }); } })(webDriver.jQuery); </script> <style type="text/css" wd_script_id="template detail:newsfeed_releases:system style" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg=="> .wd_title { font-size: 1.3em; font-weight: bold; } .wd_subtitle { font-weight: bold; } table.wd_extimagetable { border-style: none; border-spacing:0px; clear: right; float: right; } td.wd_extimagecell { text-align: right; margin: 0px 0px 5px 5px; padding:0px; } td.wd_extimagecell img { padding-left:10px; padding-bottom:10px; border-style: none; } blockquote.wd_pullquote { font-style: italic; width:200px; margin:0 0 20px 20px; line-height: 1.8em; float: right; clear: right; } blockquote.wd_pullquote:before { content: "“ "; font-size: xx-large; } blockquote.wd_pullquote:after { content: " ”"; font-size: xx-large; float: right; } .fullscreen-button { border: 1px solid #d1d1d1; background: #e3e3e3 url(images/webdriver/view_full_screen_button_background.png) no-repeat; padding: 3px 3px 3px 30px; margin: 5px 0px 5px 0px; color: #727272; width: 220px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; } .wd_contact { margin: 1em 0; } .wd_release_data { margin: 1em 0; } .wd_caption { text-align: center; font-size: 0.72em; font-style: italic; margin: 1em 0 0 0; } </style> <script type="text/javascript" nonce="YTNkYmZlZjBhNjdiZDc2NzUyYjJmYThjNjkwNTZjNmNjOTIzNTU4Yg==">webDriver.pop_jQuery();</script> <!-- end spin_special_output(head_start) --> <!-- No Follow Corporate Governance --> <!-- Ketch --> <!-- For production purposes: --> <script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};n=document.createElement("script");n.type="text/javascript",n.src="https://global.ketchcdn.com/web/v3/config/chipotle/third_party_property/boot.js",n.defer=n.async=!0,document.getElementsByTagName("head")[0].appendChild(n)}(); </script> <!-- ad no-follow metatag here, based on list ids, if no meta tag, no need for nofollow--> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript" async="" src="./js/linkid.js"></script> <script async="" src="./js/scevent.min.js"></script> <script async="" src="./js/core.js"></script> <!-- <script src="./js/btp" async=""></script> --> <script type="text/javascript" async="" src="./js/conversion_async.js"></script> <!-- <script type="text/javascript" async="" src="https://static.ads-twitter.com/uwt.js"></script> --> <!-- <script type="text/javascript" async="" src="./js/analytics.js"></script> --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet"> <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/v4-shims.js"></script> <!-- <script async="" src="./js/gtm.js"></script> --> <link id="favicon" rel="shortcut icon" href="images/favicon.ico" /> <script type="text/javascript"> window.NREUM || (NREUM = {}); NREUM.info = { "beacon": "bam.nr-data.net", "errorBeacon": "bam.nr-data.net", "licenseKey": "d5924f31c4", "applicationID": "5552385", "transactionName": "IAsMQRRYWg5VQ0lHBQQBERoVX1kV", "queueTime": 0, "applicationTime": 4, "agent": "" } </script> <script type="text/javascript"> window.NREUM || (NREUM = {}), __nr_require = function(e, t, n) { function r(n) { if (!t[n]) { var o = t[n] = { exports: {} }; e[n][0].call(o.exports, function(t) { var o = e[n][1][t]; return r(o || t) }, o, o.exports) } return t[n].exports } if ("function" == typeof __nr_require) return __nr_require; for (var o = 0; o < n.length; o++) r(n[o]); return r }({ 1: [function(e, t, n) { function r() {} function o(e, t, n) { return function() { return i(e, [f.now()].concat(u(arguments)), t ? null : this, n), t ? void 0 : this } } var i = e("handle"), a = e(2), u = e(3), c = e("ee").get("tracer"), f = e("loader"), s = NREUM; "undefined" == typeof window.newrelic && (newrelic = s); var p = ["setPageViewName", "setCustomAttribute", "setErrorHandler", "finished", "addToTrace", "inlineHit", "addRelease"], d = "api-", l = d + "ixn-"; a(p, function(e, t) { s[t] = o(d + t, !0, "api") }), s.addPageAction = o(d + "addPageAction", !0), s.setCurrentRouteName = o(d + "routeName", !0), t.exports = newrelic, s.interaction = function() { return (new r).get() }; var m = r.prototype = { createTracer: function(e, t) { var n = {}, r = this, o = "function" == typeof t; return i(l + "tracer", [f.now(), e, n], r), function() { if (c.emit((o ? "" : "no-") + "fn-start", [f.now(), r, o], n), o) try { return t.apply(this, arguments) } catch (e) { throw c.emit("fn-err", [arguments, this, e], n), e } finally { c.emit("fn-end", [f.now()], n) } } } }; a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","), function(e, t) { m[t] = o(l + t) }), newrelic.noticeError = function(e) { "string" == typeof e && (e = new Error(e)), i("err", [e, f.now()]) } }, {}], 2: [function(e, t, n) { function r(e, t) { var n = [], r = "", i = 0; for (r in e) o.call(e, r) && (n[i] = t(r, e[r]), i += 1); return n } var o = Object.prototype.hasOwnProperty; t.exports = r }, {}], 3: [function(e, t, n) { function r(e, t, n) { t || (t = 0), "undefined" == typeof n && (n = e ? e.length : 0); for (var r = -1, o = n - t || 0, i = Array(o < 0 ? 0 : o); ++r < o;) i[r] = e[t + r]; return i } t.exports = r }, {}], 4: [function(e, t, n) { t.exports = { exists: "undefined" != typeof window.performance && window.performance.timing && "undefined" != typeof window.performance.timing.navigationStart } }, {}], ee: [function(e, t, n) { function r() {} function o(e) { function t(e) { return e && e instanceof r ? e : e ? c(e, u, i) : i() } function n(n, r, o, i) { if (!d.aborted || i) { e && e(n, r, o); for (var a = t(o), u = m(n), c = u.length, f = 0; f < c; f++) u[f].apply(a, r); var p = s[y[n]]; return p && p.push([b, n, r, a]), a } } function l(e, t) { v[e] = m(e).concat(t) } function m(e) { return v[e] || [] } function w(e) { return p[e] = p[e] || o(n) } function g(e, t) { f(e, function(e, n) { t = t || "feature", y[n] = t, t in s || (s[t] = []) }) } var v = {}, y = {}, b = { on: l, emit: n, get: w, listeners: m, context: t, buffer: g, abort: a, aborted: !1 }; return b } function i() { return new r } function a() { (s.api || s.feature) && (d.aborted = !0, s = d.backlog = {}) } var u = "nr@context", c = e("gos"), f = e(2), s = {}, p = {}, d = t.exports = o(); d.backlog = s }, {}], gos: [function(e, t, n) { function r(e, t, n) { if (o.call(e, t)) return e[t]; var r = n(); if (Object.defineProperty && Object.keys) try { return Object.defineProperty(e, t, { value: r, writable: !0, enumerable: !1 }), r } catch (i) {} return e[t] = r, r } var o = Object.prototype.hasOwnProperty; t.exports = r }, {}], handle: [function(e, t, n) { function r(e, t, n, r) { o.buffer([e], r), o.emit(e, t, n) } var o = e("ee").get("handle"); t.exports = r, r.ee = o }, {}], id: [function(e, t, n) { function r(e) { var t = typeof e; return !e || "object" !== t && "function" !== t ? -1 : e === window ? 0 : a(e, i, function() { return o++ }) } var o = 1, i = "nr@id", a = e("gos"); t.exports = r }, {}], loader: [function(e, t, n) { function r() { if (!x++) { var e = h.info = NREUM.info, t = d.getElementsByTagName("script")[0]; if (setTimeout(s.abort, 3e4), !(e && e.licenseKey && e.applicationID && t)) return s.abort(); f(y, function(t, n) { e[t] || (e[t] = n) }), c("mark", ["onload", a() + h.offset], null, "api"); var n = d.createElement("script"); n.src = "https://" + e.agent, t.parentNode.insertBefore(n, t) } } function o() { "complete" === d.readyState && i() } function i() { c("mark", ["domContent", a() + h.offset], null, "api") } function a() { return E.exists && performance.now ? Math.round(performance.now()) : (u = Math.max((new Date).getTime(), u)) - h.offset } var u = (new Date).getTime(), c = e("handle"), f = e(2), s = e("ee"), p = window, d = p.document, l = "addEventListener", m = "attachEvent", w = p.XMLHttpRequest, g = w && w.prototype; NREUM.o = { ST: setTimeout, SI: p.setImmediate, CT: clearTimeout, XHR: w, REQ: p.Request, EV: p.Event, PR: p.Promise, MO: p.MutationObserver }; var v = "" + location, y = { beacon: "bam.nr-data.net", errorBeacon: "bam.nr-data.net", agent: "js-agent.newrelic.com/nr-1071.min.js" }, b = w && g && g[l] && !/CriOS/.test(navigator.userAgent), h = t.exports = { offset: u, now: a, origin: v, features: {}, xhrWrappable: b }; e(1), d[l] ? (d[l]("DOMContentLoaded", i, !1), p[l]("load", r, !1)) : (d[m]("onreadystatechange", o), p[m]("onload", r)), c("mark", ["firstbyte", u], null, "api"); var x = 0, E = e(4) }, {}] }, {}, ["loader"]); </script> <title>CHIPOTLE NAMES SCOTT BOATWRIGHT CHIEF EXECUTIVE OFFICER AND MEMBER OF THE BOARD - Nov 11, 2024</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <!-- <link rel="stylesheet" type="text/css" href="css/template.css"> --> <link href="./css/application.css" rel="stylesheet" media="screen"> <!-- <link rel="shortcut icon" href="../images/favicon.ico" /> --> <link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="css/wdcontent.css"> <link rel="stylesheet" type="text/css" href="css/wd_media_query.css"> <link rel="stylesheet" type="text/css" href="css/footer.css"> <meta name="language" content="en-us"> <meta name="time-zone" content="Pacific/Pago_Pago"> <meta name="og:image" content="https://d5bzqyuki558t.cloudfront.net/cms-assets/system/asset_versions/attachments/000/000/456/original/social_share_placeholder.jpg?1429200830"> <meta name="description" content="Get to know us better, or learn about what we're up to when we're not rolling your favorite burrito."> <meta name="keywords" content="barbacoa, burritos, mexican, grill, food, dining, carnitas, jalapeno, restaurant, Denver, fast food, steak, beef, chicken, rice, vegetables, salsa, nacho, pepper, guacamole, cilantro, tortilla, fresh mex, quick service, Food With Integrity, unprocessed food, seasonal food, family-farmed food, sustainable food, nutritious food, naturally raised food, added hormone free food, organic food, artisanal, Pork"> <meta name="site-env" content="live"> <link rel="canonical" href="https://www.chipotle.com/whats-new"> <!-- <script src="https://googleads.g.doubleclick.net/pagead/viewthroughconversion/964791676/?random=1519317956291&cv=9&fst=1519317956291&num=1&guid=ON&resp=GooglemKTybQhCsO&eid=376635470&u_h=1080&u_w=1920&u_ah=1057&u_aw=1920&u_cd=24&u_his=1&u_tz=-420&u_java=false&u_nplug=4&u_nmime=5&gtm=G2d&frm=0&url=https%3A%2F%2Fwww.chipotle.com%2Fwhats-new&ref=https%3A%2F%2Fdvcotechnology.basecamphq.com%2Fprojects%2F14084273-prn-chipotle-mediaroom-investorroom%2Fmilestones%2F57753929%2Fcomments&tiba=Chipotle%20%E2%80%94%20What%27s%20New&async=1&rfmt=3&fmt=4"></script> --> <!-- begin spin_special_output(head_end) --> <link rel="canonical" href="https://ir.chipotle.com/2024-11-11-CHIPOTLE-NAMES-SCOTT-BOATWRIGHT-CHIEF-EXECUTIVE-OFFICER-AND-MEMBER-OF-THE-BOARD" /> <!-- end spin_special_output(head_end) --> </head> <body class="wd_pageid_20295 wd_item_page wd_item_122770"> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-557MDK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <header class="section section--header"> <!-- <a href="https://www.chipotle.com/whats-new#main" aria-label="Skip to content" tabindex="0" id="s2c">Skip to content</a> --> <div class="header"> <div class="header--content"> <!-- MOBILE MENU BURGER BTN --> <div class="menu-toggle"> <button type="button" class="menu-toggle__button js-menu-toggle"> <span class="menu-toggle__bar"></span> <span class="menu-toggle__bar"></span> <span class="menu-toggle__bar"></span> </button> </div> <!-- . menu-toggle --> <!-- LOGO --> <a href="https://www.chipotle.com/" class="logo"> <img src="./images/logo.svg" alt="Chipotle"> </a> <!-- . logo --> <!-- DESKTOP: TOP-RIGHT TINY LINKS --> <nav class="nav--secondary"> <ul class="menu"> <li class="menu__item"> <div class="placeholder reset" data-type="placeholder" data-marker_id="header-link-1" data-edit-style="width: 90px; min-height: 30px; height: 30px; margin-top: 20px;" data-allow-modules="link"> </div> <!-- / Placeholder --> </li> <li class="menu__item"> <div class="placeholder reset" data-type="placeholder" data-marker_id="header-link-2" data-edit-style="width: 90px; min-height: 30px; height: 30px; margin-top: 20px;" data-allow-modules="link"> </div> <!-- / Placeholder --> </li> <li class="menu__item" data-language="en-us,en-ca"> </li> </ul> <!-- . menu --> </nav> <!-- . nav secondary --> <!-- DESKTOP: MAIN PAGE LINKS --> <nav class="nav--main" role="navigation" data-type="navigation" data-level="0"> <ul data-type="menu" class="menu"> <ul class="menu__item"> <li><a href="https://ir.chipotle.com/investor-overview" target="_self">Home</a> </li> <li><a href="https://ir.chipotle.com/corporate-governance" target="_self">Corporate Governance</a> <ul class="top-subnav"> <div class="subnav-container"> <li><a href="https://ir.chipotle.com/board-of-directors" target="_self">Board of Directors</a></li> <li><a href="https://ir.chipotle.com/board-committees" target="_self">Board Committees</a></li> <li><a href="https://ir.chipotle.com/management" target="_self">Management</a></li> </div> </ul> </li> <li class="on"><a class="on" href="https://ir.chipotle.com/news-releases" target="_self">News Releases</a> </li> <li><a href="https://ir.chipotle.com/presentations" target="_self">Presentations</a> </li> <li><a href="https://ir.chipotle.com/sec-filings" target="_self">SEC Filings</a> </li> <li><a href="https://ir.chipotle.com/stock-information" target="_self">Stock Information</a> <ul class="top-subnav"> <div class="subnav-container"> <li><a href="https://ir.chipotle.com/investment-calculator" target="_self">Investment Calculator</a></li> <li><a href="https://ir.chipotle.com/historical-stock-price" target="_self">Historical Stock Price</a></li> <li><a href="https://ir.chipotle.com/analyst-coverage" target="_self">Analyst Coverage</a></li> <li><a href="https://ir.chipotle.com/insider-transactions" target="_self">Insider Transactions</a></li> </div> </ul> </li> <li><a href="https://ir.chipotle.com/events" target="_self">Events</a> </li> <li><a href="https://ir.chipotle.com/contact-us" target="_self">Contact Us</a> <ul class="top-subnav"> <div class="subnav-container"> <li><a href="https://ir.chipotle.com/alerts" target="_self">Alerts</a></li> </div> </ul> </li> </ul> </ul> </nav> <!-- . nav main --> <div class="nav--search"> <div class="search-icon"> <i class="fas fa-search"></i> </div> <div class="search--dropdown"> <!-- <i class="fas fa-search"></i> --> <!-- BEGIN SITE SEARCH --> <div class="wd_search_form_container"><form name="basic_search" method="get" action="https://ir.chipotle.com/index.php?s=82" class="wd_search_form wd_search_form_basic"><input type="hidden" name="s" value="search_results" /><input type="text" name="query" value="" size="32" placeholder="Keywords..." title="Keywords..." /> <input type="submit" name="submit" value="Search"></form> </div> <!-- END SITE SEARCH --> <p>By typing here, you consent to our <a href="https://www.chipotle.com/privacy-policy">Privacy Policy</a> and sharing of what you type with our vendors.</p> </div> </div> <!-- MOBILE MAIN MENU --> <nav class="nav--side js-side-menu"> <!-- Main Nav items --> <div class="nav--side__top" data-type="navigation"> <ul data-type="menu" class="menu"> <ul> <li><a href="https://ir.chipotle.com/investor-overview" target="_self">Home</a></li> <li><a href="https://ir.chipotle.com/corporate-governance" target="_self">Corporate Governance</a></li> <li class="on"><a class="on" href="https://ir.chipotle.com/news-releases" target="_self">News Releases</a></li> <li><a href="https://ir.chipotle.com/presentations" target="_self">Presentations</a></li> <li><a href="https://ir.chipotle.com/sec-filings" target="_self">SEC Filings</a></li> <li><a href="https://ir.chipotle.com/stock-information" target="_self">Stock Information</a></li> <li><a href="https://ir.chipotle.com/events" target="_self">Events</a></li> <li><a href="https://ir.chipotle.com/contact-us" target="_self">Contact Us</a></li> </ul> </ul> </div> <!-- . nav side --> <!-- Thin, utility nav items --> <div class="nav-side__bottom"> <ul class="menu"> <li class="menu_link" data-copy-placeholder="header-link-1"> </li> <li class="menu_link" data-copy-placeholder="header-link-2"> </li> </ul> <!-- . menu --> </div> <!-- . nav side bottom --> </nav> <!-- . nav side --> </div> <!-- . content --> </div> <!-- . header --> <!-- SLIDE-DOWN LOCATIONS FIELD --> <div class="panel panel--location " id="panel-location"> <div class="content"> <form method="post" class="form panel__form location-results-form js-panelFormLocation panel__form--location" action="https://www.chipotle.com/search"> <input type="hidden" name="_action" value="/"> <div class="form__group"> <span class="form__icon icon-location panel__icon"></span> <input type="text" name="query" class="input input--clear panel__input js-panelInput" placeholder=""> </div> <div class="form__group"> <button class="button button--icon panel__submit" type="submit" aria-label="Submit"></button> </div> </form> <!-- .form --> <ul class="location-switcher js-locationResultsToggles"> <li class="location-switcher__item"> <a href="https://www.chipotle.com/whats-new#" class="location-switcher__link is-active location-switcher__link--list" data-action="/" aria-label="Show locations in a list"> <span class="location-switcher__icon icon-list"></span> <span class="location-switcher__title">List</span> </a> </li> <li class="location-switcher__item"> <a href="https://www.chipotle.com/whats-new#" class="location-switcher__link location-switcher__link--list" data-action="/map" aria-label="Show locations on a map"> <span class="location-switcher__icon icon-map"></span> <span class="location-switcher__title">Map</span> </a> </li> </ul> </div> <!-- .content --> </div> <!-- .panel location --> </header> <main id="main" role="main"> <div class="page page--happening page--noPadding typography"> <header> </header> <!-- BEGIN CONTAINER --> <div class="wd_container"> <!-- BEGIN CONTENT-WRAPPER --> <div class="wd_content-wrapper"> <!-- BEGIN CONTENT --> <div class="wd_content" > <div id="wd_printable_content"> <div class="wd_newsfeed_releases-detail"> <div class="wd_title wd_language_left">CHIPOTLE NAMES SCOTT BOATWRIGHT CHIEF EXECUTIVE OFFICER AND MEMBER OF THE BOARD</div> <div class="wd_toolbar wd_toolbar-detail"><ul class="wd_tools"><li class="wd_tool wd_tool-print"><span class="wd_tool_icon"><a onclick="view_printable(); return false;" rel="nofollow" href="#print" title="print"><span class="fa fa-print"></span></a></span></li><li class="wd_tool wd_tool-socialshare_facebook"><span class="wd_tool_icon"> <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fir.chipotle.com%2Findex.php%3Fs%3D20295%26item%3D122770" target="_blank" title="Facebook Share" style="background-color:#4267B2;"> <span class="fa fa-facebook"></span> <span class="wd_sr-only wd_sr-only-focusable"></span> </a> </span></li><li class="wd_tool wd_tool-socialshare_linkedin"><span class="wd_tool_icon"> <a href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fir.chipotle.com%2Findex.php%3Fs%3D20295%26item%3D122770" target="_blank" title="Linkedin Share" style="background-color:#0077B5;"> <span class="fa fa-linkedin"></span> <span class="wd_sr-only wd_sr-only-focusable"></span> </a> </span></li><li class="wd_tool wd_tool-socialshare_twitter"><span class="wd_tool_icon"> <a href="https://twitter.com/share?url=https%3A%2F%2Fir.chipotle.com%2Findex.php%3Fs%3D20295%26item%3D122770" target="_blank" title="Twitter Share" style="background-color:#000;"> <span class="fa fa-twitter"></span> <span class="wd_sr-only wd_sr-only-focusable"></span> </a> </span></li><li class="wd_tool wd_tool-email"><span class="wd_tool_icon"><a onclick="window.location.href = 'mailto:?subject=CHIPOTLE%20NAMES%20SCOTT%20BOATWRIGHT%20CHIEF%20EXECUTIVE%20OFFICER%20AND%20MEMBER%20OF%20THE%20BOARD%20-%20Nov%2011%2C%202024&body='+encodeURIComponent(window.location.href);return false;" href="#email" title="email"><span class="fa fa-envelope"></span></a></span></li><li class="wd_tool wd_tool-rss"><span class="wd_tool_icon"><a href="https://ir.chipotle.com/index.php?s=95&rsspage=20295" title="rss"><span class="fa fa-rss"></span></a></span></li><li class="wd_tool wd_tool-pdf"><span class="wd_tool_icon"><a href="https://ir.chipotle.com/2024-11-11-CHIPOTLE-NAMES-SCOTT-BOATWRIGHT-CHIEF-EXECUTIVE-OFFICER-AND-MEMBER-OF-THE-BOARD?asPDF=1" rel="nofollow" title="pdf"><span class="fa fa-file-pdf-o"></span></a></span></li></ul></div> <div wd_move_after=".wd_body > p ~ p|.wd_body > p"> <div class="wd_asset_modal wd_asset_modal_main" style="display:none;"> <ul class="wd_layout-slideshow wd_asset_slideshow_list wd_asset_slideshow_main_list"> <li class="wd_asset_slideshow wd_asset_type_3 wd_asset_3-297" wd_item_hash="assets_3:297" wd_ajax_url="https://ir.chipotle.com/news-releases?gallery=297&ajax=ajax&op=modal"> </li> </ul> </div> <ul class="wd_layout-masonry wd_asset_list wd_asset_inline_list"> <li class="wd_asset_inline wd_item wd_asset_type_3 wd_asset_3-297"> <div class="wd_gallery_asset" wd_resize="adjustEqualHeight" wd_min_ratio="16:9"> <div class="wd_asset_image"> <div> <img src="https://mma.prnewswire.com/media/2554215/2024_ScottBoatwright_Chipotle_CEO.jpg?w=600" title="2024-ScottBoatwright-Chipotle-CEO" border="0"/> </div> </div> <div class="wd_icon_overlay"> <a href="https://ir.chipotle.com/2024-11-11-CHIPOTLE-NAMES-SCOTT-BOATWRIGHT-CHIEF-EXECUTIVE-OFFICER-AND-MEMBER-OF-THE-BOARD#assets_3:297" class="wd_link_underlay" tabindex="-1"></a> <div> <div class="wd_icon_container"><a href="https://ir.chipotle.com/2024-11-11-CHIPOTLE-NAMES-SCOTT-BOATWRIGHT-CHIEF-EXECUTIVE-OFFICER-AND-MEMBER-OF-THE-BOARD#assets_3:297"><span class="fa fa-search-plus"></span><span class="wd_sr-only wd_sr-only-focusable">View File</span></a> <a href="https://mma.prnewswire.com/media/2554215/2024_ScottBoatwright_Chipotle_CEO.jpg?p=original" target=""><span class="fa fa-download"></span><span class="wd_sr-only wd_sr-only-focusable">Download File</span></a></div> </div> </div> <div class="wd_title_overlay"> 2024-ScottBoatwright-Chipotle-CEO </div> </div> </li> </ul> </div> <style type="text/css"> /* Style Definitions */ span.prnews_span { font-size:8pt; font-family:"Arial"; color:black; } a.prnews_a { color:blue; } li.prnews_li { font-size:8pt; font-family:"Arial"; color:black; } p.prnews_p { font-size:0.62em; font-family:"Arial"; color:black; margin:0in; } span.prnews_span{ font-size:inherit; font-family:inherit; } li.prnews_li{ font-size: inherit; font-family: inherit; } p.prnews_p{ font-size: inherit; font-family: inherit; } div.wd_news_body img { margin: 0 0 20px 20px; float:right; max-width: 250px; max-height: 250px; width: auto !important; height: auto !important; } div.PRN_ImbeddedAssetReference{ display: none; } div[id^="prni_dvprne"]{ display: none; } </style> <div class="wd_body wd_news_body" wd_resize="formatNews" wd_print_url="https://ir.chipotle.com/2024-11-11-CHIPOTLE-NAMES-SCOTT-BOATWRIGHT-CHIEF-EXECUTIVE-OFFICER-AND-MEMBER-OF-THE-BOARD?printable=1"> <p><span class="legendSpanClass"><span class="xn-location">NEWPORT BEACH, Calif.</span></span>, <span class="legendSpanClass"><span class="xn-chron">Nov. 11, 2024</span></span> /<a href="http://www.prnewswire.com/" target="_blank">PRNewswire</a>/ -- Chipotle Mexican Grill (NYSE: CMG) today announced that after a robust and thorough process, its Board of Directors has appointed <span class="xn-person">Scott Boatwright</span> as chief executive officer and a member of the board, effective immediately. Prior to being named Interim CEO in August, Boatwright served as chief operating officer, reporting directly to the company's CEO since 2017.</p> <div class="PRN_ImbeddedAssetReference" id="DivAssetPlaceHolder1"> <p> <a href="https://mma.prnewswire.com/media/2554215/2024_ScottBoatwright_Chipotle_CEO.html" target="_blank" rel="nofollow"> <img src="https://mma.prnewswire.com/media/2554215/2024_ScottBoatwright_Chipotle_CEO.jpg" title="Chipotle names Scott Boatwright chief executive officer." alt="Chipotle names Scott Boatwright chief executive officer."/> </a> </p> </div> <p>Responsible for more than 125,000 employees and over 3,600 restaurants, Boatwright has been a driving force for improving the company's overall guest experience. In addition to contributing to the strategy and growth of the business, he led the integration of new technology into restaurants, built a strong culture aligned to the organization's values, and achieved industry-leading retention rates yielding impressive outcomes and improvements in throughput.</p> <p><span class="xn-person">Scott Maw</span>, Chipotle's chairman of the board, added: "We conducted a thorough and rigorous external search process that confirmed Scott is absolutely the best person to lead the next stage of growth at Chipotle. Today's announcement is an affirmation of both Scott's leadership capability and our internal succession planning process. The board overwhelmingly believes Scott will deliver on the key strategies in place and position the company for continued success."</p> <p>"It is an honor to serve as the CEO of this purpose-driven brand and I look forward to providing greater opportunities for our employees, generating value for our shareholders and Cultivating a Better World for our communities," said Boatwright. "I am passionate about our menu and energized by our people, and believe that I, along with our esteemed bench of tenured leaders, will deliver on our priorities and achieve our long-term growth goals."</p> <p>Prior to Chipotle, Boatwright spent 18 years with Arby's Restaurant Group in various leadership positions. He last served as senior vice president of operations, where he was responsible for the performance of over 1,700 Arby's restaurants in numerous states.</p> <p>Boatwright currently serves on the board of directors of Academy Sports and Outdoors, Inc. and is a member of the National Restaurant Association's Fast Casual Industry Council. He holds a Master of Business Administration from the J. <span class="xn-person">Mack Robinson College</span> of Business at <span class="xn-org">Georgia State University</span>.</p> <p><b>ABOUT CHIPOTLE <br/></b>Chipotle<span> Mexican Grill, Inc. (NYSE: </span>CMG<span>) is cultivating a better world by serving responsibly sourced, classically-cooked, real food with wholesome ingredients without artificial colors, flavors or preservatives. There are over 3,600 restaurants as of September 30, 2024, in <span class="xn-location">the United States</span>, <span class="xn-location">Canada</span>, the <span class="xn-location">United Kingdom</span>, <span class="xn-location">France</span>, <span class="xn-location">Germany</span>, and <span class="xn-location">Kuwait</span> and it is the only restaurant company of its size that owns and operates all its restaurants in <span class="xn-location">North America</span> and <span class="xn-location">Europe</span>. </span>Chipotle<span> is ranked on the Fortune 500 and is recognized on Fortune's Most Admired Companies 2024 list and Time Magazine's Most Influential Companies. With over 125,000 employees passionate about providing a great guest experience, </span>Chipotle<span> is a longtime leader and innovator in the food industry. </span>Chipotle<span> is committed to making its food more accessible to everyone while continuing to be a brand with a demonstrated purpose as it leads the way in digital, technology and sustainable business practices. For more information or to place an order online, visit <a href="https://c212.net/c/link/?t=0&l=en&o=4299558-1&h=2764745282&u=http%3A%2F%2Fwww.chipotle.com%2F&a=WWW.CHIPOTLE.COM" target="_blank" rel="nofollow">WWW.CHIPOTLE.COM</a></span><span>. </span></p> <p> </p> <div class="PRN_ImbeddedAssetReference" id="DivAssetPlaceHolder2"> <p> <a href="https://mma.prnewswire.com/media/624816/Chipotle_Mexican_Grill_Logo.html" target="_blank" rel="nofollow"> <img src="https://mma.prnewswire.com/media/624816/Chipotle_Mexican_Grill_Logo.jpg" title="Chipotle Mexican Grill Logo (PRNewsfoto/Chipotle Mexican Grill)" alt="Chipotle Mexican Grill Logo (PRNewsfoto/Chipotle Mexican Grill)"/> </a> </p> </div> <p>SOURCE Chipotle Mexican Grill</p></div> <div class="wd_contact">For further information: Erin Wolford, (949) 524-4035, MediaRelations@chipotle.com</div> <!-- ITEMDATE: 2024-11-11 12:30:00 EST --> </div> </div> </div> </div> <!-- END CONTENT-WRAPPER --> </div> <!-- END CONTAINER --> </div> <!-- / What's Happening --> </main> <!-- / Main --> <footer> <div class="globalcomponentsenabler base-component parbase aem-GridColumn aem-GridColumn--default--12"> <section> <div id="js-global-enabler-footer"> <div data-v-7cc08f99="" class="noo-footer-root"> <div data-v-7cc08f99="" class="noo-footer-container"> <div data-v-7cc08f99="" class="noo-content"> <div data-v-7cc08f99="" class="noo-primary-links"> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a href="https://www.chipotle.com/contact-us" target="_blank" role="link" tabindex="0" class="link fs-unmask">contact support</a> </div> <div data-v-7cc08f99="" class="footer-link-container link text"><a href="https://jobs.chipotle.com/" target="_blank" role="link" tabindex="0" class="link fs-unmask">careers</a></div> <div data-v-7cc08f99="" class="footer-link-container link text"> <a href="https://chipotlegoods.com/" target="_blank" role="link" tabindex="0" class="link fs-unmask">Chipotle Goods</a> </div> <div data-v-7cc08f99="" class="footer-link-container link text"> <a href="https://www.chipotle.com/gift-cards" target="_blank" role="link" tabindex="0" class="link fs-unmask">Gift Cards</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a href="https://community.chipotle.com/" target="_blank" role="link" tabindex="0" class="link fs-unmask">fundraising</a> </div> </div> <div data-v-7cc08f99="" class="noo-secondary-links"> <div data-v-7cc08f99="" class="noo-container"> <div data-v-7cc08f99="" tabindex="0" role="definition" class="noo-heading fs-unmask">About</div> <div data-v-7cc08f99="" class="noo-links"> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-7cc08f99="" href="https://www.chipotle.com/values" target="_blank" role="link" tabindex="0" class="link fs-unmask">Our Values</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-7cc08f99="" href="https://newsroom.chipotle.com/welcome" target="_blank" role="link" tabindex="0" class="link fs-unmask">News and Events</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-7cc08f99="" href="https://ir.chipotle.com/" target="_blank" role="link" tabindex="0" class="link fs-unmask">Investors</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-7cc08f99="" href="https://www.chipotle.com/foodsafety" target="_blank" role="link" tabindex="0" class="link fs-unmask">Health and Safety</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-7cc08f99="" href="https://www.chipotlecultivatefoundation.org" target="_self" role="link" tabindex="0" class="link fs-unmask">Cultivate Foundation</a> </div> <div data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-7cc08f99="" href="https://locations.chipotle.com/" target="_blank" role="link" tabindex="0" class="link fs-unmask">All Locations</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-7cc08f99="" href="https://www.chipotle.com/about-us/sustainability" target="_blank" role="link" tabindex="0" class="link fs-unmask">Sustainability</a> </div> <div data-v-29d88f88 data-v-7cc08f99 class="footer-link-container link text privacy_container"> <a style="cursor:pointer;" onclick="window.semaphore.push(['showPreferences', {tab: 'consentsTab', showOverviewTab: false, showSubscriptionsTab: false}])" target="_self" role="link" tabindex="0" class="link fs-unmask"> Your Privacy Choices <img src="images/privacyoptions.svg"> </a> </div> <div data-v-7cc08f99 data-v-7cc08f99 class="footer-link-container link text"> <a data-v-7cc08f99 target="_blank" href="https://www.chipotle.com/cookie-policy" role="link" class="link fs-unmask"> Cookie Policy </a> </div> <div data-v-7cc08f99 data-v-7cc08f99 class="footer-link-container link text"> <a data-v-7cc08f99 target="_blank" href="https://www.chipotle.ca/canada-recruiting-notice" role="link" class="link fs-unmask"> Applicant Privacy Notice </a> </div> </div> </div> <div data-v-7cc08f99="" class="noo-container"> <div data-v-7cc08f99="" tabindex="0" role="definition" class="noo-heading fs-unmask">Connect with us</div> <div data-v-7cc08f99="" class="noo-links"> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link image"> <a data-v-7cc08f99="" href="https://www.facebook.com/chipotle" target="_self" role="link" tabindex="0" class="link-container"> <img data-v-29d88f88="" src="images/facebook.png" alt="" role="img" class="link"> </a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link image"> <a data-v-7cc08f99="" href="https://www.instagram.com/chipotle/" target="_self" role="link" tabindex="0" class="link-container"> <img data-v-29d88f88="" src="images/insta.png" alt="" role="img" class="link"> </a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link image"> <a data-v-7cc08f99="" href="https://twitter.com/chipotletweets" target="_self" role="link" tabindex="0" class="link-container"> <img data-v-29d88f88="" src="images/twitter.png" alt="" role="img" class="link"> </a> </div> </div> </div> <div data-v-7cc08f99="" class="noo-container"> <div data-v-7cc08f99="" tabindex="0" role="definition" class="noo-heading fs-unmask">Download our app</div> <div data-v-7cc08f99="" class="noo-links"> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link icon"> <a data-v-7cc08f99="" href="https://itunes.apple.com/us/app/chipotle/id327228455?mt=8" target="_self" role="link" tabindex="0" class="link-container"> <img data-v-29d88f88="" src="images/apple-store.png" alt="Apple App Store" role="img" class="link"> </a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link icon"> <a data-v-7cc08f99="" href="https://play.google.com/store/apps/details?id=com.chipotle.ordering" target="_self" role="link" tabindex="0" class="link-container"> <img data-v-29d88f88="" src="images/google-play.png" alt="Google Play" role="img" class="link"> </a> </div> </div> </div> </div> <div data-v-7cc08f99="" class="noo-country-model"> <div data-v-61764964="" data-v-7cc08f99="" class="cmg-country-flag-container"> <div data-v-61764964="" class="flag-placement"></div> <div data-v-61764964="" class="country-area pointer"> <img data-v-61764964="" src="images/united-states-flag.png" alt="United States" aria-hidden="true" role="img" class="flag"> <div tabindex="0" role="link" class="country fs-unmask homepage">United States</div> </div> </div> </div> <div data-v-7cc08f99="" class="noo-tertiary-links"> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"><a data-v-29d88f88="" href="" target="_self" role="link" tabindex="0" class="link fs-unmask">© 2024 Chipotle Mexican Grill</a></div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-29d88f88="" href="https://www.chipotle.com/about-us/transparency" target="_blank" role="link" tabindex="0" class="link fs-unmask">California Transparency in Supply Chains Act</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-29d88f88="" href="https://www.chipotle.com/about-us/terms-of-use" target="_blank" role="link" tabindex="0" class="link fs-unmask">Terms of Use</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-29d88f88="" href="https://www.chipotle.com/about-us/accessibility" target="_blank" role="link" tabindex="0" class="link fs-unmask">Accessibility Statement</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-29d88f88="" href="https://www.chipotle.com/about-us/privacy-policy" target="_blank" role="link" tabindex="0" class="link fs-unmask">Privacy Policy, including California Privacy Rights</a> </div> <div data-v-29d88f88="" data-v-7cc08f99="" class="footer-link-container link text"> <a data-v-29d88f88="" href="https://www.chipotle.com/privacy-center" target="_blank" role="link" tabindex="0" class="link fs-unmask">Privacy Center</a> </div> </div> </div> </div> </div> <div class="footer-cookie-notification"> <div class="footer-cookie-notification_content"> <script type="text/javascript" src="https://services.chipotle.com/new_cmg_utils1.js"></script> <style> .footer-cookie-notification { visibility: hidden; } </style> </div> <button class="js-dismiss"></button> <a target="_blank" title="Opens in new window."> </a> </div> <div class="footer-data-request-success d-none"> <p></p> </div> </div> </section> </div> </footer> <!-- .footer --> <!-- .modal --> <!-- modal unsubscribe confirmation --> <script type="text/javascript" data-cds-asset-relative_path="modules/social_feed.js" src="./js/social_feed-46a5b752746519121b6b72d904291956914499c5f1f300346a9245caf4928d6a.js"> </script> <script type="text/javascript" src="./js/widgets.js"></script> <div class="remodal-overlay"></div> <div class="remodal-wrapper"> <div class="remodal remodal--fwi js-remodal-video" data-remodal-id="video-modal" style="visibility: visible;"> <a href="https://www.chipotle.com/whats-new#" class="icon-x remodal-cancel remodal__close" aria-label="Close modal"></a> <div class="remodal__inner"> </div> <!-- .modal inner --> <a href="https://www.chipotle.com/whats-new#" class="remodal-close"></a> </div> </div> <div class="remodal-wrapper"> <div class="remodal remodal--subscribe" data-remodal-id="email-opt-in-modal" style="visibility: visible;"> <a href="https://www.chipotle.com/whats-new#" class="remodal-cancel close-icon" aria-label="Close modal"><i class="icon-x"></i></a> <h2 class="remodal__title">Thank You</h2> <div class="remodal__inner"> <p>You've taken the first step in subscribing to the Chipotle email list. You should receive an email from us shortly asking you to verify your email address. Please click the link in that email to complete your subscription.</p> <div class="buttons"> <input type="button" class="button remodal-confirm" value="Close"> </div> </div> <a href="https://www.chipotle.com/whats-new#" class="remodal-close"></a> </div> </div> <div class="remodal-wrapper"> <div class="remodal remodal--subscribe" data-remodal-id="mobile-opt-in-modal" style="visibility: visible;"> <a href="https://www.chipotle.com/whats-new#" class="remodal-cancel close-icon" aria-label="Close modal"><i class="icon-x"></i></a> <h2 class="remodal__title">Thank You</h2> <div class="remodal__inner"> <p><strong>Thanks for subscribing to Chipotle mobile updates.</strong></p> <p>You will receive a text from us shortly asking you to confirm your mobile number. Please reply to this text to complete the process.</p> <div class="buttons"> <input type="button" class="button remodal-confirm" value="OK"> </div> </div> <a href="https://www.chipotle.com/whats-new#" class="remodal-close"></a></div> </div> <div class="remodal-wrapper"> <div class="remodal remodal--subscribe" data-remodal-id="opt-out-all-confirmation-modal" style="visibility: visible;"> <a href="https://www.chipotle.com/whats-new#" class="remodal-cancel close-icon" aria-label="Close modal"><i class="icon-x"></i></a> <h2 class="remodal__title">Unsubscribed</h2> <div class="remodal__inner"> <p>Sorry to see you go. Your request to unsubscribe from all Chipotle promotional emails has been submitted.</p> <p>If you change your mind and wish to re-subscribe to receive future updates and newsletters from Chipotle, simply enter your email address in the form below.</p> <div class="buttons"> <input type="button" class="button remodal-confirm" value="Close"> </div> </div> <a href="https://www.chipotle.com/whats-new#" class="remodal-close"></a></div> </div> <script type="text/javascript" id=""> analyticsEvent = function(a, b, c, d, e) { dataLayer.push({ event: "analyticsEvent", eventCategory: a, eventAction: b, eventLabel: c, eventValue: d, eventNonInt: e }) }; analyticsSocial = function(a, b, c, d) { dataLayer.push({ event: "social", socialNetwork: a, socialAction: b, socialTarget: c, socialPagePath: d }) }; </script> <script type="text/javascript" id=""> (function(a, b, e) { if (!a.snaptr) { var c = a.snaptr = function() { c.handleRequest ? c.handleRequest.apply(c, arguments) : c.queue.push(arguments) }; c.queue = []; var d = "script"; a = b.createElement(d); a.async = !0; a.src = e; b = b.getElementsByTagName(d)[0]; b.parentNode.insertBefore(a, b) } })(window, document, "https://sc-static.net/scevent.min.js"); snaptr("init", "5c5c2c25-ff03-4e72-9f02-ff5faa6ad6bd", { user_email: "" }); snaptr("track", "PAGE_VIEW"); </script> <script type="text/javascript" id=""> var a9 = { clientName: "Chipotle", clientID: 727213, eventType: "visitor", segmentNumber: 0, segmentName: "OrderingData" }; </script> <iframe id="rufous-sandbox" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;" kwframeid="3" title="Twitter analytics iframe"src="./js/saved_resource.html"></iframe> <script> $('h1.page_header').appendTo('.wd_pageheader .container'); $('.wd_pageheader .container h1').css('display','none'); $('h1.page_header').css('display','block'); $('.wd_featureboxes_contact_us.wd_featureboxes-vertical, .wd_featureboxes_events.wd_featureboxes-vertical').wrapAll('<div class="wd_bottom_section"></div>'); // Search Toggle $("div.nav--search .search-icon").click(function() { $(this).toggleClass('active'); // Optional Active class on the Parent $(this).nextAll().slideToggle('fast'); }); // Prepend PNG Icon $('.wd_featureboxes_recent_news.wd_featureboxes-vertical #wd_featurebox-teaser_5').prepend('<div class="image_fb"><img alt="" src="images/Events.png"></div>'); $('.wd_featureboxes_in_the_news.wd_featureboxes-vertical #wd_featurebox-teaser_1380').prepend('<div class="image_fb"><img alt="" src="images/Announcement.png"></div>'); // Placeholder text $('.wd_subscribe_featurebox .wd_form_field_input input').attr("placeholder", "Email"); $('.wd_subscribe_featurebox').append('<div class="wd_outro">By entering your email and clicking ‘SUBMIT’ you agree to the terms of our privacy policy.</div>'); // REPLACE PDF PNG $('.wd_category_items table.wd_attachment td.wd_attachment_image a img').attr('src', './images/font-awesome_4-7-0_file-pdf-o_256_0_555555_none_orange.png'); // ADD BACK BUTTON ON ALL NEWS ITEMS $('.wd_newsfeed_releases-detail').prepend('<p class="more"><a href="news-releases">Back to News Releases</a></p>'); $('.wd_featureboxes_circles.wd_featureboxes-vertical').wrapInner('<div class="circle_container"></div>'); // REORDER SUBNAV ON MOBILE $('nav.nav--side.js-side-menu ul .wd_subnav').insertAfter('header.section.section--header a.logo'); if ( $('li.on ul.top-subnav').length ) { $('#wd_printable_content').css({"padding-top": "140px"}); } else { $('#wd_printable_content').css({"padding-top": "120px"}); } // ON RESIZE ADD PADDING TO PRINTABLE CONTENT $(function () { $(window).resize(function () { if ($(window).width() < 1190) { $('body').each(function() { if($(this).find('.header--content .wd_subnav').length) { $(this).find('#wd_printable_content').attr('style', 'padding-top: 10.5em !important'); } else { } }); } }).resize(); }); // PDF USE HREF FOR TITLE $(function () { $('.wd_standard .item').each(function(i){ $(this).addClass('item-number-' + (i+1)); var item_href= $(this).find(".wd_attachment_image a").attr('href'); $(this).find('.item_name').wrapInner($('<a href="'+item_href+'">')); }); }); //Remove Anchor from Management Profile setTimeout(function() { $('.wd_pageid_129 .item').each(function() { $(this).find('.item_name a').removeAttr('href'); }); },1000); $('.menu-toggle .js-menu-toggle').on('click', function() { $(this).toggleClass('is-active'); $('body').toggleClass('menu-open'); }) $('a').each(function() { var homeURL = 'chipotle.com'; //if the href contains chipolet.com, then add target blank if ($(this).attr('href') != undefined || $(this).attr('href') != null) { if ($(this).attr('href').includes(homeURL)) { $(this).attr('target', '_blank'); } else {} } }); // REPLACE ASSET DATE STRING // document.querySelectorAll('.wd_podcasts-detail p b').forEach(function(el){ // var text = el.innerText; // var substr = text.substr(0, text.lastIndexOf('(')); // el.innerText = text.replace(substr, ''.repeat(substr.length)); // }); </script> <div id="wd_cookies_notice"> <div class="wd_cookie_inner"> <div class="wd_cookie_text"> Cookies are used to support and manage your interactions with our website and process your order. By using our site, you agree to our use of cookies. Learn more in our Privacy Policy. </div> <div class="wd_cookie_button"> <button id="wd_cookie_okay">OKAY</button> <button id="wd_privacy_policy">PRIVACY POLICY</button> </div> </div> </div> <script type="text/javascript" src="js/jquery.cookie.js"></script> <script type="text/javascript"> $(document).ready(function(){ var wdAcceptCookies = typeof $.cookie('wd_acceptcookies'); if (wdAcceptCookies === 'undefined' || wdAcceptCookies === '0'){ $('#wd_cookies_notice').toggleClass('slide_open'); } $('button#wd_cookie_okay').click(function(){ $.cookie("wd_acceptcookies", '1', { expires: 365, path: '/' }); $('#wd_cookies_notice').removeClass('slide_open'); }); $('button#wd_privacy_policy').click(function(){ location.href = 'https://www.chipotle.com/about-us/privacy-policy'; }); }); </script> <script type="text/javascript"> function includeScript(file) { let script = document.createElement('script'); script.src = file; script.type = 'text/javascript'; document.body.appendChild(script); } function handleConsentEvent(consent) { if (consent.purposes.us_nonessential === true) { // Google Tag Manager (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-557MDK'); // End Google Tag Manager // Google Tag Manager Data Layer analyticsEvent = function() {}; analyticsSocial = function() {}; analyticsVPV = function() {}; analyticsClearVPV = function() {}; window.dataLayer = window.dataLayer || []; dataLayer.push({ 'language': 'English', 'region': 'US' }); // End Google Tag Manager Data Layer ! function(b) { if (!window.pintrk) { window.pintrk = function() { window.pintrk.queue.push(Array.prototype.slice.call(arguments)) }; var a = window.pintrk; a.queue = []; a.version = "3.0"; a = document.createElement("script"); a.async = !0; a.src = b; b = document.getElementsByTagName("script")[0]; b.parentNode.insertBefore(a, b) } }("https://s.pinimg.com/ct/core.js"); pintrk("load", "2620713455790"); pintrk("page"); includeScript('https://js.adsrvr.org/up_loader.1.1.0.js'); includeScript('https://a.tribalfusion.com/pixel/tags/Chipotle/727213/pixel.js'); includeScript('https://static.ads-twitter.com/uwt.js'); includeScript('https://googleads.g.doubleclick.net/pagead/viewthroughconversion/964791676/?random=1519317956291&cv=9&fst=1519317956291&num=1&guid=ON&resp=GooglemKTybQhCsO&eid=376635470&u_h=1080&u_w=1920&u_ah=1057&u_aw=1920&u_cd=24&u_his=1&u_tz=-420&u_java=false&u_nplug=4&u_nmime=5&gtm=G2d&frm=0&url=https%3A%2F%2Fwww.chipotle.com%2Fwhats-new&ref=https%3A%2F%2Fdvcotechnology.basecamphq.com%2Fprojects%2F14084273-prn-chipotle-mediaroom-investorroom%2Fmilestones%2F57753929%2Fcomments&tiba=Chipotle%20%E2%80%94%20What%27s%20New&async=1&rfmt=3&fmt=4'); } else { console.log('no consent'); } } ketch('on', 'consent', handleConsentEvent) </script> <!-- begin spin_special_output(body_end) --> <script wd_script_id="piwik_tracking_code"></script> <!-- Piwik Tracking Code --> <script type="text/javascript"> var _paq = _paq || []; _paq.push(["setCustomVariable", 4, "News Release Feed ID", "202411111230PR_NEWS_USPR_____LA53274", "page"]); _paq.push(["setCustomVariable", 1, "Content Type", "News Releases Feed", "page"]); _paq.push(["setCustomVariable", 3, "Navigation Page", "News Releases", "page"]); _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u="//stats.drivetheweb.com/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", 4758]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.async=true; g.defer=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })(); </script> <noscript> <img src="https://stats.drivetheweb.com/piwik.php?idsite=4758&rec=1" style="border:0" alt="" /> </noscript> <!-- End Piwik Tracking Code --> <!-- end spin_special_output(body_end) --> </body> </html>