{"id":371455,"date":"2023-04-27T15:09:23","date_gmt":"2023-04-27T22:09:23","guid":{"rendered":"https:\/\/visitseattlep.kinsta.cloud\/?page_id=371455"},"modified":"2026-01-27T12:05:42","modified_gmt":"2026-01-27T20:05:42","slug":"state-of-glass","status":"publish","type":"page","link":"https:\/\/visitseattle.org\/tv\/state-of-glass\/","title":{"rendered":"State of Glass"},"content":{"rendered":"\r\n<section id=\"hero-slider-block_cb6544aa23fcef0d5aba8b61c8ae692f\" class=\"hero-slider-section hero-slider-block \">\r\n        <div class=\"hero-slider-cards hero-slider-card-total-1 hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f\">\r\n              <div class=\"hero-slider-card\">\r\n        <div class=\"hero-slider-card-wrapper\">\r\n                    <div class=\"hero-slider-card-media-box js-videoWrapper opacity-none\">\r\n                                                      <img decoding=\"async\" src=\"https:\/\/uploads.visitseattle.org\/2021\/09\/17150708\/VSEA_DOTTV_StateofGlass_TubeBenders_V5a_FINAL_mp4-scaled.jpg\" srcset=\"https:\/\/uploads.visitseattle.org\/2021\/09\/17150708\/VSEA_DOTTV_StateofGlass_TubeBenders_V5a_FINAL_mp4-scaled.jpg 2560w, https:\/\/uploads.visitseattle.org\/2021\/09\/17150708\/VSEA_DOTTV_StateofGlass_TubeBenders_V5a_FINAL_mp4-300x169.jpg 300w, https:\/\/uploads.visitseattle.org\/2021\/09\/17150708\/VSEA_DOTTV_StateofGlass_TubeBenders_V5a_FINAL_mp4-1024x576.jpg 1024w, https:\/\/uploads.visitseattle.org\/2021\/09\/17150708\/VSEA_DOTTV_StateofGlass_TubeBenders_V5a_FINAL_mp4-768x432.jpg 768w, https:\/\/uploads.visitseattle.org\/2021\/09\/17150708\/VSEA_DOTTV_StateofGlass_TubeBenders_V5a_FINAL_mp4-1536x864.jpg 1536w, https:\/\/uploads.visitseattle.org\/2021\/09\/17150708\/VSEA_DOTTV_StateofGlass_TubeBenders_V5a_FINAL_mp4-2048x1152.jpg 2048w, https:\/\/uploads.visitseattle.org\/2021\/09\/17150708\/VSEA_DOTTV_StateofGlass_TubeBenders_V5a_FINAL_mp4-1620x911.jpg 1620w\" alt=\"Glass tubes and neon lit up in a dark room.\">                \r\n              \r\n                                    <div class=\"hero-slider-card-text-box gutter\">\r\n              <div class=\"container\">\r\n                <div class=\"hero-slider-card-inner\">\r\n                                    \r\n                                                                        <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n          \r\n        \r\n        <\/div>\r\n      <\/div>        <\/div>  <\/section>\r\n\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n\r\nwindow.addEventListener('DOMContentLoaded', function () {\r\n\r\n  function updateSlickDotsAccessibility() {\r\n  document.querySelectorAll('.hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f .slick-dots li').forEach(function (dot) {\r\n    const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n    const button = dot.querySelector('button');\r\n\r\n    if (button) {\r\n      if (isHidden) {\r\n        button.setAttribute('tabindex', '-1');\r\n        button.setAttribute('aria-hidden', 'true');\r\n      } else {\r\n        button.setAttribute('tabindex', '0');\r\n        button.removeAttribute('aria-hidden');\r\n      }\r\n    }\r\n  });\r\n}\r\n\r\n $('.hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f').on('init reInit afterChange', function() {\r\n    document.querySelectorAll('.hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f .slick-dots').forEach(function (ul) {\r\n      ul.removeAttribute('role');\r\n    });\r\n\r\n    updateSlickDotsAccessibility();\r\n  });\r\n\r\n  jQuery('.hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f').not('.slick-initialized').slick({\r\n    arrows: true,\r\n    centerPadding: \"0px\",\r\n    dots: true,\r\n    slidesToShow: 1,\r\n    infinite: true,\r\n    autoplay: false,\r\n    \/\/ autoplaySpeed: 5000,\r\n    pauseOnHover: true,\r\n    pauseOnFocus: true,\r\n  });\r\n\r\n  updateSlickDotsAccessibility();\r\n\r\n  document.querySelectorAll('.hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f .slick-dots').forEach(function (ul) {\r\n    ul.removeAttribute('role');\r\n  });\r\n  \r\n  $(document).on(\"click\", \".play-btn\", function(e) {\r\n    \"use strict\";\r\n    e.preventDefault();\r\n\r\n    var $poster = $(this);\r\n    var $wrapper = $poster.closest(\".js-videoWrapper\");\r\n\r\n    var $iframe = $wrapper.find(\".hero-slider-card-video\");\r\n    var src = $iframe.data(\"src\"); \/\/ Get the data-src attribute from the current iframe\r\n    $iframe.attr(\"src\", src); \/\/ Set the src attribute of the iframe\r\n\r\n    \/\/ hide poster\r\n    $wrapper.addClass(\"videoWrapperActive\");\r\n    \r\n    \/\/ Remove autoplay and stop the slider.\r\n    \/\/ $(this).closest(\".hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPause\");\r\n  });\r\n\r\n  \/\/ stop the targeted\/all videos (and re-instate the poster frames)\r\n  function videoStop($wrapper) {\r\n    \"use strict\";\r\n    \/\/ if we're stopping all videos on page\r\n    if (!$wrapper) {\r\n      var $wrapper = $(\".js-videoWrapper\");\r\n      var $iframe = $(\".hero-slider-card-video\");\r\n      \/\/ if we're stopping a particular video\r\n    } else {\r\n      var $iframe = $wrapper.find(\".hero-slider-card-video\");\r\n    }\r\n    \/\/ reveal poster\r\n    $wrapper.removeClass(\"videoWrapperActive\");\r\n    \/\/ remove youtube link, stopping the video from playing in the background\r\n    $iframe.attr(\"src\", \"\");\r\n    \/\/ Reinstate autoplay and start the slider.\r\n    \/\/ $(\".hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPlay\");\r\n  }\r\n\r\n  \/\/ On before slide change\r\n  $(\".hero-slider-container-block_cb6544aa23fcef0d5aba8b61c8ae692f\").on(\"beforeChange\", function(\r\n    event,\r\n    slick,\r\n    currentSlide,\r\n    nextSlide\r\n  ) {\r\n    videoStop();\r\n  });\r\n \r\n})\r\n\r\n<\/script>\r\n\n\n\r\n\r\n<section class=\"series-slider-wrapper gutter\">\r\n  <div class=\"container\">\r\n\t<div class=\"series-slider-header\">\r\n\t  <h2 class=\"series-slider-header-text\">State of Glass<\/h2>\r\n\t\t\t\t\t\t\t<div class=\"series-slider-header-description\">\r\n\t\t\t\t\t<p>There are more master glass artists in Seattle than anywhere else in North America. In this series, watch how Seattle and the Northwest have each been the muse for glass blowers and neon glass benders, and why this region of the country is inspiring the future of the craft.<\/p>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t<div class=\"series-slider-wrapper-inner\">  \r\n\t  <div class=\"series-slider-player\">\r\n\t\t<section id=\"series-slider-block_408aa7327ea07fe2bbc3cac58eb9ef3e\" class=\"series-slider-section series-slider-block \">\r\n\t\t  \t\t\t\t\t  \t\t  <div class=\"series-slider-cards series-slider-card-total-10 series-slider-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e\">\r\n\t\t\t\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"state-of-glass-series-trailer\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/Njgjuj9N6x8?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/Njgjuj9N6x8?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">State of Glass | Series Trailer<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  There are more master glass artists in Seattle than anywhere else in North America. In this series, watch how Seattle and the Northwest have each been the muse for glass blowers and neon glass benders, and why this region of the country is inspiring the future of the craft.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"debora-moore\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/rP7amKHNkII?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/rP7amKHNkII?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Debora Moore<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Contemporary glass artist <a href=\"https:\/\/www.deboramoore.com\/\">Debora Moore<\/a> learned her craft at two of Seattle\u2019s most iconic art and glass blowing schools, <a href=\"http:\/\/pratt.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Pratt Fine Arts Center<\/a> and <a href=\"https:\/\/www.pilchuck.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Pilchuck Glass School<\/a>. But it\u2019s the lush, natural surroundings of the Northwest that have fueled her creativity. In this episode of <em>State of Glass<\/em>, Debora shares her creative journey and how the shapes and textures of Northwest flora inspire her work.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"dan-friday\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/MRJOrKj1biA?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/MRJOrKj1biA?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Dan Friday<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Glass artist <a href=\"http:\/\/www.fridayglass.com\" target=\"_blank\" rel=\"noopener noreferrer\">Dan Friday<\/a> is a Native of the Lummi Nation in the Pacific Northwest. Over his 25-year career in the field, he has worked alongside master glass artists including Dale Chihuly, Preston Singletary, and Paul Marioni. Deeply connected to his Native American roots, Dan\u2019s art is inspired by both the teachings of his tribe and his Seattle surroundings. Watch him share how he\u2019s bringing his ancestry forward through his art and how glass helps him see the world in a new way in this episode of <em>State of Glass<\/em>.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"dylan-neuwirth\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/3DRZjBewSSI?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/3DRZjBewSSI?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">Dylan Neuwirth<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  <a href=\"https:\/\/www.westernneon.com\/\">Western Neon<\/a> set up shop in Seattle over 25 years ago. Since its inception, it has been a studio, gallery, custom sign business, and Seattle mainstay powered by creativity. Today, it is one of the most renowned neon studios in the country. In this episode of State of Glass, Dylan Neuwirth, contemporary artist and executive director of Western Neon\u2019s School for Glass, shares what makes neon such a fascinating and inspiring medium, and why Seattle presents the perfect backdrop for the art form to thrive.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"glass-on-debora\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/Es3Ws9QCmPU?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/Es3Ws9QCmPU?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">State of Glass | Bonus Content: On Debora Moore<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Contemporary glass artist Debora Moore learned her craft at two of Seattle\u2019s most iconic art and glass blowing schools, Pratt Fine Arts Center and Pilchuck Glass School. Hear Michelle Bufano, General Manager of Chihuly Garden and Glass share what makes Debora and her work so special. Debora\u2019s recent work is currently on display in Arboria at the Tacoma Art Museum.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"glass-on-dan\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/t0Ekue0OwnI?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/t0Ekue0OwnI?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">State of Glass | Bonus Content: On Dan Friday<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Over his 25-year career in the field, Dan Friday has worked alongside master glass artists including Dale Chihuly, Preston Singletary, and Paul Marioni. Hear industry leaders talk about how his work reflects the Pacific Northwest and serves as an inspiration for others in the region.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"glass-learning\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/kTaT6eTw9vc?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/kTaT6eTw9vc?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">State of Glass | Bonus Content: Learning<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Seattle\u2019s glass movement is founded upon learning and collaboration rather than commercial glassblowing.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"glass-community\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/74_98M5aM6Q?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/74_98M5aM6Q?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">State of Glass | Bonus Content: Community<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  There are more master glass artists in Seattle than anywhere else in North America. And it\u2019s the spirit of collaboration between them that makes the community so special.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"glass-epicenter\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/HrN-Dh_opsg?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/HrN-Dh_opsg?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">State of Glass | Bonus Content: Epicenter of Glass<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  Some of today\u2019s master glass artists including Cappy Thompson and Dante Marioni share why Seattle and the Pacific Northwest has become the epicenter of glass.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t  \r\n\t\t\t\t\t\t  <div class=\"series-slider-card\" data-slug=\"glass-why-seattle\">\r\n\t\t\t\t<div class=\"series-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t   \r\n\t\t\t\t\t  \t\t\t\t\t  <iframe class=\"seriesIframe series-slider-card-series\" src=\"https:\/\/www.youtube.com\/embed\/d6-yGBpwdn8?enablejsapi=1&#038;autoplay=0&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  frameborder=\"0\" allowTransparency=\"true\" allowfullscreen data-src=\"https:\/\/www.youtube.com\/embed\/d6-yGBpwdn8?enablejsapi=1&#038;autoplay=1&#038;modestbranding=1&#038;rel=0&#038;loop=1&#038;mute=1\"  allow=\"autoplay; fullscreen\"><\/iframe>\r\n\t\t\t\t\t\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t  <div class=\"series-slider-card-text-box\">\r\n\t\t\t\t\t<div class=\"series-slider-card-inner\">\r\n\t\t\t\t\t  \r\n\t\t\t\t\t  \t\t\t\t\t\t<div class=\"series-slider-card-title-box\">\r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h2 class=\"series-slider-repeater-title\">State of Glass | Bonus Content: Why Seattle<\/h2>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t  \t\t\t\t\t\t  \r\n\t\t\t\t\t\t  \t\t\t\t\t\t\t<h3 class=\"series-thumbnail-slider-repeater-series\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <a href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tState of Glass\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t  <\/a>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t  \t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t<div class=\"series-slider-repeater-text\">\r\n\t\t\t\t\t\t  As a creative capitol, Seattle is inspiring the future of glass art.\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t  \t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t  <\/div>\r\n\t\t\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\t\t\t\t\t\t<\/div>\t\t  \t\t<\/section>\r\n\t  <\/div>\r\n\r\n\t  <div class=\"series-slider-nav\">\r\n\t\t<section id=\"series-slider-block_408aa7327ea07fe2bbc3cac58eb9ef3e\" class=\"series-thumbnail-section series-slider-block \">\r\n\t\t  \t\t\t\t\t  <div class=\"series-thumbnail-slider-cards series-thumbnail-slider-card-total-10 series-slider-thumbnail-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e\">\r\n\t\t  \t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"state-of-glass-series-trailer\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/09\/27143141\/SOG-Trailer-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  State of Glass | Series Trailer\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"debora-moore\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/09\/12140334\/VSEA_DOTTV_StateofGlass_DebMoore2_WebFINAL_mp4-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Debora Moore\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"dan-friday\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/09\/18133210\/Dan-Friday1-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Dan Friday\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"dylan-neuwirth\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/09\/26145539\/Dylan-Neuwirth-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  Dylan Neuwirth\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"glass-on-debora\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/10\/22145705\/VS_SOG_-_Ancillary_-_Deborah_Moore-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  State of Glass | Bonus Content: On Debora Moore\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"glass-on-dan\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/10\/22145658\/VS_SOG_-_Ancillary_-_Dan_Friday-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  State of Glass | Bonus Content: On Dan Friday\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"glass-learning\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/10\/22145715\/VS_SOG_-_Ancillary_-_Learning-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  State of Glass | Bonus Content: Learning\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"glass-community\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/10\/22145653\/VS_SOG_-_Ancillary_-_Community-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  State of Glass | Bonus Content: Community\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"glass-epicenter\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/10\/22145710\/VS_SOG_-_Ancillary_-_Epicenter_of_Glass-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  State of Glass | Bonus Content: Epicenter of Glass\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t\t\t\t  <div class=\"series-thumbnail-slider-card\" data-slug=\"glass-why-seattle\">\r\n\t\t\t\t<div class=\"series-thumbnail-slider-card-wrapper\">\r\n\t\t\t\t  <div class=\"series-thumbnail-slider-card-media-box js-seriesWrapper\">\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t  \r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <div class=\"series-thumbnail-slider-card-image-box-inner\">\r\n\t\t\t\t\t\t<img decoding=\"async\" class=\"series-thumbnail-slider-card-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/10\/22145720\/VS_SOG_-_Ancillary_-_Why_Seattle-450x300.jpg\" alt=\"series-thumbnail-slider-card-image-box\">\r\n\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"series-thumbnail-slider-card-text-box\">\r\n\r\n\t\t\t\t\t  \t\t\t\t\t\t<h2 class=\"series-thumbnail-slider-repeater-title\">\r\n\t\t\t\t\t\t  State of Glass | Bonus Content: Why Seattle\t\t\t\t\t\t<\/h2>\r\n\t\t\t\t\t  \r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t  <\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\t\t  \t\t<\/section>\r\n\t  <\/div>\r\n\t<\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\nwindow.addEventListener('DOMContentLoaded', function () {\r\n\r\n\r\n\r\n  jQuery('.series-slider-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e').not('.slick-initialized').slick({\r\n\tadaptiveHeight: true,\r\n\tarrows: false,\r\n\tcenterPadding: \"0px\",\r\n\tdots: false,\r\n\tslidesToShow: 1,\r\n\tinfinite: true,\r\n\tautoplay: true,\r\n\tautoplaySpeed: 7500,\r\n\tpauseOnHover: true,\r\n\tpauseOnFocus: true,\r\n\tasNavFor: \".series-slider-thumbnail-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e\",\r\n\tresponsive: [\r\n\t  {\r\n\t\tbreakpoint: 1200,\r\n\t\tsettings: {\r\n\t\t  arrows: true\r\n\t\t}\r\n\t  }\r\n\t]\r\n  }).on('init', function () {\r\n  document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n\tif (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n\t  track.setAttribute('aria-label', 'Video slider');\r\n\t}\r\n  });\r\n});\r\n\r\n  $('.series-slider-thumbnail-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e').on('init reInit afterChange', function() {\r\n\tupdateSlickDotsAccessibility();\r\n\tcleanSlickDotsAccessibility();\r\n  });\r\n\r\n  jQuery('.series-slider-thumbnail-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e').not('.slick-initialized').slick({\r\n\tarrows: false,\r\n\tcenterPadding: \"0px\",\r\n\tvertical: true,\r\n\tdots: false,\r\n\tslidesToShow: 10,\r\n\tinfinite: true,\r\n\tautoplay: false,\r\n\tasNavFor: \".series-slider-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e\",\r\n\tfocusOnSelect: true,\r\n\tresponsive: [\r\n\t  {\r\n\t\tbreakpoint: 1200,\r\n\t\tsettings: {\r\n\t\t  dots: true,\r\n\t\t  vertical: false,\r\n\t\t  slidesToShow: 3,\r\n\t\t}\r\n\t  }\r\n\t]\r\n  });\r\n\r\n  cleanSlickDotsAccessibility();\r\n  updateSlickDotsAccessibility();\r\n\r\n  function cleanSlickDotsAccessibility() {\r\n\tdocument.querySelectorAll('.slick-dots').forEach(function (ul) {\r\n\t  ul.setAttribute('role', 'presentation');\r\n\t\t});\r\n  }\r\n\r\n  function updateSlickDotsAccessibility() {\r\n  document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n\tconst isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n\tconst button = dot.querySelector('button');\r\n\r\n\tif (button) {\r\n\t  if (isHidden) {\r\n\t\tbutton.setAttribute('tabindex', '-1');\r\n\t\tbutton.setAttribute('aria-hidden', 'true');\r\n\t  } else {\r\n\t\tbutton.setAttribute('tabindex', '0');\r\n\t\tbutton.removeAttribute('aria-hidden');\r\n\t  }\r\n\t}\r\n\r\n  });\r\n  }\r\n\r\n\r\n\r\n  $('.series-slider-cards').on('init afterChange', function(event, slick, currentSlide) {\r\n\t$('.series-slider-card.slick-slide').each(function(_, element) {\r\n\t  const $el = $(element);\r\n\t  const slideIndex = parseInt($el.attr('data-slick-index'), 10);\r\n\t  const $focusables = $el.find('a, iframe, button, input, select, textarea');\r\n\r\n\t  if (slideIndex === currentSlide) {\r\n\t\t$el.attr('aria-hidden', 'false');\r\n\t\t$focusables\r\n\t\t  .attr('tabindex', '0')\r\n\t\t  .removeAttr('aria-hidden');\r\n\t  } else {\r\n\t\t$el.attr('aria-hidden', 'true');\r\n\t\t$focusables\r\n\t\t  .attr('tabindex', '-1')\r\n\t\t  .attr('aria-hidden', 'true');\r\n\t  }\r\n\t});\r\n  });\r\n\r\n\r\n\r\n  function getUrlVars() {\r\n\tvar vars = [], hash;\r\n\tvar hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');\r\n\tfor(var i = 0; i < hashes.length; i++)\r\n\t{\r\n\t\thash = hashes[i].split('=');\r\n\t\tvars.push(hash[0]);\r\n\t\tvars[hash[0]] = hash[1];\r\n\t}\r\n\treturn vars;\r\n  }\r\n\r\n  var video = getUrlVars()[\"video\"];\r\n\r\n  if(video){\r\n\t\tseriesslider = $('.series-slider-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e');\r\n\r\n\t\tresumeIndex = $('.series-slider-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e').slick(\"getSlick\").currentSlide;\r\n\t\tvar slugIndex = seriesslider.find('[data-slug=\"' + video + '\"]').data('slick-index');\r\n\t\tif(slugIndex) {\r\n\t\t\tseriesslider.slick('slickPause').slick('slickGoTo', slugIndex);\r\n\t\t}\r\n  }\r\n\t\r\n  \r\n\r\n  $(document).on(\"click\", \".play-btn\", function(e) {\r\n\t\"use strict\";\r\n\te.preventDefault();\r\n\r\n\tvar $poster = $(this);\r\n\tvar $wrapper = $poster.closest(\".js-seriesWrapper\");\r\n\r\n\tvar $iframe = $wrapper.find(\".series-slider-card-series\");\r\n\tvar src = $(\".series-slider-card-series\").data(\"src\");\r\n\t\/\/ hide poster\r\n\t$wrapper.addClass(\"seriesWrapperActive\");\r\n\t\/\/ add iframe src in, starting the series\r\n\t$iframe.attr(\"src\", src);\r\n  });\r\n\r\n  \/\/ Stop the slider if the iframe itself is hovered\r\n  $(\".series-slider-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e .series-slider-card iframe\").on(\"mouseover\", function(e) {\r\n\t\/\/ Remove autoplay and stop the slider.\r\n\t$(this).closest(\".series-slider-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e\").slick(\"slickSetOption\", \"autoplay\", false).slick(\"slickPause\");\r\n  });\r\n\r\n  \/\/ stop the targeted\/all seriess (and re-instate the poster frames)\r\n  function seriesStop($wrapper) {\r\n\t\"use strict\";\r\n\t\/\/ if we're stopping all seriess on page\r\n\tif (!$wrapper) {\r\n\t  var $wrapper = $(\".js-seriesWrapper\");\r\n\t  var $iframe = $(\".series-slider-card-series\");\r\n\t  \/\/ if we're stopping a particular series\r\n\t} else {\r\n\t  var $iframe = $wrapper.find(\".series-slider-card-series\");\r\n\t}\r\n\t\/\/ reveal poster\r\n\t$wrapper.removeClass(\"seriesWrapperActive\");\r\n\t\/\/ remove youtube link, stopping the series from playing in the background\r\n\t\/\/ $iframe.attr(\"src\", \"\");\r\n\r\n\t$wrapper.find('iframe').each(function(){\r\n\t\t$(this)[0].contentWindow.postMessage('{\"event\":\"command\",\"func\":\"' + 'stopVideo' + '\",\"args\":\"\"}', '*');    \r\n\t});\r\n  }\r\n\r\n  \/\/ On before slide change\r\n  $(\".series-slider-container-block_408aa7327ea07fe2bbc3cac58eb9ef3e\").on(\"beforeChange\", function(\r\n\tevent,\r\n\tslick,\r\n\tcurrentSlide,\r\n\tnextSlide\r\n  ) {\r\n\tseriesStop();\r\n  });\r\n\r\n  $(document).on(\"click\", \".series-thumbnail-slider-card\", function(e) {\r\n\t\"use strict\";\r\n\t\tconsole.log('clicked');\r\n\t\tconsole.log(window.location.href.split('?')[0] + '?video=' + $(this).attr(\"data-slug\"));\r\n\r\n\tconst $this = $(this),\r\n\t\t  $thisSlider = $this.closest(\".series-slider-wrapper\");\r\n\r\n\t\thistory.pushState({page: \"page\"}, \"\", window.location.href.split('?')[0] + '?video=' + $(this).attr(\"data-slug\"));\r\n\r\n\t\/\/ Scroll to the top of the .series-slider-wrapper\r\n\twindow.scroll({\r\n\t  top: $(this).closest(\".series-slider-wrapper\").offset().top - $(\"header.global-header\").outerHeight(), \/\/ The position of the top of the wrapper - the height of the header\r\n\t  behavior: \"smooth\"\r\n\t});\r\n  });\r\n\r\n})\r\n\r\n\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_48c451fe0bb4c9409c1c17815ed04504\"  class=\"image-slider gutter image-slider-count-4 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">EXPLORE ON YOUR OWN<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/refractseattle.org\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2021\/10\/07132159\/Raven-Skyriver-at-Seattle-Glassblowing-Studio-Credit_-Megan-Swann-Photography-2-450x300.jpg\" alt=\"A glassblower wearing yellow gloves uses tongs to shape molten glass at the end of a blowpipe. The glowing orange and brown glass is being formed in a workshop, with tools visible on the table and blurred people watching in the background.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Refract: The Seattle Glass Experience                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Various Locations                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      refractseattle.org                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/www.chihulygardenandglass.com\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2016\/12\/21041931\/Chihuly-Garden-and-Glass-940x626-450x300.jpg\" alt=\"A glasshouse with a high, transparent ceiling houses a vibrant installation of orange, red, and yellow glass flowers. Visitors stroll and sit on benches, enjoying the sunny, lush outdoor view visible through the large windows.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Chihuly Garden and Glass                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Queen Anne                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      chihulygardenandglass.com                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/www.museumofglass.org\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2015\/02\/TacomaMuseumofGlass_PietroSierra-450x300.jpg\" alt=\"Tacoma&#039;s Museum of Glass\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Museum of Glass                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Tacoma                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      museumofglass.org                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/www.westernneon.com\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642-450x300.jpg\" alt=\"A vibrant display of colorful neon lights reflects through intricate glass sculptures. The lights glow in shades of red, orange, yellow, green, blue, and purple, creating a mesmerizing and abstract visual effect.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Western Neon                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      SoDo                    <\/h4>\r\n                                                        <p class=\"image-slider-description\">\r\n                      westernneon.com                    <\/p>\r\n                                  <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_48c451fe0bb4c9409c1c17815ed04504\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_48c451fe0bb4c9409c1c17815ed04504 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 4,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_48a45528118d4b520018eaea62b67a31\"  class=\"image-slider gutter image-slider-count-3 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">KEEP WATCHING<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/been-there-made-that\/?video=jimenez-lai\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2015\/02\/13053636\/Jimenez_Library-450x300.jpg\" alt=\"A person stands silhouetted in a corridor with a high ceiling, facing a large grid-patterned window. The polished floor reflects the figure, creating a serene and contemplative atmosphere.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Jimenez Lai                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Been There, Made That.                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/seattle-first-takes\/?video=seeing-color-and-light\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2015\/07\/26093643\/FirstsThumb_0005_Conrad_Chihuly-450x300.jpg\" alt=\"A vibrant ceiling display of colorful, intricately designed glass art pieces. The glass is sculpted into organic shapes with swirling patterns in shades of red, blue, orange, yellow, and purple, creating a kaleidoscopic effect when illuminated.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Seeing Color and Light                     <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Seattle First Takes                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-video\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/tv\/sounds-by-the-sound\/?video=sounds-by-the-sound-episode-2\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2015\/10\/09224133\/SBTS_HeyMarseilles_EyesOnYou_mp4_2-450x300.jpg\" alt=\"A band performs in a sunlit atrium with a colorful glass sculpture overhead. Musicians include two vocalists, a drummer, a violinist, and a cellist. People are gathered around, watching the performance.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Art + Music                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Sounds by the Sound                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_48a45528118d4b520018eaea62b67a31\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_48a45528118d4b520018eaea62b67a31 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 3,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>\n\n\r\n\r\n\r\n<section id=\"image-slider-block_b89bf9d68c5fb3afce7141b1f6968419\"  class=\"image-slider gutter image-slider-count-3 image-slider-block\">\r\n  <div class=\"container\">\r\n    <div class=\"image-slider-header\">\r\n      <h2 class=\"image-slider-header-text\">RELATED<\/h2>\r\n    <\/div>\r\n    <div class=\"image-slider-wrapper\">\r\n                <div class=\"image-slider-item image-slider-item-type-image\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/things-to-do\/arts-culture\/visual-arts\/meet-the-new-generation-of-glass-artists-in-seattle\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2019\/08\/06154720\/Nao-Yamamoto_Banner-450x300.jpg\" alt=\"A glassblower shapes a molten glass heart with a torch. The glowing piece is being heated, showcasing vibrant orange flames. The artisan&#039;s hands are visible in the background, focusing on the intricate craft.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Meet the New Generation of Glass Artists in Seattle                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Art & Culture                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n                <div class=\"image-slider-item image-slider-item-type-image\" >\r\n\r\n        <a class=\"image-slider-link\" href=\"https:\/\/visitseattle.org\/seattle-localist\/see\/glass-art\/\">\r\n            <div class=\"image-slider-image-box opacity-none\">\r\n              \r\n                                                        <img decoding=\"async\" class=\"image-slider-image-graphic\" src=\"https:\/\/uploads.visitseattle.org\/2017\/03\/02005518\/ChihulyGardenGlass-Stuart-Mullenberg-CMYK-450x300.jpg\" alt=\"A glass-enclosed atrium with a ceiling adorned with vibrant orange and yellow glass sculptures resembling flowers. People admire the installation, and natural light streams through the tall windows.\" >\r\n\r\n              <div class=\"image-slider-content-box\">\r\n                <div class=\"image-slider-content-box-text\">\r\n                                      <h3 class=\"image-slider-title\">\r\n                    Glass Art                    <\/h3>\r\n                                                        <h4 class=\"image-slider-subtitle\">\r\n                      Art & Culture                    <\/h4>\r\n                                                    <\/div>\r\n                              <\/div>\r\n               \r\n            <\/div>\r\n          \r\n        <\/a>\r\n        \r\n      <\/div>\r\n        <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script id=\"vs-custom-slick-slider\">\r\n  jQuery( document ).ready(function($) {\r\n    const $sliderWrapper = $(\"#image-slider-block_b89bf9d68c5fb3afce7141b1f6968419\");\r\n\r\n    $sliderWrapper.on(\"init reInit afterChange\", function () {\r\n      $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n      updateSlickDotsAccessibility();\r\n\r\n    });\r\n  \r\n    $(\"#image-slider-block_b89bf9d68c5fb3afce7141b1f6968419 .image-slider-wrapper\").not('.slick-initialized').slick({\r\n      dots: false,\r\n      arrows: true,\r\n      infinite: true,\r\n      slidesToShow: 3,\r\n      slidesToScroll: 1,\r\n      autoplay: false,\r\n      autoplaySpeed: 3000,\r\n      responsive: [\r\n      {\r\n        breakpoint: 1200,\r\n        settings: {\r\n          slidesToShow: 3,\r\n          slidesToScroll: 3,\r\n          infinite: true,\r\n          dots: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 767,\r\n        settings: {\r\n          slidesToShow: 2,\r\n          slidesToScroll: 2,\r\n          arrows: true\r\n        }\r\n      },\r\n      {\r\n        breakpoint: 650,\r\n        settings: {\r\n          slidesToShow: 1,\r\n          slidesToScroll: 1,\r\n          arrows: true\r\n        }\r\n      }\r\n      \/\/ You can unslick at a given breakpoint now by adding:\r\n      \/\/ settings: \"unslick\"\r\n      \/\/ instead of a settings object\r\n    ]\r\n    });\r\n\r\n    $sliderWrapper.find(\".slick-dots\").removeAttr(\"role\");\r\n\r\n    updateSlickDotsAccessibility();\r\n\r\n    function updateSlickDotsAccessibility() {\r\n      document.querySelectorAll('.slick-dots li').forEach(function (dot) {\r\n        const isHidden = dot.getAttribute('aria-hidden') === 'true';\r\n        const button = dot.querySelector('button');\r\n\r\n        if (button) {\r\n          if (isHidden) {\r\n            button.setAttribute('tabindex', '-1');\r\n            button.setAttribute('aria-hidden', 'true');\r\n          } else {\r\n            button.setAttribute('tabindex', '0');\r\n            button.removeAttribute('aria-hidden');\r\n          }\r\n        }\r\n      });\r\n    }\r\n\r\n    document.querySelectorAll('.slick-track[role=\"listbox\"]').forEach(function(track) {\r\n      if (!track.hasAttribute('aria-label') && !track.hasAttribute('aria-labelledby')) {\r\n        track.setAttribute('aria-label', 'Video slider');\r\n      }\r\n    });\r\n  });\r\n<\/script>","protected":false},"excerpt":{"rendered":"<p>          &#8230;<\/p>\n","protected":false},"author":115,"featured_media":337521,"parent":371419,"menu_order":23,"comment_status":"closed","ping_status":"closed","template":"template-gutenberg.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-371455","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>State of Glass - Visit Seattle<\/title>\n<meta name=\"description\" content=\"In this video series, watch how Seattle is a muse for glass blowers and neon glass benders, and why this region is inspiring the future of the craft.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"State of Glass - Visit Seattle\" \/>\n<meta property=\"og:description\" content=\"In this video series, watch how Seattle is a muse for glass blowers and neon glass benders, and why this region is inspiring the future of the craft.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\" \/>\n<meta property=\"og:site_name\" content=\"Visit Seattle\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/visitseattle\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-27T20:05:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@visitseattle\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\",\"url\":\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\",\"name\":\"State of Glass - Visit Seattle\",\"isPartOf\":{\"@id\":\"https:\/\/visitseattle.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/state-of-glass\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/state-of-glass\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642.jpg\",\"datePublished\":\"2023-04-27T22:09:23+00:00\",\"dateModified\":\"2026-01-27T20:05:42+00:00\",\"description\":\"In this video series, watch how Seattle is a muse for glass blowers and neon glass benders, and why this region is inspiring the future of the craft.\",\"breadcrumb\":{\"@id\":\"https:\/\/visitseattle.org\/tv\/state-of-glass\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/visitseattle.org\/tv\/state-of-glass\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/visitseattle.org\/tv\/state-of-glass\/#primaryimage\",\"url\":\"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642.jpg\",\"contentUrl\":\"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642.jpg\",\"width\":1600,\"height\":1200,\"caption\":\"Kristin Gillespie\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/visitseattle.org\/tv\/state-of-glass\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/visitseattle.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VISITSEATTLE.tv\",\"item\":\"https:\/\/visitseattle.org\/tv\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"State of Glass\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/visitseattle.org\/#website\",\"url\":\"https:\/\/visitseattle.org\/\",\"name\":\"Visit Seattle\",\"description\":\"Your next great adventure\",\"publisher\":{\"@id\":\"https:\/\/visitseattle.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/visitseattle.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/visitseattle.org\/#organization\",\"name\":\"Visit Seattle\",\"alternateName\":\"Visit Seattle\",\"url\":\"https:\/\/visitseattle.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg\",\"contentUrl\":\"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg\",\"width\":696,\"height\":696,\"caption\":\"Visit Seattle\"},\"image\":{\"@id\":\"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/visitseattle\",\"https:\/\/x.com\/visitseattle\",\"https:\/\/instagram.com\/visitseattle\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"State of Glass - Visit Seattle","description":"In this video series, watch how Seattle is a muse for glass blowers and neon glass benders, and why this region is inspiring the future of the craft.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/visitseattle.org\/tv\/state-of-glass\/","og_locale":"en_US","og_type":"article","og_title":"State of Glass - Visit Seattle","og_description":"In this video series, watch how Seattle is a muse for glass blowers and neon glass benders, and why this region is inspiring the future of the craft.","og_url":"https:\/\/visitseattle.org\/tv\/state-of-glass\/","og_site_name":"Visit Seattle","article_publisher":"https:\/\/www.facebook.com\/visitseattle","article_modified_time":"2026-01-27T20:05:42+00:00","og_image":[{"width":1600,"height":1200,"url":"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@visitseattle","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/visitseattle.org\/tv\/state-of-glass\/","url":"https:\/\/visitseattle.org\/tv\/state-of-glass\/","name":"State of Glass - Visit Seattle","isPartOf":{"@id":"https:\/\/visitseattle.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/visitseattle.org\/tv\/state-of-glass\/#primaryimage"},"image":{"@id":"https:\/\/visitseattle.org\/tv\/state-of-glass\/#primaryimage"},"thumbnailUrl":"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642.jpg","datePublished":"2023-04-27T22:09:23+00:00","dateModified":"2026-01-27T20:05:42+00:00","description":"In this video series, watch how Seattle is a muse for glass blowers and neon glass benders, and why this region is inspiring the future of the craft.","breadcrumb":{"@id":"https:\/\/visitseattle.org\/tv\/state-of-glass\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/visitseattle.org\/tv\/state-of-glass\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/visitseattle.org\/tv\/state-of-glass\/#primaryimage","url":"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642.jpg","contentUrl":"https:\/\/uploads.visitseattle.org\/2019\/08\/06162736\/IMG_0642.jpg","width":1600,"height":1200,"caption":"Kristin Gillespie"},{"@type":"BreadcrumbList","@id":"https:\/\/visitseattle.org\/tv\/state-of-glass\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/visitseattle.org\/"},{"@type":"ListItem","position":2,"name":"VISITSEATTLE.tv","item":"https:\/\/visitseattle.org\/tv\/"},{"@type":"ListItem","position":3,"name":"State of Glass"}]},{"@type":"WebSite","@id":"https:\/\/visitseattle.org\/#website","url":"https:\/\/visitseattle.org\/","name":"Visit Seattle","description":"Your next great adventure","publisher":{"@id":"https:\/\/visitseattle.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/visitseattle.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/visitseattle.org\/#organization","name":"Visit Seattle","alternateName":"Visit Seattle","url":"https:\/\/visitseattle.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/","url":"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg","contentUrl":"https:\/\/uploads.visitseattle.org\/2024\/02\/26112700\/vsJPG.jpg","width":696,"height":696,"caption":"Visit Seattle"},"image":{"@id":"https:\/\/visitseattle.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/visitseattle","https:\/\/x.com\/visitseattle","https:\/\/instagram.com\/visitseattle\/"]}]}},"publishpress_future_action":{"enabled":false,"date":"2026-02-06 11:30:23","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/comments?post=371455"}],"version-history":[{"count":5,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371455\/revisions"}],"predecessor-version":[{"id":453575,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371455\/revisions\/453575"}],"up":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/pages\/371419"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/media\/337521"}],"wp:attachment":[{"href":"https:\/\/visitseattle.org\/wp-json\/wp\/v2\/media?parent=371455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}