editor Logout
Account Preferences
Did you know...
The minimum wage in Guangdon in China is $120/month ?
Streaming Radio Guide
view source - https://www.power1051kc.com/
*** Test System *** GO TO PRODUCTION
<!DOCTYPE HTML><html lang="en-US" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#"> <head> <!-- Global Script --> <!-- Main CMLS AMP CMS utils lib --> <script src="https://cdn.jsdelivr.net/gh/cumulus-digital/cmls-amp-cms-utils@da16e6f/dist/main.js" async defer data-ot-ignore></script> <script> window['gtag_enable_tcf_support'] = true; </script> <script> /** * Match a sizeMap array to the viewport. * * GPT's own sizeMapping does not work inside an iframe! * In these cases, this function can be used to force * consideration of the device dimensions when passing * the default sizes in defineSlot. * * provide a size map array in decreasing order of preference, such as: * [ * // [ [viewport w,h], [ [ad size w,h] ] * [ [726,0], [] ], * [ [0,0], [ [300,250], [320,50] ] ] * ] * Returns the first ad sizes array which matches the viewport size. * Example above would return [ [300,250], [320,50] ] on viewport widths below 726px. **/ function cmlsGetMapSize(sizeMap) { function logit(retMap) { console.groupCollapsed('cmlsGetMapSize', { request: sizeMap, return: retMap }); console.trace(); console.groupEnd(); return retMap; } if (!Array.isArray(sizeMap) || !Array.isArray(sizeMap[0]) || sizeMap[0].length < 2) { return logit([]); } if (!matchMedia || !matchMedia('screen').matches) { return logit(sizeMap[0][1]); } var mapSize = false; sizeMap.some(function (map) { if (!Array.isArray(map) || map[0].length < 2) return false; if ( matchMedia( `(min-width: ${map[0][0]}px) and (min-height: ${map[0][1]}px)` ).matches ) { mapSize = map[1]; return true; } }); if (mapSize === false) { return logit(sizeMap[0][1]); } return logit(mapSize); } </script> <!-- Local Script --> <!-- OneTrust Cookies Consent Notice start for www.power1051kc.com --> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/d99a92d6-4064-4a2e-b6e3-35003dad371b/OtAutoBlock.js" ></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="d99a92d6-4064-4a2e-b6e3-35003dad371b" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for www.power1051kc.com --> <script src="https://cumuluspro.express-pro.socastcms.com/wp-content/uploads/ecms/ecms_global_top.js?v=179" ></script> <meta charset="UTF-8" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <style id="tb_inline_styles" data-no-optimize="1">.tb_animation_on{overflow-x:hidden}.themify_builder .wow{visibility:hidden;animation-fill-mode:both}[data-tf-animation]{will-change:transform,opacity,visibility}.themify_builder .tf_lax_done{transition-duration:.8s;transition-timing-function:cubic-bezier(.165,.84,.44,1)}[data-sticky-active].tb_sticky_scroll_active{z-index:1}[data-sticky-active].tb_sticky_scroll_active .hide-on-stick{display:none}@media(min-width:1281px){.hide-desktop{width:0!important;height:0!important;padding:0!important;visibility:hidden!important;margin:0!important;display:table-column!important;background:0!important}}@media(min-width:769px) and (max-width:1280px){.hide-tablet_landscape{width:0!important;height:0!important;padding:0!important;visibility:hidden!important;margin:0!important;display:table-column!important;background:0!important}}@media(min-width:681px) and (max-width:768px){.hide-tablet{width:0!important;height:0!important;padding:0!important;visibility:hidden!important;margin:0!important;display:table-column!important;background:0!important}}@media(max-width:680px){.hide-mobile{width:0!important;height:0!important;padding:0!important;visibility:hidden!important;margin:0!important;display:table-column!important;background:0!important}}div.row_inner,div.subrow_inner{--gutter:3.2%;--narrow:1.6%;--none:0%;}@media(max-width:680px){ .themify_map.tf_map_loaded{width:100%!important} .ui.builder_button,.ui.nav li a{padding:.525em 1.15em} .fullheight>.row_inner:not(.tb_col_count_1){min-height:0} }</style><noscript><style>.themify_builder .wow,.wow .tf_lazy{visibility:visible!important}</style></noscript> <style id="tf_lazy_common" data-no-optimize="1"> .tf_fa,em tf-lottie,i tf-lottie{display:inline-block;vertical-align:middle}em tf-lottie,i tf-lottie{width:1.4em;height:1.4em}.tf_fa{width:1em;height:1em;stroke-width:0;stroke:currentColor;overflow:visible;fill:currentColor;pointer-events:none;text-rendering:optimizeSpeed;buffered-rendering:static}#tf_svg symbol{overflow:visible}.tf_lazy{position:relative;visibility:visible;display:block;opacity:.3}.wow .tf_lazy{visibility:hidden;opacity:1;position:static;display:inline}div.tf_audio_lazy audio{visibility:hidden;height:0;display:inline}.mejs-container{visibility:visible}.tf_iframe_lazy{transition:opacity .3s ease-in-out;min-height:10px}.tf_carousel .tf_swiper-wrapper{display:flex}.tf_carousel .tf_swiper-slide{flex-shrink:0;opacity:0;width:100%;height:100%}.tf_carousel .tf_lazy{contain:none}.tf_swiper-wrapper>br,.tf_lazy.tf_swiper-wrapper .tf_lazy:after,.tf_lazy.tf_swiper-wrapper .tf_lazy:before{display:none}.tf_lazy:after,.tf_lazy:before{content:'';display:inline-block;position:absolute;width:10px!important;height:10px!important;margin:0 3px;top:50%!important;right:50%!important;left:auto!important;border-radius:100%;background-color:currentColor;visibility:visible;animation:tf-hrz-loader infinite .75s cubic-bezier(.2,.68,.18,1.08)}.tf_lazy:after{width:6px!important;height:6px!important;right:auto!important;left:50%!important;margin-top:3px;animation-delay:-.4s}@keyframes tf-hrz-loader{0%{transform:scale(1);opacity:1}50%{transform:scale(.1);opacity:.6}100%{transform:scale(1);opacity:1}}.tf_lazy_lightbox{position:fixed;background:rgba(11,11,11,.8);color:#ccc;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:999}.tf_lazy_lightbox .tf_lazy:after,.tf_lazy_lightbox .tf_lazy:before{background:#fff}.tf_vd_lazy,tf-lottie{display:flex;flex-wrap:wrap}tf-lottie{aspect-ratio:1.777}.tf_w.tf_vd_lazy video{width:100%;height:auto;position:static;object-fit:cover} </style> <meta name='robots' content='max-image-preview:large' /> <!-- Title --> <title>KC&#039;s Hip Hop and R&amp;B | Power 105.1 | KCJK-FM</title><link rel="canonical" href="https://www.power1051kc.com/" /> <!-- Stylesheets --> <style type="text/css">@font-face {font-family:Oswald;font-style:normal;font-weight:400;src:url(/cf-fonts/s/oswald/5.0.18/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Oswald;font-style:normal;font-weight:400;src:url(/cf-fonts/s/oswald/5.0.18/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Oswald;font-style:normal;font-weight:400;src:url(/cf-fonts/s/oswald/5.0.18/latin/400/normal.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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Oswald;font-style:normal;font-weight:400;src:url(/cf-fonts/s/oswald/5.0.18/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Oswald;font-style:normal;font-weight:400;src:url(/cf-fonts/s/oswald/5.0.18/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}</style> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-promo-reel/js/bxslider/jquery.bxslider.css?ver=20210512-3" as="style"><link rel='stylesheet' id='bxslider-style-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-promo-reel/js/bxslider/jquery.bxslider.css?ver=20210512-3' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-promo-reel/css/widget.css?ver=20210512-3" as="style"><link rel='stylesheet' id='amp-promo-reel-widget-style-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-promo-reel/css/widget.css?ver=20210512-3' type='text/css' media='all' /> <link rel="preload" href="https://www.power1051kc.com/wp-content/uploads/sites/163/headway/cache/general-https-ABC123H.css?ver=20250801004805" as="style"><link rel='stylesheet' id='headway-general-https-css' href='https://www.power1051kc.com/wp-content/uploads/sites/163/headway/cache/general-https-ABC123H.css?ver=20250801004805' type='text/css' media='all' /> <link rel="preload" href="https://www.power1051kc.com/wp-content/uploads/sites/163/headway/cache/layout-front_page-https-ABC123H.css?ver=20250801004805" as="style"><link rel='stylesheet' id='headway-layout-front_page-https-css' href='https://www.power1051kc.com/wp-content/uploads/sites/163/headway/cache/layout-front_page-https-ABC123H.css?ver=20250801004805' type='text/css' media='all' /> <link rel="preload" href="https://www.power1051kc.com/wp-content/uploads/sites/163/headway/cache/responsive-grid-https-ABC123H.css?ver=20250801004805" as="style"><link rel='stylesheet' id='headway-responsive-grid-https-css' href='https://www.power1051kc.com/wp-content/uploads/sites/163/headway/cache/responsive-grid-https-ABC123H.css?ver=20250801004805' type='text/css' media='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='create-block-adman-style-inline-css' type='text/css'> div[id^=google_ads_iframe_]{text-align:center}div[id^=google_ads_iframe_] iframe{margin:auto}.wp-block-create-block-adman,.wp-block-create-block-adman iframe,.wp-block-create-block-adman iframe div{margin-left:auto!important;margin-right:auto!important;text-align:center!important} </style> <style id='express-block-express-alerts-style-inline-css' type='text/css'> .express-alert-banner,.express-alert-wrapper-base{position:relative;width:100%}.express-alert-wrapper-base{background-color:#eee}.express-alert-wrapper{position:absolute;width:100%}.express-alert{z-index:1}.express-alert-next-position{height:50px;position:absolute;right:0;top:0}.express-alert-next-position-wrapper{position:absolute;top:50%}.express-alert-next-wrapper{height:0;margin:auto;max-width:var(--express-alert-width);position:relative;z-index:10}.express-alert-warning{fill:#000;background-color:#fff;border-radius:3px;color:#000;font-size:var(--express-alert-font-title);font-weight:700;margin-right:2px;padding:var(--express-alert-title-padding);text-transform:uppercase;white-space:nowrap}.express-alert-next{right:40px}.express-alert-close,.express-alert-next{fill:#fff;cursor:pointer;height:25px;position:absolute;top:-12px}.express-alert-close{right:10px}.express-alert-item,.express-alert-item-base{padding:var(--express-alert-banner-padding)}.express-alert-container{display:flex;margin:auto;max-width:var(--express-alert-width)}.express-alert-container.pagination{padding-bottom:15px}.express-alert-pagination{background:rgba(0,0,0,.2);bottom:0;height:15px;left:0;line-height:8px;margin:auto;position:absolute;right:0;text-align:center;z-index:11}.paginate-item{background-color:hsla(0,0%,100%,.5);border-radius:10px;display:inline-block;height:8px;margin:0 5px;width:8px}.paginate-item.paginate-active{background-color:#fff}.express-alert-title{border-radius:3px;font-size:var(--express-alert-font-title);font-weight:700;padding:var(--express-alert-title-padding);text-transform:uppercase;white-space:nowrap}a.express-alert-link{text-decoration:none!important}a.express-alert-link:hover{text-decoration:underline!important}.express-alert-content{font-size:var(--express-alert-font-msg);font-weight:700;overflow:hidden;padding:var(--express-alert-content-padding);text-overflow:ellipsis;white-space:nowrap}.express-alert-content a,.express-alert-content a:hover{text-decoration:underline}.express-alert-breakingnews{background-color:var(--express-alert-BN-content-bgcolor)}.express-alert-breakingnews .express-alert-title{background-color:var(--express-alert-BN-title-bgcolor);color:var(--express-alert-BN-title-color)}.express-alert-breakingnews .express-alert-content,.express-alert-breakingnews .express-alert-content a{color:var(--express-alert-BN-content-color)}.express-alert-watchlive{background-color:var(--express-alert-WL-content-bgcolor)}.express-alert-watchlive .express-alert-title{background-color:var(--express-alert-WL-title-bgcolor);color:var(--express-alert-WL-title-color)}.express-alert-watchlive .express-alert-content,.express-alert-watchlive .express-alert-content a{color:var(--express-alert-WL-content-color)}.express-alert-announcement{background-color:var(--express-alert-AA-content-bgcolor)}.express-alert-announcement .express-alert-title{background-color:var(--express-alert-AA-title-bgcolor);color:var(--express-alert-AA-title-color)}.express-alert-announcement .express-alert-content,.express-alert-announcement .express-alert-content a{color:var(--express-alert-AA-content-color)}.express-alert-delay{background-color:var(--express-alert-CD-content-bgcolor)}.express-alert-delay .express-alert-title{background-color:var(--express-alert-CD-title-bgcolor);color:var(--express-alert-CD-title-color)}.express-alert-delay .express-alert-content,.express-alert-delay .express-alert-content a{color:var(--express-alert-CD-content-color)}.express-alert-weather{background-color:var(--express-alert-WA-content-bgcolor)}.express-alert-weather .express-alert-title{background-color:var(--express-alert-WA-title-bgcolor);color:var(--express-alert-WA-title-color)}.express-alert-weather .express-alert-content,.express-alert-weather .express-alert-content a{color:var(--express-alert-WA-content-color)} </style> <style id='create-block-express-archive-style-inline-css' type='text/css'> .express-archive-richtext{border:1px solid #ccc;margin:0 10px 10px;padding-top:13px}.event-archive-content{display:none;margin:15px 0} </style> <style id='create-block-express-brand-style-inline-css' type='text/css'> .wp-block-create-block-express-brand.alignright{margin:auto;text-align:right}.wp-block-create-block-express-brand.aligncenter{margin:auto;text-align:center}.wp-block-create-block-express-brand.alignleft{margin:auto;text-align:left}@media(max-width:782px){.wp-block-create-block-express-brand.alignleft,.wp-block-create-block-express-brand.alignright{-webkit-margin-end:0!important;-webkit-margin-start:0!important;float:none!important;margin-inline-end:0!important;margin-inline-start:0!important;text-align:center}.express-brand-image{max-width:90%}} </style> <style id='create-block-express-styles-style-inline-css' type='text/css'> </style> <style id='create-block-express-links-style-inline-css' type='text/css'> .express-link-icon-wrapper{align-items:center;display:flex;justify-content:left}.express-link-icon-container{text-align:left}.express-link-icon-container.center{text-align:center}.express-link-icon-container.right{text-align:right}.express-link-icon-container a,.express-link-icon-container span{display:inline-block;white-space:nowrap}.express-link-icon-container a.link-icon-button,.express-link-icon-container span.link-icon-button{background-color:var(--link-icon-btn-bgcolor)!important;border-color:var(--link-icon-btn-bd-color)!important;border-radius:var(--link-icon-btn-radius)!important;border-style:solid;border-width:var(--link-icon-btn-bd-width)!important;padding:var(--link-icon-btn-padding)!important}.express-link-icon-container a.link-icon-button:hover,.express-link-icon-container span.link-icon-button:hover{background-color:var(--link-icon-btn-hover-bgcolor)!important}.express-link-icon-container.override a,.express-link-icon-container.override span{color:var(--link-icon-color)!important;font-size:var(--link-icon-fontsize)!important;-webkit-text-decoration:var(--link-icon-underline)!important;text-decoration:var(--link-icon-underline)!important}.express-link-icon-container.override a:hover,.express-link-icon-container.override span:hover{color:var(--link-icon-hover-color)!important;-webkit-text-decoration:var(--link-icon-hover-underline)!important;text-decoration:var(--link-icon-hover-underline)!important} </style> <style id='create-block-express-content-style-inline-css' type='text/css'> </style> <style id='create-block-express-events-style-inline-css' type='text/css'> .express-events-grid-container,.express-events-list-container{container:event-layout/inline-size;width:100%}.express-event-listing{min-height:200px;position:relative}.express-events-grid-container .grid-container{width:100%!important}.event-load{background:hsla(0,0%,100%,.702);bottom:0;display:none;left:0;padding-top:70px;position:absolute;right:0;text-align:center;top:0;z-index:10}.event-load i{font-size:46px}.wp-block-create-block-express-events a,.wp-block-create-block-express-events a:hover{text-decoration:none!important}.event_pagination{font-size:16px;padding:20px 0;text-align:center}.engine_event_pagination{cursor:pointer;text-decoration:underline!important}.event_pagination span{display:inline-block;margin:0 15px}.express-events-date{padding-right:10px;text-transform:uppercase}.express-events-date-wrapper,.express-events-time-wrapper{white-space:nowrap}.express-events-icon{display:inline-block;font-size:.9em;position:relative;width:auto}.express-events-icon.hide-icon,.express-events-title-grid,.express-events-title-list{display:none}.express-event-listing .grid-container{display:inline-grid;width:100%}.express-event-listing .grid-container.col5{grid-template-columns:20% 20% 20% 20% 20%}.express-event-listing .grid-container.col4{grid-template-columns:25% 25% 25% 25%}.express-event-listing .grid-container.col3{grid-template-columns:33.3333% 33.3333% 33.3333%}.express-event-listing .grid-container.col2{grid-template-columns:50% 50%}.express-event-listing .grid-container.col1{grid-template-columns:100%}.express-event-listing .grid-item{padding:10px}.express-event-listing .grid-item .express-events-featured-image,.express-event-listing .list-item .express-events-featured-image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.express-event-listing .grid-item .express-events-title-grid{display:block}.express-event-listing .list-item .express-events-featured-image{margin:20px 0}.express-event-listing .list-item{display:inline-grid;grid-template-columns:25% 75%;width:100%}.express-event-listing .grid-item .express-events-time-wrapper,.express-event-listing .list-item .express-events-date-wrapper,.express-event-listing .list-item .express-events-time-wrapper{display:block!important}.express-event-listing .list-item .express-events-date-time-wrapper{padding:25px 20px}@media(max-width:550px){.express-event-listing .list-item{grid-template-columns:100%!important}.express-event-listing .list-item .express-events-featured-image{margin:20px 0 0!important}.express-event-listing .list-item .express-events-date-time-wrapper{padding:10px 20px 25px!important}}.express-event-listing .list-item .express-events-title-list{display:block}.express-events-grid-container .express-events-date-time-wrapper{padding-left:5px;padding-right:5px}.express-events-grid-container.event-editor .express-events-date-time-wrapper{line-height:1;padding-top:5px}.express-events-grid-container.event-editor .express-events-title-venue-wrapper{line-height:24px;padding-top:10px}.express-events-grid-container.event-editor .express-events-venue-wrapper{padding-top:5px}.express-events-list-container.event-editor .express-events-date-time-wrapper{line-height:23px}.express-events-list-container.event-editor .express-events-title-list{padding-bottom:6px}.express-events-editor-date-icon,.express-events-editor-time-icon,.express-events-editor-venue-icon{margin-right:5px}.express-events-editor-date-icon:after{background-color:#ff0}.express-events-editor-time-icon:before{color:#ff0}.express-events-editor-venue-icon:before{fill:#ff0} </style> <style id='express-cms-blocks-express-cms-group-style-inline-css' type='text/css'> .express-group-wrapper{margin:0;margin:auto!important}.express-group-container{box-sizing:border-box;margin:auto;position:relative;width:100%}.express-group-background{background-color:transparent;position:relative;z-index:1}.express-group-background:before{bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;z-index:1}.express-group-content{box-sizing:border-box;margin:auto;padding:0;position:relative;z-index:3} </style> <style id='create-block-express-search-style-inline-css' type='text/css'> .express_search_wrapper{display:flex;float:right;position:relative}.express_search_btn{align-items:center;background-color:var(--express-search-btn-bkgd)!important;border:1px solid var(--express-search-btn-border);border-radius:var(--express-search-radius);display:flex;justify-content:center;line-height:0px;padding:var(--express-search-padding)!important;position:relative;text-decoration:none;z-index:30}.express_search_btn div{line-height:0px}.express_search_icon{color:var(--express-search-icon-color);height:var(--express-search-icon-size);width:var(--express-search-icon-size)}.express_search_btn:hover{background-color:var(--express-search-btn-bkgd-hover)!important;border-color:var(--express-search-btn-bkgd-hover)!important;cursor:pointer}.express_search_btn div.search_title{color:var(--express-search-font-color)!important;font-size:var(--express-search-font-size)!important;padding-left:var(--express-search-font-padding)}.express_search_field{bottom:0;position:absolute;right:0;top:0;width:-webkit-fill-available;z-index:0}.express_search_input{background-color:var(--express-search-field-bkgd)!important;border:1px solid var(--express-search-btn-border)!important;border-radius:var(--express-search-radius);bottom:0;color:var(--express-search-field-color)!important;font-size:var(--express-search-field-font)!important;height:auto!important;line-height:0px!important;min-height:1px!important;padding:var(--express-search-padding)!important;position:absolute;right:0;top:0;transition:all .5s ease-in-out;white-space:nowrap;width:0}.express_search_wrapper input:focus,.express_search_wrapper:hover input{border-bottom-left-radius:var(--express-search-radius);border-top-left-radius:var(--express-search-radius);margin-left:0;width:var(--express-search-field)} </style> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-block-tools/express-weather/build/style-index.css?ver=0.2.1" as="style"><link rel='stylesheet' id='create-block-express-weather-style-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-block-tools/express-weather/build/style-index.css?ver=0.2.1' type='text/css' media='all' /> <style id='express-block-express-regions-style-inline-css' type='text/css'> .express-regions-grid-container,.express-regions-list-container{container:regions-layout/inline-size;width:100%}.wp-block-express-block-express-regions a,.wp-block-express-block-express-regions a:hover{text-decoration:none!important}.express-regions-icon{display:inline-block;font-size:.9em;position:relative;width:auto}.express-regions-icon.hide-icon{display:none}.express-regions-title-grid,.express-regions-title-list{display:block}.express-regions .grid-item .express-regions-title-grid{text-align:center}.express-regions .grid-container{display:inline-grid;width:100%}.express-regions .grid-container.col4{grid-template-columns:25% 25% 25% 25%}.express-regions .grid-container.col3{grid-template-columns:33.3333% 33.3333% 33.3333%}.express-regions .grid-container.col2{grid-template-columns:50% 50%}.express-regions .grid-container.col1{grid-template-columns:100%}.express-regions .grid-item{padding:10px}.express-regions .grid-item .express-regions-featured-image,.express-regions .list-item .express-regions-featured-image{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;width:100%}.express-regions .grid-item .express-regions-title-grid{display:block}.express-regions .list-item .express-regions-featured-image{margin:20px 0}.express-regions .list-item{grid-template-columns:25% 75%;width:100%}.express-regions .list-container{display:inline-grid}.express-regions .list-item .express-regions-list-title-wrapper{padding:25px 20px}@media(max-width:550px){.express-regions .list-item{grid-template-columns:100%!important}.express-regions .list-item .express-regions-featured-image{margin:20px 0 0!important}.express-regions .list-item .express-regions-list-title-wrapper{padding:10px 20px 25px!important}}.express-regions .list-item .express-regions-title-list{display:block}.express-regions-grid-container.event-editor .express-regions-grid-title-wrapper{line-height:24px;padding-top:10px}.express-regions-list-container.event-editor .express-regions-grid-title-wrapper{line-height:23px}.express-regions-list-container.region-editor .express-regions-title-list{padding-bottom:6px}.express-regions .dropdown{display:inline-block;position:relative;width:300px;z-index:9999}.regions-button{background:#fff;border:none;cursor:pointer}.express-regions .dropdown-options{background-color:#fff;border-radius:5px;box-shadow:0 10px 10px 0 rgba(0,0,0,.4);color:red;display:none;overflow:auto;position:absolute;width:100%}.express-regions .dropdown:hover .dropdown-options{display:block}.express-regions .dropdown-options a{border-bottom:1px solid #d7172f;color:green;display:block;padding:10px 20px;text-decoration:none}.express-regions .dropdown-options a:hover{background-color:#ddd;border-radius:5px;color:red}.express-regions .region-arrow{border:solid #000;border-width:0 3px 3px 0;display:inline-block;padding:4px}.express-regions .right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.express-regions .down{margin-left:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)} </style> <style id='create-block-express-weather-display-style-inline-css' type='text/css'> .weather-maps ol,.weather-maps ul{font-weight:400;list-style:none;margin:0;padding:0}.weather-maps{border:1px solid #e6e7e8;display:flex;flex-wrap:wrap;margin-bottom:1rem;width:100%}@media screen and (min-width:48rem){.weather-maps{margin-bottom:1.5rem}}.weather-maps .tabs-list{width:25%}@media only screen and (max-width:47.9375rem){.weather-maps .tabs-list{order:2;width:100%}}.weather-maps .tabs-list ul li{padding:10px}.weather-maps .tabs-list ul li.active,.weather-maps .tabs-list ul li:hover{background-color:#f4f5f5;cursor:pointer}@media only screen and (max-width:47.9375rem){.weather-maps .tabs-list ul{display:flex;overflow-x:scroll}.weather-maps .tabs-list ul li{align-items:center;border-right:1px solid #f4f5f5;display:flex;flex-shrink:0;padding:10px;width:55vw}}.weather-maps .output{width:75%}@media only screen and (max-width:47.9375rem){.weather-maps .output{order:1;width:100%}}.weather-maps .map-tabs{width:100%}.weather-maps .map-tabs ul{display:flex;margin-bottom:10px}.weather-maps .map-tabs ul li{padding:10px;text-transform:uppercase}.weather-maps .map-tabs ul li.active,.weather-maps .map-tabs ul li:hover{border-bottom:2px solid #b2cce9!important}.weather-maps button{-webkit-appearance:none;background-color:unset!important;border:none!important;-webkit-border-radius:0;box-shadow:none!important;display:block;font-size:.75rem!important;letter-spacing:1.6px;line-height:16px!important;text-align:left;text-transform:uppercase}.weather-maps button:active,.weather-maps button:hover{cursor:pointer}.weather-maps .main-display img{padding:5px;width:98%}.express-weather-hidden{display:none} </style> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-block-tools/express-countdown/build/style-index.css?ver=0.1.720250803003627" as="style"><link rel='stylesheet' id='express-count-style-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-block-tools/express-countdown/build/style-index.css?ver=0.1.720250803003627' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-codes/blocks/block-rewards.css?ver=20220510-01" as="style"><link rel='stylesheet' id='express-cms-blocks-rewards-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-codes/blocks/block-rewards.css?ver=20220510-01' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/blocks/express-onair/build/style-index.css?ver=0.1.6" as="style"><link rel='stylesheet' id='create-block-express-onair-style-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/blocks/express-onair/build/style-index.css?ver=0.1.6' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-feeds/block-expire-date/express_expire.css?ver=20220624-01" as="style"><link rel='stylesheet' id='express-expire-css-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-feeds/block-expire-date/express_expire.css?ver=20220624-01' type='text/css' media='all' /> <style id='global-styles-inline-css' type='text/css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--10: 1rem;--wp--preset--spacing--20: min(1.5rem, 2vw);--wp--preset--spacing--30: min(2.5rem, 3vw);--wp--preset--spacing--40: min(4rem, 5vw);--wp--preset--spacing--50: min(6.5rem, 8vw);--wp--preset--spacing--60: min(10.5rem, 13vw);--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}body { margin: 0;--wp--style--global--content-size: 100%;--wp--style--global--wide-size: 100%; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding :where(.has-global-padding:not(.wp-block-block)) { padding-right: 0; padding-left: 0; }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(.has-global-padding:not(.wp-block-block)) > .alignfull { margin-right: 0; margin-left: 0; }.has-global-padding > .alignfull:where(:not(.has-global-padding):not(.is-layout-flex):not(.is-layout-grid)) > :where([class*="wp-block-"]:not(.alignfull):not([class*="__"]),p,h1,h2,h3,h4,h5,h6,ul,ol) { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding :where(.has-global-padding) > .alignfull:where(:not(.has-global-padding)) > :where([class*="wp-block-"]:not(.alignfull):not([class*="__"]),p,h1,h2,h3,h4,h5,h6,ul,ol) { padding-right: 0; padding-left: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { --wp--style--block-gap: 24px; }:where(body .is-layout-flow) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:where(body .is-layout-constrained) > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained) > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:where(body .is-layout-flex) {gap: 24px;}:where(body .is-layout-grid) {gap: 24px;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{--wp--style--root--padding-top: 0px;--wp--style--root--padding-right: 0px;--wp--style--root--padding-bottom: 0px;--wp--style--root--padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} </style> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/mu-plugins/express-cms-common/public/css/express-cms-common-public.css?ver=1754077077" as="style"><link rel='stylesheet' id='express-cms-common-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/mu-plugins/express-cms-common/public/css/express-cms-common-public.css?ver=1754077077' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-ad-manager/public/css/express-cms-ad-manager-public.css?ver=1.0.0" as="style"><link rel='stylesheet' id='express-cms-ad-manager-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-ad-manager/public/css/express-cms-ad-manager-public.css?ver=1.0.0' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-block-tools/gallery-block-lightbox/dist/baguetteBox.min.css?ver=1.11.1" as="style"><link rel='stylesheet' id='baguettebox-css-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-block-tools/gallery-block-lightbox/dist/baguetteBox.min.css?ver=1.11.1' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-codes/public/css/express-cms-codes-public.css?ver=1.0.0" as="style"><link rel='stylesheet' id='express-cms-codes-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-codes/public/css/express-cms-codes-public.css?ver=1.0.0' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-control/public/css/express-cms-control-public.css?ver=1.0.0" as="style"><link rel='stylesheet' id='express-cms-control-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-control/public/css/express-cms-control-public.css?ver=1.0.0' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/css/breaking-news-public.css?ver=0.3.4" as="style"><link rel='stylesheet' id='amp-breaking-news-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/css/breaking-news-public.css?ver=0.3.4' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/mu-plugins/express-cms-common/css/animate.css?ver=0.3.4" as="style"><link rel='stylesheet' id='animate-style-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/mu-plugins/express-cms-common/css/animate.css?ver=0.3.4' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/css/express-cms-events-public.css?ver=1.0.0" as="style"><link rel='stylesheet' id='express-cms-events-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/css/express-cms-events-public.css?ver=1.0.0' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-tools/public/css/express-cms-tools-public.css?ver=1.0.0" as="style"><link rel='stylesheet' id='express-cms-tools-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-tools/public/css/express-cms-tools-public.css?ver=1.0.0' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/assets/css/public.css?ver=1.7.2" as="style"><link rel='stylesheet' id='amp-onair-plugin-styles-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/assets/css/public.css?ver=1.7.2' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/css/calendar.css?ver=1.1.4" as="style"><link rel='stylesheet' id='amp-events-calendar-styles-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/css/calendar.css?ver=1.1.4' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/css/public.css?ver=1.1.4" as="style"><link rel='stylesheet' id='amp-events-export-styles-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/css/public.css?ver=1.1.4' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-feeds/public/css/feed-public.css?ver=0.6.0" as="style"><link rel='stylesheet' id='amp_feed-plugin-styles-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-feeds/public/css/feed-public.css?ver=0.6.0' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-listen-live/public/assets/css/public.css?ver=1.4.4" as="style"><link rel='stylesheet' id='amp-listen-live-plugin-styles-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-listen-live/public/assets/css/public.css?ver=1.4.4' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-promo-reel/css/public.css?ver=1.4.1" as="style"><link rel='stylesheet' id='AMPPromoReel-plugin-styles-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-promo-reel/css/public.css?ver=1.4.1' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/themes/Headway-AMP_CMS/css/amp-header-rotator.css?ver=1.1.5" as="style"><link rel='stylesheet' id='amp-header-rotator-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/themes/Headway-AMP_CMS/css/amp-header-rotator.css?ver=1.1.5' type='text/css' media='all' /> <!-- Scripts --> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://engage-see.socastcms.com/widget/see_10557/see.js?ver=20220510-01" id="see_engagement_script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/themes/headway/library/media/js/jquery.hoverintent.js?ver=6.4.2" id="jquery-hoverintent-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/themes/headway/library/blocks/navigation/js/jquery.superfish.js?ver=6.4.2" id="headway-superfish-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/themes/headway/library/blocks/navigation/js/selectnav.js?ver=1754077077" id="headway-selectnav-js"></script> <script type="text/javascript" src="https://www.power1051kc.com/wp-content/uploads/sites/163/headway/cache/block-dynamic-js-layout-front_page-https-ABC123H.js?ver=6.4.2" id="block-dynamic-js-layout-front_page-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-promo-reel/js/bxslider/jquery.bxslider.min.js?ver=20210819-12" id="bxslider-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-promo-reel/js/widget.js?ver=20210922-01" id="promo-reel-block-widget-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/themes/headway/library/media/js/jquery.fitvids.js?ver=6.4.2" id="fitvids-js"></script> <script type="text/javascript" src="https://www.power1051kc.com/wp-content/uploads/sites/163/headway/cache/responsive-grid-js-https-ABC123H.js?ver=20250801004805" id="headway-responsive-grid-js-https-js"></script> <script type="text/javascript" id="amp-common-js-extra"> /* <![CDATA[ */ var _ampconfig = {"site_url":"https:\/\/www.power1051kc.com","site_id":"163","tz":"America\/Chicago","tz_offset":"-5","ts":"1754077077","blog_name":"Power 105.1 | KCJK-FM","client_name":"cumuluspro","user_ID":"","alt_blog_name":"KCJK-FM","market":"Kansas City, MO-KS","format":"Urban","ts_offset":"1754163387","version":"release-3.35.06","env":"prod","settings":{"tenant_id":"see_10557","syn_site_name":"KCJK-FM","selector_logo":false,"selector_masthead":false,"selector_nav":false,"selector_rotator":false,"default_show_name":"Power 105.1 KC's Hip Hop and R&B","default_show_img":"https:\/\/cdn.socast.io\/6616\/sites\/163\/2023\/09\/28155830\/KCJK-FM-Power1051-NoTagline.jpg","gtm_id":false,"format":"Urban","market":"Kansas City, MO-KS","region_text_field":false,"region_img":false,"vidible_company_key":false,"client_name":false,"nielsen_provider":false,"promoreel_priority":1,"amplog_enabled":0,"amploginfo_enabled":false,"amplogwarn_enabled":false,"express_password_status":false,"express_password_expire":false,"express_user_disable":false,"express_user_disable_date":"2022-08-12"}}; /* ]]> */ </script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/mu-plugins/express-cms-common/js/amp-common.js?ver=20210629-03" id="amp-common-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/mu-plugins/express-cms-common/public/js/express-cms-common-public.js?ver=202200726-01" id="express-cms-common-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-ad-manager/public/js/express-cms-ad-manager-public.js?ver=1.0.0" id="express-cms-ad-manager-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-codes/public/js/express-cms-codes-public.js?ver=1.0.0" id="express-cms-codes-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-codes/public/js/js.cookie.js?ver=6.4.2" id="js-cookie-js"></script> <script type="text/javascript" id="express-cms-codes-plugin-script-js-extra"> /* <![CDATA[ */ var amp_rewards = {"ajaxurl":"https:\/\/www.power1051kc.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-codes/public/js/public-rewards.js?ver=1.0.0" id="express-cms-codes-plugin-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-control/public/js/express-cms-control-public.js?ver=1.0.0" id="express-cms-control-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/js/breaking-news-public.js?ver=0.3.4" id="amp-breaking-news-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/js/express-cms-events-public.js?ver=1.0.0" id="express-cms-events-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-tools/public/js/express-cms-tools-public.js?ver=1.0.0" id="express-cms-tools-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-control/style_functions/js/public.js?ver=1.4.5" id="amp-styles-plugin-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/mu-plugins/express-cms-common/js/jquery.initialize/jquery.initialize.min.js?ver=20210820-03" id="jquery_initialize-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/public/assets/js/public.js?ver=20220707-01" id="amp-onair-plugin-script-js"></script> <script type="text/javascript" id="amp-events-calendar-script-js-extra"> /* <![CDATA[ */ var dates = {"start_of_week":"1","moment_date_format":"MMMM D, YYYY","moment_time_format":"h:mm a","calendar_date_format":"MMMM d, yyyy","calendar_time_format":"h:mm tt","date_format":"MM d, yy","time_format":"g:i a"}; /* ]]> */ </script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/js/calendar.js?ver=1.1.4" id="amp-events-calendar-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-events/js/public.js?ver=1.1.4" id="amp-events-export-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-feeds/admin/js/jquery.totemticker.min.js?ver=0.6.0" id="amp_feed-totemticker-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-includes/js/jquery/ui/tabs.min.js?ver=1.13.2" id="jquery-ui-tabs-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-feeds/public/js/feed-public.js?ver=0.6.0" id="amp_feed-plugin-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-feeds/admin/js/feed-date.js?ver=0.6.0" id="amp_feed-php-date-js"></script> <script type="text/javascript" id="amp-listen-live-plugin-script-js-extra"> /* <![CDATA[ */ var _amplistenlive = {"blog_id":"163","callsign":"","mount_name":"KMJKFM","provider":"stream_the_world","gmt_offset":"-18000","live_url":"https:\/\/player.power1051kc.com","live_url_mobile":""}; /* ]]> */ </script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-listen-live/public/assets/js/playlist.js?ver=20250803003627" id="amp-listen-live-plugin-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/themes/Headway-AMP_CMS/js/amp-theme.js?ver=20210929-06" id="amp-theme-js-js"></script> <!--[if lt IE 9]> <script src="https://www.power1051kc.com/wp-content/themes/headway/library/media/js/html5shiv.js"></script> <![endif]--> <!--[if lt IE 8]> <script src="https://www.power1051kc.com/wp-content/themes/headway/library/media/js/ie8.js"></script> <![endif]--> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /> <link rel="alternate" type="application/rss+xml" title="Power 105.1 | KCJK-FM &raquo; Feed" href="https://www.power1051kc.com/feed/" /> <!-- Favicon --> <link rel="shortcut icon" type="image/ico" href="https://cdn.socast.io/6616/sites/163/2023/09/28155830/KCJK-FM-Power1051-NoTagline.jpg" /> <link rel='shortlink' href='https://www.power1051kc.com/' /> <script> var express_config = { express_url : 'https://www.power1051kc.com', network_url : 'https:\/\/cumuluspro.express-pro.socastcms.com\/1073kc-com\/', rewards_id : '2975', tenant_id : 'see_10557', site_id : '163', site_name : 'Power 105.1 | KCJK-FM', site_name_alt : 'KCJK-FM', site_format : 'Urban', site_market : 'Kansas City, MO-KS', client_id : 'cumuluspro', post_id : '27', tracking_meta_id: '7235547', tracking_status: false, weatherSettings_data: '', offset : -5, timezone : 'America/Chicago', timezone_abbr : 'CDT', browser_offset : ( new Date().getTimezoneOffset() / - 60 ), univ_app: false, time_offset : ( -5 ) - ( new Date().getTimezoneOffset() / - 60 ) }; </script> <!-- Force Block Library Styles --> <link rel="stylesheet" id="block-library-styles" href="/wp-includes/css/dist/block-library/style.min.css"/> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); if ( typeof _AMP != 'undefined'){ if ( typeof _AMP.config == 'object' ){ gtag('config','G-7LHM6PBR21'); var express_dimensions = { 'client_name':'cumuluspro','station_name':'Power 105.1 | KCJK-FM','alt_station_name':'KCJK-FM','market':'Kansas City, MO-KS','format':'Urban' }; gtag('event', 'express_dimensions', express_dimensions ); gtag('config', 'UA-4102862-6');gtag('config', 'UA-1686524-29'); } } </script> <!-- End Google Analytics --> <!-- Google Tag Manager --> <script>var ecms_content_type = 'Page';</script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-KWZCRR69');</script> <!-- End Google Tag Manager --> <link rel="Shortcut Icon" type="image/x-icon" href="https://cdn.socast.io/6616/sites/163/2023/09/28155830/KCJK-FM-Power1051-NoTagline.jpg" /> <!-- Begin Cumulus Corporate Google Tag Manager --> <!-- MUST COME FIRST, DO NOT PLACE ANYTHING BEFORE THIS --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:''; j.setAttributeNode(d.createAttribute('data-ot-ignore')); j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TRQCK7');</script> <!-- End Cumulus Corporate Google Tag Manager --> <!-- BEGIN 2023 CMLS GPT --> <script async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> // SLOTS ARE DEFINED IN THEIR DISPLAY BLOCKS window.GPT_SITE_ID = '/6717/cd.KCJK.FM'; window.googletag = window.googletag || {}; window.googletag.cmd = window.googletag.cmd || []; googletag.cmd.push(function() { googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); </script> <!-- END 2023 CMLS GPT --> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1622773865236057'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" data-no-script src="https://www.facebook.com/tr?id=1622773865236057&ev=PageView&noscript=1" /></noscript> <!-- End Meta Pixel Code --> <script type="text/javascript">var ajaxurl = "https://www.power1051kc.com/wp-admin/admin-ajax.php"</script> <!-- AMP CMS DFP custom tags --> <script type='text/javascript'> if ( typeof googletag !== 'undefined' ) { googletag.cmd.push(function() { googletag.pubads().setTargeting('cms-sname', 'Power 1051 KCJKFM'); googletag.pubads().setTargeting('cms-sgroup', ['All Sites', 'Format Urban', 'Market Kansas City KS', 'Cumulus Urban Content', 'Cumulus OO']); googletag.pubads().setTargeting('cms-ptitle', 'Home'); googletag.pubads().setTargeting('cms-pcat', ''); googletag.pubads().setTargeting('cms-ptag', ['Boogie D', 'dl hughley', 'Darron Story', 'Hip Hop', 'Ivani Bing', 'Kansas', 'Kansas City', 'KCJK', 'KCJKFM', 'KCMO', 'KMJK', 'KMJKFM', 'Missouri', 'Music', 'RampB', 'Rap', 'Rick and Sasha', 'Saturday Night Groove Party', 'Soul', 'Urban Music', 'Urban Radio', 'Victor Hunt']); }); } </script> <link rel="preload" fetchpriority="high" href="https://www.power1051kc.com/wp-content/uploads/sites/163/themify-concate/3568307525/themify-3753639671.min.css" as="style"><link fetchpriority="high" id="themify_concate-css" rel="stylesheet" href="https://www.power1051kc.com/wp-content/uploads/sites/163/themify-concate/3568307525/themify-3753639671.min.css"><link rel="dns-prefetch" href="//www.google-analytics.com"> <!-- START - Open Graph and Twitter Card Tags 3.3.2 --> <!-- Facebook Open Graph --> <meta property="og:locale" content="en_US"/> <meta property="og:site_name" content="Power 105.1 | KCJK-FM"/> <meta property="og:title" content="Power 105.1 | KCJK-FM"/> <meta property="og:url" content="https://www.power1051kc.com"/> <meta property="og:type" content="website"/> <meta property="og:description" content="Power 105.1 KC&#039;s Hip Hop and R&amp;B! Home of the Morning Wake Up with Sean Tyler and Tasha Mack, Ivani with the Tea and Smash Mix in the midday, &amp; The D.L Hughley Show in the Afternoon. Listen LIVE at 105.1 FM, Online at power1051kc.com, on your Smart Speaker or on our Mobile App!"/> <meta property="og:image" content="https://cdn.socast.io/6616/sites/163/2023/09/28155814/KCJK-FM-Solid.jpg"/> <meta property="og:image:url" content="https://cdn.socast.io/6616/sites/163/2023/09/28155814/KCJK-FM-Solid.jpg"/> <meta property="og:image:secure_url" content="https://cdn.socast.io/6616/sites/163/2023/09/28155814/KCJK-FM-Solid.jpg"/> <!-- Google+ / Schema.org --> <!-- Twitter Cards --> <meta name="twitter:title" content="Power 105.1 | KCJK-FM"/> <meta name="twitter:url" content="https://www.power1051kc.com"/> <meta name="twitter:description" content="Power 105.1 KC&#039;s Hip Hop and R&amp;B! Home of the Morning Wake Up with Sean Tyler and Tasha Mack, Ivani with the Tea and Smash Mix in the midday, &amp; The D.L Hughley Show in the Afternoon. Listen LIVE at 105.1 FM, Online at power1051kc.com, on your Smart Speaker or on our Mobile App!"/> <meta name="twitter:image" content="https://cdn.socast.io/6616/sites/163/2023/09/28155814/KCJK-FM-Solid.jpg"/> <meta name="twitter:card" content="summary_large_image"/> <!-- SEO --> <!-- Misc. tags --> <!-- is_singular --> <!-- END - Open Graph and Twitter Card Tags 3.3.2 --> <script src="https://cumuluspro.express-pro.socastcms.com/wp-content/uploads/ecms/ecms_global_bottom.js?v=179" async ></script> </head> <body class="home page-template-default page page-id-27 is-headway-theme custom firefox gecko responsive-grid-enabled responsive-grid-active pageid-27 page-slug-home layout-front_page layout-using-front_page tb_animation_on added-noscript" itemscope itemtype="http://schema.org/WebPage"> <!-- Google Tag Manager (noscript) --><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KWZCRR69" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!-- End Google Tag Manager (noscript) --> <div id="whitewrap"> <div id="wrapper-8" class="wrapper wrapper-fluid wrapper-fixed-grid grid-fluid-24-22-20 responsive-grid wrapper-first wrapper-header" data-alias="Wrapper Header"> <div class="grid-container clearfix"> <section class="row row-1"> <section class="column column-1 grid-left-0 grid-width-24"> <div id="block-27" class="block block-type-custom-code block-fluid-height" data-alias="728x90 Leaderboard Ad"> <div class="block-content"> <div id="div-gpt-ad-1418849849333-1" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-1", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([970,0], [[728, 90], [970, 90], [970, 250]]) .addSize([780,0], [[728, 90], [320, 50]]) .addSize([0,0], [[320, 50], [300, 50]]) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[728, 90]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "top") ; googletag.display(id); }); </script> </div> </div><!-- .block-content --> </div><!-- #block-27 --> </section><!-- .column --> </section><!-- .row --> <section class="row row-2"> <section class="column column-1 grid-left-0 grid-width-5"> <figure id="block-31" class="logo block block-type-image block-fixed-height" data-alias="Logo" itemscope="" itemtype="http://schema.org/ImageObject"> <div class="block-content"> <a href="/" class="image" ><img src="https://cdn.socast.io/6616/sites/163/2023/09/26152907/KCJK-FM-Sitelogo-2023-09-28-WhiteTagline.png" alt="Power 105.1 - KC's Hip Hop and R&B" title="" itemprop="contentURL"/></a> </div><!-- .block-content --> </figure><!-- #block-31 --> </section><!-- .column --> <section class="column column-2 grid-left-0 grid-width-19"> <section class="sub-column sub-column-1 column column-1 grid-width-7 grid-left-0"> <aside id="block-29" class="on-air block block-type-widget-area block-fluid-height" data-alias="Home - On Air Now" itemscope="" itemtype="http://schema.org/WPSideBar"> <div class="block-content"> <ul class="widget-area"><div style="display:none;" class="amp-onair-widget" id="amp_onair_widget-2" data-title-now="" data-title-upcoming="" data-title="" data-type="nowplaying" data-change-minutes="5" data-change="0" data-toggle-time="10" data-fields="image,timeslot" data-ajaxurl="https://www.power1051kc.com/wp-admin/admin-ajax.php" data-updateurl="https://www.power1051kc.com/shows/feed/?type=json" data-memcached="1" data-expiration="1754172000"> <div class="amp-onair-show nowplaying" > <div class="amp-onair-widget-title js-widget-title"></div> <div class="amp-onair-show-image"> <img class="js-image amp-onair-show-image-img" src="https://cdn.socast.io/6616/sites/163/2023/09/27151210/Friday-and-Saturday-Power-Mix-copy.png" /> </div> <div class="amp-onair-show-title"> <span class="js-title">Power Mix with DJ Nuveau</span> </div> <div class="amp-onair-show-timeslot js-timeslot" >7:00 p.m. - 10:00 p.m.</div> </div> </div></ul> </div><!-- .block-content --> </aside><!-- #block-29 --> </section><!-- .sub-column --> <section class="sub-column sub-column-2 column column-2 grid-width-9 grid-left-0"> <section id="block-bzw6621851923b28" class="social-nav block block-type-social block-fixed-height" data-alias="Social Navigation"> <div class="block-content"> <div class="social-icons-container"><ul class="social-icons"><li><a href="https://player.power1051kc.com" target="_blank"><img src="https://cdn.socast.io/6616/sites/163/2023/09/27123739/ListenLive-Red.png" alt="Listen Live!" title="Listen Live!" class="img-1" /></a></li><li><a href="https://www.facebook.com/1051KC" target="_blank" alt="Like us on Facebook"><img src="https://cdn.socast.io/6616/sites/163/2023/09/27123808/Social-Facebook-Black.png" alt="Follow us on Facebook" title="Follow us on Facebook" class="img-2" /></a></li><li><a href="https://twitter.com/power1051kc" target="_blank" alt="Follow us on Twitter"><img src="https://cdn.socast.io/6616/sites/163/2024/04/18153912/Social-X-Black.png" alt="Follow us on X" title="Follow us on X" class="img-3" /></a></li><li><a href="https://www.instagram.com/power1051kc/" target="_blank" alt="Instagram"><img src="https://cdn.socast.io/6616/sites/163/2023/09/27123903/Social-Instagram-Black.png" alt="Follow us on Instagram" title="Follow us on Instagram" class="img-4" /></a></li><li><a href="https://kmjkfm.clubviprewards.com/" target="_blank"><img src="https://cdn.socast.io/6616/sites/163/2023/09/27123925/Social-VIP-White.png" alt="Join our VIP Club" title="Join our VIP Club" class="img-5" /></a></li></ul></div><!-- .social-icons-container --> </div><!-- .block-content --> </section><!-- #block-bzw6621851923b28 --> </section><!-- .sub-column --> <section class="sub-column sub-column-3 column column-3 grid-width-3 grid-left-0"> <div id="block-bmp5a8dae69ac66c" class="gigya-actions block block-type-custom-code block-fluid-height" data-alias="Gigya Profile Actions"> <div class="block-content"> <div class="see-widget" data-see-type="regUi" data-see-loginbonus="false"></div> </div><!-- .block-content --> </div><!-- #block-bmp5a8dae69ac66c --> </section><!-- .sub-column --> <nav id="block-32" class="main-nav block block-type-navigation block-fluid-height" data-alias="Main Navigation" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <div class="block-content"> <div class="nav-horizontal nav-align-left nav-search-active nav-search-position-right"><ul id="menu-main-navigation" class="menu"><li id="menu-item-46391" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-46391"><a>Shows</a> <ul class="sub-menu"> <li id="menu-item-1846815" class="menu-item menu-item-type-post_type menu-item-object-amp-onair-show menu-item-1846815"><a href="https://www.power1051kc.com/shows/the-shay-moore-morning-show/">The Shay Moore Morning Show</a></li> <li id="menu-item-1846816" class="menu-item menu-item-type-post_type menu-item-object-amp-onair-show menu-item-1846816"><a href="https://www.power1051kc.com/shows/ivani/">Ivani</a></li> <li id="menu-item-1846817" class="menu-item menu-item-type-post_type menu-item-object-amp-onair-show menu-item-1846817"><a href="https://www.power1051kc.com/shows/tap-in-wit-boogie-d/">Tap In Wit Boogie D</a></li> <li id="menu-item-1846819" class="menu-item menu-item-type-post_type menu-item-object-amp-onair-show menu-item-1846819"><a href="https://www.power1051kc.com/shows/jess-live/">Jess LIVE</a></li> <li id="menu-item-1846818" class="menu-item menu-item-type-post_type menu-item-object-amp-onair-show menu-item-1846818"><a href="https://www.power1051kc.com/shows/power-mix-with-dj-nuveau/">Power Mix with DJ Nuveau</a></li> <li id="menu-item-1846820" class="menu-item menu-item-type-post_type menu-item-object-amp-onair-show menu-item-1846820"><a href="https://www.power1051kc.com/shows/kia-weekends/">Kia Weekends</a></li> <li id="menu-item-1852367" class="menu-item menu-item-type-post_type menu-item-object-amp-onair-show menu-item-1852367"><a href="https://www.power1051kc.com/shows/gurl-code-with-dj-9-eleven/">Gurl Code with DJ 9 Eleven</a></li> <li id="menu-item-1846821" class="menu-item menu-item-type-post_type menu-item-object-amp-onair-show menu-item-1846821"><a href="https://www.power1051kc.com/shows/sunday-inspirations-with-darron-story/">Sunday Inspirations with Darron Story</a></li> </ul> </li> <li id="menu-item-1858293" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1858293"><a href="https://www.power1051kc.com/download-power-1051-app/">App</a></li> <li id="menu-item-41948" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-41948"><a href="https://www.power1051kc.com/events/">Events</a> <ul class="sub-menu"> <li id="menu-item-1858297" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1858297"><a href="https://www.power1051kc.com/category/community/">Community Events</a></li> <li id="menu-item-1858299" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1858299"><a href="https://www.wegotthiskc.com/caringforkc/">Caring For KC</a></li> </ul> </li> <li id="menu-item-1858296" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1858296"><a href="https://www.power1051kc.com/contests/">Contests</a></li> <li id="menu-item-41861" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-41861"><a>Station</a> <ul class="sub-menu"> <li id="menu-item-34117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34117"><a href="https://www.power1051kc.com/contact/">Contact</a></li> <li id="menu-item-1858298" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1858298"><a href="https://www.instagram.com/power1051kc/">Instagram</a></li> <li id="menu-item-544029" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-544029"><a href="https://twitter.com/1073kc">X</a></li> <li id="menu-item-544026" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-544026"><a href="https://www.facebook.com/1073kc">Facebook</a></li> <li id="menu-item-34138" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-34138"><a href="http://www.cumulus.com/careers/">Careers</a></li> <li id="menu-item-1858339" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1858339"><a href="https://www.wegotthiskc.com/caringforkc">Caring For KC</a></li> <li id="menu-item-1650329" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1650329"><a href="https://www.power1051kc.com/listen-live/">Listen LIVE</a></li> </ul> </li> <li id="menu-item-1459318" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1459318"><a title="Get better results and bigger returns with the combined power of radio and digital advertising!" href="/advertising">Advertising</a></li> <li id="menu-item-1858095" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1858095"><a href="https://www.power1051kc.com/power-1051-kc-platinum-club/">Platinum Club</a></li> </ul><div class="nav-search"> <form method="get" id="searchform" action="https://www.power1051kc.com/"> <label for="s" class="assistive-text">Search</label> <input type="text" class="field" name="s" id="s" value="Search" onclick="if(this.value=='Search')this.value='';" onblur="if(this.value=='')this.value='Search';" /> <input type="submit" class="submit" name="searchsubmit" id="searchsubmit" value="Search" /> </form> </div></div><!-- .nav-horizontal nav-align-left nav-search-active nav-search-position-right --> </div><!-- .block-content --> </nav><!-- #block-32 --> </section><!-- .column --> </section><!-- .row --> </div><!-- .grid-container --> </div><!-- .wrapper --> <div id="wrapper-9" class="wrapper wrapper-fluid wrapper-fixed-grid grid-fluid-24-22-20 responsive-grid wrapper-content" data-alias="Wrapper Content"> <div class="grid-container clearfix"> <section class="row row-1"> <section class="column column-1 grid-left-0 grid-width-16"> <aside id="block-35" class="promo-reel block block-type-widget-area block-fluid-height" data-alias="Home - Promo Reel" itemscope="" itemtype="http://schema.org/WPSideBar"> <div class="block-content"> <ul class="widget-area"><li id="amp_promo_reel-2" class="widget widget_amp_promo_reel sidebar_promo"> <div class="sliderWrapper"><div class="sliderBody" style=""><div class="bxslider" data-navigation-arrows='1' data-rotation-time='5000' data-pager-type='none'><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.open('https://www.power1051kc.com/2025/07/24/power-105-1s-816-day-party/', '_blank')" data-lazybg="https://cdn.socast.io/6616/sites/163/2025/07/29095347/816-SOLD-OUT.png"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.open('https://www.power1051kc.com/2025/03/25/power-105-1s-so-kc-survey/', '_blank')" data-lazybg="https://cdn.socast.io/6616/sites/163/2025/03/28143553/so-kc-copy-1.png"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.open('https://www.power1051kc.com/shows/the-shay-moore-morning-show/', '_blank')" data-lazybg="https://cdn.socast.io/6616/sites/163/2024/08/23113107/Shay-App-.png"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.open('https://www.power1051kc.com/shows/ivani/', '_blank')" data-lazybg="https://cdn.socast.io/6616/sites/163/2024/08/23113142/Ivani-App-.png"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.open('https://www.power1051kc.com/shows/tap-in-wit-boogie-d/', '_blank')" data-lazybg="https://cdn.socast.io/6616/sites/163/2024/08/23113001/Power-Boogie-.png"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.open('https://www.power1051kc.com/shows/jess-live/', '_blank')" data-lazybg="https://cdn.socast.io/6616/sites/163/2024/08/23113213/JESS-APP.png"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.open('https://www.power1051kc.com/shows/power-mix-with-dj-nuveau-sir-thurl/', '_blank')" data-lazybg="https://cdn.socast.io/6616/sites/163/2024/08/23115034/power-mix.png"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;" data-lazybg="https://cdn.socast.io/6616/sites/163/2024/08/23113617/power-studio.png"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: cover;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.location='https://www.power1051kc.com/2025/07/28/your-chance-to-win-a-back-to-school-shopping-spree/'" data-lazybg="https://cdn.socast.io/6616/2025/07/25132633/BackToSchool-Promoreel.jpg"></div><div class="sliderItem lazybg" style="background-color: #000;background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;position: relative;height: 300px;cursor: pointer;" onclick="window.open('https://growwithcumulus.com/', '_blank')" data-lazybg="https://cdn.socast.io/6616/sites/163/2024/08/23113339/BOOST.png"></div></div></div></div></li><!-- .widget --> </ul> </div><!-- .block-content --> </aside><!-- #block-35 --> <div id="block-75" class="mobile-only block block-type-custom-code block-fluid-height" data-alias="Responsive Ad"> <div class="block-content"> <div id="div-gpt-ad-1418849849333-18" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-18", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([780,0], []) .addSize([0,0], [[300, 250]]) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[300, 250]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "midresponsive") ; googletag.display(id); }); </script> </div> </div><!-- .block-content --> </div><!-- #block-75 --> <div id="block-bof688110bf6b52e" class="block block-type-custom-code block-fluid-height" data-alias="Countdown Clock"> <div class="block-content"> <script>(function(d, s, id) { var js, pjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//www.tickcounter.com/static/js/loader.js"; pjs.parentNode.insertBefore(js, pjs); }(document, "script", "tickcounter-sdk"));</script><a data-type="countdown" data-id="223491" class="tickcounter" style="display:block; left:0; width:100%; height:0; position:relative; padding-bottom:25%; margin:0 auto;" title="Xfinity Countdown to Kickoff" href="//www.tickcounter.com/">Xfinity Countdown to Kickoff</a> </div><!-- .block-content --> </div><!-- #block-bof688110bf6b52e --> <div id="block-39" class="post-list padded block block-type-content block-fluid-height" data-alias="Top Stories"> <div class="block-content"> <h1 class="block-title"><span>Top Stories</span></h1><div class="loop"> <div class="entry-row"> <article id="post-1866858" class="post-1866858 post type-post status-publish format-standard has-post-thumbnail hentry category-contests category-top-stories author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-see-nobody-2/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/31134915/Nobody-2-1920.png" alt="Win Tickets to see NOBODY 2" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-see-nobody-2/" title="Win Tickets to see NOBODY 2" rel="bookmark">Win Tickets to see NOBODY 2</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Starting Monday, tune in at 3pm with Ivani for your chance to win a pair of tickets to see NOBODY 2! OFFICIAL RULES<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-see-nobody-2/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1866858 --><article id="post-1866854" class="post-1866854 post type-post status-publish format-standard has-post-thumbnail hentry category-contests category-top-stories author-gleighton alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-see-freakier-friday/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/31133528/Freakier-Friday.png" alt="Win Tickets to see Freakier Friday" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-see-freakier-friday/" title="Win Tickets to see Freakier Friday" rel="bookmark">Win Tickets to see Freakier Friday</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Starting Monday, tune in at 8:30am with Shay Moore for your chance to win a pair of tickets to the movie!<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-see-freakier-friday/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1866854 --> </div><!-- .entry-row --> <div class="entry-row"> <article id="post-1866851" class="post-1866851 post type-post status-publish format-standard has-post-thumbnail hentry category-contests category-top-stories author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-the-2025-hot-dog-festival/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/08154510/HOT-DOG-FESTIVAL-FEATURE-IMAGE.jpg" alt="Win Tickets to the 2025 Hot Dog Festival" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-the-2025-hot-dog-festival/" title="Win Tickets to the 2025 Hot Dog Festival" rel="bookmark">Win Tickets to the 2025 Hot Dog Festival</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Starting Monday, tune in at 1pm with Ivani for your chance to win a pair of tickets to the Hot Dog Festival at the National World War I Museum! OFFICIAL RULES<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/07/31/win-tickets-to-the-2025-hot-dog-festival/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1866851 --><article id="post-1866511" class="post-1866511 post type-post status-publish format-standard has-post-thumbnail hentry category-events category-top-stories author-acoppock alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/07/24/power-105-1s-816-day-party/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/29095347/816-SOLD-OUT.png" alt="Power 105.1&#8217;s 816 Day Party &#8211; SOLD OUT" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/07/24/power-105-1s-816-day-party/" title="Power 105.1&#8217;s 816 Day Party &#8211; SOLD OUT" rel="bookmark">Power 105.1&#8217;s 816 Day Party &#8211; SOLD OUT</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Power 105.1&#8217;s 816 Day Party! Sorry all RSVP&#8217;s have been claimed and this party is SOLD OUT 📅 Date:&nbsp;Saturday, August 16🕛 Time:&nbsp;12:00 PM – 4:00 PM📍 Location:&nbsp;Sound Bite Social at Warehouse on BroadwayAddress:&nbsp;3951 Broadway Blvd, Kansas City, MO Come celebrate&nbsp;816 Day&nbsp;with Power 105.1 at a&nbsp;FREE&nbsp;day party hosted by&nbsp;Shay Moore! Enjoy early vibes, great music, and&hellip;<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/07/24/power-105-1s-816-day-party/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1866511 --> </div><!-- .entry-row --> <div class="entry-row"> <article id="post-1862246" class="post-1862246 post type-post status-publish format-standard has-post-thumbnail hentry category-contests category-top-stories author-acoppock custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/03/25/power-105-1s-so-kc-survey/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/03/28143553/so-kc-copy-1.png" alt="Power 105.1&#8217;s SO KC Survey" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/03/25/power-105-1s-so-kc-survey/" title="Power 105.1&#8217;s SO KC Survey" rel="bookmark">Power 105.1&#8217;s SO KC Survey</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Power 105.1 and The Shay Moore Morning Show want to know! Take the survey below and tell us about your favorite spots in KC to be entered to win a pair of tickets to the Tacos &#038; Tequila Festival<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/03/25/power-105-1s-so-kc-survey/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1862246 --><article id="post-1853534" class="post-1853534 post type-post status-publish format-standard has-post-thumbnail hentry category-top-stories author-cbradley alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2024/05/20/the-ebony-ivory-podcast/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2024/05/20132024/ebony-and-ivory-header-1.jpg" alt="The Ebony &#038; Ivory Podcast" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2024/05/20/the-ebony-ivory-podcast/" title="The Ebony &#038; Ivory Podcast" rel="bookmark">The Ebony &#038; Ivory Podcast</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Boogie D and Tyler discuss what is going on in the world of entertainment and sports around the country.<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2024/05/20/the-ebony-ivory-podcast/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1853534 --> </div><!-- .entry-row --> </div> </div><!-- .block-content --> </div><!-- #block-39 --> <div id="block-b8j65e9e99ca6c10" class="post-list padded block block-type-amp_event_content block-fluid-height" data-alias=""> <div class="block-content"> <h1 class="block-title"><span>Events</span></h1><div class="loop"> <div class="entry-row"> <article id="post-1866345" class="post-1866345 amp_event type-amp_event status-publish has-post-thumbnail hentry event_type-events author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/amp-events/aug-1-first-fridays-on-the-vine/" class="post-thumbnail post-thumbnail-above-title" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/21094932/FIRST-FRIDAY-FEATURE-IMAGE.jpg" alt="AUG 1 &#8211; First Fridays on the Vine" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/amp-events/aug-1-first-fridays-on-the-vine/" title="AUG 1 &#8211; First Fridays on the Vine" rel="bookmark">AUG 1 &#8211; First Fridays on the Vine</a></h2></header></article><!-- #post-1866345 --><article id="post-1866349" class="post-1866349 amp_event type-amp_event status-publish has-post-thumbnail hentry event_type-events author-gleighton alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/amp-events/aug-9-hot-dog-festival/" class="post-thumbnail post-thumbnail-above-title" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/08154510/HOT-DOG-FESTIVAL-FEATURE-IMAGE.jpg" alt="AUG 9 &#8211; Hot Dog Festival" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/amp-events/aug-9-hot-dog-festival/" title="AUG 9 &#8211; Hot Dog Festival" rel="bookmark">AUG 9 &#8211; Hot Dog Festival</a></h2></header></article><!-- #post-1866349 --><article id="post-1866732" class="post-1866732 amp_event type-amp_event status-publish has-post-thumbnail hentry event_type-events author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/amp-events/816-day-at-power-and-light/" class="post-thumbnail post-thumbnail-above-title" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/29120603/816DAY.png" alt="816 DAY at Power and Light" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/amp-events/816-day-at-power-and-light/" title="816 DAY at Power and Light" rel="bookmark">816 DAY at Power and Light</a></h2></header></article><!-- #post-1866732 --> </div><!-- .entry-row --> <div class="entry-row"> <article id="post-1864697" class="post-1864697 amp_event type-amp_event status-publish has-post-thumbnail hentry event_type-events author-gleighton alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/amp-events/aug-26-lil-wayne-the-carter-vi-tour/" class="post-thumbnail post-thumbnail-above-title" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/06/03093517/Static_Social-FacebookPR_1200x630_LilWayne_2025_Regional_T-MobileCenter_0826.jpg" alt="AUG &#8211; 26 Lil Wayne: The Carter VI Tour" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/amp-events/aug-26-lil-wayne-the-carter-vi-tour/" title="AUG &#8211; 26 Lil Wayne: The Carter VI Tour" rel="bookmark">AUG &#8211; 26 Lil Wayne: The Carter VI Tour</a></h2></header></article><!-- #post-1864697 --><article id="post-1866687" class="post-1866687 amp_event type-amp_event status-publish has-post-thumbnail hentry event_type-events author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/amp-events/sept-5-7-reggae-fest-2025/" class="post-thumbnail post-thumbnail-above-title" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/28162405/Regee-Fest.png" alt="SEPT 5-7 &#8211; Reggae Fest 2025" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/amp-events/sept-5-7-reggae-fest-2025/" title="SEPT 5-7 &#8211; Reggae Fest 2025" rel="bookmark">SEPT 5-7 &#8211; Reggae Fest 2025</a></h2></header></article><!-- #post-1866687 --><article id="post-1862553" class="post-1862553 amp_event type-amp_event status-publish has-post-thumbnail hentry event_type-events author-gleighton alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/amp-events/oct-25-katt-williams/" class="post-thumbnail post-thumbnail-above-title" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/04/03114746/Katt-Williams_2025_Kansas-City_MO_1920x1080.jpg" alt="OCT 25- Katt Williams" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/amp-events/oct-25-katt-williams/" title="OCT 25- Katt Williams" rel="bookmark">OCT 25- Katt Williams</a></h2></header></article><!-- #post-1862553 --> </div><!-- .entry-row --> <div class="entry-row"> <article id="post-1866663" class="post-1866663 amp_event type-amp_event status-publish has-post-thumbnail hentry event_type-events author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/amp-events/dec-6-tech-n9ne/" class="post-thumbnail post-thumbnail-above-title" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/28094814/tech-9-1080.png" alt="DEC 6 &#8211; Tech N9ne" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/amp-events/dec-6-tech-n9ne/" title="DEC 6 &#8211; Tech N9ne" rel="bookmark">DEC 6 &#8211; Tech N9ne</a></h2></header></article><!-- #post-1866663 --> </div><!-- .entry-row --> </div> </div><!-- .block-content --> </div><!-- #block-b8j65e9e99ca6c10 --> <div id="block-bsp5abb9f51c8f95" class="post-list padded block block-type-content block-fluid-height" data-alias="Community"> <div class="block-content"> <h1 class="block-title"><span>Community</span></h1><div class="loop"> <div class="entry-row"> <article id="post-1866365" class="post-1866365 post type-post status-publish format-standard has-post-thumbnail hentry category-community author-gleighton alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/07/21/wing-4-water/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/21162008/WINGS-4-WATER.png" alt="Wings 4 Water" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/07/21/wing-4-water/" title="Wings 4 Water" rel="bookmark">Wings 4 Water</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Wings 4 Water is BACK! Thursday, Sept 4 | 6–8:30 PM Paragon Star Sports Complex – Lee’s Summit, MO<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/07/21/wing-4-water/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1866365 --><article id="post-1866210" class="post-1866210 post type-post status-publish format-standard has-post-thumbnail hentry category-community author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/07/17/back-to-school-bash/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/17130614/bts.png" alt="Back to School Bash" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/07/17/back-to-school-bash/" title="Back to School Bash" rel="bookmark">Back to School Bash</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Join us for our Back to School Bash! &#8211; Free backpacks and books &#8211; Free food, popsicles, bikes, games, prizes, and more &#8211; Complete your physical by 7/31 for the chance to win a bike &#8211; Appointments can be scheduled now by calling (913)-342-2552 &#8211; Bring your vaccination card to the event if you want&hellip;<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/07/17/back-to-school-bash/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1866210 --> </div><!-- .entry-row --> <div class="entry-row"> <article id="post-1865899" class="post-1865899 post type-post status-publish format-standard has-post-thumbnail hentry category-community author-gleighton alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/07/08/hot-dog-festival/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/08154510/HOT-DOG-FESTIVAL-FEATURE-IMAGE.jpg" alt="2025 Hot Dog Festival" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/07/08/hot-dog-festival/" title="2025 Hot Dog Festival" rel="bookmark">2025 Hot Dog Festival</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>It’s the 2025 Hot Dog Festival, Saturday August 9th! Don’t miss the Negro Leagues Baseball Museum’s Heart Of America Hot Dog Festival, presented by Hy-Vee, Saturday August 9th from 3 pm to 11 pm at the National WWI Museum and Memorial. The groovin’ food festival features concerts by Silk and Eric Benet with performances by&hellip;<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/07/08/hot-dog-festival/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1865899 --><article id="post-1865640" class="post-1865640 post type-post status-publish format-standard has-post-thumbnail hentry category-community author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/06/30/kansas-city-golf-classic/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/06/30153956/KC-Golf-Classic-1920X1080.png" alt="Kansas City Golf Classic" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/06/30/kansas-city-golf-classic/" title="Kansas City Golf Classic" rel="bookmark">Kansas City Golf Classic</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>The 2nd annual Kansas City Golf Classic is a premier tournament teeing off on Monday, August 4, 2025! Join us for a day of top-tier golf and unbeatable networking, all in support of the ACS mission.<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/06/30/kansas-city-golf-classic/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1865640 --> </div><!-- .entry-row --> <div class="entry-row"> <article id="post-1865461" class="post-1865461 post type-post status-publish format-standard has-post-thumbnail hentry category-community author-gleighton alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/06/24/unity-southeast/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/06/24145051/UNITY-COOLING-CENTER.png" alt="Unity Southeast" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/06/24/unity-southeast/" title="Unity Southeast" rel="bookmark">Unity Southeast</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Your Support Matters! UNITY SOUTHEAST EMERGENCY COOLING CENTER July 1, 2025-September 1, 2025 12 Noon &#8211; 5 PM These weeks and daily hours can be expanded based on donor support &amp; community participation. we must work together to save the lives of Kansas City’s unhoused, and families experiencing extreme heat. It&#8217;s easy to help, make&hellip;<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/06/24/unity-southeast/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1865461 --><article id="post-1864285" class="post-1864285 post type-post status-publish format-standard has-post-thumbnail hentry category-community author-gleighton custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/05/22/sand-cinema-at-longview-lake/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/07/21094323/Sand-Cinema-at-Longview-Lake-ISO2.png" alt="Sand Cinema at Longview Lake" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/05/22/sand-cinema-at-longview-lake/" title="Sand Cinema at Longview Lake" rel="bookmark">Sand Cinema at Longview Lake</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p> Load the kids in the car and head to Longview Lake Beach to enjoy family friendly activities and movies on the giant inflatable screen <span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/05/22/sand-cinema-at-longview-lake/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1864285 --> </div><!-- .entry-row --> <div class="entry-row"> <article id="post-1863438" class="post-1863438 post type-post status-publish format-standard has-post-thumbnail hentry category-community author-gleighton alt custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/04/28/register-now-for-the-walleye-connections-trip-with-crappie-kirby/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/04/28123144/BALLARD-1-1536x864-1.jpg" alt="Register Now for the Walleye Connections Trip with Crappie Kirby!" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/04/28/register-now-for-the-walleye-connections-trip-with-crappie-kirby/" title="Register Now for the Walleye Connections Trip with Crappie Kirby!" rel="bookmark">Register Now for the Walleye Connections Trip with Crappie Kirby!</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>Come along with Crappie Kirby for a fishing adventure at the legendary Lake of the Woods in Minnesota, September 21-25, 2025.<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/04/28/register-now-for-the-walleye-connections-trip-with-crappie-kirby/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1863438 --><article id="post-1862703" class="post-1862703 post type-post status-publish format-standard has-post-thumbnail hentry category-community author-kackerson custom-query" itemscope itemtype="http://schema.org/BlogPosting"> <a href="https://www.power1051kc.com/2025/04/08/become-a-casa-volunteer/" class="post-thumbnail post-thumbnail-left" style="text-decoration:none!important;"> <img style="margin:0px;padding:0px;display:block;" src="https://cdn.socast.io/6616/sites/163/2025/04/08161134/CASA.jpg" alt="Become a CASA Volunteer" width="auto" height="auto" itemprop="image" /> </a> <header><h2 class="entry-title" itemprop="headline"><a href="https://www.power1051kc.com/2025/04/08/become-a-casa-volunteer/" title="Become a CASA Volunteer" rel="bookmark">Become a CASA Volunteer</a></h2></header><div class="entry-summary entry-content" itemprop="text"><p>CASA Volunteers get to know the children they represent, learn and understand the child&#8217;s situation, develop a plan with the CASA team, explain the court process to the child, and work toward getting the child into a safe, permanent home with family whenever possible.<span class="more-link-ellipsis">&#8230; </span><a href="https://www.power1051kc.com/2025/04/08/become-a-casa-volunteer/" class="more-link">More</a></p> </div><!-- .entry-summary.entry-content --></article><!-- #post-1862703 --> </div><!-- .entry-row --> </div> </div><!-- .block-content --> </div><!-- #block-bsp5abb9f51c8f95 --> <div id="block-bsr65e9f06ba6290" class="block block-type-custom-code block-fluid-height" data-alias="Instagram"> <div class="block-content"> <h1 class="block-title"><span>Instagram</span></h1><blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/power1051kc/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:654px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/power1051kc/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this profile on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/power1051kc/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank">Power 105.1 KC</a> (@<a href="https://www.instagram.com/power1051kc/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank">power1051kc</a>) • Instagram photos and videos</p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script> </div><!-- .block-content --> </div><!-- #block-bsr65e9f06ba6290 --> <section class="sub-column sub-column-1 column column-1 grid-width-8 grid-left-8"> <div id="block-49" class="twitter block block-type-custom-code block-fluid-height" data-alias="Twitter Widget"> <div class="block-content"> <a class="twitter-timeline" data-height="450" href="https://twitter.com/1073KC?ref_src=twsrc%5Etfw">Tweets by 1073KC</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div><!-- .block-content --> </div><!-- #block-49 --> </section><!-- .sub-column --> </section><!-- .column --> <section class="column column-2 grid-left-0 grid-width-8"> <div id="block-34" class="300x250-ad-1 block block-type-custom-code block-fluid-height" data-alias="300x250 Ad 1"> <div class="block-content"> <div id="div-gpt-ad-1418849849333-0" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-0", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([780,0], [[300, 250], [300, 600]]) .addSize([0,0], [[300, 250], [300, 600]]) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[300, 250], [300, 600]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "mid") ; googletag.display(id); }); </script> </div> </div><!-- .block-content --> </div><!-- #block-34 --> <aside id="block-bf85544c41a02fa9" class="headlines block block-type-widget-area block-fluid-height" data-alias="Right Rail Widgets" itemscope="" itemtype="http://schema.org/WPSideBar"> <div class="block-content"> <ul class="widget-area"><li id="media_image-8" class="widget widget_media_image"> <a href="https://www.sweetdeals.com/kansas-city/deals"><img width="300" height="100" src="https://cdn.socast.io/6616/sites/163/2024/10/11134359/sweetdeals.png" class="image wp-image-1858340 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" /></a></li><!-- .widget --> <li id="media_image-4" class="widget widget_media_image"> <a href="https://parisicoffee.com/"><img width="300" height="200" src="https://cdn.socast.io/6616/sites/163/2023/09/28160643/Parisi-Power-300x200-copy-1.png" class="image wp-image-1846810 attachment-full size-full" alt="" style="max-width: 100%; height: auto;" decoding="async" fetchpriority="high" /></a></li><!-- .widget --> <li id="media_image-2" class="widget widget_media_image"> <a href="http://www.cumulusdigital.com/"><img width="300" height="250" src="https://cdn.socast.io/6616/sites/163/2019/07/30004144/digital-made-easy-300x250.png" class="image wp-image-1667640 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" decoding="async" /></a></li><!-- .widget --> </ul> </div><!-- .block-content --> </aside><!-- #block-bf85544c41a02fa9 --> <div id="block-brm555b971149d2a" class="headlines block block-type-custom-code block-fluid-height responsive-block-hiding-device-smartphones" data-alias="Playlist"> <div class="block-content"> <h1 class="block-title"><span>Playlist</span></h1><td-songhistory id="td-songhistory" station="KCJKFM" songsdisplayed="6" thirdpartylookup="True" title="Recently played" highlightcolor="#999999" primarycolor="#000000" headerbgcolor= "#ccc" secondarycolor="#fff" buybtnvisible="False" > </td-songhistory> <script src="https://widgets.listenlive.co/1.0/tdwidgets.min.js" async></script> <style> #td-songhistory .td-song-history__header { display: none; } #td-songhistory .td-song-history__song__buy { display: none; } #td-songhistory .td-song-history__song__infos { max-width: calc(100% - 60px); } #td-songhistory .td-song-history__song__infos__artist-name, #td-songhistory .td-song-history__song__infos__cue-title { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } #td-songhistory .td-song-history__song__infos__artist-name { font-size: 15px; line-height: 1.4; } #td-songhistory .td-song-history__song__infos__cue-title { font-size: 13px; line-height: 1.2; } #td-songhistory .td-song-history__song { border-bottom-color: rgba(0,0,0,0.2) !important; } </style> </div><!-- .block-content --> </div><!-- #block-brm555b971149d2a --> <aside id="block-45" class="free-apps block block-type-widget-area block-fluid-height" data-alias="Home - Free Apps" itemscope="" itemtype="http://schema.org/WPSideBar"> <div class="block-content"> <ul class="widget-area"><li id="media_image-7" class="widget widget_media_image"> <a href="https://www.power1051kc.com/download-power-1051-app/"><img width="300" height="169" src="https://cdn.socast.io/6616/sites/163/2024/10/10153453/Power-App-300x169.png" class="image wp-image-1858288 attachment-medium size-medium" alt="" style="max-width: 100%; height: auto;" decoding="async" srcset="https://cdn.socast.io/6616/sites/163/2024/10/10153453/Power-App-300x169.png 300w, https://cdn.socast.io/6616/sites/163/2024/10/10153453/Power-App-1024x576.png 1024w, https://cdn.socast.io/6616/sites/163/2024/10/10153453/Power-App-768x432.png 768w, https://cdn.socast.io/6616/sites/163/2024/10/10153453/Power-App-1536x864.png 1536w, https://cdn.socast.io/6616/sites/163/2024/10/10153453/Power-App.png 1920w" sizes="(max-width: 300px) 100vw, 300px" /></a></li><!-- .widget --> </ul> </div><!-- .block-content --> </aside><!-- #block-45 --> <div id="block-46" class="300x250-ad-2 block block-type-custom-code block-fluid-height" data-alias="300x250 Ad 2"> <div class="block-content"> <div id="div-gpt-ad-1418849849333-3" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-3", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([780,0], [[300, 250], [300, 600]]) .addSize([0,0], [[300, 250], [300, 600], [300, 50], [320, 50]]) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[300, 250], [300, 600]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "mid2") ; googletag.display(id); }); </script> </div> </div><!-- .block-content --> </div><!-- #block-46 --> <div id="block-42" class="facebook-ad block block-type-custom-code block-fluid-height" data-alias="Facebook Ad"> <div class="block-content"> <div id="div-gpt-ad-1418849849333-8" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-8", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([780,0], [[300, 100], [300, 50]]) .addSize([0,0], [[320, 100], [300, 100], [320, 50], [300, 50]]) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[300, 100], [300, 50]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "contest2") ; googletag.display(id); }); </script> </div> </div><!-- .block-content --> </div><!-- #block-42 --> <div id="block-44" class="twitter-ad block block-type-custom-code block-fluid-height" data-alias="Twitter Ad"> <div class="block-content"> <div id="div-gpt-ad-1418849849333-9" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-9", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([780,0], [[300, 100], [300, 50]]) .addSize([0,0], [[320, 100], [300, 100], [320, 50], [300, 50]]) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[300, 100], [300, 50]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "contest3") ; googletag.display(id); }); </script> </div> </div><!-- .block-content --> </div><!-- #block-44 --> <div id="block-36" class="vip-club-ad block block-type-custom-code block-fluid-height" data-alias="VIP Club Ad"> <div class="block-content"> <div id="div-gpt-ad-1418849849333-7" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-7", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([780,0], [[300, 100], [300, 50]]) .addSize([0,0], [[320, 100], [300, 100], [320, 50], [300, 50]]) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[300, 100], [300, 50]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "contest1") ; googletag.display(id); }); </script> </div> </div><!-- .block-content --> </div><!-- #block-36 --> </section><!-- .column --> </section><!-- .row --> <section class="row row-2"> <section class="column column-1 grid-left-0 grid-width-8"> <div id="block-bh566216279f3ab8" class="facebook block block-type-custom-code block-fluid-height" data-alias="Facebook Widget"> <div class="block-content"> <div class="fb-page" data-href="https://www.facebook.com/1051KC" data-width="310" data-height="448" data-hide-cover="false" data-show-facepile="false" data-show-posts="true"></div> </div><!-- .block-content --> </div><!-- #block-bh566216279f3ab8 --> </section><!-- .column --> </section><!-- .row --> </div><!-- .grid-container --> </div><!-- .wrapper --> <div id="wrapper-10" class="wrapper wrapper-fluid wrapper-fixed-grid grid-fluid-24-22-20 responsive-grid wrapper-last wrapper-footer" data-alias="Wrapper Footer"> <div class="grid-container clearfix"> <section class="row row-1"> <section class="column column-1 grid-left-0 grid-width-24"> <div id="block-51" class="728x90-ad-2 block block-type-custom-code block-fluid-height" data-alias="728x90 Ad 2"> <div class="block-content"> <div id="div-gpt-ad-1418849849333-2" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-2", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([970,0], [[728, 90]]) .addSize([780,0], [[728, 90], [320, 100], [320, 50]]) .addSize([0,0], [[300, 250], [320, 100], [320, 50], [300, 50]]) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[728, 90]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "bot") ; googletag.display(id); }); </script> </div> </div><!-- .block-content --> </div><!-- #block-51 --> </section><!-- .column --> </section><!-- .row --> <section class="row row-2"> <section class="column column-1 grid-left-0 grid-width-24"> <nav id="block-50" class="footer-nav block block-type-navigation block-fluid-height" data-alias="Footer Navigation" itemscope="" itemtype="http://schema.org/SiteNavigationElement"> <div class="block-content"> <div class="nav-horizontal nav-align-center"><ul id="menu-footer-navigation" class="menu"><li id="menu-item-1780401" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1780401"><a href="https://www.power1051kc.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-1850537" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1850537"><a href="https://www.power1051kc.com/terms-of-service/">Terms of Service</a></li> <li id="menu-item-1780403" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1780403"><a href="https://www.power1051kc.com/contest-rules/">General Contest Rules</a></li> <li id="menu-item-142741" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-142741"><a href="https://www.power1051kc.com/contact/">Station Information</a></li> <li id="menu-item-34342" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-34342"><a href="https://cdn.socast.io/6616/sites/142/2024/09/30120559/Cumulus-Kansas-City-2024-EEO-Public-File-Report.pdf">EEO Report</a></li> <li id="menu-item-141" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-141"><a href="https://www.cumulusmedia.com/careers/">Employment Opportunities</a></li> <li id="menu-item-994131" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-994131"><a target="_blank" rel="noopener" href="https://publicfiles.fcc.gov/fm-profile/KMJK">FCC Public File</a></li> <li id="menu-item-1462618" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1462618"><a target="_blank" rel="noopener" href="https://www.cumulusmedia.com/">Cumulus Media Corporate</a></li> </ul></div><!-- .nav-horizontal nav-align-center --> </div><!-- .block-content --> </nav><!-- #block-50 --> </section><!-- .column --> </section><!-- .row --> <section class="row row-3"> <section class="column column-1 grid-left-0 grid-width-24"> <footer id="block-52" class="copyright block block-type-footer block-fluid-height" data-alias="Copyright" itemscope="" itemtype="http://schema.org/WPFooter"> <div class="block-content"> <div class="footer-container"> <div class="footer"> <p class="copyright footer-copyright">Copyright 2020 Cumulus Media / Cumulus Media is an equal opportunity employer / AA</p><p class="footer-responsive-grid-link-container footer-responsive-grid-link-disable-container"><a href="https://www.power1051kc.com/?full-site=true" rel="nofollow" class="footer-responsive-grid-link footer-responsive-grid-disable footer-link">View Full Site</a></p> </div><!-- .footer --> </div><!-- .footer-container --> </div><!-- .block-content --> </footer><!-- #block-52 --> </section><!-- .column --> </section><!-- .row --> <section class="row row-4"> <section class="column column-1 grid-left-0 grid-width-6"> <div id="block-b0b55d4c70d9537a" class="block block-type-custom-code block-fluid-height" data-alias="Wallpaper Ad"> <div class="block-content"> <!-- <div id="div-gpt-ad-1418849849333-16" align="center"> <script> googletag.cmd.push(function() { var id = "div-gpt-ad-1418849849333-16", c = document.getElementById(id); window.GPT_SITE_SLOTS = window.GPT_SITE_SLOTS || {}; // Do not call if slot is hidden if (!c || !c.offsetParent) return; var sizeMap = googletag.sizeMapping() .addSize([1200,0], [1, 1]) .addSize([0,0], []) .build(); window.GPT_SITE_SLOTS[id] = googletag.defineSlot( GPT_SITE_ID, [[1, 1]], id ) .addService(googletag.pubads()) .defineSizeMapping(sizeMap) .setCollapseEmptyDiv(true, true) .setTargeting("pos", "wallpaper-ad") ; googletag.display(id); }); </script> </div> --> </div><!-- .block-content --> </div><!-- #block-b0b55d4c70d9537a --> </section><!-- .column --> </section><!-- .row --> </div><!-- .grid-container --> </div><!-- .wrapper --> <!-- TGMP PLUGIN ENABLED 2016-08-05T15:17:27.980Z --> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <img src="https://thrtle.com/sync?vxii_pid=7004" alt="" style="display: none" width="1" height="1" /><script>_AMP.theme.init();</script> <script type='text/javascript' src='//engage-see.socastcms.com/widget/see_10557/see.js?ver=20220510-01'></script> <!--googleoff:all--> <!--noindex--> <!--noptimize--> <script id="tf_vars" data-no-optimize="1" data-noptimize="1" defer="defer" src="data:text/javascript;base64,dmFyIHRiTG9jYWxTY3JpcHQgPSB7ImJyZWFrcG9pbnRzIjp7InRhYmxldF9sYW5kc2NhcGUiOls3NjksMTI4MF0sInRhYmxldCI6WzY4MSw3NjhdLCJtb2JpbGUiOjY4MH0sImZ1bGx3aWR0aF9zdXBwb3J0IjoiMSIsInNjcm9sbEhpZ2hsaWdodCI6eyJzcGVlZCI6OTAwLjAxfSwiYWRkb25zIjpbXX07CnZhciB0aGVtaWZ5X3ZhcnMgPSB7IndwIjoiNi40LjIiLCJhamF4X3VybCI6Imh0dHBzOi8vd3d3LnBvd2VyMTA1MWtjLmNvbS93cC1hZG1pbi9hZG1pbi1hamF4LnBocCIsIm1lbnVfdG9vbHRpcHMiOltdLCJwbHVnaW5fdXJsIjoiaHR0cHM6Ly93d3cucG93ZXIxMDUxa2MuY29tL3dwLWNvbnRlbnQvcGx1Z2lucyIsImx6IjoiMSIsImVtYWlsU3ViIjoiQ2hlY2sgdGhpcyBvdXQhIiwibm9wIjoiQ2hlY2sgdGhpcyBvdXQhIiwibGlnaHRib3giOnsiaTE4biI6eyJ0Q291bnRlciI6IiVjdXJyJSBvZiAldG90YWwlIn19LCJzX3YiOiI1LjMuOSJ9Ow=="></script> <!--/noptimize--> <!--/noindex--> <!--googleon:all--> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/themes/Headway-AMP_CMS/style.css?ver=20220610-01" as="style"><link rel='stylesheet' id='headway-child-theme-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/themes/Headway-AMP_CMS/style.css?ver=20220610-01' type='text/css' media='all' /> <link rel="preload" href="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-polls/css/widget.css?ver=6.4.2" as="style"><link rel='stylesheet' id='amp-polls-plugin-styles-css' href='https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-polls/css/widget.css?ver=6.4.2' type='text/css' media='all' /> <script type="text/javascript" defer="defer" data-v="7.0.6" data-pl-href="https://www.power1051kc.com/wp-content/plugins/fake.css" data-no-optimize="1" data-noptimize="1" src="https://www.power1051kc.com/wp-content/plugins/themify-builder/themify/js/main.min.js?ver=7.0.6" id="themify-main-script-js"></script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-block-tools/gallery-block-lightbox/dist/baguetteBox.min.js?ver=1.11.1" id="baguettebox-js"></script> <script type="text/javascript" id="baguettebox-js-after"> /* <![CDATA[ */ window.addEventListener("load", function() {baguetteBox.run(".wp-block-gallery,:not(.wp-block-gallery)>.wp-block-image,.wp-block-media-text__media,.gallery,.wp-block-coblocks-gallery-masonry,.wp-block-coblocks-gallery-stacked,.wp-block-coblocks-gallery-collage,.wp-block-coblocks-gallery-offset,.wp-block-coblocks-gallery-stacked,.mgl-gallery,.gb-block-image",{captions:function(t){var e=t.parentElement.classList.contains("wp-block-image")||t.parentElement.classList.contains("wp-block-media-text__media")?t.parentElement.querySelector("figcaption"):t.parentElement.parentElement.querySelector("figcaption,dd");return!!e&&e.innerHTML},filter:/.+\.(gif|jpe?g|png|webp|svg|avif|heif|heic|tif?f|)($|\?)/i});}); /* ]]> */ </script> <script type="text/javascript" src="https://cdn.socast.io/asset/v3_34_00/wp-content/plugins/express-cms-polls/js/widget-front-end.js?ver=6.4.2" id="amp-polls-plugin-script-js"></script> <style> /* Quick Fix for themify style conflicts */ img { height:auto; } </style> </div><!-- #whitewrap --> <svg id="tf_svg" style="display:none"><defs></defs></svg> <script src="https://cumuluspro.express-pro.socastcms.com/wp-content/uploads/ecms/ecms_global_footer.js?v=179" async ></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Object Caching 193/917 objects using Memcache Page Caching using Memcache Page cache debug info: Engine: Memcache Cache key: 41569a720e7d84a1099db2c6f2802543_ssl Creation Time: 1754181388.000s Header info: Content-Type: text/html; charset=UTF-8 Strict-Transport-Security: max-age=31536000; includeSubDomains; preload X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1 Referrer-Policy: strict-origin-when-cross-origin X-Powered-By: W3 Total Cache/2.6.1 Cache-Tag: F-27-IBMe163 Express-Tag: F-27-IBMe163 Link: <https://www.power1051kc.com/wp-json/>; rel="https://api.w.org/" Link: <https://www.power1051kc.com/wp-json/wp/v2/pages/27>; rel="alternate"; type="application/json" Link: <https://www.power1051kc.com/>; rel=shortlink Served from: www.theticket1061.com @ 2025-08-02 19:36:28 by W3 Total Cache -->


URL: