301 durum kodu, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
GET / HTTP/1.1 Host: ctkph.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.ctkph.org/', AccountUUID: 'd49b76e5b2c5452ca54abc85391091ed', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '593198fd', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Thu May 29 17:40:44 UTC 2025', ExternalUid: '303568', IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '9a145507ee06434a8dba1e37583318d5', InitialPageId: '1179300780', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '7230cfba7b7d4d5983a6524f95f8292a', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '500000', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: -1, NavbarLiveHomePage: 'https://www.ctkph.org/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.ctkph.org/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <title>Home </title> <!--Add favorites icons--> <link rel="icon" type="image/x-icon" href="https://static.cdn-website.com/runtime/favicon_d1_res.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} body #dm #\31 002506526:not(.photo-gallery-done):not([data-widget-initialized]) { height: 713.0px !important; min-height: initial;} </style> <style id="cssVariables" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="criticalCss"> @charset "UTF-8";@font-face{font-family:Quicksand;font-style:normal;font-weight:300 700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/quicksand/v36/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merienda;font-style:normal;font-weight:300 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merienda/v19/gNMHW3x8Qoy5_mf8uWMFMIo.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:200;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:300;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Allura;font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/allura/v21/9oRPNYsQpS4zjuA_iwgW.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Muli;font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:italic;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/lato/v24/S6u8w4BMUTPHjxsAXC-q.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:600;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Alegreya Sans';font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/alegreyasans/v25/5aUu9_-1phKLFgshYDvh6Vwt5eFIqEp2iw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:800;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Alegreya;font-style:normal;font-weight:400 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/alegreya/v36/4UaBrEBBsBhlBjvfkSLhx6g.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}.dmPopup,.dmPopupMask{position:fixed;left:0}[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{margin:0;display:none;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}.lh-1,button,input{line-height:normal}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}.text-align-center{text-align:center}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}.dmform-title{padding-right:15px;padding-left:15px}@media (min-width:1025px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnMedium{display:none!important}#dmRoot.responsiveTablet #dm [data-responsive-name=ResponsiveDesktopTopTabletHamburger] .site_content{margin-top:0!important}:root{--btn-text-font-size:15px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge{display:none!important}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:15px}}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}.runtime-module-container{width:100%}.runtime-module-container[dmtemplateid*=amburger] #site_content,.runtime-module-container[dmtemplateid*=amburger] .dmInner{position:static}.runtime-module-container[dmtemplateid*=amburger] #site_content .site_content{position:relative}.runtime-module-container[dmtemplateid*=amburger] .dmLayoutWrapper{background-color:transparent}.runtime-module-container .hamburger-header-container{position:fixed;z-index:2;top:0;left:0;width:100%}.runtime-module-container .hamburger-header-container .hamburger-header{min-height:43px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-hamburger,.runtime-module-container .layout-drawer-overlay{visibility:visible}.runtime-module-container[dmtemplateid*=amburger] .site_content{margin-top:59px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-overlay{height:100%;position:fixed;top:0;left:0}.runtime-module-container .layout-drawer{background-color:#fff;width:75vw;transform:translate(-100%,0);overflow:auto;-webkit-overflow-scrolling:auto;z-index:13;display:flex;flex-direction:column}.runtime-module-container .layout-drawer .dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:0}.runtime-module-container .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0);left:auto;right:0}.runtime-module-container .layout-drawer-overlay{width:100vw;background-color:rgba(0,0,0,.4);opacity:0;z-index:6}body:not([data-flex-site]) .layout-drawer .dmRespRow:not(:first-of-type):not(:last-of-type){flex:1 1 auto}.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:18px;margin-left:env(safe-area-inset-left);padding:17px 11px;z-index:14;width:52px;height:52px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:18px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}@media (max-width:767px){.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:10px;margin-left:env(safe-area-inset-left);padding:13px 9px;z-index:14;width:40px;height:40px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:10px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}}.hamburger-reverse .layout-drawer-hamburger{left:auto;right:10px;margin-right:env(safe-area-inset-right)}#dm-outer-wrapper #hamburger-header-container #hamburger-header .dmRespCol{display:flex;flex-direction:column;justify-content:center}nav{display:block}[hidden]{display:none}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}strong{font-weight:700}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}button,input{font-family:inherit;font-size:100%;margin:0}button{text-transform:none;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-right:before{content:'\f105'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){.hamburger-reverse .layout-drawer-hamburger{right:18px}#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget.flexButton:not(.displayNone){display:flex}#dm .dmInner .dmWidget.flexButton{display:flex;align-items:center;justify-content:center;padding:10px 7px}#dm .dmInner .dmWidget.flexButton .text{padding:0!important;flex-grow:1;max-width:-webkit-max-content;max-width:max-content}#dm .dmInner .dmWidget.flexButton:after{display:none}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}p.rteBlock{margin:0}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height]{height:auto}.dmNewParagraph[data-version]{line-height:initial}#dm div.dmRespCol>*,.flexslider .slides>li .slide-inner *{line-height:normal}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] .text-align-right{text-align:right!important}.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.flexslider .slides img{width:100%;display:block;margin:auto}.flexslider .slides>li .slide-inner .slide-text{margin:0;font-size:19px;font-weight:400}.flexslider.ed-version .slides img{display:none}#dm div.dmInner .dmform[data-layout=layout-1] .dmforminput>:not(label):not(div):not(small):not(.frc-banner){background:0;border:2px solid #000;display:inline-block}#dm div.dmInner .dmform .dmforminput label[hide=true]{display:none}.dmform .dmforminput label{display:block;overflow:hidden;text-overflow:ellipsis}.dmPhotoGalleryHolder{text-align:center}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_left .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px 0}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a img{display:none!important}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}.widget-7b2ba5 *{margin:0}.widget-7b2ba5 ul{padding-left:20px;list-style-type:disc}.widget-7b2ba5 .nav{display:flex;justify-content:space-around;flex-direction:row}.widget-7b2ba5 .text{display:inline}.widget-7b2ba5 .tab-label{text-align:center;flex:1 1 0%}.widget-7b2ba5 .tab-label .horizontal-label{margin:18px}.widget-7b2ba5 .tab-label.layout-c{border-left:1px solid #d9d8d8;border-top:1px solid #d9d8d8;border-right:1px solid #d9d8d8}.widget-7b2ba5 .tab-label.layout-c.not-active{text-align:center;border-bottom:none;background-color:rgba(0,0,0,0);font-weight:400;color:#878787}.widget-7b2ba5 .tab-label.not-active.layout-c>h4{font-weight:400;color:#878787}.widget-7b2ba5 .tab-label.active.layout-c{background-color:rgba(0,0,0,0);font-weight:700;color:#000}.widget-7b2ba5 .tab-label.active.layout-c>h4{font-weight:700;color:#000}.widget-7b2ba5 .tab.active{display:flex}.widget-7b2ba5 .tab{display:none;text-align:left!important;flex:1 1 0%;flex-basis:auto;justify-content:space-around;align-content:flex-start;padding-top:30px;max-width:100%}.widget-7b2ba5 .tab.layout-c{background-color:rgba(0,0,0,0);border:1px solid #d9d8d8}.widget-7b2ba5 .tab .image-container,.widget-7b2ba5 .tab.reverse .tab-text-container{order:1}.widget-7b2ba5 .tab .tab-text-container,.widget-7b2ba5 .tab.reverse .image-container{order:3}.widget-7b2ba5 .tab .image-container{background-position:center;background-size:cover;max-width:100%}.widget-7b2ba5 .tab .image-container .image{margin:0 auto;visibility:hidden;width:100%}.widget-7b2ba5 .tab .tab-text-container{flex:1 1 0%;display:flex;flex-direction:column;justify-content:center}.widget-7b2ba5 .tab .tab-text-container .tab-description{overflow-y:auto!important;overflow-x:hidden;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;text-align:left!important}.widget-7b2ba5 .btn-container{display:flex;flex-direction:column;align-items:flex-start}.widget-7b2ba5 .button-class{margin-bottom:0!important;max-width:100%}.widget-7b2ba5 .button-class span.text{color:red;overflow-wrap:initial!important;margin-bottom:0;padding:10px 20px!important}.widget-7b2ba5 .text,.widget-7b2ba5 h4{margin:0 0 10px}.widget-7b2ba5 .text{max-width:100%!important}.widget-7b2ba5 .wrapper{overflow:hidden;display:flex}.widget-7b2ba5 .wrapper.layout-c{flex-direction:column}.widget-7b2ba5 .tab-label{overflow:hidden;overflow-wrap:break-word}.widget-7b2ba5 .tab{padding-left:30px;padding-right:30px;padding-bottom:30px}.widget-7b2ba5 .tab .tab-space{order:2;flex-basis:20px}.widget-7b2ba5 .tab .tab-text-container .desc-title{font-weight:700;font-size:22px;margin-bottom:15px}.widget-7b2ba5 .tab .image-container{width:240px;display:flex;align-items:flex-start}.widget-7b2ba5 .tab .image-container.layout-c{width:514px;height:278px}.widget-7b2ba5 .button-class{width:auto!important;margin-top:15px!important}img[width][height]{height:auto}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}A IMG{border:none}h2,h3,h4,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}.clearfix,a,img,li,ul{vertical-align:top}#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939;outline:0;vertical-align:inherit}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper,.dmStandardDesktop{display:block}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}#dm h3.dmwidget-title[hide=true]{display:none}#dm .dmwidget-title{margin:10px 0;font-size:23px;text-shadow:none;text-align:left;text-transform:capitalize;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:normal}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;background-color:#eee}.flexslider .slides>li .slide-inner .slide-text{white-space:pre-line}[dmle_extension=custom_extension] .dmWidget{width:150px;padding:0 7px}.main-navigation.unifiednav{display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-bottom2{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform:scaleX(0);border-top-width:2px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;border-top-color:transparent}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:scaleX(1)}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform-origin:left}.main-navigation.unifiednav.effect-background{padding:0}.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:12px 15px;margin:0 15px 0 0}.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth]) .unifiednav__container[data-depth='0']{left:15px;top:calc(100% - 12px)}.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{background-color:#333;color:#fafafa}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container[data-depth='1']{min-width:100%}.main-navigation.unifiednav .unifiednav__container[data-depth]{position:absolute;top:0;left:0;flex-direction:column;opacity:0;z-index:100;background-color:#faf9f9}.main-navigation.unifiednav .unifiednav__container[data-depth='0']{top:100%;transform:translateY(-10px)}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='0']{left:15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap .unifiednav__container>.unifiednav__item-wrap{flex-direction:column}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:15px 30px 15px 15px;margin:0}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{content:''!important;width:100%;height:0;color:#ececec;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav[layout-main=horizontal_nav_layout_8] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{border-radius:30px;padding:12px 30px;margin:0 15px 0 0}.main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='1']{transform:translateX(-10%) translateY(0);left:100%}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:initial;padding-left:10px;margin-left:0}.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item_has-sub-nav .icon{transform:rotate(0)}.main-navigation.unifiednav[layout-main=horizontal_nav_layout_8] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth='0']{left:30px}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:transparent}#dm .main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{background-color:#faf9f9}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{color:#d1d1d1}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container{flex-direction:column;flex:1 1 100%}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0;margin:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{padding-left:15px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:initial}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap{flex-direction:column}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]{opacity:1;position:static;transform:translate(0)}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{justify-content:inherit;padding:8px 1em;margin:0;font-size:.8em}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item.unifiednav__item_has-sub-nav .icon::before{transform-origin:center;transform:rotate(90deg)}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth] .unifiednav__container[data-depth]{padding-left:12px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{content:''!important;width:100%;height:0;color:#d1d1d1;align-self:flex-start;border:0 solid currentColor}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:5px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:8px 12px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE] .unifiednav__container[data-depth]{transform-origin:top;height:auto;overflow:hidden}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]{opacity:0;max-height:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__item.dmNavItemSelected>.nav-item-text .icon::before,#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HOVER]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__item.dmNavItemSelected>.nav-item-text .icon::before{transform:rotate(180deg)}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}.dmRoot:not(.dmTabletBody):not(.dmMobileBody) #dm .main-navigation.unifiednav:not([data-nav-structure=SPLIT]) .unifiednav__container[data-depth='1']{max-height:65vh;overflow-y:auto}.dmRoot:not(.dmTabletBody):not(.dmMobileBody) #dm .main-navigation.unifiednav:not([data-nav-structure=SPLIT]) .unifiednav__container[data-depth='1'] .unifiednav__item-wrap{flex-shrink:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:inline-block;padding-right:0}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px!important}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child.empty-column{min-height:100px}#dm div.dmContent h2,#dm div.dmContent h3,#dm div.dmContent h4,#dm div.dmInner{line-height:initial}#dm div.dmInner h2,#dm div.dmInner h3,#dm div.dmInner h4{font-family:Montserrat,"Montserrat Fallback"}#dm DIV.dmInner{background-repeat:no-repeat;background-image:url(https://irt-cdn.multiscreensite.com/ce0bb35f932b47bb809d0e37905542ba/dms3rep/multi/site_background_education-2087x1173.jpg);background-size:cover;background-position:50% 0;background-attachment:fixed}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}#dm .dmform .dmforminput label,#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(0,0,0,1);font-size:15px}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm .dmRespCol div.dmNewParagraph,#dm .dmform .dmforminput label,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-family:Lato,"Lato Fallback";font-weight:400}#dm div.dmContent h2{color:#000;direction:ltr;font-family:Lato,"Lato Fallback";font-weight:700;font-style:normal;text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h2{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h2 *{text-decoration:none}#dm div.dmContent h3,#dm div.dmContent h4{color:#000;direction:ltr;font-family:Alegreya,"Alegreya Fallback";font-weight:700;font-style:normal;text-decoration:none}#dm div.dmNewParagraph p{color:#000;direction:ltr;font-family:Muli;font-weight:400;font-style:normal;text-decoration:none}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:rgba(255,255,255,1)}#dm div.dmContent h3{font-size:24px}#dm div.dmContent h4{font-size:20px}#dm div.dmContent h2{font-size:40px}#dm .dmContent .dmRespRow{margin:0;padding:15px 40px}#dm .dmContent .dmRespRow .dmRespCol{margin:0;padding:0 0 0 26.81px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:0px;--btn-border-radius:50px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgb(207, 159, 77);--btn-box-shadow:rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgb(150, 115, 55);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--btn-border-color);--btn-hover-text-color:var(--btn-text-color);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:15px}}#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmWidget:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]).flexButton{padding:10px 0}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);box-shadow:var(--btn-box-shadow);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm .p_hfcontainer div.u_1346038303,#dm .p_hfcontainer div.u_1952275889{background-color:rgba(0,0,0,0)!important}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer nav.u_1372948940.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item,#dm .p_hfcontainer nav.u_1372948940.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-size:14px!important}#dm div.dmInner #site_content .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .p_hfcontainer div.u_1923160809 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1144820115.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:flex-start!important}#dm .p_hfcontainer .u_1144820115.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{text-align:left!important;padding-top:10px!important;padding-bottom:10px!important}#dm .p_hfcontainer .u_1144820115.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 10px - 0px)!important}#dm .p_hfcontainer .u_1144820115.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{padding-top:10px!important;padding-bottom:10px!important}#dm .p_hfcontainer div.u_1952275889{border-style:solid!important;border-width:1px!important;border-color:rgba(222,223,225,1)!important}#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:25px!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(248,248,248,1)!important;font-weight:400!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{border-top-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{font-weight:400!important;color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1372948940.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(0,0,0,1)!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-weight:400!important;color:rgba(236,236,236,1)!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(255,255,255,1)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .p_hfcontainer nav.u_1144820115{color:#000!important}#dm .p_hfcontainer .u_1158020661,#dm .p_hfcontainer .u_1923160809{width:100%!important}#dm .p_hfcontainer nav.u_1372948940.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-width:0!important}#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding-right:25px!important;padding-left:25px!important}#dm .p_hfcontainer nav.u_1372948940.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{background-color:rgba(208,172,82,1)!important;background-image:none!important}#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px)!important}#dm .dmInner div.u_hcontainer,#dm .p_hfcontainer div.u_1919575698{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;min-width:0!important;max-width:100%!important;height:auto!important}#dm .p_hfcontainer .u_1372948940.main-navigation.unifiednav[data-nav-structure=HORIZONTAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:0!important}#dm .p_hfcontainer nav.u_1372948940.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(121,20,36,1)!important;border-radius:21px!important}#dm .p_hfcontainer div.u_1169858804{background-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer div.u_1158020661 img{border-radius:0!important}#dm .p_hfcontainer div.u_1717888208{background-color:rgba(248,217,136,1)!important}#dm .dmInner div.u_hcontainer{text-align:center!important;padding:25px 0 20px!important;margin:0 auto!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}#dm .p_hfcontainer div.u_1183846399{padding:0!important;margin:0!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:24px!important}#dm .p_hfcontainer div.u_1826294544{margin-top:0!important;padding:0!important}#dm .p_hfcontainer div.u_1919575698{display:block!important;text-align:left!important;padding:2px 0!important;margin:0 auto 8px 0!important}#dm .p_hfcontainer div.u_1359743311,#dm .p_hfcontainer nav.u_1144820115{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;max-width:calc(100% - 0px)!important}#dm .p_hfcontainer div.u_1021493186{padding-top:30px!important;margin-top:0!important;padding-right:40px!important;padding-left:40px!important}#dm .p_hfcontainer div.u_1676049285{margin-top:0!important;padding:100px 40px!important}#dm .p_hfcontainer div.u_1655486006{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}#dm .p_hfcontainer nav.u_1144820115{height:auto!important;justify-content:flex-start!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;padding:0!important;margin:113px 0 0!important}#dm .p_hfcontainer div.u_1359743311{display:block!important;height:auto!important;min-width:25px!important;text-align:left!important;padding:2px 0!important;margin:16px 0 8px!important}#dm .p_hfcontainer div#hamburger-header{background-color:rgba(255,255,255,1)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;border-bottom-style:solid!important;border-bottom-color:rgba(249,249,249,1)!important;border-bottom-width:0!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:0!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer div.u_1346038303{padding:0!important}#dm .p_hfcontainer nav.u_1372948940.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer nav.u_1372948940.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:rgba(194,151,31,1)!important;background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer:not([data-origin=top]){width:57vw!important}#dm .p_hfcontainer div#hamburger-drawer.layout-drawer{background-color:rgba(207,159,77,1)!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-size:24px!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:24.89px!important}[dmtemplateid=Hamburger] .site_content{margin-top:101.78px!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:36.3px!important}.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:124.59px!important}}#dm .p_hfcontainer div.u_1158020661,#dm .p_hfcontainer div.u_1705692124,#dm .p_hfcontainer div.u_1717888208,#dm .p_hfcontainer div.u_1923160809,#dm .p_hfcontainer nav.u_1372948940{float:none!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer div.u_1717888208{width:auto!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:11.02px 0!important;margin:0 -5px 0 0!important}#dm .p_hfcontainer div.u_1923160809{width:112px!important;max-width:100%!important;min-width:0!important;text-align:center!important;display:block!important;padding:0!important;margin:0 auto 0 0!important}#dm .dmBody .u_1272593611,#dm .dmBody .u_1416656865,#dm .dmBody .u_1522664399,#dm .dmBody .u_1579908303,#dm .dmBody .u_1628789685,#dm .dmBody .u_1692960284,#dm .dmBody .u_1942105369{display:none!important}#dm .p_hfcontainer div.u_1169858804{padding:0!important}#dm .p_hfcontainer div.u_1705692124{width:auto!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;min-height:auto!important;margin:0!important;padding:12px 40px!important}#dm .p_hfcontainer div.u_1158020661{width:calc(100% - -1176px)!important;height:auto!important;max-width:77px!important;min-width:25px!important;text-align:center!important;min-height:auto!important;padding:0!important;margin:0 0 0 -1176px!important}.responsiveTablet .stickyHeaderSpacer{height:146.19px!important}#dm .p_hfcontainer nav.u_1372948940{width:calc(100% - 0px)!important;height:auto!important;max-width:100%!important;justify-content:center!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;min-height:auto!important;padding:0 15px!important;margin:0!important}#dm .dmBody div.u_1306565321,#dm .p_hfcontainer div.u_1952275889{max-width:100%!important;min-width:0!important;margin:0!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer div.u_1952275889{height:auto!important;width:auto!important;min-height:auto!important;text-align:center!important;padding:16px 0!important}.stickyHeaderSpacer{height:166.19px!important}@media (min-width:1025px){.responsiveTablet .stickyHeaderSpacer{height:166.19px!important}}#dm .dmBody div.dmform-error{font-style:normal!important}#dm .dmBody div.u_1589988560 .slides .slide-text{color:rgba(134,69,255,1)!important;font-family:Helvetica!important;font-size:18px!important}#dm .dmBody div.u_1458720046 .dmforminput input{color:rgba(49,49,49,1)!important}#dm .dmBody div.u_1458720046 .dmforminput label{color:rgba(84,110,122,1)!important}#dm .dmBody div.u_1458720046 input:not([type=submit]){border-style:solid!important;border-width:0!important;background-color:rgba(248,248,248,1)!important}#dm .dmBody div.u_1002506526 .tab-label.active{border-bottom-width:1px!important;border-bottom-style:solid!important}#dm .dmBody div.u_1306565321{background-color:rgba(0,0,0,0)!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important}#dm .dmBody a.u_1598735790 span.text{color:rgba(121,20,36,1)!important}#dm .dmBody div.u_1002506526 .tab-label.active>*,#dm .dmBody div.u_1002506526 .tab-label.not-active>*{font-family:Muli!important;color:rgba(208,172,82,1)!important;font-size:16px!important}#dm .dmBody div.u_1693461799{border-style:solid!important;border-width:0!important;border-color:transparent!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-color:rgba(248,217,136,1)!important}#dm .dmBody div.u_1225051120{background-color:rgba(0,0,0,0)!important}#dm .dmBody div.u_1002506526 .tab-label.not-active{background-color:rgba(255,255,255,1)!important;border-bottom-style:solid!important;border-bottom-color:transparent!important;border-bottom-width:0!important}#dm .dmBody div.u_1002506526 .tab-label.not-active>*{font-weight:700!important}#dm .dmBody div.u_1116465824{background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1002506526 .tab .desc-title,#dm .dmBody div.u_1002506526 .tab .tab-description>p{color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1002506526 .tab{background-color:rgba(208,172,82,1)!important;border-style:solid!important;border-width:0!important}#dm .dmBody .u_1510200499{width:100%!important}#dm .d-page-1716942098 DIV.dmInner{background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important;background-position:50% 50%!important;background-image:none!important}#dm .dmBody div.u_1306565321{width:auto!important;height:auto!important;text-align:start!important}#dm .dmBody div.u_1002506526 .image-container{width:494px!important;height:595px!important}#dm .dmBody a.u_1598735790{float:none!important;top:0!important;left:0!important;width:calc(100% - 432px)!important;position:relative!important;height:auto!important;min-height:38px!important;max-width:280px!important;min-width:25px!important;text-align:center!important;padding:10px 0!important;margin:10px 446.59px 10px 432px!important}#dm .dmBody div.u_1007034939,#dm .dmBody div.u_1693461799{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;min-width:0!important;max-width:100%!important}#dm .dmBody div.u_1007034939{min-height:auto!important;text-align:start!important;padding:3px 40px!important;margin:0!important}#dm .dmBody div.u_1693461799{text-align:start!important;min-height:auto!important;padding:13px 0!important;margin:20px 0 0!important}#dm .dmBody div.u_1002506526,#dm .dmBody div.u_1225051120,#dm .dmBody div.u_1510200499,#dm .dmBody div.u_1981266099{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;min-width:25px!important}#dm .dmBody div.u_1002506526 .tab .desc-title{font-size:30px!important}#dm .dmBody div.u_1002506526 .tab .tab-description>p{font-size:16px!important}#dm .dmBody div.u_1002506526{width:calc(100% - 0px)!important;max-width:100%!important;text-align:start!important;display:block!important;padding:0!important;margin:17px 80px 0 0!important}#dm .dmBody div.u_1225051120{width:calc(100% - 264px)!important;max-width:1186.19px!important;padding:2px 0!important;margin:0 0 8px 264px!important}#dm .dmBody div.u_1510200499{width:calc(100% - 307px)!important;max-width:199.19px!important;text-align:start!important;padding:0!important;margin:0 0 0 307px!important}#dm .dmBody div.u_1981266099{width:calc(100% - 0px)!important;max-width:100%!important;padding:2px 0!important;margin:70px 0 8px!important}.font-size-22{font-size:22px!important}.font-size-18{font-size:18px!important}.font-size-72,.size-72{font-size:72px!important}#\31 312055825,#\31 337204992,#\31 655486006,#hamburger-drawer{order:0}#\31 312055825,#\31 337204992{flex-direction:row}#\31 142499009,#\31 144820115,#\31 170137577,#\31 220311300,#\31 262117625,#\31 322130550,#\31 346778055,#\31 347506262,#\31 371359008,#\31 372948940,#\31 469942216,#\31 471027745,#\31 480362648,#\31 497179074,#\31 528994751,#\31 580566783,#\31 597938619,#\31 598735790,#\31 642649292,#\31 691369533,#\31 796951835,#\31 810786469,#\31 815128841,#\31 822089328,#\31 828229419,#\31 842348643,#\31 888750820,#\31 919528186,#\31 926741116,#\31 960037468{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Alegreya Sans Fallback"; src: local('Arial'); ascent-override: 103.4546%; descent-override: 34.4849%; size-adjust: 86.9947%; line-gap-override: 0%; }@font-face { font-family: "Abril Fatface Fallback"; src: local('Arial'); ascent-override: 102.6391%; descent-override: 28.2306%; size-adjust: 103.0796%; line-gap-override: 0%; }@font-face { font-family: "Helvetica Fallback"; src: local('Arial'); ascent-override: 77.002%; descent-override: 22.998%; line-gap-override: 0%; }@font-face { font-family: "Arial Fallback"; src: local('Arial'); line-gap-override: 0%; }@font-face { font-family: "Allura Fallback"; src: local('Arial'); ascent-override: 108.6538%; descent-override: 61.1178%; size-adjust: 73.6283%; line-gap-override: 0%; }@font-face { font-family: "Alegreya Fallback"; src: local('Arial'); ascent-override: 111.0071%; descent-override: 37.6943%; size-adjust: 91.5257%; line-gap-override: 0%; }@font-face { font-family: "Prata Fallback"; src: local('Arial'); ascent-override: 92.0833%; descent-override: 33.5691%; size-adjust: 107.8372%; line-gap-override: 0%; }@font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Poppins Fallback"; src: local('Arial'); ascent-override: 92.326%; descent-override: 30.7753%; line-gap-override: 8.793%; size-adjust: 113.7274%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Quicksand Fallback"; src: local('Arial'); ascent-override: 94.9261%; descent-override: 23.7315%; size-adjust: 105.3451%; line-gap-override: 0%; }@font-face { font-family: "Merienda Fallback"; src: local('Arial'); ascent-override: 97.0918%; descent-override: 30.1319%; size-adjust: 113.5009%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.ctkph.org/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.ctkph.org/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.ctkph.org/"/> <meta name="twitter:card" content="summary"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations rows-1200 inMiniHeaderMode hasStickyHeader hamburger-reverse dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side-reverse" data-auto-height="true"> <div class="u_1826294544 dmRespRow" style="text-align: center;" id="1826294544"> <div class="dmRespColsWrapper" id="1337204992"> <div class="u_1183846399 dmRespCol small-12 medium-12 large-12 empty-column" id="1183846399"></div> </div> </div> <div class="u_1021493186 dmRespRow middleDrawerRow" style="text-align: center;" id="1021493186"> <div class="dmRespColsWrapper" id="1170137577"> <div class="dmRespCol small-12 u_1808057136 medium-12 large-12" id="1808057136"> <nav class="u_1144820115 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HIDE" id="1144820115" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Home" data-auto="page-text-style">Home<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/aboutus" class="unifiednav__item dmUDNavigationItem_01010158191 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About us" data-auto="page-text-style">About us<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/staff" class="unifiednav__item dmUDNavigationItem_010101436714 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Our Staff" data-auto="page-text-style">Our Staff<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/leadership-councils" class="unifiednav__item dmUDNavigationItem_010101847934 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Leadership Councils" data-auto="page-text-style">Leadership Councils<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/im-new" class="unifiednav__item dmUDNavigationItem_01010183144 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="I'm New" data-auto="page-text-style">I'm New<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/realm" class="unifiednav__item dmUDNavigationItem_010101118569 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="REALM" data-auto="page-text-style">REALM<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/events" class="unifiednav__item dmUDNavigationItem_010101528098 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Events " data-auto="page-text-style">Events<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/contact" class="unifiednav__item dmUDNavigationItem_010101943230 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/liturgy" class="unifiednav__item dmUDNavigationItem_01010190881 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Liturgy & Worship" data-auto="page-text-style">Liturgy & Worship<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/sacraments" class="unifiednav__item dmUDNavigationItem_010101429541 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Sacraments" data-auto="page-text-style">Sacraments<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/baptism" class="unifiednav__item dmUDNavigationItem_010101643567 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Baptism" data-auto="page-text-style">Baptism<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/reconciliation" class="unifiednav__item dmUDNavigationItem_010101936412 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Reconciliation" data-auto="page-text-style">Reconciliation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/weddings" class="unifiednav__item dmUDNavigationItem_010101646221 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Weddings" data-auto="page-text-style">Weddings<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/funerals" class="unifiednav__item dmUDNavigationItem_010101217378 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Funerals" data-auto="page-text-style">Funerals<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/clow" class="unifiednav__item dmUDNavigationItem_010101845825 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="C.L.O.W" data-auto="page-text-style">C.L.O.W<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/bulletins" class="unifiednav__item dmUDNavigationItem_010101397212 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Bulletins & Newsletters" data-auto="page-text-style">Bulletins & Newsletters<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/retreats" class="unifiednav__item dmUDNavigationItem_010101438878 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Retreats" data-auto="page-text-style">Retreats<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/youthministry" class="unifiednav__item dmUDNavigationItem_010101213690 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Youth Ministry" data-auto="page-text-style">Youth Ministry<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/confirmation" class="unifiednav__item dmUDNavigationItem_010101222875 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Confirmation" data-auto="page-text-style">Confirmation<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/faithformation" class="unifiednav__item dmUDNavigationItem_010101463309 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Faith Formation" data-auto="page-text-style">Faith Formation<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/re" class="unifiednav__item dmUDNavigationItem_010101784728 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Religious Education (PreK-8)" data-auto="page-text-style">Religious Education (PreK-8)<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/adultfaith" class="unifiednav__item dmUDNavigationItem_010101650398 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Adult Faith Formation" data-auto="page-text-style">Adult Faith Formation<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/ministries" class="unifiednav__item dmUDNavigationItem_010101357537 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Ministries " data-auto="page-text-style">Ministries<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/donations" class="unifiednav__item dmUDNavigationItem_010101717111 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Donations" data-auto="page-text-style">Donations<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1676049285" style="text-align: center;" id="1676049285"> <div class="dmRespColsWrapper" id="1888750820"> <div class="u_1916182198 dmRespCol small-12 medium-12 large-12" id="1916182198"> <div class="u_1919575698 dmNewParagraph" id="1919575698" style="transition: none;"><div style=""><span style=""><span style=""><span style="" class="font-size-22 lh-1"><span style="font-weight: 500;"><font style="color: rgb(255, 255, 255);">Get in touch</font></span></span></span></span></div></div> <div class="u_1359743311 dmNewParagraph" id="1359743311"><div><span style="font-size: 20px;"><font style="color: rgb(255, 255, 255);"></font></span></div><div><span style="font-weight: 300;" class="font-size-18 lh-1"><font style="color: rgb(255, 255, 255);"><div style="text-align: left;"><span style="font-weight: inherit;"><font style="">555-555-5555</font></span></div><div style="text-align: left;"><span style="font-weight: inherit;"><font style="">[email protected]</font></span></div></font></span></div><div><span style="font-size: 20px;"><font style="color: rgb(255, 255, 255);"></font></span></div></div></div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header" has-shadow="true"> <div class="u_1705692124 dmRespRow" style="text-align: center;" id="1705692124"> <div class="dmRespColsWrapper" id="1469942216"> <div class="dmRespCol small-12 u_1655486006 medium-12 large-12" id="1655486006"> <div class="u_1923160809 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1923160809"> <a href="/" id="1573522578" file="false"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/CTKSS-Logo-1920w.jpg" id="1761992403" class="" data-dm-image-path="https://irp.cdn-website.com/593198fd/dms3rep/multi/CTKSS-Logo.jpg" width="452" height="406" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="29bf4fa55d88450885fbcefc03615aa2===header" mini-header-show-only-navigation-row="true" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" logo-size-target="66%"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1717888208 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1717888208"> <div class="dmRespColsWrapper" id="1312055825"> <div class="u_1169858804 dmRespCol small-12 medium-12 large-12" id="1169858804"> <div class="u_1158020661 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1158020661"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/CTKSS-Logo-92w.jpg" alt="" id="1724178300" class="" data-dm-image-path="https://irp.cdn-website.com/593198fd/dms3rep/multi/CTKSS-Logo.jpg" width="452" height="406" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1952275889 dmRespRow" style="text-align: center;" id="1952275889"> <div class="dmRespColsWrapper" id="1528994751"> <div class="u_1346038303 dmRespCol small-12 medium-12 large-12" id="1346038303"> <nav class="u_1372948940 effect-background main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_8" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1372948940" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/CTKSTS-1920w.png" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Home" data-auto="page-text-style">Home<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/aboutus" class="unifiednav__item dmUDNavigationItem_01010158191 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About us" data-auto="page-text-style">About us<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/staff" class="unifiednav__item dmUDNavigationItem_010101436714 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Our Staff" data-auto="page-text-style">Our Staff<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/leadership-councils" class="unifiednav__item dmUDNavigationItem_010101847934 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Leadership Councils" data-auto="page-text-style">Leadership Councils<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/im-new" class="unifiednav__item dmUDNavigationItem_01010183144 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="I'm New" data-auto="page-text-style">I'm New<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/realm" class="unifiednav__item dmUDNavigationItem_010101118569 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="REALM" data-auto="page-text-style">REALM<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/events" class="unifiednav__item dmUDNavigationItem_010101528098 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Events " data-auto="page-text-style">Events<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/contact" class="unifiednav__item dmUDNavigationItem_010101943230 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/liturgy" class="unifiednav__item dmUDNavigationItem_01010190881 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Liturgy & Worship" data-auto="page-text-style">Liturgy & Worship<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/sacraments" class="unifiednav__item dmUDNavigationItem_010101429541 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Sacraments" data-auto="page-text-style">Sacraments<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/baptism" class="unifiednav__item dmUDNavigationItem_010101643567 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Baptism" data-auto="page-text-style">Baptism<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/reconciliation" class="unifiednav__item dmUDNavigationItem_010101936412 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Reconciliation" data-auto="page-text-style">Reconciliation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/weddings" class="unifiednav__item dmUDNavigationItem_010101646221 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Weddings" data-auto="page-text-style">Weddings<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/funerals" class="unifiednav__item dmUDNavigationItem_010101217378 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Funerals" data-auto="page-text-style">Funerals<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/clow" class="unifiednav__item dmUDNavigationItem_010101845825 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="C.L.O.W" data-auto="page-text-style">C.L.O.W<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/bulletins" class="unifiednav__item dmUDNavigationItem_010101397212 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Bulletins & Newsletters" data-auto="page-text-style">Bulletins & Newsletters<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/retreats" class="unifiednav__item dmUDNavigationItem_010101438878 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Retreats" data-auto="page-text-style">Retreats<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/youthministry" class="unifiednav__item dmUDNavigationItem_010101213690 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Youth Ministry" data-auto="page-text-style">Youth Ministry<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/confirmation" class="unifiednav__item dmUDNavigationItem_010101222875 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Confirmation" data-auto="page-text-style">Confirmation<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/faithformation" class="unifiednav__item dmUDNavigationItem_010101463309 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Faith Formation" data-auto="page-text-style">Faith Formation<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/re" class="unifiednav__item dmUDNavigationItem_010101784728 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Religious Education (PreK-8)" data-auto="page-text-style">Religious Education (PreK-8)<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/adultfaith" class="unifiednav__item dmUDNavigationItem_010101650398 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Adult Faith Formation" data-auto="page-text-style">Adult Faith Formation<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/ministries" class="unifiednav__item dmUDNavigationItem_010101357537 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Ministries " data-auto="page-text-style">Ministries<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/donations" class="unifiednav__item dmUDNavigationItem_010101717111 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Donations" data-auto="page-text-style">Donations<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1693461799 dmRespRow fullBleedChanged fullBleedMode" id="1693461799"> <div class="dmRespColsWrapper" id="1960037468"> <div class="dmRespCol large-12 medium-12 small-12 u_1116465824" id="1116465824"> <div class="u_1225051120 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1225051120" style="transition: none; text-align: left; display: block;"> <h2 class="m-size-58 text-align-center size-72"><span class="m-font-size-58 font-size-72" style="text-shadow:none;color:rgb(208, 172, 82);font-weight:400;display:unset;font-family:Allura, 'Allura Fallback';">Welcome to Christ the King - St. Stephen Parish</span></h2> </div> </div> </div> </div> <div class="dmRespRow" id="1204832286"> <div class="dmRespColsWrapper" id="1919528186"> <div class="dmRespCol small-12 large-6 medium-6" id="1717139650"> <div class="u_1510200499 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1510200499"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Ascension+of+the+Lord-311h.jpg" alt="" id="1264220625" class="" width="1150" height="1500" data-dm-image-path="https://irp.cdn-website.com/593198fd/dms3rep/multi/Ascension+of+the+Lord.jpg" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1999871507"> <div class="u_1981266099 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1981266099"><p><span style="color:rgb(121, 20, 36);display:initial;font-family:Merienda, 'Merienda Fallback';">Then he led them (out) as far as Bethany, raised his hands, and blessed them. As he blessed them he parted from them and was taken up to heaven. They did him homage and then returned to Jerusalem with great joy, and they were continually in the temple praising God.</span></p><p class="text-align-right"><span style="color:rgb(121, 20, 36);display:initial;font-family:Merienda, 'Merienda Fallback';">Luke 24: 50-53</span></p></div> </div> </div> </div> <div class="u_1007034939 dmRespRow" id="1007034939"> <div class="dmRespColsWrapper" id="1642649292"> <div class="dmRespCol large-12 medium-12 small-12" id="1037138542"> <a data-display-type="block" class="u_1598735790 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="https://onrealm.org/ctkph/give/now" data-element-type="dButtonLinkId" id="1598735790" target="_blank"> <span class="iconBg" aria-hidden="true" id="1112608047"> <span class="icon hasFontIcon icon-star" id="1325510290"></span> </span> <span class="text" id="1516534611">Donate Online</span> </a> </div> </div> </div> <div class="u_1306565321 dmRespRow" id="1306565321"> <div class="dmRespColsWrapper" id="1471027745"> <div class="dmRespCol small-12 u_1576978011 medium-12 large-12" id="1576978011"> <div class="u_1002506526 widget-7b2ba5 dmCustomWidget" data-lazy-load="" data-title="" id="1002506526" dmle_extension="custom_extension" data-element-type="custom_extension" wr="false" icon="false" surround="false" data-widget-id="7b2ba547771b4d4db17e3e2b9f0abd0c" data-widget-version="226" data-widget-config="eyJ0YWJzIjpbeyJpbWFnZSI6Imh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS81OTMxOThmZC9kbXMzcmVwL211bHRpL0lNR18wMDA2LkpQRyIsIml0ZW1MYWJlbCI6Ik1hc3MgVGltZXMiLCJoZWFkaW5nVHlwZSI6Img0IiwiaXRlbVRpdGxlIjoiQ29tZSBDZWxlYnJhdGUgd2l0aCBVcyIsIml0ZW1EZXNjIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+PHNwYW4gc3R5bGU9XCJjb2xvcjpyZ2JhKDI1NSwgMjU1LCAyNTUsIDEpXCI+Q2hyaXN0IHRoZSBLaW5nIENhbXB1czwvc3Bhbj48L3N0cm9uZz48L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+TW9uZGF5IC0gRnJpZGF5PC9zdHJvbmc+PC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj45OjAwYW0gKDxlbT5saXZlc3RyZWFtZWQ8L2VtPik8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPkZpcnN0IEZyaWRheSBFeHBvc2l0aW9uIG9mIHRoZSBCbGVzc2VkIFNhY3JhbWVudCBhbmQgTWFzczwvc3Ryb25nPjwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+NTowMCBQTSAtIDY6MDBQTSwgTWFzcyBhdCDCoDY6MDAgUE0gwqAoPGVtPmV4cG9zaXRpb24gYW5kIE1hc3MgbGl2ZXN0cmVhbWVkPC9lbT4pPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz5TYXR1cmRheTwvc3Ryb25nPjwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+OTowMCBBTSAmYW1wOyA0OjAwIFBNIFZpZ2lsIE1hc3MgKDxlbT5ib3RoIE1hc3NlcyBsaXZlc3RyZWFtZWQ8L2VtPik8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjM6MDAgUE0gLSAzOjMwIFBNIENvbmZlc3Npb25zPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz5TdW5kYXk8L3N0cm9uZz48L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjc6MzAgQU0sIDk6MDAgQU0sIDEwOjMwIEFNLCBhbmQgNDowMCBQTSAoPGVtPjEwOjMwIEFNIE1hc3MgbGl2ZXN0cmVhbWVkPC9lbT4pPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz48c3BhbiBzdHlsZT1cImNvbG9yOnJnYmEoMjU1LCAyNTUsIDI1NSwgMSlcIj5TdC4gU3RlcGhlbiBDYW1wdXM8L3NwYW4+PC9zdHJvbmc+PC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPk1vbmRheSAtIEZyaWRheTwvc3Ryb25nPjwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+ODowMCBBTTwvcD48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+U2F0dXJkYXk8L3N0cm9uZz48L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjQ6MzAgUE0gLSA1OjAwIFBNIENvbmZlc3Npb25zLCBNYXNzIGF0IDU6MDAgUE08L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPlN1bmRheTwvc3Ryb25nPjwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+OTozMCBBTTwvcD4iLCJzaG93QnRuIjpmYWxzZSwidGV4dE9uTGluayI6Ikl0ZW0gTGluayJ9LHsiaW1hZ2UiOiJodHRwczovL2lycC5jZG4td2Vic2l0ZS5jb20vNTkzMTk4ZmQvZG1zM3JlcC9tdWx0aS9TdW1tZXIrU2NoZWR1bGUucG5nIiwiaXRlbUxhYmVsIjoiU3VtbWVyIE1hc3MgU2NoZWR1bGUiLCJoZWFkaW5nVHlwZSI6Img0IiwiaXRlbVRpdGxlIjoiU3VtbWVyIE1hc3NlcyBhdCBTdC4gU3RlcGhlbiIsIml0ZW1EZXNjIjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPjxzdHJvbmc+PHNwYW4gc3R5bGU9XCJjb2xvcjpyZ2JhKDEyMSwgMjAsIDM2LCAxKVwiPkJlZ2lubmluZyBNb25kYXksIEp1bmUgOTwvc3Bhbj48L3N0cm9uZz48L3A+PGJyPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QWxsIE1hc3NlcyBhdCBDaHJpc3QgdGhlIEtpbmcgQ2h1cmNoIHdpbGwgYmUgbW92ZWQgdG8gU3QuIFN0ZXBoZW4gQ2h1cmNoIGFzIHdlIHJlbW9kZWwgdGhlIENocmlzdCB0aGUgS2luZyBjaHVyY2ggcm9vZi48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPlNhdHVyZGF5OsKgPC9zdHJvbmc+NDowMCBQTSAtIDU6MDAgUE08L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPlN1bmRheTo8L3N0cm9uZz48L3A+PHVsIGNsYXNzPVwicnRlQmxvY2sgZGVmYXVsdExpc3RcIj48bGk+NzowMCBBTTwvbGk+PGxpPjg6MDAgQU08L2xpPjxsaT45OjMwIEFNPC9saT48bGk+MTE6MDAgQU08L2xpPjxsaT40OjAwIFBNPC9saT48L3VsPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz5XZWVrZGF5IE1hc3Nlczo8L3N0cm9uZz7CoDk6MDAgQU0gKE1vbmRheS1TYXR1cmRheSk8L3A+Iiwic2hvd0J0biI6ZmFsc2UsInRleHRPbkxpbmsiOiJJdGVtIExpbmsiLCJpdGVtSW1nQWx0IjoiIn0seyJpbWFnZSI6Imh0dHBzOi8vaXJwLmNkbi13ZWJzaXRlLmNvbS81OTMxOThmZC9kbXMzcmVwL211bHRpLzIwMjUwNjAxQi5wbmciLCJpdGVtTGFiZWwiOiJUaGlzIHdlZWsncyBidWxsZXRpbiIsImhlYWRpbmdUeXBlIjoiaDQiLCJpdGVtVGl0bGUiOiJXZWVrbHkgQnVsbGV0aW4iLCJpdGVtRGVzYyI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5PdXIgYnVsbGV0aW5zIGFyZSBhIHNuYXBzaG90IG9mIGltcG9ydGFudCBldmVudHMgYXQgQ2hyaXN0IHRoZSBLaW5nIC0gU3QuIFN0ZXBoZW4uIMKgWW91JiN4Mjc7bGwgZmluZCBldmVyeXRoaW5nIGZyb20gRnIuIFBhdWxzb24mI3gyNztzIGxldHRlciB0byB3aGF0JiN4Mjc7cyBoYXBwZW5pbmcgd2l0aCBZb3V0aCBNaW5pc3RyeS48L3A+Iiwic2hvd0J0biI6dHJ1ZSwidGV4dE9uTGluayI6IlRoaXMgd2VlaydzIGJ1bGxldGluIiwibGluayI6eyJ2YWx1ZSI6Im5ld3BhZ2UwNDhhMTc3YiIsImxhYmVsIjoiIiwidHlwZSI6InBhZ2UiLCJocmVmIjoiL25ld3BhZ2UwNDhhMTc3YiIsInJhd191cmwiOiIvc2l0ZS81OTMxOThmZC9uZXdwYWdlMDQ4YTE3N2I/bmVlPXRydWUmZWQ9dHJ1ZSZzaG93T3JpZ2luYWw9dHJ1ZSZwcmV2aWV3PXRydWUmZG1fdHJ5X21vZGU9dHJ1ZSZkbV9jaGVja1N5bmM9MSJ9fSx7ImltYWdlIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MzE5OGZkL2RtczNyZXAvbXVsdGkvTkw1LVJlYWxtLUNvbm5lY3QtYXAucG5nIiwiaXRlbUxhYmVsIjoiUmVnaXN0ZXIgd2l0aCBvdXIgcGFyaXNoIiwiaGVhZGluZ1R5cGUiOiJoNCIsIml0ZW1UaXRsZSI6Ik5ldyBQYXJpc2hpb25lciBSZWdpc3RyYXRpb24iLCJpdGVtRGVzYyI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj5XaXRoIG91ciBtaW5pc3RyeSBtYW5hZ2VtZW50IHN5c3RlbSBSRUFMTSBpdCYjeDI3O3MgZWFzeSB0byBiZWNvbWUgYSByZWdpc3RlcmVkIG1lbWJlciBvZiBDaHJpc3QgdGhlIEtpbmcgLSBTdC4gU3RlcGhlbi4gwqBXZSBidWlsZCBhIHN0cm9uZ2VyIGNodXJjaCBieSBiZWNvbWluZyBhIGNsb3NlciBjb21tdW5pdHkgdGhyb3VnaCBiZXR0ZXIgY29tbXVuaWNhdGlvbi48L3A+Iiwic2hvd0J0biI6dHJ1ZSwidGV4dE9uTGluayI6IlJlZ2lzdGVyIEhlcmUiLCJsaW5rIjp7InR5cGUiOiJ1cmwiLCJocmVmIjoiaHR0cDovL29ucmVhbG0ub3JnL2N0a3BoIiwicmF3X3VybCI6Imh0dHA6Ly9vbnJlYWxtLm9yZy9jdGtwaCIsInRhcmdldCI6bnVsbCwicmVsIjpudWxsfX1dLCJzaG93SW1hZ2VzIjp0cnVlLCJsYXlvdXRzIjoibGF5b3V0LWMiLCJtb2JpbGVMYXlvdXRUb2dnbGUiOmZhbHNlLCJmdWxsV2lkdGhJbWciOnRydWUsImltYWdlUG9zaXRpb24iOnRydWUsInJldmVyc2VCdG5EaXIiOmZhbHNlLCJyZXZlcnNlVGFic0RpcmVjdGlvbiI6ZmFsc2V9"> <div class="wrapper layout-c"> <nav class="nav desktop swipe-menu "> <div class="tab-label active layout-c "> <h4 class="horizontal-label">Mass Times</h4> </div> <div class="tab-label layout-c not-active"> <h4 class="horizontal-label">Summer Mass Schedule</h4> </div> <div class="tab-label layout-c not-active"> <h4 class="horizontal-label">This week's bulletin</h4> </div> <div class="tab-label layout-c not-active"> <h4 class="horizontal-label">Register with our parish</h4> </div> </nav> <div class="tab layout-c active reverse "> <div class="image-container layout-c" style="background-image: url('https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/IMG_0006-1920w.JPG');"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/IMG_0006-1920w.JPG" alt="" class="image" onerror="handleImageLoadError(this)"/></div> <div class="tab-space"></div> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class="">Come Celebrate with Us</p> </div> <p></p> <p class="rteBlock"><strong><span style="color:rgba(255, 255, 255, 1)">Christ the King Campus</span></strong></p><p class="rteBlock"><strong>Monday - Friday</strong></p><p class="rteBlock">9:00am (<em>livestreamed</em>)</p><br/><p class="rteBlock"><strong>First Friday Exposition of the Blessed Sacrament and Mass</strong></p><p class="rteBlock">5:00 PM - 6:00PM, Mass at 6:00 PM (<em>exposition and Mass livestreamed</em>)</p><br/><p class="rteBlock"><strong>Saturday</strong></p><p class="rteBlock">9:00 AM & 4:00 PM Vigil Mass (<em>both Masses livestreamed</em>)</p><p class="rteBlock">3:00 PM - 3:30 PM Confessions</p><br/><p class="rteBlock"><strong>Sunday</strong></p><p class="rteBlock">7:30 AM, 9:00 AM, 10:30 AM, and 4:00 PM (<em>10:30 AM Mass livestreamed</em>)</p><br/><p class="rteBlock"><strong><span style="color:rgba(255, 255, 255, 1)">St. Stephen Campus</span></strong></p><p class="rteBlock"><strong>Monday - Friday</strong></p><p class="rteBlock">8:00 AM</p><br/><p class="rteBlock"><strong>Saturday</strong></p><p class="rteBlock">4:30 PM - 5:00 PM Confessions, Mass at 5:00 PM</p><br/><p class="rteBlock"><strong>Sunday</strong></p><p class="rteBlock">9:30 AM</p> <p></p> </div> <div class="btn-container "></div> </div> </div> <div class="tab layout-c reverse "> <div class="image-container layout-c" style="background-image: url('https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Summer+Schedule-1920w.png');"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Summer+Schedule-1920w.png" alt="" class="image" onerror="handleImageLoadError(this)"/></div> <div class="tab-space"></div> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class="">Summer Masses at St. Stephen</p> </div> <p></p> <p class="rteBlock"><strong><span style="color:rgba(121, 20, 36, 1)">Beginning Monday, June 9</span></strong></p><br/><br/><p class="rteBlock">All Masses at Christ the King Church will be moved to St. Stephen Church as we remodel the Christ the King church roof.</p><br/><p class="rteBlock"><strong>Saturday: </strong>4:00 PM - 5:00 PM</p><br/><p class="rteBlock"><strong>Sunday:</strong></p> <ul class="rteBlock defaultList"><li>7:00 AM</li><li>8:00 AM</li><li>9:30 AM</li><li>11:00 AM</li><li>4:00 PM</li></ul> <br/><p class="rteBlock"><strong>Weekday Masses:</strong> 9:00 AM (Monday-Saturday)</p> <p></p> </div> <div class="btn-container "></div> </div> </div> <div class="tab layout-c reverse "> <div class="image-container layout-c" style="background-image: url('https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/20250601B-1920w.png');"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/20250601B-1920w.png" alt="" class="image" onerror="handleImageLoadError(this)"/></div> <div class="tab-space"></div> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class="">Weekly Bulletin</p> </div> <p></p> <p class="rteBlock">Our bulletins are a snapshot of important events at Christ the King - St. Stephen. You'll find everything from Fr. Paulson's letter to what's happening with Youth Ministry.</p> <p></p> </div> <div class="btn-container "> <a class="dmWidget button-class" value="newpage048a177b" label="" type="page" href="/newpage048a177b" raw_url="/site/593198fd/newpage048a177b?nee=true&ed=true&showOriginal=true&preview=true&dm_try_mode=true&dm_checkSync=1"> <span class="text">This week's bulletin</span> <span class="iconBg"></span> </a> </div> </div> </div> <div class="tab layout-c reverse "> <div class="image-container layout-c" style="background-image: url('https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/NL5-Realm-Connect-ap-1920w.png');"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/NL5-Realm-Connect-ap-1920w.png" alt="" class="image" onerror="handleImageLoadError(this)"/></div> <div class="tab-space"></div> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class="">New Parishioner Registration</p> </div> <p></p> <p class="rteBlock">With our ministry management system REALM it's easy to become a registered member of Christ the King - St. Stephen. We build a stronger church by becoming a closer community through better communication.</p> <p></p> </div> <div class="btn-container "> <a class="dmWidget button-class" type="url" href="http://onrealm.org/ctkph" raw_url="http://onrealm.org/ctkph"> <span class="text">Register Here</span> <span class="iconBg"></span> </a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1648754072 dmRespRow fullBleedChanged fullBleedMode" id="1648754072"> <div class="dmRespColsWrapper" id="1371359008"> <div class="dmRespCol large-12 medium-12 small-12 u_1491406025" id="1491406025"> <div class="u_1233428387 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1233428387" style="transition: none; text-align: left; display: block;"> <h2 class="m-size-48 text-align-center size-60"><a href="/contact-us" runtime_url="/contact-us" popup_target="contact-us" type="popup" link_type="popup" class="m-font-size-48 font-size-60" style="text-shadow:none;color:rgb(208, 172, 82);font-weight:normal;display:initial;font-family:Allura, 'Allura Fallback';">Staying Connected</a></h2> </div> </div> </div> </div> <div class="u_1024161733 dmRespRow" id="1024161733"> <div class="dmRespColsWrapper" id="1691369533"> <div class="u_1489492153 dmRespCol small-12 medium-4 large-4" id="1489492153"> <div class="u_1361721549 widget-85b0db dmCustomWidget" data-lazy-load="" data-title="" id="1361721549" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="85b0db3860664a28b3031e6cd70abf8c" data-widget-version="39" data-widget-config="eyJkaXJlY3Rpb24iOiJyaWdodCIsImltYWdlIjoiaHR0cHM6Ly9pcnAuY2RuLXdlYnNpdGUuY29tLzU5MzE5OGZkL2RtczNyZXAvbXVsdGkvUGF1bHNvbi1wbmcucG5nIiwidGV4dCI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPkRlYXIgRnJpZW5kcyw8L3N0cm9uZz48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj48c3Ryb25nPlRvZGF5LCB3ZSBjZWxlYnJhdGUgdGhlIEZlYXN0IG9mIHRoZSBBc2NlbnNpb27igJRhIHNhY3JlZCBtb21lbnQgd2hlbiB3ZSBzaGlmdCBvdXIgZm9jdXMgZnJvbSBKZXN1c+KAmSBhcnJpdmFsIG9uIGVhcnRoIHRvIEhpcyByZXR1cm4gdG8gaGVhdmVuLjwvc3Ryb25nPsKgVGhlIEdvc3BlbCBvZiBMdWtlIGJlYXV0aWZ1bGx5IGNhcHR1cmVzIHRoaXMgYXJjIG9mIGRpdmluZSBtb3ZlbWVudDogaXQgYmVnaW5zIHdpdGggSGlzIGluY2FybmF0aW9u4oCUSGlzIGJpcnRo4oCUYW5kIGVuZHMgd2l0aCBIaXMgZXhhbHRhdGlvbuKAlEhpcyBhc2NlbnNpb24uIEZyb20gZXhwZWN0YXRpb24gdG8gZnVsZmlsbG1lbnQsIGZyb20gYmVnaW5uaW5nIHRvIGN1bG1pbmF0aW9uLCB0aGUgc3Rvcnkgb2YgSmVzdXMgcmVtaW5kcyB1cyB0aGF0IGV2ZW4gaW4gZW5kaW5ncywgdGhlcmUgaXMgcHVycG9zZSBhbmQgaG9wZS48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5KZXN1c+KAmSBlYXJ0aGx5IG1pbmlzdHJ5LCBwdWJsaWMgYXQgYWdlIDMwIGFuZCBjb25jbHVkZWQgYXQgMzMsIHdhcyBmaWxsZWQgd2l0aCBwcm9mb3VuZCBtb21lbnRzIG9mIHRlYWNoaW5nLCBoZWFsaW5nLCBjb21tdW5pdHksIHNhY3JpZmljZSwgYW5kIHVsdGltYXRlbHkgcmVzdXJyZWN0aW9uLiBZZXQgZXZlbiBhZnRlciByaXNpbmcgZnJvbSB0aGUgZGVhZCwgSmVzdXMgZGlkIG5vdCBpbW1lZGlhdGVseSBkZXBhcnQuIEhlIHJlbWFpbmVkIHdpdGggSGlzIGRpc2NpcGxlcyBmb3IgPHN0cm9uZz40MCBkYXlzPC9zdHJvbmc+4oCUYSB0aW1lIG9mIHByZXBhcmF0aW9uLCB0cmFuc2l0aW9uLCBhbmQgZGVlcCBmZWxsb3dzaGlwLiBUaGlzIHdhcyBubyBodXJyaWVkIGZhcmV3ZWxsOyBpdCB3YXMgYSB3ZWxsLW9yY2hlc3RyYXRlZCBqb3VybmV5IHRvd2FyZCByZWxlYXNlIGFuZCBlbXBvd2VybWVudC4gT24gYSBoaWxsdG9wLCBKZXN1cyBibGVzc2VkIEhpcyBmb2xsb3dlcnMsIGdhdmUgdGhlbSBhIG1pc3Npb24sIGFuZCB0aGVuIHdhcyBsaWZ0ZWQgZnJvbSB0aGVpciBzaWdodC48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5UaGF0IG1vbWVudOKAlHRoZSBBc2NlbnNpb27igJR3YXMgbm90IGp1c3QgYSBkZXBhcnR1cmUsIGJ1dCBhIGNlbGVicmF0aW9uIG9mIHRyYW5zaXRpb24uIEFuZCB0cmFuc2l0aW9ucywgYXMgd2Uga25vdywgcmVxdWlyZSBmYXIgbW9yZSB0aGFuIGEgc2luZ2xlIGNlcmVtb255IG9yIGFjdC4gVGhleSByZXF1aXJlIDxzdHJvbmc+dGltZSwgZ3JhY2UsIGFuZCB0cnVzdDwvc3Ryb25nPi4gVGhleSBvZnRlbiBpbnZvbHZlIGJvdGggZ3JpZWYgYW5kIGFudGljaXBhdGlvbiwgbGV0dGluZyBnbyBhbmQgc3RlcHBpbmcgZm9yd2FyZC48L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5JbiB0aGUgc2FtZSBzcGlyaXQsIHdlIGFzIGEgY2h1cmNoIG5vdyBwcmVwYXJlIGZvciBvdXIgb3duIHRpbWUgb2YgdHJhbnNpdGlvbi4gSW4gdGhlIGNvbWluZyB3ZWVrcywgd2Ugd2lsbCB0ZW1wb3JhcmlseSBsZWF2ZSBvdXIgYmVsb3ZlZCA8c3Ryb25nPkNocmlzdCB0aGUgS2luZyBjYW1wdXM8L3N0cm9uZz7CoGFuZCB3b3JzaGlwIGF0IDxzdHJvbmc+U3QuIFN0ZXBoZW7igJlzPC9zdHJvbmc+IHdoaWxlIG91ciBidWlsZGluZyB1bmRlcmdvZXMgaW1wb3J0YW50IHdvcmsuIFRoaXMgY2hhbmdlLDwvcD4iLCJsaW5rIjp7fX0="> <div class="wrapper"> <div class="spacer spacer-right"></div> <img alt="" class="image right" src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Paulson-png-1920w.png" onerror="handleImageLoadError(this)"/> <div class="text"> <span class="text-inner"> <p class="rteBlock"><strong>Dear Friends,</strong></p><br/><p class="rteBlock"><strong>Today, we celebrate the Feast of the Ascension—a sacred moment when we shift our focus from Jesus’ arrival on earth to His return to heaven.</strong> The Gospel of Luke beautifully captures this arc of divine movement: it begins with His incarnation—His birth—and ends with His exaltation—His ascension. From expectation to fulfillment, from beginning to culmination, the story of Jesus reminds us that even in endings, there is purpose and hope.</p><br/><p class="rteBlock">Jesus’ earthly ministry, public at age 30 and concluded at 33, was filled with profound moments of teaching, healing, community, sacrifice, and ultimately resurrection. Yet even after rising from the dead, Jesus did not immediately depart. He remained with His disciples for <strong>40 days</strong>—a time of preparation, transition, and deep fellowship. This was no hurried farewell; it was a well-orchestrated journey toward release and empowerment. On a hilltop, Jesus blessed His followers, gave them a mission, and then was lifted from their sight.</p><br/><p class="rteBlock">That moment—the Ascension—was not just a departure, but a celebration of transition. And transitions, as we know, require far more than a single ceremony or act. They require <strong>time, grace, and trust</strong>. They often involve both grief and anticipation, letting go and stepping forward.</p><br/><p class="rteBlock">In the same spirit, we as a church now prepare for our own time of transition. In the coming weeks, we will temporarily leave our beloved <strong>Christ the King campus</strong> and worship at <strong>St. Stephen’s</strong> while our building undergoes important work. This change,</p> </span> </div> <div style="clear:both"></div> </div> </div> </div> <div class="u_1566490549 dmRespCol small-12 medium-4 large-4" id="1566490549"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1348847526"><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"> while temporary, invites us to reflect deeply on what the Ascension teaches us:</span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"><br/></span></p><p style="direction: ltr;"><strong style="font-weight: bold; display: initial;">1. God gives us the time we need to adjust and release the past.</strong></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"><br/></span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"> Just as Jesus gave His disciples 40 days to be with Him after the resurrection, so too we are given time to prepare—to let go of what was, and to ready our hearts for what will be.</span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"><br/></span></p><p style="direction: ltr;"><strong style="font-weight: bold; display: initial;">2. Transition is an invitation to deeper intimacy with God.</strong></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"><br/></span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"> Think of the disciples on the road to Emmaus, struggling to make sense of the change. Jesus met them where they were—walking, listening, guiding. In their confusion, He drew near. And in a moment of breaking bread, their eyes were opened. Likewise, Jesus will continue to walk with us in our journey to St. Stephen, in our worship, our fellowship, and our service.</span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"><br/></span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;">After Jesus ascended into heaven, the disciples, filled with the Holy Spirit, boldly began preaching the Word of God and leading others into the way of Christ. But soon, persecution arose. Their lives were threatened, and the early Christian community faced great fear and hardship. They were scattered—displaced from their homes, their familiar places of worship, and their community.</span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"><br/></span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;">And yet, what seemed like a painful disruption became the very means by which the Gospel spread across the world. The church did not wither in displacement—it flourished. God used what felt like loss to bring about unimaginable growth.</span></p><p style="direction: ltr;"><span style="font-weight: normal; display: initial;"><br/></span></p><p style="direction: ltr;"><span class="" style="font-weight: normal; display: initial;"><span style="font-weight: normal; display: initial;">In a much smaller and gentler way, we are now stepping into our own season of</span> </span><strong style="font-weight: bold; display: initial;">transition</strong><span class="" style="font-weight: normal; display: initial;"><span style="font-weight: normal; display: initial;">. Our campus at Christ the King will be temporarily closed, and we will gather for worship at St. Stephen’s for the</span> </span></p></div> </div> <div class="dmRespCol small-12 medium-4 large-4" id="1230975011"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1281246639" data-styletopreserve="{" background-image":""}"=""><p><span style="text-decoration: none; font-weight: normal; display: initial;">coming months. This shift may feel unfamiliar at first—it may even feel like displacement—but let us remember that God works powerfully through seasons of change.</span></p><p><span style="display: initial;"><br/></span></p><p><span class="" style="display: initial;"><span style="display: initial;">I truly believe that our time at St. Stephen’s will bear</span> </span><strong style="display: initial; font-weight: bold;">abundant fruit</strong><span class="" style="display: initial;"><span style="display: initial;">—blessings we cannot yet see, growth we may not yet expect, and relationships that will deepen and enrich our church community. I am especially grateful to the wonderful people of St. Stephen for opening their</span> </span><strong style="display: initial; font-weight: bold;">sacred space and hearts</strong><span class="" style="display: initial;"> <span style="display: initial;">to us with such generosity and love.</span></span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">God is so good. He does not leave us in transition—He leads us through it. Let us walk together in faith, confident that what we are stepping into is not just a change in location, but a sacred chapter in our church’s unfolding story.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">Let us embrace this transition with open hearts, trusting that just as God met His disciples in their 40-day journey, He will meet us in ours.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;"><br/></span></p><p><strong style="display: initial; font-style: italic; font-weight: bold; color: rgb(30, 129, 235);">~Fr. Paulson</strong></p><p><span style="display: initial;"><br/></span></p></div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1322130550" link_type="popup" popup_target="contact-us"> <span class="iconBg" aria-hidden="true" id="1688202662"> <span class="icon hasFontIcon icon-star" id="1729402572"></span> </span> <span class="text" id="1290064067">Sign Up for Staying Connected</span> </a> </div> </div> </div> <div class="dmRespRow" id="1368641867"> <div class="dmRespColsWrapper" id="1480362648"> <div class="dmRespCol small-12 large-6 medium-6" id="1696299742"> <div class="u_1650252753 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1650252753"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Map-609h.png" alt="" id="1731045862" class="" width="662" height="840" data-dm-image-path="https://irp.cdn-website.com/593198fd/dms3rep/multi/Map.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1461465900"> <div class="u_1415277579 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1415277579"><p><strong style="display: unset; font-weight: bold; color: rgb(168, 4, 4);">Directions to St. Stephen Church</strong></p><p><strong style="display: unset; font-weight: bold; color: rgb(168, 4, 4);">1101 Keaveny Ct, Walnut Creek, CA 94597</strong></p><p><strong style="display: unset; font-weight: bold;"> </strong></p><p><span style="display: unset;">*Take Gregory Lane towards Pleasant Hill Road</span></p><p><span style="display: unset;">*Turn left on Pleasant Hill Road</span></p><p><span style="display: unset;"> </span></p><p><span style="display: unset;">*Pleasant Hill Road turns into Camino Verde after crossing Geary Road</span></p><p><span style="display: unset;"> </span></p><p><span style="display: unset;">*Turn Left on Conejo Way</span></p><p><span style="display: unset;"> </span></p><p><span style="display: unset;">*Turn Right on Keaveny Court</span></p><p><span style="display: initial;"><span class="ql-cursor"></span></span></p></div> </div> </div> </div> <div class="u_1287850297 dmRespRow fullBleedChanged fullBleedMode" id="1287850297"> <div class="dmRespColsWrapper" id="1796951835"> <div class="dmRespCol large-12 medium-12 small-12 u_1171010098" id="1171010098"> <div class="u_1054453460 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1054453460"> <h2 class="text-align-center m-size-38 size-48"><span class="font-size-48 m-font-size-38" style="text-shadow:none;color:rgb(208, 172, 82);font-weight:normal;display:unset;font-family:Allura, 'Allura Fallback';">What's Happening at Christ the King - St. Stephen</span></h2> </div> </div> </div> </div> <div class="u_1029011145 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1029011145"> <div class="dmRespColsWrapper" id="1597938619"> <div class="dmRespCol small-12 large-6 medium-6" id="1704943606"> <div class="u_1336104429 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1336104429"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/What-s+Happening-576w.png" id="1816314202" class="" width="512" height="222" data-dm-image-path="https://irp.cdn-website.com/593198fd/dms3rep/multi/What-s+Happening.png" onerror="handleImageLoadError(this)"/></div> <div class="u_1664078878 widget-3e3501 dmCustomWidget" data-lazy-load="true" data-title="" id="1664078878" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="3e35011e7fa1431b97b0c0511a153644" data-widget-version="17" data-widget-config="e30="></div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1393736649"> <div id="1279622667" dmle_extension="ssraccordion" data-element-type="ssraccordion" class="u_1279622667"><span id="ssrWrap-1279622667" ><style data-styled="true" data-styled-version="5.3.11">@media all{.iMSIGk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px;padding-top:16px;padding-bottom:16px;background:#f2f2f2;border-top-width:5px;border-bottom-color:rgb(248,217,136);border-right-width:5px;border-left-color:rgb(248,217,136);border-right-color:rgb(248,217,136);border-left-width:5px;background-color:rgba(255,255,255,1);border-bottom-width:5px;border-top-color:rgb(248,217,136);border-style:solid;}}/*!sc*/ @media all{.eZDYUd{aspect-ratio:1 / 1;width:32px;border-radius:50%;padding:4px;background-color:rgba(255,255,255,1);color:rgba(139,147,154,1);height:32px;}}/*!sc*/ @media (min-width:1025px){.eZDYUd{width:25px;height:25px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){.eZDYUd{width:25px;height:25px;}}/*!sc*/ @media (max-width:767px){}/*!sc*/ @media all{.nXtpH{width:100%;height:100%;-webkit-transition:-webkit-transform 0.3s ease-in-out;-webkit-transition:transform 0.3s ease-in-out;transition:transform 0.3s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;}}/*!sc*/ @media all{.dygwmn{overflow:hidden;-webkit-transition:max-height 0.3s ease-out;transition:max-height 0.3s ease-out;height:auto;max-height:0;}}/*!sc*/ @media all{.chjLlT{padding:16px;padding-top:16px;padding-bottom:16px;margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;gap:24px;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/ @media (max-width:767px){.chjLlT{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}/*!sc*/ @media all{}/*!sc*/ @media all{.hzZYLO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:start;-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g2[id="sc-gEvEer"]{content:"iMSIGk,eZDYUd,nXtpH,dygwmn,chjLlT,eVpPpp,hzZYLO,"}/*!sc*/ @media all{.cqCbBg{-webkit-flex:1;-ms-flex:1;flex:1;}}/*!sc*/ data-styled.g3[id="sc-eqUAAy"]{content:"cqCbBg,"}/*!sc*/ @media all{.hSwqgZ{width:123px;border-radius:0;border-style:solid;max-width:unset;}}/*!sc*/ @media (max-width:767px){.hSwqgZ{max-width:100%;}}/*!sc*/ data-styled.g4[id="sc-fqkvVR"]{content:"hSwqgZ,"}/*!sc*/ @media all{.kOipFV{cursor:pointer;}}/*!sc*/ data-styled.g6[id="sc-iGgWBj"]{content:"kOipFV,"}/*!sc*/ @media all{.fLipYU{list-style-type:none;overflow:hidden;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:24px;}}/*!sc*/ data-styled.g7[id="sc-gsFSXq"]{content:"fLipYU,"}/*!sc*/ @media all{.fpjAkx{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;fill:currentColor;height:100%;width:100%;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}}/*!sc*/ @media all{.bxaZdP{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;fill:currentColor;height:100%;width:100%;}}/*!sc*/ data-styled.g8[id="sc-kAyceB"]{content:"fpjAkx,bxaZdP,"}/*!sc*/ @media all{#dm#dm#dm .jEiVzk.jEiVzk{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:8px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:start;color:rgba(208,172,82,1);font-weight:bold;font-family:Alegreya Sans;}}/*!sc*/ @media (min-width:1025px){#dm#dm#dm .jEiVzk.jEiVzk{font-size:18px;}}/*!sc*/ @media (max-width:1024px) and (min-width:768px){#dm#dm#dm .jEiVzk.jEiVzk{font-size:18px;}}/*!sc*/ @media (max-width:767px){#dm#dm#dm .jEiVzk.jEiVzk{font-size:14px;}}/*!sc*/ @media all{#dm#dm#dm .TTVEz.TTVEz p{margin-block:0;overflow-wrap:anywhere;}}/*!sc*/ @media all{#dm#dm#dm .elAWWd.elAWWd{max-width:revert;white-space:revert;display:inline-block;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}}/*!sc*/ data-styled.g9[id="sc-imWYAI"]{content:"jEiVzk,TTVEz,elAWWd,"}/*!sc*/ @media all{#dm#dm#dm .sdcUh.sdcUh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:200px;padding-inline-start:20px;padding-inline-end:20px;margin:0;}#dm#dm#dm .sdcUh.sdcUh:after{display:none;}}/*!sc*/ data-styled.g10[id="sc-jXbUNg"]{content:"sdcUh,"}/*!sc*/ </style><div data-auto="runtime-accordion-widget" class="sc-gEvEer"><ul data-grab="accordion-container" class="sc-gsFSXq fLipYU"><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer iMSIGk"><h3 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI jEiVzk"><span class="sc-eqUAAy cqCbBg">New Parishioners Welcome Event</span></h3><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer eZDYUd"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB fpjAkx"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer chjLlT"><div data-grab="accordion-item-media-container" class="sc-gEvEer eVpPpp"><img data-grab="accordion-item-media" src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/unnamed+%288%29-1920w.png" loading="lazy" class="sc-fqkvVR hSwqgZ"/></div><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI TTVEz"><p class="rteBlock" no_space_b="true" no_space_e="true">If you are new to the parish, join us at either event to learn more about our parish and its ministries.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true">Coffee and dessert will be served</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true">Our next New Parishoner Event will be:</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"><span style="color:rgb(121, 20, 36)" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Sunday, June 1, 2:00pm</strong></span></p><p class="rteBlock" no_space_b="true" no_space_e="true"><span style="color:rgb(121, 20, 36)" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">(Christ the King Church Parish Hall)</strong></span></p><br/></div><a href="https://onrealm.org/ctkph/PublicRegistrations/Event?linkString=ODJjM2VkOGMtN2IwOC00ZTM0LTlmZDctYjJjNzAxNzBlYTA0" type="url" target="_blank" link_type="url" data-auto="button-root" data-grab="button-root" class="sc-jXbUNg sdcUh dmWidget " data-disabled="false"><span data-auto="button-text" data-grab="button-text" class="sc-imWYAI elAWWd text">Register here</span></a></div></div></div></div></li><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer iMSIGk"><h3 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI jEiVzk"><span class="sc-eqUAAy cqCbBg">Summer Schedule as we Remodel our CTK Roof</span></h3><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer eZDYUd"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB bxaZdP"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer chjLlT"><div data-grab="accordion-item-media-container" class="sc-gEvEer eVpPpp"><img data-grab="accordion-item-media" src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Summer+Schedule-1920w.png" loading="lazy" class="sc-fqkvVR hSwqgZ"/></div><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI TTVEz"><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Beginning Monday, June 9</strong></p><br/><p class="rteBlock" no_space_b="true" no_space_e="true">All masses at Christ the King Church will be moved to St. Stephen Church as we remodel the CTK church roof.</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Saturday:</strong> 4:00 PM - 5:00 PM</p><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" add_space_after="true">Sunday:</strong> 7:00 AM, 8:00 AM, 9:30 AM, 11:00 AM, and 4:00 PM</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Weekdays: </strong>9:00 AM</p></div></div></div></div></div></li><li data-grab="accordion-item-container" class="sc-iGgWBj kOipFV"><div tabindex="0" data-grab="accordion-item-title-wrapper" class="sc-gEvEer iMSIGk"><h3 data-auto="accordion-item-title" data-grab="accordion-item-title" class="sc-imWYAI jEiVzk"><span class="sc-eqUAAy cqCbBg">Vacation Bible Camp</span></h3><div data-grab="accordion-item-arrow-wrapper" class="sc-gEvEer eZDYUd"><div data-grab="accordion-item-arrow" class="sc-gEvEer nXtpH"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1152 1792" fill="currentColor" class="sc-kAyceB bxaZdP"><path fill="inherit" d="M1075 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z"></path></svg></div></div></div><div class="sc-gEvEer"><div class="sc-gEvEer dygwmn"><div data-grab="accordion-item-desc" class="sc-gEvEer chjLlT"><div data-grab="accordion-item-media-container" class="sc-gEvEer eVpPpp"><img data-grab="accordion-item-media" src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/image+%281%29-1920w.png" loading="lazy" class="sc-fqkvVR hSwqgZ"/></div><div class="sc-gEvEer hzZYLO"><div data-auto="desc" data-grab="accordion-item-desc-text" class="sc-imWYAI TTVEz"><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">Christ the King / St. Stephen is excited to welcome back Vacation Bible Camp</strong></p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true">June 23-27 from 8:30 AM to 12:00 PM</strong></p><br/><p class="rteBlock" no_space_b="true" no_space_e="true">Come join in the fun as we celebrate God, our True North!</p> <ul class="rteBlock defaultList"><li no_space_b="true" no_space_e="true">Song and Prayer</li><li no_space_b="true" no_space_e="true">Bible Stories and Skits</li><li no_space_b="true" no_space_e="true">Science Experiments</li><li no_space_b="true" no_space_e="true">Outdoor and Water Fun</li><li no_space_b="true" no_space_e="true">Crafts</li><li no_space_b="true" no_space_e="true">Yummy Snacks</li></ul> <br/><p class="rteBlock" no_space_b="true" no_space_e="true">Each Camper will receive a complimentary t-shirt and music download</p><br/><p class="rteBlock" no_space_b="true" no_space_e="true"><strong no_space_b="true" no_space_e="true"><span style="color:rgb(121, 20, 36)" no_space_b="true" no_space_e="true">Adult Volunteers</span></strong> - we need YOU to make this successful, please register as a volunteer and join in the fun! Help bring God's love and joy to young people as they grow in their Faith.</p></div><a href="https://www.myvbs.org/ctkschool/" type="url" target="_blank" link_type="url" data-auto="button-root" data-grab="button-root" class="sc-jXbUNg sdcUh dmWidget " data-disabled="false"><span data-auto="button-text" data-grab="button-text" class="sc-imWYAI elAWWd text">Register Here</span></a></div></div></div></div></li></ul></div><script data-role="hydration">;window?.waitForDeferred?.('ssrLibrariesLoaded', () => {window.SSRRuntime.RuntimeReactHelpers.initiateWidget({"type":"SSR_ACCORDION","props":{"layout":"LAYOUT_1","itemsData":[{"title":"New Parishioners Welcome Event","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">If you are new to the parish, join us at either event to learn more about our parish and its ministries.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">Coffee and dessert will be served</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">Our next New Parishoner Event will be:</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><span style=\"color:rgb(121, 20, 36)\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Sunday, June 1, 2:00pm</strong></span></p><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><span style=\"color:rgb(121, 20, 36)\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">(Christ the King Church Parish Hall)</strong></span></p><br/>","media":{"imgSrc":"https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/unnamed+%288%29-1920w.png","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Register here"},"linkDomAttributes":{"href":"https://onrealm.org/ctkph/PublicRegistrations/Event?linkString=ODJjM2VkOGMtN2IwOC00ZTM0LTlmZDctYjJjNzAxNzBlYTA0","type":"url","target":"_blank","link_type":"url","popup_target":null,"product_id":null},"showButton":true,"showMedia":false},{"title":"Summer Schedule as we Remodel our CTK Roof","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Beginning Monday, June 9</strong></p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">All masses at Christ the King Church will be moved to St. Stephen Church as we remodel the CTK church roof.</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Saturday:</strong> 4:00 PM - 5:00 PM</p><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" add_space_after=\"true\">Sunday:</strong> \n 7:00 AM, 8:00 AM, 9:30 AM, 11:00 AM, and 4:00 PM</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Weekdays: </strong>9:00 AM</p>","media":{"imgSrc":"https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Summer+Schedule-1920w.png","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Button"},"showButton":false,"showMedia":false},{"title":"Vacation Bible Camp","desc":"<p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">Christ the King / St. Stephen is excited to welcome back Vacation Bible Camp</strong></p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\">June 23-27 from 8:30 AM to 12:00 PM</strong></p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">Come join in the fun as we celebrate God, our True North!</p> <ul class=\"rteBlock defaultList\"><li no_space_b=\"true\" no_space_e=\"true\">Song and Prayer</li><li no_space_b=\"true\" no_space_e=\"true\">Bible Stories and Skits</li><li no_space_b=\"true\" no_space_e=\"true\">Science Experiments</li><li no_space_b=\"true\" no_space_e=\"true\">Outdoor and Water Fun</li><li no_space_b=\"true\" no_space_e=\"true\">Crafts</li><li no_space_b=\"true\" no_space_e=\"true\">Yummy Snacks</li></ul> \n<br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\">Each Camper will receive a complimentary t-shirt and music download</p><br/><p class=\"rteBlock\" no_space_b=\"true\" no_space_e=\"true\"><strong no_space_b=\"true\" no_space_e=\"true\"><span style=\"color:rgb(121, 20, 36)\" no_space_b=\"true\" no_space_e=\"true\">Adult Volunteers</span></strong> - we need YOU to make this successful, please register as a volunteer and join in the fun! Help bring God's love and joy to young people as they grow in their Faith.</p>","media":{"imgSrc":"https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/image+%281%29-1920w.png","alt":null,"vidSrc":null,"lazy":true,"type":"IMAGE"},"button":{"text":"Register Here"},"linkDomAttributes":{"href":"https://www.myvbs.org/ctkschool/","type":"url","target":"_blank","link_type":"url","popup_target":null,"product_id":null},"showButton":true,"showMedia":false}],"firstExpanded":true,"closeOthers":false,"addSchemaMarkup":false,"titleTag":"h3","_styles":{"itemTitleWrapper":{"common":{"border-top-width":"5px","border-bottom-color":"rgb(248, 217, 136)","border-right-width":"5px","border-left-color":"rgb(248, 217, 136)","border-color":null,"border-right-color":"rgb(248, 217, 136)","border-left-width":"5px","background-color":"rgba(255, 255, 255, 1)","border-bottom-width":"5px","border-top-color":"rgb(248, 217, 136)","border-width":null,"background-origin":null,"border-style":"solid"}},"itemTitle":{"common":{"color":"rgba(208,172,82,1)","font-weight":"bold","font-family":"Alegreya Sans"},"desktop":{"font-size":"18px"},"tablet":{"font-size":"18px"},"mobile_implicit":{"font-size":"14px"}},"itemArrowWrapper":{"common":{"background-color":"rgba(255, 255, 255, 1)","color":"rgba(139,147,154,1)","background-origin":null},"desktop":{"width":"25px"},"tablet":{"width":"25px"}}}},"id":"1279622667"}, false)});</script></span></div> </div> </div> </div> <div class="u_1797052900 dmRespRow fullBleedChanged fullBleedMode" id="1797052900"> <div class="dmRespColsWrapper" id="1810786469"> <div class="dmRespCol large-12 medium-12 small-12 u_1273485444" id="1273485444"> <div class="u_1298085523 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1298085523"> <h2 class="text-align-center m-size-38 size-48"><span class="font-size-48 m-font-size-38" style="text-shadow:none;color:rgb(208, 172, 82);font-weight:normal;display:unset;font-family:Allura, 'Allura Fallback';">Livestreamed Masses</span></h2> </div> </div> </div> </div> <div class="u_1171956313 dmRespRow" id="1171956313"> <div class="dmRespColsWrapper" id="1262117625"> <div class="dmRespCol small-12 large-4 medium-4" id="1368465166"> <div data-element-type="dYouTubeId" class="youtubeExt dmNoMark youtube-padding-fix" id="1512163862"> <div class="innerYoutubeExt" id="1171465906"> <iframe id="1728279932" src="https://www.youtube.com/embed/https://www.youtube.com/@ctkphonline3120/streams" frameborder="0" allowfullscreen=""></iframe> </div> </div> </div> <div class="dmRespCol small-12 large-4 medium-4" id="1916844053"> <div class="u_1481506633 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1481506633"><p><span style="display: initial;">The following Masses are livestreamed for those who are unable to celebrate with us.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial; font-weight: 700; font-style: var(--kv-ee-body-font-style,normal);">Christ the King Campus</span><span style="display: initial; font-weight: 700;"><br/>Monday - Friday</span><span style="display: initial;"><br/>9:00am (and livestreamed)<br/></span><span style="display: initial; font-weight: 700;"><br/>First Friday Exposition of the Blessed Sacrament and Mass</span><span style="display: initial;"><br/>5:00pm - 6:00pm Exposition of the Blessed Sacrament followed by Mass<br/><br/></span><span style="display: initial; font-weight: 700;">Saturday</span><span style="display: initial;"><br/>9:00am<br/>4:00pm Vigil Mass<br/><br/></span><span style="display: initial; font-weight: 700;">Sunday</span><span style="display: initial;"><br/>10:30am</span></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1525791177"> <a data-display-type="block" class="u_1209329085 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="https://www.youtube.com/@ctkphonline3120" data-element-type="dButtonLinkId" id="1209329085" target="_blank"> <span class="iconBg" aria-hidden="true" id="1590883160"> <span class="icon hasFontIcon icon-star" id="1184678033"></span> </span> <span class="text" id="1133197033">Watch on YouTube</span> </a> </div> </div> </div> <div class="u_1151616025 dmRespRow fullBleedChanged fullBleedMode" id="1151616025"> <div class="dmRespColsWrapper" id="1142499009"> <div class="dmRespCol large-12 medium-12 small-12 u_1785595838" id="1785595838"> <div class="u_1619378377 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1619378377"> <h2 class="m-size-38 text-align-center size-48"><span class="m-font-size-38 font-size-48" style="text-shadow:none;color:rgb(208, 172, 82);font-weight:normal;display:unset;font-family:Allura, 'Allura Fallback';">Staying Connected Archive</span></h2> </div> </div> </div> </div> <div class="u_1827385793 dmRespRow" style="text-align: center;" id="1827385793"> <div class="dmRespColsWrapper" id="1347506262"> <div class="dmRespCol small-12 medium-12 large-12 u_1458613238" id="1458613238"> <span id="1405288818"></span> <div class="u_1320817620 dmNewParagraph" id="1320817620" style="transition: opacity 1s ease-in-out; display: block;" data-version="5"><p class="text-align-center"><br/></p><p class="text-align-center"><span class="" style="display: initial; color: rgb(130, 130, 130);"><span style="display: initial; color: rgb(130, 130, 130);">View the last 4 editions of</span> </span><span style="display: initial; color: rgb(130, 130, 130); font-style: italic;">Staying Connected</span></p></div> <div class="u_1745608728 dmPhotoGallery dmPhotoGalleryResp newPhotoGallery upgradedGallery photo-gallery-done text-layout-bottom captionAlignment-center_left photoGallery" data-desktop-text-layout="bottom" id="1745608728" data-image-hover-effect="zoomout" data-element-type="dPhotoGalleryId" data-desktop-layout="square" data-desktop-columns="4" data-mobile-columns="1" data-rows-to-show="100" data-tablet-layout="square" data-mobile-layout="square" data-link-gallery="true" data-desktop-caption-alignment="center_left" data-placeholder="false"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-4" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1851833652 has-link" href="https://conta.cc/3HsCrOC" data-image-url="https://irp.cdn-website.com/593198fd/dms3rep/multi/Ascension.png" target="_blank" style="background-image: url('https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Ascension-640w.png');"><img id="1447149906" data-src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Ascension-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1321199156" class="caption-container u_1321199156" style="display:none"> <span class="caption-inner"> <h3 id="1794202320" class="caption-title u_1794202320">Ascension of the Lord</h3> <div id="1817262707" class="caption-text u_1817262707"><p class="rteBlock">May 28, 2025</p></div> <a id="1628789685" class="caption-button dmWidget clearfix u_1628789685" href="https://conta.cc/3HsCrOC" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1772765712 has-link" href="https://conta.cc/44IpZnI" data-image-url="https://irp.cdn-website.com/593198fd/dms3rep/multi/Map.png" target="_blank" style="background-image: url('https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Map-640w.png');"><img id="1563135020" data-src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Map-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1925513422" class="caption-container u_1925513422" style="display:none"> <span class="caption-inner"> <h3 id="1828073629" class="caption-title u_1828073629">Transition to St. Stephen and Roof Update</h3> <div id="1273425247" class="caption-text u_1273425247"><p class="rteBlock">May 21, 2025</p></div> <a id="1692960284" class="caption-button dmWidget clearfix u_1692960284" href="https://conta.cc/44IpZnI" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1787169418" data-image-url="https://irp.cdn-website.com/593198fd/dms3rep/multi/Bucci.png" style="background-image: url('https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Bucci-640w.png');"><img id="1759379733" data-src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Bucci-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1729098901" class="caption-container u_1729098901" style="display:none"> <span class="caption-inner"> <h3 id="1977102434" class="caption-title u_1977102434">Confirmation 2025 & Thank you Mrs. Bucci</h3> <div id="1320379396" class="caption-text u_1320379396"><p class="rteBlock">May 14, 2025</p></div> <a id="1522664399" class="caption-button dmWidget clearfix u_1522664399" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1923273764" data-image-url="https://irp.cdn-website.com/593198fd/dms3rep/multi/Moms+Day.jpg" style="background-image: url('https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Moms+Day-640w.jpg');"><img id="1025805934" data-src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Moms+Day-1920w.jpg" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1418581657" class="caption-container u_1418581657" style="display:none"> <span class="caption-inner"> <h3 id="1973746854" class="caption-title u_1973746854">Mothers' Day</h3> <div id="1770788823" class="caption-text u_1770788823"><p class="rteBlock">May 7, 2025</p></div> <a id="1416656865" class="caption-button dmWidget clearfix u_1416656865" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="u_1968528074 dmRespRow hasBackgroundOverlay dmSectionNoParallax" style="text-align: center;" id="1968528074"> <div class="dmRespColsWrapper" id="1926741116"> <div class="u_1581228022 dmRespCol small-12 medium-12 large-12" id="1581228022"> <div class="u_1589988560 flex-container dmImageSlider dmNoMargin dmNoMark" data-widget-type="imageSlider" dmle_volatile_widget="true" id="1589988560" data-element-type="dSliderId"> <div class="flexslider ed-version nav-layout-2" sliderscriptparams="{'stretch':true,'animation':true,'randomize':false,'directionNav':true,'isAutoPlay':true,'isFade':false,'controlNav':false,'slideshowSpeed':7000,'animationDuration':600,'pausePlay':true,'prevText':'','nextText':''}" id="1757054198" layout="center"> <ul class="slides" id="1461960172"> <li layout="center" position="center" animation="slideInLeft" show-content="true" color-overlay="true" text-background="true" id="1220311300" class="u_1220311300" show-caption="false"><img dm="true" src="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/transparent_background.png" id="1115804659" class="" onerror="handleImageLoadError(this)" height="321.0" width="1200.0"/> <div class="color-overlay" id="1431844818"></div> <div class="slide-inner" id="1021294798"> <div class="text-wrapper" id="1710399576"> <h3 class="slide-title u_1534102692" id="1534102692">“I am so blessed to have found God and his Word.”</h3> <p class="slide-text u_1272593611" id="1272593611"></p> </div> <div class="slide-button dmWidget clearfix slide-button-visible" id="1660874800"> <span class="iconBg" id="1024757400"> <span class="icon hasFontIcon icon-star" id="1233137704"></span> </span> <span class="text" id="1241881500">Sheila Foster</span> </div> </div> </li> <li layout="center" position="center" animation="slideInLeft" show-content="true" color-overlay="true" text-background="true" id="1842348643" class="u_1842348643" show-caption="false"><img dm="true" src="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/transparent_background.png" id="1490164551" class="" onerror="handleImageLoadError(this)" height="321.0" width="1200.0"/> <div class="color-overlay" id="1076605425"></div> <div class="slide-inner" id="1139043881"> <div class="text-wrapper" id="1967297137"> <h3 class="slide-title u_1316337608" id="1316337608">“Every Mass is nourishment for my soul.”</h3> <p class="slide-text u_1942105369" id="1942105369"></p> </div> <div class="slide-button dmWidget clearfix slide-button-visible" id="1159453784"> <span class="iconBg" id="1536423576"> <span class="icon hasFontIcon icon-star" id="1125598912"></span> </span> <span class="text" id="1708342306">Jonathan West</span> </div> </div> </li> <li layout="center" position="center" animation="slideInLeft" show-content="true" color-overlay="true" text-background="true" id="1822089328" class="u_1822089328" show-caption="false"><img dm="true" src="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/transparent_background.png" id="1892643755" class="" onerror="handleImageLoadError(this)" height="321.0" width="1200.0"/> <div class="color-overlay" id="1427119361"></div> <div class="slide-inner" id="1566779128"> <div class="text-wrapper" id="1100071435"> <h3 class="slide-title u_1956252782" id="1956252782">“My search for meaning is answered.”</h3> <p class="slide-text u_1579908303" id="1579908303"></p> </div> <div class="slide-button dmWidget clearfix slide-button-visible" id="1431818065"> <span class="iconBg" id="1648348958"> <span class="icon hasFontIcon icon-star" id="1058107060"></span> </span> <span class="text" id="1758542410">Lena Smith</span> </div> </div> </li> </ul> </div> </div> </div> </div> </div> <div class="u_1600067315 dmRespRow" style="text-align: center;" id="1600067315"> <div class="dmRespColsWrapper" id="1815128841"> <div class="u_1448741906 dmRespCol small-12 medium-12 large-12" id="1448741906"> <div class="u_1844449887 dmNewParagraph" data-element-type="paragraph" id="1844449887" style="transition: none 0s ease 0s; text-align: left; display: block;" data-version="5"> <h2 class="m-text-align-center text-align-left"><span style="color: rgb(208, 172, 82); display: initial; text-shadow: none;">Contact us</span></h2> </div></div> </div> </div> <div class="u_1008859885 dmRespRow" style="text-align: center;" id="1008859885"> <div class="dmRespColsWrapper" id="1497179074"> <div class="u_1254933753 dmRespCol small-12 large-3 medium-3" id="1254933753"> <div class="u_1474691770 dmNewParagraph" id="1474691770" style="transition: none; display: block;" data-element-type="paragraph" data-version="5"> <h2 class="m-text-align-center text-align-left"><span style="display: initial;">Send us a Message</span></h2> </div> <div class="u_1561552948 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1561552948"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1090015067"/></div> <div class="u_1458720046 dmform default native-inputs" id="1458720046" data-element-type="dContactUsRespId" data-layout="layout-1" data-require-captcha="true" data-captcha-position="bottomleft" captcha="true"> <h3 class="dmform-title dmwidget-title" id="1574300674" hide="true"></h3> <div class="dmform-wrapper" id="1527724646" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1998657075"> <div class="dmforminput required small-12 dmRespDesignCol medium-6 large-6" id="1647384635"> <label for="1602412087" id="1159526287" class="" hide="true" data-dm-for="dmform-0">First Name</label> <input type="text" class="" name="dmform-0" id="1602412087" placeholder="First Name" data-placeholder-original="First Name"/><input type="hidden" name="label-dmform-0" id="1685806332" class="" value="First Name"/></div> <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6" id="1422301836"> <label for="1050629631" id="1160192827" class="" hide="true" data-dm-for="dmform-5">Last Name</label> <input type="text" name="dmform-5" id="1050629631" class="" placeholder="Last Name" data-placeholder-original="Last Name"/><input type="hidden" name="label-dmform-5" value="Last Name" id="1280853727" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6 medium-5 large-5" id="1747544615"> <label for="1569507832" id="1172597721" class="" hide="true" data-dm-for="dmform-6">Number</label> <input type="tel" name="dmform-6" placeholder="Phone Number" id="1569507832" class="" data-placeholder-original="Phone Number"/><input type="hidden" name="label-dmform-6" id="1144401655" class="" value="Number"/></div> <div class="dmforminput small-12 dmRespDesignCol medium-6 large-6" id="1650147201"> <label for="1072608291" id="1889290081" class="" hide="true" data-dm-for="dmform-7">Email</label> <input type="email" name="dmform-7" placeholder="Email" id="1072608291" class="" data-placeholder-original="Email"/><input type="hidden" name="label-dmform-7" id="1615930629" class="" value="Email"/></div> <div class="dmforminput large-12 medium-12 dmRespDesignCol small-12" id="1592715627"> <label for="1523720741" id="1823186949" class="" hide="true" data-dm-for="dmform-3">Message</label> <textarea name="dmform-3" id="1523720741" class="" placeholder="Message" data-placeholder-original="Message"></textarea> <input type="hidden" name="label-dmform-3" id="1655058099" class="" value="Message"/></div> <span id="1600656510" class="dmWidgetClear"></span> <span id="1980534401" class="dmWidgetClear"></span> <div class="dmformsubmit dmWidget R" id="1724313846"><input class="" name="submit" type="submit" value="SEND" id="1988134476"/></div> <input name="dmformsendto" type="hidden" value="O0wrseIfFLs3eC3FW5jGHntku5gWNlHcb2fUIq7VFuxyxirF0mUSFO95DuCkM19q" id="1787118755" class="" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1376241963"/><input name="dmformfrom" type="hidden" value="" id="1747946959"/><input name="dmformsubject" type="hidden" value="Message sent from Home Page Contact Us" id="1105737169" class="" data-email-subject="Message sent from Home Page Contact Us"/> <span hidden="" id="1234284413"><input type="hidden" name="dmformautoreplyenabled" value="true" id="1273379236"/><input type="hidden" name="dmformautoreplyfrom" value="Christ the King - St. Stephen" id="1412102914" class=""/><input type="hidden" name="dmformautoreplysubject" value="Thank you for your submission" id="1403531344"/><input type="hidden" name="dmformautoreplymsg" value="V2UndmUgcmVjZWl2ZWQgeW91ciBtZXNzYWdlIC0gdGhhbmsgeW91LiBPbmUgb2Ygb3VyIHRlYW0gbWVtYmVycyB3aWxsIGdldCBiYWNrIHRvIHlvdSBzb29uLg==" id="1393379361"/><input type="hidden" name="dmformautoreplyincludeformcopy" value="true" id="1751424333"/></span> <input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrSx8wBjjyNRaBqbk2bUKG3ThdFtFgjw4aT68/dPwIlm9+mUxDNAbAZfnum4mEYd5KWa4aVNqWFhQXCR+JWPoYELe8BVXmggqcpIXnlRPRmI6lwcpsuKyurDAhKuZFrNII+wnx4RMm40uy8Zsh2FQbEx8iOql5jykgZgcm7GuPssw6vInYaRuMq41PxKOLShqlJfXMtq4VB3QmnHMp5aUA11lUYWI4wXGljR/1UFf06ztRW651QXDtcMkKjyiGEqi09mJlFBA+tA1PMtm8vElZ9Qq1/ooq3y7TRanE0QR4G6cDqApyj7vetAFBFJc1UrGHbNci2I/9Ga0qPjEt2GCsH/5sMn3UoA53XeuTzQM462Ck4pa6t8rXTto9jSIXpCI5F4U7KNKMP37TPjEt2GCsH/4Zoe1kkGQr9vvDQWrZ1BIDaZflZlBA6H+9sKWwJIoGKJiTOFLtspCzqZtmJ0YsTdAUGvDQdo5b50Rfg0YwnFgyzwJXmC8xBpBjbAV7UbfklWH91Sf+SOJHAw5rWFXLiJtVhg/beRRjVblnWA5nt4J9QtSwcpGMo5U=" data-dec="true"/><input type="hidden" name="page_uuid" value="9a145507ee06434a8dba1e37583318d5"/></form> </div> <div class="dmform-success" style="display:none" id="1213310631" data-success-page="home">Thank you for contacting us.<br id="1004120067"/>We will get back to you as soon as possible</div> <div class="dmform-error" style="display:none" id="1334267010">Oops, there was an error sending your message.<br id="1414899220"/>Please try again later</div> </div> </div> <div class="u_1602708270 dmRespCol small-12 large-3 medium-3" id="1602708270"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1791972240" data-styletopreserve="{" background-image":""}"=""><p><span style="font-weight: bold; display: unset;">Christ the King Church</span></p><p><span style="font-weight: bold; display: unset;">199 Brandon Rd, Pleasant Hill CA</span></p></div> <div class="u_1903602212 default dmDefaultGradient align-center inlineMap" data-type="inlineMap" data-lat="37.94696" data-lng="-122.07782" data-address="199 Brandon Rd, Pleasant Hill, CA 94523, United States of America" data-height="" data-msid="" data-mapurl="" data-lang="en" data-color-scheme="" data-zoom="15" data-layout="layout1" data-popup-display="" data-popup-show="false" data-popup-title="" data-popup-title-visible="false" data-popup-description="" data-popup-description-visible="false" id="1903602212" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="map" modemobile="map" addresstodisplay="199 Brandon Rd, Pleasant Hill, CA 94523, United States of America" geocompleteaddress="199 Brandon Rd, Pleasant Hill, CA 94523, United States of America" data-popup-display-desktop="" zoom="15" data-popup-display-mobile="" data-display-type="block" layout="layout1" modetablet="map" wr="true" icon="true" surround="true" description="Find Us" adwords="" icon-name="icon-map-marker" street="" city="" country="US" country_full="United States" state="" zip="" provider="mapbox" lon="-122.07782" lat="37.94696"> <div class="mapContainer" style="height: 100%; width: 100%; overflow: hidden; z-index: 0;"></div> </div> </div> <div class="dmRespCol small-12 large-3 medium-3" id="1598203498"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1603865502" data-styletopreserve="{"background-image":""}"><p><span style="display: unset; font-weight: bold;">St. Stephen Church</span></p><p><span style="display: initial; font-weight: bold;">1101 Keaveny Ct, Walnut Creek, CA</span></p></div> <div class="default align-center hasFullWidth u_1863554674 inlineMap" data-type="inlineMap" data-lat="37.91701" data-lng="-122.08168" data-address="St Stephen&apos;s Catholic Church (St. Stephen Catholic Parish Walnut Creek CA), 1101 Keaveny Ct Walnut Creek, CA 94597 USA" data-height="" data-msid="" data-mapurl="" data-lang="en" data-color-scheme="" data-zoom="16" data-layout="" data-popup-display="" data-popup-show="false" data-popup-title="St. Stephen Church" data-popup-title-visible="false" data-popup-description="" data-popup-description-visible="false" id="1863554674" dmle_extension="mapextension" data-element-type="mapextension" modedesktop="map" modemobile="button" addresstodisplay="St Stephen's Catholic Church (St. Stephen Catholic Parish Walnut Creek CA), 1101 Keaveny Ct Walnut Creek, CA 94597 USA" geocompleteaddress="St Stephen&apos;s Catholic Church (St. Stephen Catholic Parish Walnut Creek CA), 1101 Keaveny Ct Walnut Creek, CA 94597 USA" data-popup-display-desktop="" zoom="16" data-popup-display-mobile="" data-display-type="block" modetablet="map" wr="true" icon="true" surround="true" adwords="" icon-name="icon-map-marker" provider="mapbox" lon="-122.08168" lat="37.91701"> <div class="mapContainer" style="height: 100%; width: 100%; overflow: hidden; z-index: 0;"></div> </div> </div> <div class="dmRespCol large-3 medium-3 small-12" id="1497282398"> <div class="u_1634057300 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1634057300"><img src="https://lirp.cdn-website.com/593198fd/dms3rep/multi/opt/Clergy.donuts-326w.png" alt="" id="1199364416" class="" data-dm-image-path="https://irp.cdn-website.com/593198fd/dms3rep/multi/Clergy.donuts.png" width="1200" height="956" onerror="handleImageLoadError(this)"/></div> <a data-display-type="block" class="u_1211781336 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="http://onrealm.org/ctkph" data-element-type="dButtonLinkId" id="1211781336" target="_blank"> <span class="iconBg" aria-hidden="true" id="1312729021"> <span class="icon hasFontIcon icon-star" id="1034133083"></span> </span> <span class="text" id="1553118515">New Parishioner Registration</span> </a> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1218307474"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1967123523 dmRespRow" style="text-align: center;" id="1967123523"> <div class="dmRespColsWrapper" id="1346778055"> <div class="u_1074290344 dmRespCol small-12 medium-4 large-4" id="1074290344"> <div class="u_1511122316 dmNewParagraph" data-element-type="paragraph" id="1511122316" style="transition: opacity 1s ease-in-out;" data-version="5"> <h4 class="m-text-align-left"><span style="display: initial;">Useful Links</span></h4> </div> <nav class="u_1828229419 unifiednav_vertical effect-none main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1828229419" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irt-cdn.multiscreensite.com/6588cd5d1cdc479882fbdf7994221ef0/dms3rep/multi/desktop/logo-02.svg" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Home" data-auto="page-text-style">Home<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/aboutus" class="unifiednav__item dmUDNavigationItem_01010158191 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About us" data-auto="page-text-style">About us<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/staff" class="unifiednav__item dmUDNavigationItem_010101436714 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Our Staff" data-auto="page-text-style">Our Staff<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/leadership-councils" class="unifiednav__item dmUDNavigationItem_010101847934 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Leadership Councils" data-auto="page-text-style">Leadership Councils<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/im-new" class="unifiednav__item dmUDNavigationItem_01010183144 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="I'm New" data-auto="page-text-style">I'm New<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/realm" class="unifiednav__item dmUDNavigationItem_010101118569 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="REALM" data-auto="page-text-style">REALM<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/events" class="unifiednav__item dmUDNavigationItem_010101528098 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Events " data-auto="page-text-style">Events<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/contact" class="unifiednav__item dmUDNavigationItem_010101943230 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/liturgy" class="unifiednav__item dmUDNavigationItem_01010190881 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Liturgy & Worship" data-auto="page-text-style">Liturgy & Worship<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/sacraments" class="unifiednav__item dmUDNavigationItem_010101429541 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Sacraments" data-auto="page-text-style">Sacraments<span class="icon icon-angle-right"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/baptism" class="unifiednav__item dmUDNavigationItem_010101643567 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Baptism" data-auto="page-text-style">Baptism<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/reconciliation" class="unifiednav__item dmUDNavigationItem_010101936412 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Reconciliation" data-auto="page-text-style">Reconciliation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/weddings" class="unifiednav__item dmUDNavigationItem_010101646221 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Weddings" data-auto="page-text-style">Weddings<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/funerals" class="unifiednav__item dmUDNavigationItem_010101217378 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Funerals" data-auto="page-text-style">Funerals<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/clow" class="unifiednav__item dmUDNavigationItem_010101845825 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="C.L.O.W" data-auto="page-text-style">C.L.O.W<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/bulletins" class="unifiednav__item dmUDNavigationItem_010101397212 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Bulletins & Newsletters" data-auto="page-text-style">Bulletins & Newsletters<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/retreats" class="unifiednav__item dmUDNavigationItem_010101438878 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Retreats" data-auto="page-text-style">Retreats<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/youthministry" class="unifiednav__item dmUDNavigationItem_010101213690 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Youth Ministry" data-auto="page-text-style">Youth Ministry<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/confirmation" class="unifiednav__item dmUDNavigationItem_010101222875 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Confirmation" data-auto="page-text-style">Confirmation<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/faithformation" class="unifiednav__item dmUDNavigationItem_010101463309 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Faith Formation" data-auto="page-text-style">Faith Formation<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/re" class="unifiednav__item dmUDNavigationItem_010101784728 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Religious Education (PreK-8)" data-auto="page-text-style">Religious Education (PreK-8)<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/adultfaith" class="unifiednav__item dmUDNavigationItem_010101650398 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Adult Faith Formation" data-auto="page-text-style">Adult Faith Formation<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/ministries" class="unifiednav__item dmUDNavigationItem_010101357537 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Ministries " data-auto="page-text-style">Ministries<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/donations" class="unifiednav__item dmUDNavigationItem_010101717111 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Donations" data-auto="page-text-style">Donations<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1406229327 dmRespCol small-12 medium-4 large-4" id="1406229327"> <div class="u_1941454849 dmNewParagraph" data-element-type="paragraph" id="1941454849" style="transition: opacity 1s ease-in-out;" data-version="5"> <h4 class="m-text-align-left"><span style="display: initial;">Contact info</span></h4> </div> <div class="u_1957266691 dmNewParagraph" data-element-type="paragraph" id="1957266691" style="transition: none; display: block;" data-version="5"> <h5 class="text-align-left" style="line-height: 1.5;"><span style="font-weight: 300; display: initial;">195A Brandon Rd.</span></h5> <h5 style="line-height: 1.5;" class="text-align-left"><span style="font-weight: 300; background-color: rgba(0, 0, 0, 0); display: initial;">Pleasant Hill CA 94523</span></h5> <h5 style="line-height: 1.5;" class="text-align-left"><br/></h5> <h5 class="text-align-left" style="line-height: 2;"><span style="display: initial;">[email protected]</span></h5> <h5 class="text-align-left" style="line-height: 2;"><span style="display: initial;">(925) 682-2486</span></h5> </div></div> <div class="u_1134292501 dmRespCol small-12 large-4 medium-4" id="1134292501"> <div class="u_1359553608 dmNewParagraph" data-element-type="paragraph" id="1359553608" style="transition:none;display:block;line-height:initial;" data-version="5"> <h4 class="m-text-align-left"><span style="display: initial;">Sign-up to receive our "Staying Connected" weekly newsletter</span></h4> </div> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1889467610" link_type="popup" popup_target="contact-us"> <span class="iconBg" aria-hidden="true" id="1977302594"> <span class="icon hasFontIcon icon-star" id="1658761855"></span> </span> <span class="text" id="1370802591">Sign-up to receive "Staying Connected"</span> </a> </div> </div> </div> <div class="u_1428793810 dmRespRow" style="text-align: center;" id="1428793810"> <div class="dmRespColsWrapper" id="1580566783"> <div class="u_1431922973 dmRespCol small-12 medium-12 large-12" id="1431922973"> <div class="u_1847564905 align-center text-align-center dmSocialHub gapSpacing" id="1847564905" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://youtube.com/@ctkphonline3120" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Youtube')"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></span> </a> <a href="mailto:[email protected]" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Email')"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></span> </a> <a href="tel:925-682-2486" target="_blank" dm_dont_rewrite_url="true" aria-label="phone" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Phone')"> <span class="dmSocialPhone icon-phone oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Abril+Fatface:ital,wght@0,400&family=Allura:ital,wght@0,400&family=Alegreya:ital,wght@0,400..900;1,400..900&family=Prata:ital,wght@0,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Quicksand:ital,wght@0,300..700;1,300..700&family=Merienda:ital,wght@0,300..900;1,300..900&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5506/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/fef1ff14edd81d28847f6f8ef3d4e831.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/593198fd/files/593198fd_withFlex_1.min.css?v=1048" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/593198fd/files/593198fd_home_withFlex_1.min.css?v=1048" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-22, .size-22, .size-22 > font { font-size: 22px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-72, .size-72, .size-72 > font { font-size: 72px !important; }.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-48, .size-48, .size-48 > font { font-size: 48px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["3e35011e7fa1431b97b0c0511a153644~17"] = function (element, data, api) { // define the script src const scriptSrc = 'https://onrealm.org/assets/embed/v1/events/event-detail.js'; // render the app api.scripts.renderExternalApp(scriptSrc, element, { data: data, environment: 'https://onrealm.org' }, { amd: false, name: 'eventdetailwidget' }); }; </script> <script> window.customWidgetsFunctions["7b2ba547771b4d4db17e3e2b9f0abd0c~226"] = function (element, data, api) { var $element = $(element); var $tabs = $element.find('.tab');// not relevant for mobile var $tabLables = $element.find('.tab-label'); if ($tabs.length > 0) { if (data.device==="mobile" && data.config.mobileLayoutToggle) {// on mobile and dropdown mode addMobileClickListener($element); } else { // on desktop or accordion mobile layout addDesktopClickListener($element); } addHoverHandler($tabLables); } function addMobileClickListener($element) { // tab label mobile click handler; $element.off('click.tabs.mobile').on('click.tabs.mobile', '.tab-label', function() { var $clicked_tab_item = $(this).closest('.tab-item'); var $siblings = $clicked_tab_item.siblings(); domChangeOnMobileClick($clicked_tab_item, $siblings); }); } function addDesktopClickListener($element) { $tabLables.off('click.tabs.desktop').on('click.tabs.desktop', function(event) { var $curr = $(this); // layout-e-aux-tab-label is an auxilary class represents the // remaining space on layout 3's labels, it shouldn't be selectable if ( $curr.hasClass('active') || $curr.hasClass('layout-e-aux-tab-label')){ return; } domChangeOnDesktopClick($curr); }); } function addHoverHandler($tabLables) { //background hover issue hack - pseusu class support in widget builder is limited $tabLables.off('mouseover.tabs').on('mouseenter.tabs', function(event) { var $this = $(this); // aux label on layout e should'nt be selected if ($this.hasClass('layout-e-aux-tab-label')) return; $this.addClass('hover'); $this.removeClass('not-active'); }); $tabLables.off('mouseout.tabs').on('mouseleave.tabs', function(event){ var $this = $(this); // aux label on layout e should'nt be selected if ($this.hasClass('layout-e-aux-tab-label')) return; if (! $this.hasClass('active') ) { $this.removeClass('hover'); $this.addClass('not-active'); } }); } function domChangeOnMobileClick($clicked_tab_item, $siblings) { $siblings.removeClass('expanded'); $siblings.find('.tab-label').removeClass('active').addClass('not-active'); $clicked_tab_item.toggleClass('expanded'); $clicked_tab_item.find('.tab-label').toggleClass('active'); } function domChangeOnDesktopClick($curr) { $curr.addClass('active').removeClass('not-active').removeClass('hover'); $siblings = $curr.siblings(); $siblings.removeClass('active').addClass('not-active').removeClass('hover'); //If no argument is passed to the .index() method, the return value is an integer indicating the position of the //first element within the jQuery object relative to its sibling elements. var index = $curr.index(); $tabs.removeClass('active'); $tabs.eq(index).addClass('active'); } }; </script> <script> window.customWidgetsFunctions["85b0db3860664a28b3031e6cd70abf8c~39"] = function (element, data, api) { null }; </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QWx0IHRleHQ="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.alt.text"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "VGV4dCBzdHlsZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.text.style"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2UgcG9zaXRpb24="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.position"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "UmlnaHQ="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.right"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "U2VsZWN0IGltYWdl"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.select.image"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QWx0IHRleHQgaXMgaW5kZXhlZCBieSBzZWFyY2ggZW5naW5lcyBhbmQgaW1wcm92ZXMgc2l0ZSBhY2Nlc3NpYmlsaXR5LCBzbyBkZXNjcmliZSB0aGUgaW1hZ2UncyBjb250ZW50IGFzIGNvbmNpc2VseSBhbmQgY2xlYXJseSBhcyBwb3NzaWJsZS4="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.alt.help"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "UGFyYWdyYXBo"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.paragraph"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "TGVmdA=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.left"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2Ugc2l6ZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.size"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "RnJhbWUgYm9yZGVy"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.border"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "TGluayBJbWFnZQ=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.link.image"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "RGlzcGxheSBhbiBpbWFnZSB3aXRoIHdyYXBwZWQgdGV4dC4="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.title"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "QmFja2dyb3VuZA=="; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.background"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "VGV4dCAmIEltYWdl"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.widgetTitle"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "WW914oCZdmUgY2hvc2VuIGEgdGVycmlmaWMgd2F5IG9mIGludGVncmF0aW5nIGltYWdlcyBhbmQgdGV4dCBpbnRvIHlvdXIgd2Vic2l0ZS4gTW92ZSB0aGUgaW1hZ2UgYW55d2hlcmUgeW91IHdhbnQgaW4gdGhpcyBjb250YWluZXIgYW5kIHRoZSB0ZXh0IHdpbGwgYXV0b21hdGljYWxseSB3cmFwIGFyb3VuZCBpdC4gWW91IGNhbiBkaXNwbGF5IGV2ZW50cyB0ZWFtIG1lbWJlcnMgbmV3IHByb2R1Y3RzIGFuZCBtb3JlIGVhc2lseSBhbmQgY3JlYXRpdmVseS4gVG8gc3RhcnQgYWRkIGFuIGltYWdlIGZyb20gdGhlIEltYWdlIFBpY2tlciBhbmQgZWRpdCBpdCBhcyB5b3Ugd291bGQgZWRpdCBhbnkgaW1hZ2UgaW4gdGhlIHN5c3RlbS4gRm9yIGV4YW1wbGUgeW91IGNhbiBsaW5rIHRoZSBpbWFnZSB0byBleGlzdGluZyBwYWdlcyBpbiB5b3VyIHNpdGUgYSB3ZWJzaXRlIFVSTCBhIHBvcHVwIG9yIGFuIGFuY2hvci4gQWZ0ZXIgeW914oCZdmUgY2hvc2VuIHRoZSBpbWFnZSBhZGQgeW91ciB0ZXh0LiBZb3UgY2FuIGFkZCB0ZXh0IHRoYXQgZGVzY3JpYmVzIHRoZSBpbWFnZSB5b3XigJl2ZSBzZWxlY3RlZCBvciBzaW1wbHkgdXNlIHRoZSBpbWFnZSBmb3IgZGVjb3JhdGl2ZSBwdXJwb3Nlcy4gXG5Zb3XigJl2ZSBjaG9zZW4gYSB0ZXJyaWZpYyB3YXkgb2YgaW50ZWdyYXRpbmcgaW1hZ2VzIGFuZCB0ZXh0IGludG8geW91ciB3ZWJzaXRlLiBNb3ZlIHRoZSBpbWFnZSBhbnl3aGVyZSB5b3Ugd2FudCBpbiB0aGlzIGNvbnRhaW5lciBhbmQgdGhlIHRleHQgd2lsbCBhdXRvbWF0aWNhbGx5IHdyYXAgYXJvdW5kIGl0LiBZb3UgY2FuIGRpc3BsYXkgZXZlbnRzIHRlYW0gbWVtYmVycyBuZXcgcHJvZHVjdHMgbW9yZSBlYXNpbHkgYW5kIGNyZWF0aXZlbHkuIFRvIHN0YXJ0IGFkZCBhbiBpbWFnZSBmcm9tIHRoZSBJbWFnZSBQaWNrZXIgYW5kIGVkaXQgaXQgYXMgeW91IHdvdWxkIGVkaXQgYW55IGltYWdlIGluIHRoZSBzeXN0ZW0uIEZvciBleGFtcGxlIHlvdSBjYW4gbGluayB0aGUgaW1hZ2UgdG8gZXhpc3RpbmcgcGFnZXMgaW4geW91ciBzaXRlIGEgd2Vic2l0ZSBVUkwgYSBwb3B1cCBvciBhbiBhbmNob3IuIEFmdGVyIHlvdeKAmXZlIGNob3NlbiB0aGUgaW1hZ2UgYWRkIHlvdXIgdGV4dC4gWW91IGNhbiBhZGQgdGV4dCB0aGF0IGRlc2NyaWJlcyB0aGUgaW1hZ2UgeW914oCZdmUgc2VsZWN0ZWQgb3Igc2ltcGx5IHVzZSB0aGUgaW1hZ2UgZm9yIGRlY29yYXRpdmUgcHVycG9zZXMu"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.default.paragraph"] = atob(value); </script> <script> if (!window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]) { window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"] = {}; } var value = "SW1hZ2UgYm9yZGVy"; window.customWidgetsStrings["85b0db3860664a28b3031e6cd70abf8c"]["tiw.image.border"] = atob(value); </script> <script type="text/javascript"> var d_version = "production_5506"; var build = "2025-05-29T12_48_57"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-05-29T12_48_57"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script type="text/javascript"> window.popups = [{"title":"Staying Connected - Registration","url":"/contact-us","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"785","overlayColor":"rgba(0, 0, 0, 0.5)","height":"553"},"name":"contact-us"}]</script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5506'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5506'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; rtCommonProps["streamline.monolith.personalization.skipRuleConditionsForPreview.enabled"] =false; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =true; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; rtFlags["flex.megaMenu.a11y"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/5506/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5506/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '593198fd' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: 593198fd --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <div><script type="text/javascript"> try{ if (globalThis.parent){ var parentFlags = globalThis.parent._flags; var parentStrings = globalThis.parent.dmStr; } } catch(e) {} _flags = window._flags || {};_flags = {...parentFlags,..._flags,...{"runtime.ssr.add.render":true,"runtime.ssr.ecom.productStore.connectedWidgets.init.listener.from.rt.mobx.store":false,"runtime.ssr.enabled":true,"runtime.ssr.initial-props-in-data-attribute":true,"runtime.ssr.lazyHydrate":true,"runtime.ssr.log.showHydrationDiff":false,"runtime.ssr.log.showHydrationErrors":true,"runtime.ssr.non-view-media-server-placeholder":true,"runtime.ssr.productCustomizations":true,"runtime.ssr.productStore.internal.observer":true,"runtime.ssr.render.overrideMarkup":true,"runtime.ssr.script-fetch-priority-low":false,"runtime.ssr.slider-dev-logging":false,"runtime.ssr.slider-reOrderSelectedToBeFirst":true,"runtime.ssr.slider.alternative.animation.to.reduce.cls.enabled":true,"runtime.ssr.slider.image.fillAvailableSpace.enabled":true,"runtime.ssr.ssrAddToCart.snipcart.new.api.addProduct.enabled":true,"runtime.ssr.ssrSlider.multiplePaginationPerLayout.enabled":true,"runtime.ssr.ssrSlider.slideCleanWrap.enabled":true,"runtime.ssr.widget.migration.addtocart":false,"runtime.ssr.widget.migration.options.variations":false}} var dmStr = {...parentStrings,...dmStr,...{"key.runtime":"some value","placeholder.add-content":"Add Content","second.key":"value2","widget.addtocart.title":"Add to cart","ui.ed.breadcrumbs.empty.message":"There aren't any visible pages to show in the breadcrumbs. This message won't appear on your live published site.","ui.runtimessr.addtocart.subscribe.title":"Subscribe Now","ui.runtimessr.addtocart.subscribe.tooltip.text":"Test your subscription’s checkout by publishing your site and using its live version. ","ui.runtimessr.collectionSearch.noResults":"No results.","ui.runtimessr.priceOptions.option.oneTimeOnly":"One-time purchase","ui.runtimessr.productCustomizations.errors.required":"This field is required","ui.runtimessr.productCustomizations.noCustomizations":"This product has no product customizations. This widget will not show up on the live site.","ui.runtimessr.productPrice.omnibus.last.price":"Lowest price in the last {period} days - {displayedPrice}","ui.runtimessr.productPrice.omnibus.total.price.might.change":"Total price might change based on shipping location","ui.runtimessr.productPrice.omnibus.vat":"Includes {vatPercentage}% tax","ui.runtimessr.productPriceOptions.autoRenew":"Will auto-renew until canceled","ui.runtimessr.productPriceOptions.expiresAfter":"Expires after","ui.runtimessr.productPriceOptions.frequency.monthly":"month","ui.runtimessr.productPriceOptions.frequency.weekly":"week","ui.runtimessr.productPriceOptions.frequency.yearly":"year","ui.runtimessr.productPriceOptions.frequencyPlural.monthly":"months","ui.runtimessr.productPriceOptions.frequencyPlural.weekly":"weeks","ui.runtimessr.productPriceOptions.frequencyPlural.yearly":"years","ui.runtimessr.productPriceOptions.title":"Price options","widget.addtocart.disabledText.placeHolder":"OUT OF STOCK","widget.filtersort.clear-all":"clear all","widget.filtersort.filter-by.title":"Filter by","widget.filtersort.sort-by.title":"Sort by","widget.filtersort.title":"Sort & Filter"}} </script> <script id="ssr-static" type="module" src="https://ms-cdn.multiscreensite.com/runtime-react/3894/res/js/runtime-react.js"></script></div><!-- End Script tags --> <!-- Begin Body End Markup --> <script id="r-embed-script"></script><script type="text/javascript">document.getElementById('r-embed-script').src = 'https://onrealm.t.ac.st/Assets/Embed/giving-embed.js?v=' + Date.now();</script><!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>