CINXE.COM
Six Flags opens a winter wonderland - North
<html> <head> <title>Six Flags opens a winter wonderland - North</title> <meta name="viewport" content="initial-scale=1"> <style type="text/css"> @font-face { font-family:headFont; src:url("Georgia Bold.ttf"); } @font-face { font-family:headDeckFont; src:url("Georgia.ttf"); } @font-face { font-family:bodyFont; src:url("Georgia.ttf"); } body { margin:0; padding:0; } .container { margin:2.75% 0 0 0; height:94%; } .content { margin:auto; /*height:calc(100% - 90px);*/ height:100%; width:728px; } .ad { text-align:center; height:90px; display:none; } .controls { height:36px; position:relative; } .articleContent { height:calc(100% - 81px); overflow-y:scroll; -webkit-overflow-scrolling:touch; } .articleContentHtml5 { height:calc(100% - 41px); overflow-y:scroll; -webkit-overflow-scrolling:touch; } .textSizeFlash { position:absolute; top:0px; right:0px; /* textSizeMargin */ } .sharingFlash { /*float:left;*/ } .textSizeHtml5, .sharingHtml5 { display:inline; } .clearFloat { height:0px; clear:both; } .navBar { height:40px; line-height:40px; padding:0 15px 0 15px; text-align:center; position:relative; background-color:#d0d0d0; font-family:Arial; } .navBar a { text-decoration:none; font-family:Arial; color:#4591B8; } .previousArticle { position:absolute; left:5px; padding-left:28px; font-size:17px; } .imgPreviousArticle { height:24px; width:24px; position:absolute; top:8px; left:0px; } .articleCount { width:160px; text-align:center; position:absolute; left:calc(50% - 80px); font-size:19px; } .nextArticle { position:absolute; right:5px; padding-right:28px; font-size:17px; } .imgNextArticle { height:24px; width:24px; position:absolute; top:8px; right:0px; } .imageControls { height:40px; line-height:40px; padding:0 15px 0 15px; text-align:center; position:relative; background-color:#222222; font-family:Arial; } .imageControls a { text-decoration:none; font-family:Arial; color:#4591B8; } .previousImage { position:absolute; left:5px; padding-left:28px; font-size:17px; } .imgPreviousImage { height:24px; width:24px; position:absolute; top:8px; left:0px; } .imageCount { width:160px; text-align:center; position:absolute; left:calc(50% - 80px); font-size:19px; color:#ffffff; } .nextImage { position:absolute; right:5px; padding-right:28px; font-size:17px; } .imgNextImage { height:24px; width:24px; position:absolute; top:8px; right:0px; } .articleContent div:first-child { margin-top:25px; } .contentKicker { font-weight:bold; font-family:headFont; } .contentKicker p { display:inline; padding-right:16px; } .contentKicker p:last-child { font-weight:normal; font-family:bodyFont; } .contentKicker p:first-child { font-weight:bold; font-family:headFont; } .contentHead { font-weight:bold; font-family:headFont; margin-bottom:25px; } .contentHead p { display:inline; } .contentDeck { font-family:headDeckFont; margin:25px 0 25px 0; } .contentDeck p { display:inline; } .contentImages { background-color:#333333; } .contentImage { text-align:center; } .contentImage img { max-width:100%; } .contentCaption { line-height:1.5em; text-align:left; color:#ffffff; padding: 5px 8px 5px 8px; } .contentCaption p { display:inline; } .contentByline { font-family:headFont; margin:10px 0 10px 0; } .contentByline p { display:inline; padding-right:8px; } .contentByline p:last-child { font-family:bodyFont; } .contentByline p:first-child { font-family:headFont; } .contentByline modify { font-family:bodyFont; } byline_name { font-family:headFont; padding-right:8px; } byline_credit { font-family:bodyFont; } .contentBody { line-height:1.5em; font-family:bodyFont; } .font35 { font-size:39px; } .font25 { font-size:29px; } .font15 { font-size:19px; } .font13 { font-size:17px; } .stLarge { background-repeat:no-repeat !important; background-position:center !important; } .st_facebook_large .stLarge { background:url("facebook-ic.png") !important; background-size:contain !important; } .st_twitter_large .stLarge { background:url("twitter-ic.png") !important; background-size:contain !important; } .st_linkedin_large .stLarge { background:url("linkedin-ic.png") !important; background-size:contain !important; } .st_pinterest_large .stLarge { background:url("pinterest-ic.png") !important; background-size:contain !important; } .st_googleplus_large .stLarge { background:url("google-ic.png") !important; background-size:contain !important; } .st_email_large .stLarge { background:url("email-ic.png") !important; background-size:contain !important; } bold, leadin { font-weight:bold; } .howto drop_initial-c { display: inline-block; font-size: 2em; } @media print { .container { height:auto; width:100%; } .content { height:auto; width:100%; } .articleContent { height:auto; overflow-y:auto; -webkit-overflow-scrolling:auto; } } </style> <script type="text/javascript"> function increaseText() { resizeText(4); } function decreaseText() { resizeText(-4); } function resizeText(step) { var cols = document.getElementsByClassName("font35"); for (i = 0; i < cols.length; i++) { if (cols[i].style.fontSize == "") { cols[i].style.fontSize = (39 + step) + "px"; } else { cols[i].style.fontSize = (parseFloat(cols[i].style.fontSize) + step) + "px"; } } cols = document.getElementsByClassName("font25"); for (i = 0; i < cols.length; i++) { if (cols[i].style.fontSize == "") { cols[i].style.fontSize = (29 + step) + "px"; } else { cols[i].style.fontSize = (parseFloat(cols[i].style.fontSize) + step) + "px"; } } cols = document.getElementsByClassName("font15"); for (i = 0; i < cols.length; i++) { if (cols[i].style.fontSize == "") { cols[i].style.fontSize = (19 + step) + "px"; } else { cols[i].style.fontSize = (parseFloat(cols[i].style.fontSize) + step) + "px"; } } cols = document.getElementsByClassName("font13"); for (i = 0; i < cols.length; i++) { if (cols[i].style.fontSize == "") { cols[i].style.fontSize = (17 + step) + "px"; } else { cols[i].style.fontSize = (parseFloat(cols[i].style.fontSize) + step) + "px"; } } var currentStep = parseFloat(document.getElementsByClassName("font35")[0].style.fontSize) - 39; document.cookie = "articlefontstep=" + currentStep + "; expires=Wed, 1 Jan 2020 12:00:00 UTC"; } function runArticleFontSetup() { var myCookie = getCookie("articlefontstep"); if (myCookie != null) { resizeText(parseFloat(myCookie)); } } function getCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) { return null; } else { var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } } else { begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } } return unescape(dc.substring(begin + prefix.length, end)); } </script> <script type="text/javascript">var switchTo5x = true;</script> <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> <script type="text/javascript"> stLight.options({ publisher: "65707671-b4bd-4e2a-806d-d6dea894192b", doNotHash: false, doNotCopy: false, hashAddressBar: false }); </script> <script type="text/javascript" src="http://digitaledition.chicagotribune.com/tribune/jquery-1.11.3.min.js"></script> <script type="text/javascript"> var currentImageCount = 1; var totalImages = 1; $(document).ready(function () { runArticleFontSetup(); runGallerySetup(); }); function runGallerySetup() { if ($(".contentImage").size() > 1) { totalImages = $(".contentImage").size(); if (totalImages > 1) { $(".contentImage:gt(0)").hide(); $(".previousImage").hide(); updateCount(); } else if (totalImages == 1) { $(".imageControls").hide(); } $(".nextImage").click(function () { var currentItem = $(".contentImage:visible"); var nextItem = $(".contentImage:visible").next(); currentItem.hide(); currentImageCount++; updateCount(); nextItem.fadeIn(); $(".previousImage").show(); if (nextItem.is(".contentImage:last")) { $(".nextImage").hide(); } }); $(".previousImage").click(function () { var currentItem = $(".contentImage:visible"); var prevItem = $(".contentImage:visible").prev(); currentItem.hide(); currentImageCount--; updateCount(); prevItem.fadeIn(); $(".nextImage").show(); if (prevItem.is(".contentImage:first")) { $(".previousImage").hide(); } }); } else { $(".imageControls").hide(); } } function updateCount() { var count = "Image " + currentImageCount.toString() + " of " + totalImages.toString(); $(".imageCount").text(count); } </script> <script language="JavaScript" type="text/javascript" src="http://digitaledition.chicagotribune.com/tribune/AppMeasurementPagesuite.js"></script><script src="http://ssor.tribdss.com/reg/tribune/chinews-pagesuite.js"></script><script src="http://www.tribdss.com/meter/chinews-pagesuite.js"></script><script language="JavaScript" type="text/javascript">var tribuneSsId = '';var signInStatus = 'signed-out';(function trackArticle() {(window.registration || (window.registration = [])).push({ user: function(u) {if (getCookie("c_mId") != null) {tribuneSsId = u.getConsumerId();signInStatus = 'signed-in';}s.pageName = 'ct:digitaledition:eedition:North:eedition article text.';s.channel = 'eedition:North';s.server = 'digitaledition.chicagotribune.com';s.hier1 = 'chicagotribune:eedition:North';s.hier2 = 'eedition:North';s.prop1 = 'ct:digitaledition:eedition:North:eedition article text.';s.prop2 = 'eedition';s.prop28 = tribuneSsId;s.prop38 = 'eedition article text';s.prop41 = 'text view';s.prop57 = 'eedition article text';s.prop62 = signInStatus;s.prop64 = '11-23-2018';s.eVar20 = 'chicagotribune';s.eVar21 = 'eedition article text';s.eVar31 = 'North:News';s.eVar33 = 'Six Flags opens a winter wonderland ';s.eVar34 = 'eedition:North';s.eVar35 = 'ct:digitaledition:eedition:North:eedition article text.';s.eVar38 = 'landscape';s.eVar39 = document.documentElement.clientWidth + 'x' + document.documentElement.clientHeight;s.eVar51 = tribuneSsId;s.eVar54 = null;s.eVar55 = null;s.eVar62 = null;s.eVar65 = null;s.eVar66 = null;s.eVar67 = null;s.events = null;s.t();parent.meter('North', '2018-11-23', 'ALL', '3', '');parent.meter('North', '2018-11-23', 'ALL', '3', 'Six Flags opens a winter wonderland ');}});})();</script><script language="JavaScript" type="text/javascript">(function changePage() {parent.changePage(3);})();function getCookie(name) {var dc = document.cookie;var prefix = name + "=";var begin = dc.indexOf("; " + prefix);if (begin == -1) {begin = dc.indexOf(prefix);if (begin != 0) {return null;} else {var end = document.cookie.indexOf(";", begin);if (end == -1) {end = dc.length;}}}else {begin += 2;var end = document.cookie.indexOf(";", begin);if (end == -1) {end = dc.length;}}return unescape(dc.substring(begin + prefix.length, end));}</script><style>html, body { overflow: hidden; }</style></head> <body> <div class="container"> <div class="content"> <div class="controls"> <div class="sharingFlash"> <span class='st_email_large' displayText='Email' st_url='http://digitaledition.chicagotribune.com/tribune/article_popover.aspx?guid=218cdae5-2cf1-4066-8b79-e6fd4e1d6b84'></span> <span class='st_facebook_large' displayText='Facebook' st_url='http://digitaledition.chicagotribune.com/tribune/article_popover.aspx?guid=218cdae5-2cf1-4066-8b79-e6fd4e1d6b84'></span> <span class='st_twitter_large' displayText='Tweet' st_url='http://digitaledition.chicagotribune.com/tribune/article_popover.aspx?guid=218cdae5-2cf1-4066-8b79-e6fd4e1d6b84'></span> </div> <div class="textSizeFlash"> <img style="cursor:hand;cursor:pointer;width:32px;height:32px;" src="print-icon.png" alt="Print" onClick="window.print()" /> <img style="cursor:hand;cursor:pointer;width:32px;height:32px;" src="Text_Increase_Icon.png" onClick="increaseText()"/> <img style="cursor:hand;cursor:pointer;width:32px;height:32px;" src="Text_Decrease_Icon.png" onClick="decreaseText()"/> </div> <div class="clearFloat"><!-- --></div> </div> <div class="articleContent"> <div class="contentHead font35"> <p xmlns:cci="urn:schemas-ccieurope.com">Six Flags opens a winter wonderland</p> </div> <div class="contentImages"><div class="contentImage"><img src="http://origin.misc.pagesuite.com/297280d2-593d-4b52-bb63-0e1577001aac/images/IMG_ct-1542826981-n5leov_3_1_MK4JKQJR.jpg" alt="" /><div class="contentCaption font13">Six Flags Great America employees began installing 2 million LED lights on trees and buildings in July. (Six Flags Great America )</div></div><div class="imageControls"><a href="javascript:void(0)" class="previousImage">PREVIOUS IMAGE<img class="imgPreviousImage" src="http://enewspaper.sandiegouniontribune.com/tribune/left-image-arrow.png" alt="" /></a><div class="imageCount">Image</div><a href="javascript:void(0)" class="nextImage">NEXT IMAGE<img class="imgNextImage" src="http://enewspaper.sandiegouniontribune.com/tribune/right-image-arrow.png" alt="" /></a></div></div> <div class="contentByline font15"><p xmlns:cci="urn:schemas-ccieurope.com"><byline_name name="byline_name" class="character" displayname="byline_name">By Yadira</byline_name></p><p xmlns:cci="urn:schemas-ccieurope.com"><byline_name name="byline_name" class="character" displayname="byline_name"> Sanchez Olson</byline_name><byline_credit name="byline_credit" class="character" displayname="byline_credit">News-Sun</byline_credit></p></div> <div class="contentBody font15"> <p xmlns:cci="urn:schemas-ccieurope.com"><TypographyTag name="TypographyTag1" class="character" displayname="TypographyTag(1)">A</TypographyTag> transformation has taken place at Six Flags Great America, making the theme park a winter wonderland open to guests through the end of the year for the first time in its history.</p><p xmlns:cci="urn:schemas-ccieurope.com">Rolling out on Black Friday and running each weekend through Dec. 31, Holiday in the Park is a new holiday extravaganza that Great America officials hope will start a new tradition with families who love the holidays and will visit the park for its festivities.</p><p xmlns:cci="urn:schemas-ccieurope.com">Officials hope guests who already enjoy the thrill of roller coasters will also take in the spirit of the holidays with Christmas carolers, holiday-themed shows, unique treats and, of course, Santa Claus, all while surrounded by 2 million LED lights of many colors.</p><p xmlns:cci="urn:schemas-ccieurope.com">“Holiday in the Park is the biggest addition to our season in the park’s 42-year history and the most thrilling holiday event in the entire Midwest,” said Hank Salemi, Six Flags Great America president.</p><p xmlns:cci="urn:schemas-ccieurope.com">Greeting guests at the entrance will be the park’s own staple: the carousel.</p><p xmlns:cci="urn:schemas-ccieurope.com">Boys and girls should prepare to be dazzled by the lights on the carousel that invite them to see what other magic is waiting inside, said Tess Claussen, Six Flags communications manager.</p><p xmlns:cci="urn:schemas-ccieurope.com">Throughout the park, costumed characters such as Jack Frost will be out mingling and posing for photos, along with carolers who’ll invite families to join the singing at nearby fire pits to keep warm.</p><p xmlns:cci="urn:schemas-ccieurope.com">To transition the park into the wintry scene, Claussen said employees began placing the LED lights on trees, buildings, fences and rides in July.</p><p xmlns:cci="urn:schemas-ccieurope.com">“Everything about the park will scream ‘the holiday season,’ ” Claussen said.</p><p xmlns:cci="urn:schemas-ccieurope.com">Nightly tree-lightings around a 50-foot centerpiece Christmas tree are scheduled to take place each evening at 5 p.m.</p><p xmlns:cci="urn:schemas-ccieurope.com">At the park’s Southwest Territory, which for the new season has switched to the Kalightoscope, a 200-foot LED light Christmas tree uses the Giant Drop as its base. And at a nearby building, an off-the-ground display of lights and animation will be projected every 30 minutes.</p><p xmlns:cci="urn:schemas-ccieurope.com">Nearly 20 rides will be operating, including the Raging Bull, Batman: The Ride and The Joker free-fly roller coaster, Claussen said. Other type of entertainment that doesn’t involve flying and swerving through the air are performances with favorite holiday characters.</p><p xmlns:cci="urn:schemas-ccieurope.com">“Our Wonderland at the Grand is a holiday revue with all the classics — toy soldiers, gospel, snow— all of it,” she said.</p><p xmlns:cci="urn:schemas-ccieurope.com">Santa and Mrs. Claus will be there too.</p><p xmlns:cci="urn:schemas-ccieurope.com">Through Dec. 23, children can pay a visit to Santa’s Workshop to make arts and crafts and listen to Mrs. Claus read classic books.</p><p xmlns:cci="urn:schemas-ccieurope.com">Near a cozy fireplace, the little ones can pose for photos with the big, jolly guy while they ask for what they want under the tree.</p><p xmlns:cci="urn:schemas-ccieurope.com">The park will also offer guests a new culinary experience.</p><p xmlns:cci="urn:schemas-ccieurope.com">Claussen said one special dessert not to be missed is an apple crumb pizza.</p><p xmlns:cci="urn:schemas-ccieurope.com">“It’s just delicious,” Claussen said. “From testing (groups), we know it’ll be a favorite.”</p><p xmlns:cci="urn:schemas-ccieurope.com">At Dasher’s Dinner House, restaurant goers can enjoy an entire holiday meal, while at other dining locations, sweet treats like spirited beverages, hot chocolate and peppermint-flavored pastries will be available.</p><p xmlns:cci="urn:schemas-ccieurope.com">There are several season pass options available through the cyber Black Friday sale that have up to 70 percent savings and start at $74.99 — from diamond elite to gold plus membership, depending on items such as food and preferred parking features. Both a 2018 and 2019 Season Pass provides holders entry to the park’s Holiday in the Park.</p><p xmlns:cci="urn:schemas-ccieurope.com"><tagline_contrib name="tagline_contrib" class="character" displayname="tagline_contrib">Yadira Sanchez Olson is a freelance reporter for the News-Sun.</tagline_contrib></p> </div> </div> <div class="navBar"><a href="http://digitaledition.chicagotribune.com/tribune/article_popover.aspx?guid=9aef447e-5196-46b6-8c7f-c7371616a435" class="previousArticle"><img class="imgPreviousArticle" src="http://digitaledition.chicagotribune.com/tribune/left-article-arrow.png" alt="" />PREVIOUS ARTICLE</a><div class="articleCount">Article 9 of 135</div><a href="http://digitaledition.chicagotribune.com/tribune/article_popover.aspx?guid=b94d7a63-bd8d-4e0b-981d-5ce416322c39" class="nextArticle">NEXT ARTICLE<img class="imgNextArticle" src="http://digitaledition.chicagotribune.com/tribune/right-article-arrow.png" alt="" /></a></div> </div> <div class="ad"> <a href="http://www.chicagotribune.com/"> <img src="blue-sky-banner-ad2.jpg" style="width:728px;" /> </a> </div> </div> </body> </html>