editor Logout
Account Preferences
Did you know...
In 2010, the BBC lost government funding of its World service ?
Streaming Radio Guide
view source - https://www.ksslfm.com/
*** Test System *** GO TO PRODUCTION
<!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.ksslfm.com/', AccountUUID: '5909e4c2da5b4f9aa6ddef1a88900680', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'b5adf6b4', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Fri Aug 01 21:37:32 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '461f29d2e96e4fc8a1ad45451bce6770', InitialPageId: '1183795505', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: 'f4e01503ac7e46c28e4f2ceff222f00f', 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.ksslfm.com/', 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 --> <link rel="manifest" href="/manifest.json"> <!-- Tell the browser it's a PWA --> <meta name="mobile-web-app-capable" content="yes"> <!-- Tell iOS it's a PWA --> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- End PWA settings --> <link rel="canonical" href="https://www.ksslfm.com/"> <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"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp-cdn.multiscreensite.com/b5adf6b4/dms3rep/multi/KSSL%20Logo%20CROPPED-4523x1373.jpg"/> <link rel="icon" type="image/x-icon" href="https://irp-cdn.multiscreensite.com/b5adf6b4/site_favicon_16_1432824437229.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} </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";.display_None,.dmPopupMask{display:none}#dm .dmInner .dmWidget,.clearfix:after,.dmImageSlider,.dmRespRow:after,.dmSocialHub,.slides:after,DIV.dmBody{clear:both}*,.dmPopup,:after,:before{box-sizing:border-box}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merriweather/v32/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-k.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:Merriweather;font-style:italic;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merriweather/v32/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-udrA.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:flexslider-icon;src:url(https://static.cdn-website.com/fonts/flexslider-icon.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@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:'Old Standard TT';font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/oldstandardtt/v21/MwQubh3o1vLImiwAVvYawgcf2eVeqlq4.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:'Old Standard TT';font-style:italic;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/oldstandardtt/v21/MwQsbh3o1vLImiwAVvYawgcf2eVer2q6bHM.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:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merriweather/v32/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-k.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:Merriweather;font-style:italic;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merriweather/v32/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-udrA.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:"Times New Roman";font-style:normal;font-weight:700;src:local("Times New Roman Bold"),local("TimesNewRomanPS-BoldMT"),url(https://dd-cdn.multiscreensite.com/fonts/additionalfonts/107a32db89f1285b4.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;font-display:swap}@font-face{font-family:'Old Standard TT';font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/oldstandardtt/v21/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-tS1Zf.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:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merriweather/v32/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-k.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:Merriweather;font-style:italic;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merriweather/v32/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-udrA.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:Merriweather;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merriweather/v32/u-4e0qyriQwlOrhSvowK_l5UcA6zuSYEqOzpPe3HOZJ5eX1WtLaQwmYiSeqqJ-k.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:Merriweather;font-style:italic;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/merriweather/v32/u-4c0qyriQwlOrhSvowK_l5-eTxCVx0ZbwLvKH2Gk9hLmp0v5yA-xXPqCzLvF-udrA.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}.dmDisplay_None{display:none!important}.clearfix:after{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{position:fixed;margin:0;width:10px;z-index:1000000999;top:0;left:0}#dmRoot .dmPopup{display:block}.dmPopup{text-align:left;position:fixed;top:10px;left:0;width:93%;z-index:1000009999!important;background:#f5f5f5;overflow-y:auto;height:100%;display:block}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#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{display:block;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}.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}@media (min-width:1025px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}:root{--btn-text-font-size:15px}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium{display:none!important}:root{--btn-text-font-size:15px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm .dmInner .hide-for-small{display:none!important}}#dm .flexslider[sliderscriptparams*="'isFade':true"] .slides li{width:100%!important;float:left!important;margin-right:-100%!important;position:relative!important}#dm .flexslider .slides li:first-child>a>img,#dm .flexslider .slides li:first-child>img{width:100%;height:100%;object-fit:contain;position:absolute;display:block}body{-webkit-overflow-scrolling:touch}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}strong{font-weight:700}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}.dmRespRow.dmRespRowNoPadding{padding:0}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow:after,.dmRespRow:before{content:" ";display:table}.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-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}.socialHubIcon,[class*=" dm-common-icons-"],[class*=" dm-social-icons-"]{font-family:dm-social-icons!important;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}.dm-social-icons-email:before{content:"\eace"}.dm-social-icons-facebook:before{content:"\ea90"}.dm-social-icons-instagram:before{content:"\ea92"}[class*=" dm-common-icons-"]{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"}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;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.slide-button{margin-bottom:0}#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%}#dm .dmWidget.slide-button:after{display:none}.dmImageSlider{height:350px;position:relative}.flexslider{-webkit-transform:translate3d(0,0,0);padding:0;-webkit-transform:translateZ(0);direction:ltr;margin:0;zoom:1;opacity:1!important}.slides{margin:0;padding:0;list-style:none}.flexslider,.flexslider .slides>li{height:100%;overflow:hidden;position:relative}.flexslider .slides{height:100%;zoom:1}.flexslider .slides>li{display:none;text-align:center}.flexslider .slides>li a{display:block;width:100%;height:100%}.flexslider .slides img{width:100%;display:block;margin:auto}.flexslider .slides>li a img{opacity:0}.slides:after{content:" ";display:block;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}.flexslider .color-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);display:block}.flexslider .slides>li .slide-inner{font-weight:700;color:#fff;position:absolute;z-index:1;visibility:hidden}.flexslider .slides>li .slide-inner *{line-height:normal}.flexslider .slides>li .slide-inner .slide-title{margin:0}.flexslider .slides>li .slide-inner .slide-text{margin:0;font-size:19px;font-weight:400;white-space:pre-line}#dm .dmInner .flexslider .slides>li .slide-inner .slide-button{margin-top:20px;margin-left:auto;margin-right:auto}.flexslider .slides>li[layout=center] .slide-inner{max-width:70%;max-height:80%}#dm .flexslider .slides .dmWidget .text{max-width:100%;width:100%;padding:10px 20px!important}#dm .dmRespRow.dmRespRowNoPadding,.dmContent,.dmFooter,.dmInner ul:not(.defaultList),DIV.dmBody{padding:0}#dm .dmInner .flexslider.ed-version .slide-button{-js-display:inline-flex;display:inline-flex;justify-content:center;align-items:center}.flexslider.ed-version .slides img{display:none}#dm .dmBody .u_1069580757,#dm .dmBody .u_1072919167,#dm .dmBody .u_1160263203,#dm .dmBody .u_1245062570,#dm .dmBody .u_1318745726,#dm .dmBody .u_1541044881,#dm .dmBody .u_1776805999,#dm .dmBody .u_1792929015,#dm .dmBody .u_1885801223,#dm .dmBody .u_1908048245,.dmFooterContainer,.flexslider.ed-version[layout=empty] .slide-inner{display:none!important}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h6,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}.socialHubIcon.style1{background:#617379}.style1.dmSocialFacebook{background:#1877f2}.style1.dmSocialInstagram{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important}.style1.dmSocialEmail{background:#617379}.style1:after{content:"";width:44px;height:28px;display:block;position:absolute;top:0;left:0;z-index:-1;border-radius:10px}.style1.dmSocialEmail:after,.style1.dmSocialFacebook:after,.style1.dmSocialInstagram:after{background:#fff;opacity:.2}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height],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}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h3,h6,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}span.oneIcon:before{display:inline-block}.clearfix,a,img,li,ul{vertical-align:top}#iscrollBody,#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}.dmContent{margin:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}#innerBar{position:relative;height:36px;width:100%;font-size:20px;margin:0;z-index:80}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400}#dm .dmRespColsWrapper{display:block}.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}#innerBar.lineInnerBar{display:table;width:100%;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;font-size:20px;background-color:transparent;color:#666}#innerBar .titleLine{display:table-cell;vertical-align:middle;width:50%}.dmPageTitleRow:not(#innerBar){display:none}.titleLine hr{min-height:1px;background-color:rgba(102,102,102,.2)}.dmFooterContainer{position:relative}.dmFooter{font-size:1em;font-weight:400;text-align:left;background:#333;color:#f7f7f7}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}.dmStandardDesktop{display:block}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.standardHeaderLayout .dmHeader{float:none;display:block;height:auto}.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}.dmStandardDesktop{margin:0 auto}.dmCustomHtml{margin:10px 0}#dm .dmSocialHub a{display:inline-block;text-decoration:none;margin:0;vertical-align:bottom}.dmSocialHub>div{text-align:inherit}a span.socialHubIcon{width:36px;height:36px;font-size:31px;display:inline-block;text-align:center;margin-right:0;margin-bottom:5px;line-height:36px;box-sizing:content-box;background-image:none!important}.socialHubIcon.style1{font-size:24px;padding:4px;border-radius:10px;color:#fff;position:relative;z-index:1}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}body{background-color:#eee}.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:'';-ms-grid-row-align:center;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-top-bottom{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;transform:translate3d(0,-8px,0)}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{border-top-width:2px}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em;transform:translate3d(0,8px,0)}.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:translate3d(0,0,0)}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.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;-ms-grid-row-align:center;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav[layout-sub=submenu_horizontal_2] .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-width:1px}.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: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_2] .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: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,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider]:not([data-direction=RIGHT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider=PIPE] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after{content:'|'}div.dmInner{font-family:Raleway,"Raleway Fallback";font-weight:400}.dmLargeBody .dmInner{background-color:#f4f4f4}h3{font-family:Yesteryear,"Yesteryear Fallback";color:#333;font-size:26px;margin-bottom:15px}#innerBar.lineInnerBar{border-bottom:0;margin-top:12px;margin-bottom:5px}.dmFooter{max-width:960px;margin:auto}.dmStandardDesktop .dmHeader{width:100%;background-color:#68ccd1}.dmLargeBody .dmFooterResp>div.dmRespRow,.dmLargeBody .dmHomeRespTmpl.dmRespRowsWrapper>div.dmRespRow{padding-left:42px;padding-right:42px}#dm div.dmRespCol>*{line-height:normal}#dm div.dmInner{line-height:initial}#dm div.dmInner h3{font-family:Montserrat,"Montserrat Fallback"}#dm div.dmInner h6{font-family:Roboto,"Roboto 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}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm DIV.dmOuter DIV.dmInner,.dmLargeBody #dm .dmBody .dmRespRowsWrapper{background-color:rgba(0,0,0,0)}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(0,0,0,1);font-family:Merriweather,"Merriweather Fallback";font-weight:700}#dm div.dmContent h3,#dm div.dmNewParagraph p,#dm div.p_hfcontainer h6{direction:ltr;font-family:"Old Standard TT","Old Standard TT Fallback";font-style:normal;text-decoration:#000}#dm div.dmContent h3{color:#000;font-weight:700}#dm div.p_hfcontainer h6{color:#000;font-weight:400}#dm div.dmNewParagraph p{font-weight:700}#dm div.p_hfcontainer .dmNewParagraph[data-version] h6{text-decoration:inherit}#dm div.p_hfcontainer .dmNewParagraph[data-version] h6 *{text-decoration:#000}#dm DIV.dmOuter DIV.dmInner{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Picture2-3195h.jpg);background-repeat:no-repeat;background-attachment:initial;background-position:0 100%;background-size:cover}#dm .d-page-1716942098 DIV.dmInner,#dm .dmBody .u_1259887884,#dm .dmBody .u_1830936658,#dm .dmBody div.u_1798438171{background-position:50% 50%!important}#dm .d-page-1716942098 DIV.dmInner,#dm .dmBody div.u_1523365467,#dm .dmBody div.u_1798438171,#dm .dmInner div.dmFooter{background-repeat:no-repeat!important;background-size:cover!important}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:16px}#dm div.dmContent h3{line-height:initial;font-size:24px}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:18px}#dm div.dmNewParagraph p{color:#f40707;font-size:24px}@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:1px;--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(147, 147, 147);--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-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(65, 67, 69);--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:rgb(65, 67, 69);--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{padding:10px 0}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget{background-color:var(--btn-bg-color);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);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#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_1303435276.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1303435276.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{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 .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(0,0,0,0)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmInner div.dmFooter{background-color:rgba(0,0,0,0)!important;background-image:none!important}#dm .p_hfcontainer .u_1303435276.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding-right:30px!important;padding-left:30px!important}#dm .p_hfcontainer .u_1303435276.main-navigation.unifiednav .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1303435276.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:30px!important}#dm .p_hfcontainer div.u_1169075810 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1177555095{width:100%!important}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:rgba(254,7,7,.25)!important}#dm .dmBody div.u_1898922051 .color-overlay,#dm .p_hfcontainer div.u_1258619813,#dm .p_hfcontainer div.u_1365271558,#dm .p_hfcontainer div.u_1812172160,#dm .p_hfcontainer div.u_1833611559,#dm .p_hfcontainer div.u_1871501856{background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer .u_1303435276.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1303435276.main-navigation.unifiednav[data-nav-structure=HORIZONTAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:30px!important}#dm .dmInner div.u_hcontainer,div.u_1177555095{float:none!important;top:0!important;left:0!important}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{font-weight:700!important;color:rgba(248,7,7,1)!important}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav.effect-top-bottom .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{border-top-width:1px!important;border-top-style:solid!important;border-top-color:rgba(0,0,0,1)!important}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(0,0,0,1)!important}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{border-top-style:solid!important;border-top-width:0!important}#dm .p_hfcontainer .u_1303435276.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1303435276.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:16px!important;color:rgba(248,7,7,1)!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}#dm .p_hfcontainer div.u_1632155419{padding:0!important}#dm .dmInner div.dmFooter{padding:0!important;margin:0 0 0 300px!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:15px 0!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer .u_1296110014 .socialHubInnerDiv a{margin-right:8px!important}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer nav.u_1303435276.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}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-size:14px!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}#dm .p_hfcontainer nav.u_1303435276.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:16px!important}#dm .p_hfcontainer .u_1296110014 .socialHubIcon{width:40px!important;height:40px!important;font-size:26.67px!important;line-height:40px!important}#dm .p_hfcontainer .u_1296110014 .socialHubIcon:after{width:48px!important;height:40px!important}#dm .dmInner div.u_hcontainer{width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1169075810,div.u_1177555095{min-width:25px!important;height:auto!important;padding:0!important;display:block!important}#dm .p_hfcontainer div.u_1365271558{padding:0!important}div.u_1177555095{width:calc(100% - 29px)!important;position:relative!important;max-width:219px!important;text-align:center!important}#dm .p_hfcontainer div.u_1134025022,#dm .p_hfcontainer div.u_1169075810,#dm .p_hfcontainer div.u_1812172160{float:none!important;top:0!important;max-width:100%!important;text-align:center!important;left:0!important}#dm .p_hfcontainer div.u_1169075810{width:calc(100% - 0px)!important;position:relative!important;min-height:auto!important;margin:70px 0 0!important}#dm .p_hfcontainer div.u_1812172160{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-style:solid!important;border-width:0!important;width:auto!important;position:relative!important;height:auto!important;min-width:0!important;min-height:auto!important;padding:0 15px 9px!important;margin:0!important}#dm .p_hfcontainer div.u_1833611559{padding-left:0!important}#dm .p_hfcontainer div.u_1258619813{padding-left:10px!important}#dm .p_hfcontainer div.u_1134025022{width:257px!important;position:relative!important;height:109px!important;min-width:0!important;display:block!important;min-height:auto!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1296110014,#dm .p_hfcontainer div.u_1881925457{float:none!important;top:0!important;width:calc(100% - 0px)!important;position:relative!important;min-height:auto!important}#dm .p_hfcontainer div.u_1296110014{display:block!important;left:0!important;height:auto!important;max-width:280px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:59px 0 0!important}#dm .p_hfcontainer div.u_1881925457{left:0!important;height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:22px 0 0!important}#dm .p_hfcontainer div.u_1177555095,#dm .p_hfcontainer div.u_1871501856{float:none!important;top:0!important;left:0!important;position:relative!important;text-align:center!important;padding:0!important;min-height:auto!important}#dm .p_hfcontainer div.u_1177555095{width:calc(100% - 37px)!important;max-width:225.47px!important;min-width:25px!important;display:block!important;height:auto!important;margin:7px auto 0!important}#dm .p_hfcontainer div.u_1871501856{border-style:solid!important;border-width:0!important;border-color:rgba(201,201,201,1)!important;width:auto!important;height:auto!important;max-width:100%!important;min-width:0!important;margin:0 134px!important}#dm .dmBody div.u_1037407013,#dm .dmBody div.u_1898922051,#dm .p_hfcontainer nav.u_1303435276{position:relative!important;text-align:start!important;float:none!important;top:0!important;left:0!important}#dm .p_hfcontainer nav.u_1303435276{width:calc(100% - 0px)!important;height:auto!important;max-width:100%!important;justify-content:center!important;align-items:stretch!important;min-width:25px!important;min-height:auto!important;padding:7px 15px 6.8px!important;margin:0 auto!important}#dm .dmBody .u_1106338653,#dm .dmBody .u_1445208974,#dm .dmBody .u_1920838768{width:100%!important}#dm .dmBody .u_1277279904{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/201842135_4167510500006953_7458983636991149325_n-69c08f3b-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1798438171{background-image:url(https://lirp.cdn-website.com/md/unsplash/dms3rep/multi/opt/photo-1568823577963-7f207be7f395-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1037407013{background-color:rgba(255,255,255,.5)!important}#dm .d-page-1716942098 DIV.dmInner,#dm .dmBody div.u_1268638601,#dm .dmBody div.u_1404691075 .color-overlay,#dm .dmBody div.u_1523365467,#dm .dmBody div.u_1553197011 .color-overlay,.dmLargeBody #dm .d-page-1716942098 .dmBody .dmRespRowsWrapper{background-color:rgba(0,0,0,0)!important}#dm .dmBody .u_1932983461{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/podcast-logo-82d9befb-640w-492h.webp),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1292207681{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/mcmwyl-03aa8fa7-640w-492h.webp),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1763962743{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/TXFB-logo-2020-small-640w-492h.webp),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1794417792{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/20157759_1451110244980339_8544508442956554946_o-640w-492h.webp),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1011582603{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/rodeo-640w-492h.webp),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1523365467{background-image:none!important}#dm .dmBody .u_1830936658{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/560_Homecoming_Radio_Cast-492h.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1437985459{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-05-30-114053-640w-492h.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1536340066{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-06-04-114959-640w-492h.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1915827288{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-01-20-154211-dda56bc8-640w-492h.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1748892915{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-01-20-155514-640w-492h.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1064688036{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/gcg-640w-5821b1cf-640w-492h.webp),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1208932946{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-01-20-164324-640w-492h.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1045772398{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-01-20-161208-640w-492h.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1739839257{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2024-02-16-112622s-640w-492h.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1111287902{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/ttg2-3a81be28-492h.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1023150516{background-image:url(https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/d6a53f1e-b7e3-5317-ef34-ccd5e8a12413-3a2bc70c-470h.webp),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1108906601{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:64px 0 8px!important}#dm .dmBody div.u_1798438171{width:auto!important;margin:0 100px!important;padding:15px 0!important}#dm .dmBody div.u_1898922051{important:true!important;width:calc(100% - 22px)!important;height:314px!important;max-width:325px!important;min-width:25px!important;padding:0!important;margin:0 0 0 22px!important}#dm .dmBody div.u_1695471332{margin:0!important;padding:0 7.2px!important}#dm .dmBody div.u_1037407013{width:auto!important;height:auto!important;max-width:100%!important;min-width:0!important;padding:106.5px 42px!important;margin:0!important}#dm .dmBody div.u_1774916437{float:none!important;top:0!important;left:0!important;width:calc(100% - 197px)!important;position:relative!important;height:auto!important;max-width:476px!important;min-width:25px!important;text-align:start!important;display:block!important;padding:0!important;margin:7px auto 0!important}#dm .dmBody div.u_1137645140,#dm .dmBody div.u_1442057814,#dm .dmBody div.u_1463958689{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;text-align:start!important;padding:0!important;min-width:25px!important}#dm .d-page-1716942098 DIV.dmInner{background-attachment:fixed!important}#dm .dmBody div.u_1137645140{important:true!important;max-width:100%!important;margin:39px auto 35px!important}#dm .dmBody div.u_1442057814,#dm .dmBody div.u_1463958689{max-width:100%!important;margin:39px auto 0!important}#dm .dmBody div.u_1268638601,#dm .dmBody div.u_1523365467{width:auto!important;min-width:0!important;margin:0!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;text-align:start!important}#dm .dmBody div.u_1268638601{max-width:100%!important;padding:0!important}#dm .dmBody div.u_1523365467{max-width:100%!important;padding:16.5px 0!important}#dm .dmBody div.u_1445208974,#dm .dmBody div.u_1582665738,#dm .dmBody div.u_1920838768{width:calc(100% - 0px)!important;max-width:100%!important}#dm .dmBody div.u_1582665738{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-width:25px!important;min-height:auto!important;padding:2px 0!important;margin:17px 0 0!important}#dm .dmBody div.u_1106338653,#dm .dmBody div.u_1445208974,#dm .dmBody div.u_1920838768{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;min-width:25px!important;display:block!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1445208974{text-align:start!important}#dm .dmBody div.u_1091327157,#dm .dmBody div.u_1151870660{padding:0!important}#dm .dmBody div.u_1920838768{text-align:center!important}#dm .dmBody div.u_1106338653{width:calc(100% - 25px)!important;max-width:415.6px!important;text-align:start!important}.font-size-18,.size-18{font-size:18px!important}.font-size-40,.size-40{font-size:40px!important}.dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop=none]),.dmDesktopBody:not(.editGrid) [data-anim-extended]{visibility:hidden}#\31 005849209,#\31 097148584,#\31 113459998,#\31 122340764,#\31 253858808,#\31 303435276,#\31 467990486,#\31 520627250,#\31 570685476,#\31 670645904,#\31 820555457,#\31 965416426,#\31 968112227{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: "Raleway Fallback"; src: local('Arial'); ascent-override: 89.616%; descent-override: 22.3087%; size-adjust: 104.892%; 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: "Petit Formal Script Fallback"; src: local('Arial'); ascent-override: 81.9524%; descent-override: 21.2439%; size-adjust: 121.1283%; 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: "Old Standard TT Fallback"; src: local('Arial'); ascent-override: 78.2213%; descent-override: 24.4313%; line-gap-override: 24.226%; size-adjust: 97.4159%; }@font-face { font-family: "Dancing Script Fallback"; src: local('Arial'); ascent-override: 114.0713%; descent-override: 34.7173%; size-adjust: 80.6513%; line-gap-override: 0%; }@font-face { font-family: "Merriweather Fallback"; src: local('Arial'); ascent-override: 88.6416%; descent-override: 24.5926%; size-adjust: 111.0088%; line-gap-override: 0%; }@font-face { font-family: "Yesteryear Fallback"; src: local('Arial'); ascent-override: 133.8263%; descent-override: 67.1473%; size-adjust: 73.0088%; 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.ksslfm.com/feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.ksslfm.com/feed/atom"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://www.ksslfm.com/"/> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "KSSL Radio", "url" : "https://www.ksslfm.com/" } </script> <meta property="og:image" content="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/KSSL+Logo+-+Small-1920w.png"/> <title> KSSL </title> <meta name="description" content="KSSL Radio station in Slaton, Texas is dedicated to playing the greatest country music ever recorded and keeping you informed and entertained."/> <meta name="keywords" content="Classic Country, Greatest Country Music Ever Recorded, KSSL, Jerry Brownlow, Cathy Long, Cathy Jewell, Susanne Abbey, Doyle King, Lew Jones, Linda Flores, Jim Bosh, Catfish Hunter, Jeff DeWeese, Jim West, Listen Live, Streaming, twin fiddles, Billy Bowles, Swinging Country, Bill Gaither's Homecoming Radio Show, That's The Gospel,Circuit Rider Round-Up, Allen and Jill Kirkham, Cary Martin, Jessica Domel, Tom Nicoletti, God's Country Gospel Show, Your Story Hour, The Lutheran Hour, Slaton Tiger Football, Slaton Tiger Basketball, Texas Farm Bureau Radio Ag Network, Lubbock, Texas, Slaton, Crosbyton, Ralls, Dickens, Tahoka, Jayton, Post, Spur, radio, country radio, classic country radio,"/> <meta property="og:title" content="KSSL-FM"/> <meta property="og:type" content="website"/> <meta property="og:url" content="http://www.ksslfm.com"/> <meta property="og:description" content="Playing the GREATEST Country Music EVER Recorded!!"/> <meta property="og:image:alt" content="https://irp-cdn.multiscreensite.com/b5adf6b4/dms3rep/multi/desktop/KSSL_Logo-4673x1479.dm.crop_221_86_4673_1479_ede0.png"/> <meta property="google-site-verification" content="UA-96116024-1"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="KSSL"/> <meta name="twitter:description" content="KSSL Radio station in Slaton, Texas is dedicated to playing the greatest country music ever recorded and keeping you informed and entertained."/> <meta property="og:description" content="KSSL Radio station in Slaton, Texas is dedicated to playing the greatest country music ever recorded and keeping you informed and entertained."/> <meta property="og:title" content="KSSL"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder 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="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-home hasAnimations rows-1200 hamburger-reverse dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="3e258119881349f1b0afec8887fc1e4b===header" mini-header-show-only-navigation-row="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1812172160 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1812172160"> <div class="dmRespColsWrapper" id="1968112227"> <div class="u_1833611559 dmRespCol small-12 large-3 medium-3" id="1833611559"> <p class="" id="1274949339"> <a href="http://streamdb6web.securenetsystems.net/ce/KSSL" target="_blank"></a> </p> <div class="u_1296110014 align-center text-align-center dmSocialHub gapSpacing" id="1296110014" 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/ksslradio" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style1" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://instagram.com/kssl_fm/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Instagram&apos;)"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style1" aria-hidden="true" data-hover-effect=""></span> </a> <a href="mailto:ksslradio@gmail.com" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Email&apos;)"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style1" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> <div class="u_1881925457 dmNewParagraph" id="1881925457" data-version="5" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h6 class="text-align-left m-size-14 size-18"><strong class="font-size-18 m-font-size-14" style="color:rgb(0, 0, 0);font-weight:bold;display:initial;font-family:Merriweather, 'Merriweather Fallback';font-style:normal;">(806) 329-2807 Office</strong></h6> <h6 class="text-align-left m-size-14 size-18"><strong class="font-size-18 m-font-size-14" style="color:rgb(0, 0, 0);font-weight:bold;display:initial;font-family:Merriweather, 'Merriweather Fallback';">(806) 329-2819 Sales</strong></h6> <h6 class="text-align-left m-size-14 size-18"><strong class="font-size-18 m-font-size-14" style="color:rgb(0, 0, 0);font-weight:bold;display:initial;font-family:Merriweather, 'Merriweather Fallback';font-style:normal;">(806) 828-5775 Request</strong></h6> </div></div> <div class="u_1258619813 dmRespCol small-12 large-6 medium-6" id="1258619813"> <div class="u_1169075810 imageWidget align-center" data-widget-type="image" id="1169075810" data-element-type="image"> <a href="/" id="1367102645"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/KSSL+Logo-c27f64a6-1920w.png" id="1651190507" class="" data-dm-image-path="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/KSSL+Logo-c27f64a6-1920w.png" alt="KSSL Radio" onerror="handleImageLoadError(this)" height="204.859375" width="581.0"/></a> </div> </div> <div class="u_1365271558 small-12 dmRespCol large-3 medium-3" id="1365271558"> <div data-element-type="html" class="u_1134025022 dmCustomHtml" id="1134025022"> <p> <a href="http://streamdb6web.securenetsystems.net/ce/KSSL" target="_blank"><img src="https://radio.securenetsystems.net/images/listen-live.png" style="cursor:pointer;" width="200" height="116" border="0" onerror="handleImageLoadError(this)"/></a> </p> </div> <div class="u_1177555095 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1177555095"> <a id="1693706321" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/WBE_Seal_CMYK-270w.jpg" alt="" id="1394839285" class="" data-dm-image-path="https://irp.cdn-website.com/b5adf6b4/dms3rep/multi/WBE_Seal_CMYK.jpg" width="1426" height="808" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1871501856 dmRespRow" style="text-align: center;" id="1871501856"> <div class="dmRespColsWrapper" id="1670645904"> <div class="dmRespCol small-12 medium-12 large-12" id="1871570467"> <nav class="u_1303435276 effect-top-bottom main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_2" data-show-vertical-sub-items="HOVER" data-divider="PIPE" id="1303435276" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" 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"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/#Events" class="unifiednav__item dmUDNavigationItem_010101553992 " 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-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/team" class="unifiednav__item dmUDNavigationItem_010101200826 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Personalities " data-auto="page-text-style">Personalities<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="/cathy-jewell" class="unifiednav__item dmUDNavigationItem_010101962601 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Cathy Jewell " data-auto="page-text-style">Cathy Jewell<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="/jerry-brownlow" class="unifiednav__item dmUDNavigationItem_010101484446 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Jerry Brownlow " data-auto="page-text-style">Jerry Brownlow<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="/susanne-abbey" class="unifiednav__item dmUDNavigationItem_010101982768 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Susanne Abbey " data-auto="page-text-style">Susanne Abbey<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="/jim-west" class="unifiednav__item dmUDNavigationItem_010101483934 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Jim West " data-auto="page-text-style">Jim West<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="/doyle-king" class="unifiednav__item dmUDNavigationItem_010101973120 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Doyle King " data-auto="page-text-style">Doyle King<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="/Linda-Flores" class="unifiednav__item dmUDNavigationItem_010101863438 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Linda Flores " data-auto="page-text-style">Linda Flores<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="/jeff-deweese" class="unifiednav__item dmUDNavigationItem_010101728462 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Jeff DeWeese " data-auto="page-text-style">Jeff DeWeese<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="/lew-jones" class="unifiednav__item dmUDNavigationItem_010101802667 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Lew Jones " data-auto="page-text-style">Lew Jones<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="/paul-poteet" class="unifiednav__item dmUDNavigationItem_010101217038 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Paul Poteet " data-auto="page-text-style">Paul Poteet<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="/chaz-mixon" class="unifiednav__item dmUDNavigationItem_01010118111 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Chaz Mixon " data-auto="page-text-style">Chaz Mixon<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="/testimonials" class="unifiednav__item dmUDNavigationItem_010101436714 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Testimonials " data-auto="page-text-style">Testimonials<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/gallery" class="unifiednav__item dmUDNavigationItem_010101360185 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Gallery " data-auto="page-text-style">Gallery<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/local_businesses" class="unifiednav__item dmUDNavigationItem_010101357537 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Local Businesses " data-auto="page-text-style">Local Businesses<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <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-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"></div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </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_1268638601 dmRespRow fullBleedChanged fullBleedMode" id="1268638601" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5SaWdodCIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJkaXIiOiJsZWZ0IiwicmV2ZXJzZSI6ZmFsc2V9fQ==" data-anim-desktop="slideInRight"> <div class="dmRespColsWrapper" id="1520627250"> <div class="dmRespCol small-12 medium-4 large-4" id="1406505945"> <div class="u_1137645140 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1137645140" data-anim-desktop="none"> <a id="1664920431"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/amg2-366w.jpg" alt="" id="1680129062" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/b5adf6b4/dms3rep/multi/amg2.jpg" onerror="handleImageLoadError(this)" height="170.53125" width="305.59375"/></a> </div> </div> <div class="dmRespCol small-12 medium-4 large-4 u_1695471332" id="1695471332"> <div class="u_1463958689 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1463958689"> <a id="1435487176"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/sy2-366w.jpg" alt="" id="1064816565" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/b5adf6b4/dms3rep/multi/sy2.jpg" onerror="handleImageLoadError(this)" height="170.53125" width="305.609375"/></a> </div> </div> <div class="dmRespCol small-12 medium-4 large-4" id="1837680388"> <div class="u_1442057814 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1442057814"> <a id="1457251141"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/cma-366w.JPG" alt="" id="1968886802" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/b5adf6b4/dms3rep/multi/cma.JPG" onerror="handleImageLoadError(this)" height="170.53125" width="305.59375"/></a> </div> </div> </div> </div> <div class="u_1037407013 dmRespRow hide-for-large hide-for-medium" id="1037407013" lock-element-for-editing="true"> <div class="dmRespColsWrapper" id="1122340764"> <div class="dmRespCol large-12 medium-12 small-12" id="1050147633"> <div class="u_1774916437 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1774916437"> <a href="/landing-page" id="1149297879" file="false"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Valpro-1920w.JPG" alt="" id="1121344535" class="" data-dm-image-path="https://irp.cdn-website.com/b5adf6b4/dms3rep/multi/Valpro.JPG" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/></a> </div> </div> </div> </div> <div class="dmRespRow u_1091327157" id="1091327157" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbkNvbWJvIiwiZHVyYXRpb24iOjUsImRlbGF5IjowLCJpbnRlbnNpdHkiOjEsInJldmVyc2UiOmZhbHNlLCJkaXIiOiJpbi1wbGFjZSJ9fQ==" data-anim-desktop="fadeInCombo"> <div class="dmRespColsWrapper" id="1005849209"> <div class="u_1151870660 dmRespCol small-12 large-6 medium-6" id="1151870660"> <div class="u_1920838768 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1920838768"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot+2025-07-07+141340-576w.png" alt="" id="1292446540" class="" width="820" height="360" data-dm-image-path="https://irp.cdn-website.com/b5adf6b4/dms3rep/multi/Screenshot+2025-07-07+141340.png" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1453447350 dmRespCol small-12 large-6 medium-6" id="1453447350"> <div class="u_1106338653 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1106338653"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/unnamed-404d8270-498w.png" alt="" id="1788427447" class="" width="390" height="195" data-dm-image-path="https://irp.cdn-website.com/b5adf6b4/dms3rep/multi/unnamed-404d8270.png" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1523365467 dmRespRow" id="1523365467" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJyZXZlcnNlIjpmYWxzZSwiZGlyIjoidXAifX0=" data-anim-desktop="slideInCombo"> <div class="dmRespColsWrapper" id="1965416426"> <div class="u_1582651246 dmRespCol small-12 medium-6 large-6" id="1582651246"> <div class="u_1582665738 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1582665738" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center m-size-32 size-40"><span class="font-size-40 m-font-size-32" style="display: unset; color: rgb(0, 0, 0);"><span style="display: unset; color: rgb(0, 0, 0);" class="font-size-40 m-font-size-32">Meet the</span> </span></p><p class="text-align-center m-size-32 size-40"><span class="font-size-40 m-font-size-32" style="display: unset; color: rgb(0, 0, 0);"><span style="display: unset; color: rgb(0, 0, 0);" class="font-size-40 m-font-size-32">&nbsp;Post Animal Refuge Center</span> </span></p><p class="text-align-center m-size-32 size-40"><span style="display: unset; color: rgb(0, 0, 0);" class="font-size-40 m-font-size-32">Adoptable Pet of the Week!!!</span></p><p class="text-align-center m-size-14 size-18"><span style="display: unset; color: rgb(0, 0, 0); font-style: italic;" class="font-size-18 m-font-size-14">Courtesy of</span></p><p class="text-align-center m-size-14 size-18"><span style="display: unset; color: rgb(0, 0, 0); font-style: italic;" class="font-size-18 m-font-size-14">Garza County Animal Hospital &amp; KSSL</span></p><p><span style="display: initial;"><br/></span></p></div> </div> <div class="dmRespCol small-12 medium-6 large-6" id="1444050121"> <div class="u_1445208974 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1445208974"> <a id="1044540002" class="" target="_blank" href="https://postanimalrefuge.com/" file="false"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot+2025-08-01+154708-558w.png" alt="Post Animal Refuge Center, Garza County Animal Hospital, Adopt don't Shop, Animal Rescue" id="1846239309" class="" data-dm-image-path="https://irp.cdn-website.com/b5adf6b4/dms3rep/multi/Screenshot+2025-08-01+154708.png" width="1021" height="772" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1139229293 dmRespRow" id="1139229293" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InJvbGxJbkNvbWJvIiwiZHVyYXRpb24iOjEsImRlbGF5IjowLCJpbnRlbnNpdHkiOjEsImRpciI6ImxlZnQifX0=" data-anim-desktop="rollInCombo"> <div class="dmRespColsWrapper" id="1097148584"> <div class="u_1262283529 dmRespCol small-12 large-4 medium-4" id="1262283529"> <div class="u_1375974610 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1375974610" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-19 text-align-center size-24"><span style="color: rgb(0, 0, 0); display: initial;" class="m-font-size-19 font-size-24" m-font-size-set="true">Upcoming Events</span></p></div> <div class="u_1404691075 flex-container dmImageSlider dmNoMargin dmNoMark hasFullWidth" data-widget-type="imageSlider" dmle_volatile_widget="true" data-element-type="dSliderId" id="1404691075"> <div class="flexslider ed-version" sliderscriptparams="{'stretch':false,'animation':true,'randomize':false,'directionNav':true,'isAutoPlay':true,'isFade':true,'controlNav':false,'slideshowSpeed':7000,'animationDuration':600,'pausePlay':true,'pauseOnHover':true}" id="1996679693" layout="empty"> <ul class="slides" id="1658599345"> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1023150516" class="u_1023150516"> <a href="http://www.buddyhollycenter.org" id="1883226173" class="" target="_blank" file="false"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/d6a53f1e-b7e3-5317-ef34-ccd5e8a12413-3a2bc70c-470h.webp" id="1449104370" class="" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/></a> <div class="color-overlay" id="1220793606"></div> <div class="slide-inner" id="1225362581"> <div class="text-wrapper" id="1402631194"> <h3 class="slide-title" id="1264419307">Slide title</h3> <div class="slide-text richText" id="1321582441">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1041660334"> <span class="iconBg" id="1807539807"> <span class="icon hasFontIcon icon-star" id="1849455992"></span> </span> <span class="text" id="1842598439">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1359987940"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/RanchVerse.Masthead-470h.png" id="1653709489" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/> <div class="color-overlay" id="1867203062"></div> <div class="slide-inner" id="1947256526"> <div class="text-wrapper" id="1726476083"> <h3 class="slide-title" id="1267842700">Slide title</h3> <div class="slide-text richText" id="1566399277">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1696880815"> <span class="iconBg" id="1774746547"> <span class="icon hasFontIcon icon-star" id="1000812764"></span> </span> <span class="text" id="1550228860">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1473726527"> <a href="https://www.thecoyotestore.com/" id="1840688795" class="" target="_blank" file="false"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/485158266_674977201544215_6470751092189521705_n-82a82fe9-470h.jpg" id="1056324399" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/></a> <div class="color-overlay" id="1584442812"></div> <div class="slide-inner" id="1760332596"> <div class="text-wrapper" id="1800135946"> <h3 class="slide-title" id="1359798740">Slide title</h3> <div class="slide-text richText" id="1580657392">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1196525108"> <span class="iconBg" id="1814367310"> <span class="icon hasFontIcon icon-star" id="1621325910"></span> </span> <span class="text" id="1780588860">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1503670597"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/UltimateDoorsTribute.Masthead-470h.jpg" id="1992418329" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/> <div class="color-overlay" id="1905694222"></div> <div class="slide-inner" id="1808653524"> <div class="text-wrapper" id="1135719573"> <h3 class="slide-title" id="1382049719">Slide title</h3> <div class="slide-text richText" id="1040389110">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1604259413"> <span class="iconBg" id="1134163653"> <span class="icon hasFontIcon icon-star" id="1054306867"></span> </span> <span class="text" id="1204579169">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1412668593"> <a href="http://LETSGOFISHINGLUBBOCK.COM" id="1148917082" class="" target="_blank" file="false"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/NFU7PDCYKFCUFOAZZPH4MTYOHA-470h.jpg" id="1062401379" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/></a> <div class="color-overlay" id="1425975306"></div> <div class="slide-inner" id="1134950684"> <div class="text-wrapper" id="1029284456"> <h3 class="slide-title" id="1774258819">Slide title</h3> <div class="slide-text richText" id="1838406094">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1748754404"> <span class="iconBg" id="1399890180"> <span class="icon hasFontIcon icon-star" id="1327231717"></span> </span> <span class="text" id="1466707018">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1542119246"> <a href="http://cooksgarage.us" id="1451904032" class="" target="_blank" file="false"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/6827531cb2a349cb6c5172e4_3a0fe778-1c02-414e-b7b6-0c71905afec2-470h.webp" id="1281356905" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/></a> <div class="color-overlay" id="1125004278"></div> <div class="slide-inner" id="1886351017"> <div class="text-wrapper" id="1324156666"> <h3 class="slide-title" id="1123031168">Slide title</h3> <div class="slide-text richText" id="1188020658">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1791646134"> <span class="iconBg" id="1244893326"> <span class="icon hasFontIcon icon-star" id="1983960776"></span> </span> <span class="text" id="1288935928">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1786875008"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Ralls+Lions+Club-page-001-470h.jpg" id="1261109904" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/> <div class="color-overlay" id="1821551483"></div> <div class="slide-inner" id="1700979877"> <div class="text-wrapper" id="1049063352"> <h3 class="slide-title" id="1975290547">Slide title</h3> <div class="slide-text richText" id="1875821663">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1383612039"> <span class="iconBg" id="1278994022"> <span class="icon hasFontIcon icon-star" id="1896351563"></span> </span> <span class="text" id="1129361922">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1286690790"> <a href="http://COOKSGARAGE.US" id="1250148547" class="" target="_blank" file="false"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/685c1028caba637bd649d16b_70eb67ad-6028-4f6b-b486-11233fcfa88b-470h.png" id="1629866209" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/></a> <div class="color-overlay" id="1387422804"></div> <div class="slide-inner" id="1946220128"> <div class="text-wrapper" id="1079862918"> <h3 class="slide-title" id="1238692353">Slide title</h3> <div class="slide-text richText" id="1079498633">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1578061984"> <span class="iconBg" id="1935739887"> <span class="icon hasFontIcon icon-star" id="1027854409"></span> </span> <span class="text" id="1471539986">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1760123086"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/image0-470h.png" id="1737733593" onerror="handleImageLoadError(this)" height="392.0" width="319.984375"/> <div class="color-overlay" id="1984844599"></div> <div class="slide-inner" id="1005132542"> <div class="text-wrapper" id="1717621195"> <h3 class="slide-title" id="1509969594">Slide title</h3> <div class="slide-text richText" id="1346586348">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1263318456"> <span class="iconBg" id="1328587621"> <span class="icon hasFontIcon icon-star" id="1570686034"></span> </span> <span class="text" id="1933962716">Button</span> </div> </div> </li> </ul> </div> </div> </div> <div class="dmRespCol small-12 large-4 medium-4" id="1565340499"> <div data-element-type="html" class="u_1193972696 dmCustomHtml" id="1193972696"> <a class="weatherwidget-io" href="https://forecast7.com/en/33d44n101d64/slaton/?unit=us" data-label_1="SLATON" data-days="5" data-theme="weather_one">SLATON</a> <script> !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js'); </script> </div> </div> <div class="dmRespCol large-4 medium-4 small-12" id="1064589197"> <div class="u_1008332108 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1008332108" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-19 text-align-center size-24"><span style="display: initial; color: rgb(0, 0, 0);" class="m-font-size-19 font-size-24">Shows on KSSL</span></p></div> <div class="u_1553197011 flex-container dmImageSlider dmNoMargin dmNoMark" data-widget-type="imageSlider" dmle_volatile_widget="true" data-element-type="dSliderId" id="1553197011" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InJvbGxJbkZyb21SaWdodCIsInJldmVyc2UiOmZhbHNlfX0=" data-anim-desktop="rollInFromRight"> <div class="flexslider ed-version" sliderscriptparams="{'stretch':false,'animation':true,'randomize':false,'directionNav':true,'isAutoPlay':true,'isFade':true,'controlNav':false,'slideshowSpeed':5000,'animationDuration':600,'pausePlay':true,'pauseOnHover':true}" id="1603005476" layout="empty"> <ul class="slides" id="1693816639"> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1932983461" class="u_1932983461"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/podcast-logo-82d9befb-640w-492h.webp" id="1166061495" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1309844331"></div> <div class="slide-inner" id="1456115135"> <div class="text-wrapper" id="1263578515"> <h3 class="slide-title" id="1941481749">Slide title</h3> <div class="slide-text richText" id="1201463192">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1795628714"> <span class="iconBg" id="1505251941"> <span class="icon hasFontIcon icon-star" id="1210420649"></span> </span> <span class="text" id="1219881973">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1011582603" class="u_1011582603"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/rodeo-640w-492h.webp" id="1698446294" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1007131193"></div> <div class="slide-inner" id="1093134182"> <div class="text-wrapper" id="1756290477"> <h3 class="slide-title" id="1817898598">Slide title</h3> <div class="slide-text richText" id="1169148516">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1723886926"> <span class="iconBg" id="1414767946"> <span class="icon hasFontIcon icon-star" id="1153489214"></span> </span> <span class="text" id="1696675187">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1292207681" class="u_1292207681"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/mcmwyl-03aa8fa7-640w-492h.webp" id="1287103753" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1367170706"></div> <div class="slide-inner" id="1524073098"> <div class="text-wrapper" id="1587760834"> <h3 class="slide-title" id="1845989315">Slide title</h3> <div class="slide-text richText" id="1368684430">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1228405630"> <span class="iconBg" id="1447049448"> <span class="icon hasFontIcon icon-star" id="1711110281"></span> </span> <span class="text" id="1304089441">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1437985459" class="u_1437985459"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-05-30-114053-640w-492h.png" id="1456782967" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1172191671"></div> <div class="slide-inner" id="1100858787"> <div class="text-wrapper" id="1637637281"> <h3 class="slide-title" id="1917860000">Slide title</h3> <div class="slide-text richText" id="1110533333">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1730650746"> <span class="iconBg" id="1394663772"> <span class="icon hasFontIcon icon-star" id="1260283708"></span> </span> <span class="text" id="1922085633">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1536340066" class="u_1536340066"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-06-04-114959-640w-492h.png" id="1018542376" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1276970481"></div> <div class="slide-inner" id="1417426324"> <div class="text-wrapper" id="1322456977"> <h3 class="slide-title" id="1456541940">Slide title</h3> <div class="slide-text richText" id="1205033138">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1846838023"> <span class="iconBg" id="1079658330"> <span class="icon hasFontIcon icon-star" id="1613367558"></span> </span> <span class="text" id="1180288447">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1763962743" class="u_1763962743"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/TXFB-logo-2020-small-640w-492h.webp" id="1911728560" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1618285606"></div> <div class="slide-inner" id="1420441953"> <div class="text-wrapper" id="1985467365"> <h3 class="slide-title" id="1111611166">Slide title</h3> <div class="slide-text richText" id="1615769335">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1999563237"> <span class="iconBg" id="1038677861"> <span class="icon hasFontIcon icon-star" id="1045264128"></span> </span> <span class="text" id="1782566178">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1794417792" class="u_1794417792"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/20157759_1451110244980339_8544508442956554946_o-640w-492h.webp" id="1942871334" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1276080421"></div> <div class="slide-inner" id="1652429507"> <div class="text-wrapper" id="1025124810"> <h3 class="slide-title" id="1529248656">Slide title</h3> <div class="slide-text richText" id="1532504605">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1058079665"> <span class="iconBg" id="1128770291"> <span class="icon hasFontIcon icon-star" id="1487396682"></span> </span> <span class="text" id="1010300290">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1830936658" class="u_1830936658"> <a href="http://homecomingradio.com/" id="1334967494" class="" target="_blank" file="false"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/560_Homecoming_Radio_Cast-492h.png" id="1285381035" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/></a> <div class="color-overlay" id="1685920340"></div> <div class="slide-inner" id="1778373618"> <div class="text-wrapper" id="1258358788"> <h3 class="slide-title" id="1497190540">Slide title</h3> <div class="slide-text richText" id="1393993510">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1626038373"> <span class="iconBg" id="1060635436"> <span class="icon hasFontIcon icon-star" id="1711973331"></span> </span> <span class="text" id="1035531672">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1111287902" class="u_1111287902"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/ttg2-3a81be28-492h.jpg" id="1172844142" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1930483779"></div> <div class="slide-inner" id="1118357114"> <div class="text-wrapper" id="1475208891"> <h3 class="slide-title" id="1580983946">Slide title</h3> <div class="slide-text richText" id="1945032951">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1243848446"> <span class="iconBg" id="1269265856"> <span class="icon hasFontIcon icon-star" id="1922911275"></span> </span> <span class="text" id="1841729365">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1915827288" class="u_1915827288"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-01-20-154211-dda56bc8-640w-492h.png" id="1726567423" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1710543948"></div> <div class="slide-inner" id="1973438902"> <div class="text-wrapper" id="1503580338"> <h3 class="slide-title" id="1188798447">Slide title</h3> <div class="slide-text richText" id="1996964451">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1369568538"> <span class="iconBg" id="1465735188"> <span class="icon hasFontIcon icon-star" id="1836553786"></span> </span> <span class="text" id="1257001193">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1748892915" class="u_1748892915"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-01-20-155514-640w-492h.png" id="1748874366" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1806633366"></div> <div class="slide-inner" id="1443029351"> <div class="text-wrapper" id="1372563089"> <h3 class="slide-title" id="1904074346">Slide title</h3> <div class="slide-text richText" id="1526407328">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1568574847"> <span class="iconBg" id="1129381685"> <span class="icon hasFontIcon icon-star" id="1849119711"></span> </span> <span class="text" id="1365545344">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1064688036" class="u_1064688036"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/gcg-640w-5821b1cf-640w-492h.webp" id="1218903470" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1520398735"></div> <div class="slide-inner" id="1815152617"> <div class="text-wrapper" id="1707622486"> <h3 class="slide-title" id="1834869626">Slide title</h3> <div class="slide-text richText" id="1400603607">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1129107533"> <span class="iconBg" id="1825877186"> <span class="icon hasFontIcon icon-star" id="1399092546"></span> </span> <span class="text" id="1781017876">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1208932946" class="u_1208932946"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-01-20-164324-640w-492h.png" id="1428371957" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1325389046"></div> <div class="slide-inner" id="1833744796"> <div class="text-wrapper" id="1798608688"> <h3 class="slide-title" id="1381700848">Slide title</h3> <div class="slide-text richText" id="1732572023">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1411500991"> <span class="iconBg" id="1232900060"> <span class="icon hasFontIcon icon-star" id="1747055314"></span> </span> <span class="text" id="1738776036">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1045772398" class="u_1045772398"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2025-01-20-161208-640w-492h.png" id="1196805374" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1839334804"></div> <div class="slide-inner" id="1436326609"> <div class="text-wrapper" id="1374950394"> <h3 class="slide-title" id="1892618871">Slide title</h3> <div class="slide-text richText" id="1323787781">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1246183320"> <span class="iconBg" id="1905920441"> <span class="icon hasFontIcon icon-star" id="1617110181"></span> </span> <span class="text" id="1769149989">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1939943033"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/meta-eyJzcmNCdWNrZXQiOiJiemdsZmlsZXMifQ---640w-492h.png" id="1179978076" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1903097520"></div> <div class="slide-inner" id="1303207151"> <div class="text-wrapper" id="1312964656"> <h3 class="slide-title" id="1060488769">Slide title</h3> <div class="slide-text richText" id="1754852500">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1925380318"> <span class="iconBg" id="1705285253"> <span class="icon hasFontIcon icon-star" id="1416971893"></span> </span> <span class="text" id="1904184585">Button</span> </div> </div> </li> <li layout="center" position="center" animation="fadeInUp" show-content="true" color-overlay="true" text-background="true" id="1739839257" class="u_1739839257"><img dm="true" src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/Screenshot-2024-02-16-112622s-640w-492h.png" id="1931093602" class="" onerror="handleImageLoadError(this)" height="410.0" width="305.59375"/> <div class="color-overlay" id="1041313411"></div> <div class="slide-inner" id="1012767275"> <div class="text-wrapper" id="1849888279"> <h3 class="slide-title" id="1402881092">Slide title</h3> <div class="slide-text richText" id="1343694609">Write your caption here</div> </div> <div class="slide-button dmWidget clearfix" id="1242188093"> <span class="iconBg" id="1833798911"> <span class="icon hasFontIcon icon-star" id="1675841606"></span> </span> <span class="text" id="1093243589">Button</span> </div> </div> </li> </ul> </div> </div> </div> </div> </div> <div class="u_1383070405 dmRespRow" id="1383070405" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InJvbGxJbkNvbWJvIiwiZHVyYXRpb24iOjEsImRlbGF5IjowLCJpbnRlbnNpdHkiOjEsImRpciI6ImxlZnQiLCJyZXZlcnNlIjpmYWxzZX19" data-anim-desktop="rollInCombo"> <div class="dmRespColsWrapper" id="1570685476"> <div class="dmRespCol large-12 medium-12 small-12" id="1718442744"> <div class="u_1798454586 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1798454586" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="text-align-center m-size-24 size-30"><strong style="color: rgb(0, 0, 0); display: initial; font-weight: bold;" class="font-size-30 m-font-size-24" m-font-size-set="true">Programs and Features</strong><span single-space="true" class="" style="display: initial; color: rgb(0, 0, 0);"> <span style="display: initial; color: rgb(0, 0, 0);"></span> </span></p></div> </div> </div> </div> <div class="dmRespRow u_1247744148" id="1247744148" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InJvbGxJbkNvbWJvIiwiZHVyYXRpb24iOjEsImRlbGF5IjowLCJpbnRlbnNpdHkiOjEsImRpciI6ImxlZnQiLCJyZXZlcnNlIjpmYWxzZX19" data-anim-desktop="rollInCombo"> <div class="dmRespColsWrapper" id="1820555457"> <div class="u_1411763510 dmRespCol small-12 large-6 medium-6" id="1411763510"> <div class="u_1241920844 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1241920844" background-image":""}"="" style="transition: none; text-align: left; display: block;"><p class="m-size-14 size-18"><span style="display: initial; color: rgb(0, 0, 0);" class="font-size-18 m-font-size-14">Monday Through Friday</span></p><p><span style="display: initial; color: rgb(0, 0, 0);"><br/></span></p><p style="line-height: 1;" class="m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp;11p-5a -&nbsp; Overnights with Linda Flores</span></p><p style="line-height: 1;"><span style="color: rgb(0, 0, 0); display: initial;"><br/></span></p><p style="line-height: 1;" class="m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5a -&nbsp; Early Morning with Jeff DeWeese</span></p><p style="line-height: 1;" class="ql-indent-2 m-size-11 size-14"><span style="color: rgb(11, 7, 248); font-weight: normal; display: initial;" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5a - Texas Ag Today</span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span style="color: rgb(11, 7, 248); font-weight: normal; display: initial;" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5:45a - Texas News and Views</span></p><p style="line-height: 1;" class="ql-indent-1"><span style="color: rgb(255, 255, 255); display: initial;"><br/></span></p><p style="line-height: 1;" class="m-size-13 size-16"><span style="display: initial; color: rgb(255, 255, 255);" class="font-size-16 m-font-size-13">&nbsp; &nbsp;</span><span class="font-size-16 m-font-size-13" style="display: initial; color: rgb(0, 0, 0);"> <span style="display: initial; color: rgb(0, 0, 0);" class="font-size-16 m-font-size-13">&nbsp;6a-10a - The Morning Show with Jerry Brownlow</span></span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span class="font-size-16 m-font-size-13" style="display: initial; color: rgb(11, 7, 248); font-weight: normal;"><span style="display: initial; color: rgb(11, 7, 248); font-weight: normal;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span> </span><span style="display: initial; color: rgb(11, 7, 248); font-weight: normal;" class="font-size-14 m-font-size-11">6:30a - Focus on Agriculture</span></p><p style="line-height: 1;" class="ql-indent-4 m-size-10 size-12"><span style="font-weight: normal; display: initial; font-style: italic;" class="m-font-size-10 font-size-12">sponsored by Premier Ford of Lamesa</span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0);" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp;</span><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;7:30a - Ag Weather &amp; News</span></p><p style="line-height: 1;" class="ql-indent-4 m-size-10 size-12"><span style="font-style: italic; font-weight: normal; display: initial; color: rgb(255, 0, 0);" class="font-size-12 m-font-size-10">sponsored by Ag Texas Farm Credit Service</span><span style="font-style: italic; font-weight: normal; display: initial; color: rgb(255, 0, 0);" class="font-size-16 m-font-size-13">s</span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp;</span><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8:30a - Impossible Trivia</span></p><p style="line-height: 1;" class="ql-indent-4 m-size-10 size-12"><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: italic;" class="font-size-12 m-font-size-10">sponsored by Texas Trailer Corral</span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-14 m-font-size-11">9:00a - Texas Farm Bureau Morning Update</span></p><p style="line-height: 1;" class="ql-indent-3"><span style="font-style: italic; display: initial; font-weight: normal;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp;</span><span class="font-size-12 m-font-size-10" style="font-style: italic; display: initial; font-weight: normal;"> <span style="font-style: italic; display: initial; font-weight: normal;" class="font-size-12 m-font-size-10">&nbsp;</span> </span><span style="display: initial;"><br/></span></p><p style="line-height: 1;" class="m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp;10a-2p - Middays with Susanne</span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span class="font-size-16 m-font-size-13" style="font-weight: normal; display: initial; color: rgb(11, 7, 248);"><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-16 m-font-size-13">&nbsp; &nbsp;</span> </span><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10:00a - Texas Vet News</span><span class="font-size-16 m-font-size-13" style="font-weight: normal; display: initial; color: rgb(255, 0, 0);"><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0);" class="font-size-16 m-font-size-13">&nbsp;</span> </span></p><p style="line-height: 0.8;" class="ql-indent-3 m-size-10 size-12"><span style="font-weight: normal; font-style: italic; display: initial; color: rgb(255, 0, 0);" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><span class="font-size-12 m-font-size-10" style="font-weight: normal; font-style: italic; display: initial; color: rgb(255, 0, 0);"> <span style="font-weight: normal; font-style: italic; display: initial; color: rgb(255, 0, 0);" class="font-size-12 m-font-size-10">sponsored by Garza County Animal Hospital</span></span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span class="font-size-16 m-font-size-13" style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: normal;"><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: normal;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span> </span><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248); font-style: normal;" class="font-size-14 m-font-size-11">12:00p - Midday Commodities Report</span></p><p style="line-height: 1;" class="ql-indent-2 m-size-10 size-12"><span class="font-size-16 m-font-size-13" style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: italic;"><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: italic;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span> </span><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: italic;" class="font-size-12 m-font-size-10">sponsored by Wylie Implement of Lubbock</span></p><p style="line-height: 1;" class="m-size-11 size-14"><span class="font-size-16 m-font-size-13" style="font-weight: normal; display: initial; color: rgb(11, 7, 248); font-style: normal;"><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248); font-style: normal;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span> </span><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248); font-style: normal;" class="font-size-14 m-font-size-11">12:30p - Texas Farm Bureau Midday Update</span></p><p style="line-height: 1;" class="ql-indent-2 m-size-10 size-12"><span class="font-size-16 m-font-size-13" style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: italic;"><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: italic;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span> </span><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: italic;" class="font-size-12 m-font-size-10">&nbsp;sponsored by OD Kenney's of Slaton</span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span style="font-weight: normal; display: initial; color: rgb(255, 0, 0); font-style: normal;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248); font-style: normal;" class="font-size-14 m-font-size-11">1:45p - Comedy Quickie</span></p><p style="line-height: 1;" class="size-12 m-size-10 ql-indent-4"><span style="font-style: italic; display: initial; font-weight: normal;" class="font-size-12 m-font-size-10">&nbsp; &nbsp;sponsored by Clark's Roofing &amp; Construction</span></p><p style="line-height: 1;" class="ql-indent-4"><span class="m-font-size-10 font-size-12" style="font-weight: normal; display: initial; font-style: italic;"><span style="font-weight: normal; display: initial; font-style: italic;" class="m-font-size-10 font-size-12">&nbsp; &nbsp;</span> </span><span style="display: initial; color: rgb(255, 255, 255);"><br/></span></p><p style="line-height: 1;" class="m-size-13 size-16"><span style="color: rgb(0, 0, 0); display: initial;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp;2p-7p - Afternoons with Jim West</span></p><p style="line-height: 1;" class="m-size-11 size-14"><span class="font-size-16 m-font-size-13" style="display: initial; color: rgb(11, 7, 248); font-weight: normal;"><span style="display: initial; color: rgb(11, 7, 248); font-weight: normal;" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span> </span><span style="display: initial; color: rgb(11, 7, 248); font-weight: normal;" class="font-size-14 m-font-size-11">2:45p - Texas Farm Bureau Afternoon Update</span></p><p style="line-height: 1;" class="m-size-11 size-14"><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4:00p -&nbsp; Farm Policy Perspectives</span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5:00p -&nbsp; Texas Farm Bureau Closing Markets Report</span></p><p style="line-height: 1;" class="ql-indent-4 m-size-10 size-12"><span style="font-style: italic; display: initial; font-weight: normal;" class="m-font-size-10 font-size-12">&nbsp; &nbsp; &nbsp; sponsored by Premier Ford of Lamesa</span></p><p style="line-height: 1;" class="ql-indent-1 m-size-11 size-14"><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="font-size-14 m-font-size-11">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5:20p -&nbsp; The Sound of Texas with Tumbleweed Smith</span></p><p style="line-height: 1;"><span style="display: initial; color: rgb(0, 0, 0);"><br/></span></p><p style="line-height: 1;" class="m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="font-size-16 m-font-size-13">&nbsp; &nbsp; &nbsp;7p-11p - Country Music Get Together with Doyle King</span></p><p><span style="display: initial;"><br/></span></p></div> </div> <div class="u_1020046856 dmRespCol small-12 large-6 medium-6" id="1020046856"> <div class="u_1328774786 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1328774786" background-image":""}"="" style="text-align: left; display: block;"><p class="m-size-14 size-18"><span style="display: initial; color: rgb(0, 0, 0);" class="font-size-18 m-font-size-14">Saturday</span></p><p style="line-height: initial;"><span style="display: initial; color: rgb(0, 0, 0);" class="font-size-16 m-font-size-13"><br/></span></p><p style="line-height: initial;" class="text-align-left m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="m-font-size-13 font-size-16">&nbsp;11p-5a - &nbsp;Overnights with Chaz Mixon</span></p><p style="line-height: initial;" class="text-align-left m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="m-font-size-13 font-size-16">&nbsp; &nbsp;5a-9a -&nbsp; Early Morning with Jeff DeWeese</span></p><p style="line-height: initial;" class="m-size-11 text-align-left ql-indent-3 size-14"><span style="font-weight: normal; display: initial; color: rgb(11, 7, 248);" class="m-font-size-11 font-size-14">5:45a - Farm Bureau Round-Up</span></p><p style="line-height: initial;" class="text-align-left m-size-13 size-16"><span style="color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp;9a-10a - Country Music Get Together with Doyle King</span></p><p style="line-height: initial;" class="text-align-left m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: initial; color: rgb(0, 0, 0);"><span style="display: initial; color: rgb(0, 0, 0);" class="m-font-size-13 font-size-16">&nbsp;10-12p - Swinging Country with Billy Bowles.&nbsp;</span> </span></p><p style="line-height: initial;" class="text-align-left m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="m-font-size-13 font-size-16">&nbsp;12p-2p - Country Music Get Together with Doyle King</span></p><p style="line-height: initial;" class="text-align-left m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="m-font-size-13 font-size-16">&nbsp; &nbsp;2p-7p - Saturday Afternoon with Lew Jones</span></p><p style="line-height: initial;" class="text-align-left m-size-13 size-16"><span style="display: initial; color: rgb(0, 0, 0);" class="m-font-size-13 font-size-16">&nbsp;7p-11p - Saturday Evening with Paul Poteet</span></p><p><span style="display: initial;"><br/></span></p></div> <div class="u_1227384814 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1227384814" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="text-align-left m-size-14 size-18"><span style="color: rgb(0, 0, 0); display: initial;" class="m-font-size-14 font-size-18">Sunday</span></p><p class="text-align-left"><span style="display: initial; color: rgb(255, 255, 255);" class="font-size-16 m-font-size-13"><br/></span></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="font-size-16 m-font-size-13">&nbsp; 11p-5a Overnights with Chaz Mixon</strong></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp; &nbsp; 5a Early Morning with Jeff DeWeese</strong></p><p style="line-height: initial;" class="m-size-11 ql-indent-4 text-align-justify size-14"><span style="display: initial; color: rgb(11, 7, 248); font-weight: normal;" class="m-font-size-11 font-size-14">5:45a - Farm Bureau Round-Up</span></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(255, 255, 255); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp;</strong><span class="m-font-size-13 font-size-16" style="display: initial;"><span class="m-font-size-13 font-size-16" style="display: initial;">&nbsp;</span> </span><strong class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold; color: rgb(0, 0, 0);">&nbsp; &nbsp; 6a Bill Gaither's Homecoming Radio Show</strong></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp; &nbsp; 7a That's the Gospel with Jerry Brownlow</strong></p><p style="line-height: initial;" class="m-size-10 ql-indent-2 text-align-justify size-12"><span class="m-font-size-13 font-size-16" style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;"><span style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span> </span><span class="m-font-size-10 font-size-12" style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;"><span style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;" class="m-font-size-10 font-size-12">Sponsored by Davis Park Development</span> </span></p><p style="line-height: initial;" class="m-size-10 ql-indent-1 text-align-justify size-12"><span style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;" class="m-font-size-10 font-size-12">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&amp; Mike Garrett Appliance Service</span></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp;</strong><span class="m-font-size-13 font-size-16" style="display: initial;">&nbsp; &nbsp;</span><strong class="m-font-size-13 font-size-16" style="display: initial; font-weight: bold; color: rgb(0, 0, 0);">&nbsp; &nbsp;8a New Home Baptist Church</strong></p><p style="line-height: initial;" class="m-size-12 text-align-justify size-15"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; 8:30a</strong><span class="" style="display: initial;"><span style="display: initial;">&nbsp;</span> </span><span class="m-font-size-13 font-size-16" style="display: initial;"><span style="display: initial;" class="m-font-size-13 font-size-16">&nbsp;</span> </span><span class="" style="display: initial;"> <span style="display: initial;">&nbsp;</span> </span><strong style="display: initial; font-weight: bold; color: rgb(0, 0, 0);" class="font-size-15 m-font-size-12">1st Baptist Church of Wilson, Billy Parmer - Pastor</strong></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp; &nbsp; 9a God's Country Gospel</strong></p><p style="line-height: 1;" class="ql-indent-4 m-size-10 text-align-justify size-12"><span class="m-font-size-13 font-size-16" style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;"><span style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp;</span> </span><span class="m-font-size-10 font-size-12" style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;"><span style="font-weight: normal; color: rgb(255, 0, 0); display: initial; font-style: italic;" class="m-font-size-10 font-size-12">Sponsored by OD Kenney's</span> </span></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial; font-style: normal;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp; 10a Sunday Mo</strong><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">rning Gospel Memories</strong></p><p style="line-height: initial;" class="ql-indent-4 m-size-10 text-align-justify size-12"><span class="m-font-size-13 font-size-16" style="font-style: italic; display: initial; font-weight: normal;"><span style="font-style: italic; display: initial; font-weight: normal;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp;</span> </span><span style="font-style: italic; display: initial; font-weight: normal;" class="m-font-size-10 font-size-12">Sponsored by Hub City Body Shop</span></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; 10:45a 1st Baptist Church of Post, Keith Garner - Pastor</strong></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; 12p-2p Country Music Get Together with Doyle King</strong></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp; 2-7p Sunday Afternoon with Lew Jones</strong></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp; 7-9p Circuit Rider Roundup with Allen and Jill</strong></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; &nbsp; &nbsp; 9p Your Story Hour</strong></p><p style="line-height: initial;" class="m-size-13 text-align-justify size-16"><strong style="font-weight: bold; color: rgb(0, 0, 0); display: initial;" class="m-font-size-13 font-size-16">&nbsp; 9:30p-Mid Sunday Night with Eli Jenkins</strong></p><p><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="dmRespRow u_1584584470" id="1584584470" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJkaXIiOiJ1cCJ9fQ==" data-anim-desktop="slideInCombo"> <div class="dmRespColsWrapper" id="1113459998"> <div class="dmRespCol small-12 medium-4 large-4" id="1037602039"> <div class="u_1326139414 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1326139414"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/KSSL+Logo-c27f64a6-334w.png" alt="" id="1947450710" class="" data-dm-image-path="https://irp.cdn-website.com/b5adf6b4/dms3rep/multi/KSSL+Logo-c27f64a6.png" width="1920" height="677" onerror="handleImageLoadError(this)"/></div> <div class="u_1985092108 dmNewParagraph" data-element-type="paragraph" id="1985092108" style="transition: none 0s ease 0s; text-align: center; display: block;" data-version="5"> <h6 class="m-size-20 text-align-center size-24"><span style="color:rgb(0, 0, 0);font-weight:bold;display:initial;font-family:'Times New Roman', 'Times New Roman Fallback';" class="m-font-size-20 font-size-24" m-font-size-set="true">735 W. Panhandle</span></h6> <h6 class="m-size-20 text-align-center size-24"><span style="color:rgb(0, 0, 0);font-weight:bold;display:initial;font-family:'Times New Roman', 'Times New Roman Fallback';" class="m-font-size-20 font-size-24" m-font-size-set="true">PO Box 367</span></h6> <h6 class="m-size-20 text-align-center size-24"><span style="color:rgb(0, 0, 0);font-weight:bold;display:initial;font-family:'Times New Roman', 'Times New Roman Fallback';" class="m-font-size-20 font-size-24" m-font-size-set="true">Slaton, TX 79364</span></h6> <h6 class="text-align-center"><span style="display: initial;"><br/></span></h6> </div></div> <div class="dmRespCol small-12 medium-4 large-4" id="1645461270"> <div class="u_1439090634 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1439090634"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/WOB_Certified_WBENC_color_web-223w.jpg" alt="" id="1286067841" class="" data-dm-image-path="https://irp.cdn-website.com/b5adf6b4/dms3rep/multi/WOB_Certified_WBENC_color_web.jpg" width="225" height="126" onerror="handleImageLoadError(this)"/></div> <div class="u_1719506467 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1719506467"> <a id="1923763212" class="" target="_blank" href="https://publicfiles.fcc.gov/fm-profile/kssl" file="false"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/fc-try-223w.png" alt="" id="1269111550" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/b5adf6b4/dms3rep/multi/fc-try.png" onerror="handleImageLoadError(this)" height="87.015625" width="185.84375"/></a> </div> </div> <div class="dmRespCol small-12 medium-4 large-4" id="1197441063"> <div class="u_1845195483 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1845195483"><img src="https://lirp.cdn-website.com/b5adf6b4/dms3rep/multi/opt/HOTLINE-334w.PNG" alt="" id="1043626240" class="" data-dm-image-path="https://irp.cdn-website.com/b5adf6b4/dms3rep/multi/HOTLINE.PNG" width="648" height="446" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> </div> </div> </div> </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="dmRespRow u_1632155419" style="text-align: center;" id="1632155419"> <div class="dmRespColsWrapper" id="1253858808"> <div class="dmRespCol empty-column small-12 medium-12 large-12" id="1847109045"></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> </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=Raleway:ital,wght@0,100..900;1,100..900&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=Petit+Formal+Script:ital,wght@0,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Dancing+Script:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Yesteryear:ital,wght@0,400&amp;subset=latin-ext&amp;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/5678/_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/0ececd709b6516054e3dcbec394a8871.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/b5adf6b4/files/b5adf6b4_withFlex_1.min.css?v=4609" 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/b5adf6b4/files/b5adf6b4_home_withFlex_1.min.css?v=4609" 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-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-40, .size-40, .size-40 > font { font-size: 40px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-12, .size-12, .size-12 > font { font-size: 12px !important; }.font-size-15, .size-15, .size-15 > font { font-size: 15px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = false; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_5678"; var build = "2025-07-31T13_50_23"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-07-31T13_50_23"; 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> 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/5678'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5678'; 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"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["fnb.animations.tracking.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = true; rtFlags["ecom.ecwid.pages.links.disable.listeners"] = 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/5678/_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/5678/_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 async src="https://www.googletagmanager.com/gtag/js?id=G-8M4BRZX83E"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = 'b5adf6b4'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'G-8M4BRZX83E'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'BUSINESS_PLUS', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'G-8M4BRZX83E', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['ksslfm.com'] } }); _dm_gaq.pushEvent('G-8M4BRZX83E', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </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: 'b5adf6b4' }); // 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: b5adf6b4 --> <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"> </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-96116024-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-96116024-1'); </script> <!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>


URL: