
view source - http://www.stecklinecommunications.com/kgso*** Test System *** GO TO PRODUCTION <!doctype html >
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
class="">
<head>
<meta charset="utf-8">
<script type="text/javascript">
window._currentDevice = 'desktop';
window.Parameters = window.Parameters || {
HomeUrl: 'https://www.stecklinecommunications.com/',
AccountUUID: '9a134a6eacae4c8cbe0d5cda4203b869',
SystemID: 'US_DIRECT_PRODUCTION',
SiteAlias: '3981dec5',
SiteType: atob('RFVEQU9ORQ=='),
PublicationDate: 'Thu Jul 24 14:06:49 UTC 2025',
ExternalUid: null,
IsSiteMultilingual: false,
InitialPostAlias: '',
InitialPostPageUuid: '',
InitialDynamicItem: '',
DynamicPageInfo: {
isDynamicPage: false,
base64JsonRowData: 'null',
},
InitialPageAlias: 'kgso',
InitialPageUuid: '5bde980887a54ef5b900cadf122448df',
InitialPageId: '1182972251',
InitialEncodedPageAlias: 'a2dzbw==',
InitialHeaderUuid: '02a3c645edba4c85a0e44174afe5b7ed',
CurrentPageUrl: '',
IsCurrentHomePage: false,
AllowAjax: false,
AfterAjaxCommand: null,
HomeLinkText: 'Back To Home',
UseGalleryModule: false,
CurrentThemeName: 'Layout Theme',
ThemeVersion: '500000',
DefaultPageAlias: '',
RemoveDID: true,
WidgetStyleID: null,
IsHeaderFixed: false,
IsHeaderSkinny: false,
IsBfs: true,
StorePageAlias: 'null',
StorePagesUrls: 'e30=',
IsNewStore: 'false',
StorePath: '',
StoreId: 'null',
StoreVersion: 0,
StoreBaseUrl: '',
StoreCleanUrl: true,
StoreDisableScrolling: true,
IsStoreSuspended: false,
HasCustomDomain: true,
SimpleSite: false,
showCookieNotification: false,
cookiesNotificationMarkup: 'null',
translatedPageUrl: '',
isFastMigrationSite: false,
sidebarPosition: 'NA',
currentLanguage: 'en',
currentLocale: 'en',
NavItems: '{}',
errors: {
general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
password: 'Incorrect name/password combination',
tryAgain: 'Try again'
},
NavigationAreaParams: {
ShowBackToHomeOnInnerPages: true,
NavbarSize: -1,
NavbarLiveHomePage: 'https://www.stecklinecommunications.com/',
BlockContainerSelector: '.dmBody',
NavbarSelector: '#dmNav:has(a)',
SubNavbarSelector: '#subnav_main'
},
hasCustomCode: false,
planID: '7',
customTemplateId: 'null',
siteTemplateId: 'null',
productId: 'DM_DIRECT',
disableTracking: false,
pageType: 'FROM_SCRATCH',
isRuntimeServer: true,
isInEditor: false,
hasNativeStore: false,
defaultLang: 'en',
hamburgerMigration: null,
isFlexSite : false
};
window.Parameters.LayoutID = {};
window.Parameters.LayoutID[window._currentDevice] = 6;
window.Parameters.LayoutVariationID = {};
window.Parameters.LayoutVariationID[window._currentDevice] = 5;
</script>
<!-- Injecting site-wide to the head -->
<!-- End Injecting site-wide to the head -->
<!-- Inject secured cdn script -->
<!-- ========= Meta Tags ========= -->
<!-- PWA settings -->
<script>
function toHash(str) {
var hash = 5381, i = str.length;
while (i) {
hash = hash * 33 ^ str.charCodeAt(--i)
}
return hash >>> 0
}
</script>
<script>
(function (global) {
//const cacheKey = global.cacheKey;
const isOffline = 'onLine' in navigator && navigator.onLine === false;
const hasServiceWorkerSupport = 'serviceWorker' in navigator;
if (isOffline) {
console.log('offline mode');
}
if (!hasServiceWorkerSupport) {
console.log('service worker is not supported');
}
if (hasServiceWorkerSupport && !isOffline) {
window.addEventListener('load', function () {
const serviceWorkerPath = '/runtime-service-worker.js?v=3';
navigator.serviceWorker
.register(serviceWorkerPath, { scope: './' })
.then(
function (registration) {
// Registration was successful
console.log(
'ServiceWorker registration successful with scope: ',
registration.scope
);
},
function (err) {
// registration failed :(
console.log('ServiceWorker registration failed: ', err);
}
)
.catch(function (err) {
console.log(err);
});
});
// helper function to refresh the page
var refreshPage = (function () {
var refreshing;
return function () {
if (refreshing) return;
// prevent multiple refreshes
var refreshkey = 'refreshed' + location.href;
var prevRefresh = localStorage.getItem(refreshkey);
if (prevRefresh) {
localStorage.removeItem(refreshkey);
if (Date.now() - prevRefresh < 30000) {
return; // dont go into a refresh loop
}
}
refreshing = true;
localStorage.setItem(refreshkey, Date.now());
console.log('refereshing page');
window.location.reload();
};
})();
function messageServiceWorker(data) {
return new Promise(function (resolve, reject) {
if (navigator.serviceWorker.controller) {
var worker = navigator.serviceWorker.controller;
var messageChannel = new MessageChannel();
messageChannel.port1.onmessage = replyHandler;
worker.postMessage(data, [messageChannel.port2]);
function replyHandler(event) {
resolve(event.data);
}
} else {
resolve();
}
});
}
}
})(window);
</script>
<!-- Add manifest -->
<!-- End PWA settings -->
<link rel="canonical" href="http://www.stecklinecommunications.com/kgso">
<meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Wichita's Sports Station KGSO
</title>
<!--Add favorites icons-->
<link rel="apple-touch-icon"
href="https://irp.cdn-website.com/3981dec5/dms3rep/multi/SCOM_Favicon_HomeScreen+Icon+%2857+x+57+px%29.png"/>
<link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/3981dec5/site_favicon_16_1711746158621.ico"/>
<!-- End favorite icons -->
<link rel="preconnect" href="https://lirp.cdn-website.com/"/>
<!-- render the required CSS and JS in the head section -->
<script id='d-js-dmapi'>
window.SystemID = 'US_DIRECT_PRODUCTION';
if (!window.dmAPI) {
window.dmAPI = {
registerExternalRuntimeComponent: function () {
},
getCurrentDeviceType: function () {
return window._currentDevice;
},
runOnReady: (ns, fn) => {
const safeFn = dmAPI.toSafeFn(fn);
ns = ns || 'global_' + Math.random().toString(36).slice(2, 11);
const eventName = 'afterAjax.' + ns;
if (document.readyState === 'complete') {
$.DM.events.off(eventName).on(eventName, safeFn);
setTimeout(function () {
safeFn({
isAjax: false,
});
}, 0);
} else {
window?.waitForDeferred?.('dmAjax', () => {
$.DM.events.off(eventName).on(eventName, safeFn);
safeFn({
isAjax: false,
});
});
}
},
toSafeFn: (fn) => {
if (fn?.safe) {
return fn;
}
const safeFn = function (...args) {
try {
return fn?.apply(null, args);
} catch (e) {
console.log('function failed ' + e.message);
}
};
safeFn.safe = true;
return safeFn;
}
};
}
if (!window.requestIdleCallback) {
window.requestIdleCallback = function (fn) {
setTimeout(fn, 0);
}
}
</script>
<!-- loadCSS function header.jsp-->
<script id="d-js-load-css">
/**
* There are a few <link> tags with CSS resource in them that are preloaded in the page
* in each of those there is a "onload" handler which invokes the loadCSS callback
* defined here.
* We are monitoring 3 main CSS files - the runtime, the global and the page.
* When each load we check to see if we can append them all in a batch. If threre
* is no page css (which may happen on inner pages) then we do not wait for it
*/
(function () {
let cssLinks = {};
function loadCssLink(link) {
link.onload = null;
link.rel = "stylesheet";
link.type = "text/css";
}
function checkCss() {
const pageCssLink = document.querySelector("[id*='CssLink']");
const widgetCssLink = document.querySelector("[id*='widgetCSS']");
if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) {
const storedRuntimeCssLink = cssLinks.runtime;
const storedPageCssLink = cssLinks.page;
const storedGlobalCssLink = cssLinks.global;
const storedWidgetCssLink = cssLinks.widget;
storedGlobalCssLink.disabled = true;
loadCssLink(storedGlobalCssLink);
if (storedPageCssLink) {
storedPageCssLink.disabled = true;
loadCssLink(storedPageCssLink);
}
if(storedWidgetCssLink) {
storedWidgetCssLink.disabled = true;
loadCssLink(storedWidgetCssLink);
}
storedRuntimeCssLink.disabled = true;
loadCssLink(storedRuntimeCssLink);
requestAnimationFrame(() => {
setTimeout(() => {
storedRuntimeCssLink.disabled = false;
storedGlobalCssLink.disabled = false;
if (storedPageCssLink) {
storedPageCssLink.disabled = false;
}
if (storedWidgetCssLink) {
storedWidgetCssLink.disabled = false;
}
// (SUP-4179) Clear the accumulated cssLinks only when we're
// sure that the document has finished loading and the document
// has been parsed.
if(document.readyState === 'interactive') {
cssLinks = null;
}
}, 0);
});
}
}
function loadCSS(link) {
try {
var urlParams = new URLSearchParams(window.location.search);
var noCSS = !!urlParams.get("nocss");
var cssTimeout = urlParams.get("cssTimeout") || 0;
if (noCSS) {
return;
}
if (link.href && link.href.includes("d-css-runtime")) {
cssLinks.runtime = link;
checkCss();
} else if (link.id === "siteGlobalCss") {
cssLinks.global = link;
checkCss();
}
else if (link.id && link.id.includes("CssLink")) {
cssLinks.page = link;
checkCss();
} else if (link.id && link.id.includes("widgetCSS")) {
cssLinks.widget = link;
checkCss();
}
else {
requestIdleCallback(function () {
window.setTimeout(function () {
loadCssLink(link);
}, parseInt(cssTimeout, 10));
});
}
} catch (e) {
throw e
}
}
window.loadCSS = window.loadCSS || loadCSS;
})();
</script>
<script data-role="deferred-init" type="text/javascript">
/* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/
function Def() {
this.promise = new Promise((function (a, b) {
this.resolve = a, this.reject = b
}).bind(this))
}
const defs = {};
window.getDeferred = function (a) {
return null == defs[a] && (defs[a] = new Def), defs[a]
}
window.waitForDeferred = function (b, a, c) {
let d = window?.getDeferred?.(b);
d
? d.promise.then(a)
: c && ["complete", "interactive"].includes(document.readyState)
? setTimeout(a, 1)
: c
? document.addEventListener("DOMContentLoaded", a)
: console.error(`Deferred does not exist`);
};
</script>
<style id="forceCssIncludes">
/* This file is auto-generated from a `scss` file with the same name */
.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
</style>
<style id="cssVariables" type="text/css">
:root {
--color_1: rgba(0, 0, 0, 1);
--color_2: rgba(255,255,255,1);
--color_3: rgba(245, 242, 239, 1);
--color_4: rgba(236, 189, 12, 1);
--color_5: rgba(174, 178, 158, 1);
--color_6: rgba(175, 76, 37, 1);
--color_7: rgba(186, 201, 207, 1);
--color_8: rgba(151, 151, 151, 1);
--color_9: rgba(117, 20, 54, 1);
}
</style>
<!-- Google Fonts Include -->
<!-- loadCSS function fonts.jsp-->
<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,wght@0,100..900;1,100..900&family=Fjalla+One:ital,wght@0,400&family=Syncopate:ital,wght@0,400;0,700&family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,wght@0,100..1000;1,100..1000&subset=latin-ext&display=swap" />
<!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
<link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/5658/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" />
<!-- End of RT CSS Include -->
<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/9fca9738d234038f142ba526132c72a7.css" id="widgetCSS" />
<!-- Support `img` size attributes -->
<style>img[width][height] {
height: auto;
}</style>
<!-- Support showing sticky element on page only -->
<style>
body[data-page-alias="kgso"] #dm [data-show-on-page-only="kgso"] {
display: block !important;
}
</style>
<!-- This is populated in Ajax navigation -->
<style id="pageAdditionalWidgetsCss" type="text/css">
</style>
<!-- Site CSS -->
<link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/3981dec5/files/3981dec5_1.min.css?v=309" id="siteGlobalCss" />
<style id="customWidgetStyle" type="text/css">
</style>
<style id="innerPagesStyle" type="text/css">
</style>
<style
id="additionalGlobalCss" type="text/css"
>
</style>
<style id="pagestyle" type="text/css">
*#dm *.dmBody a.span.textonly
{
color:rgb(255,255,255) !important;
}
*#dm *.dmBody div.dmform-error
{
font-style:normal !important;
}
*#dm *.dmBody div.dmforminput textarea
{
font-style:italic !important;
}
*#dm *.dmBody div.dmforminput *.fileUploadLink
{
font-style:italic !important;
}
*#dm *.dmBody div.checkboxwrapper span
{
font-style:italic !important;
}
*#dm *.dmBody div.radiowrapper span
{
font-style:italic !important;
}
*#dm *.dmBody nav.u_1144820115
{
color:black !important;
}
*#dm *.dmBody div.u_1653874461 hr
{
border-top-width:4px !important;
border-top-style:solid !important;
color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody div.u_1699040524 hr
{
color:var(--color_1) !important;
}
*#dm *.dmBody div.u_1140520656 hr
{
color:var(--color_1) !important;
}
*#dm *.dmBody *.u_1530357843.main-navigation.unifiednav:not([data-nav-structure='VERTICAL']) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before
{
font-size:18px !important;
}
*#dm *.dmBody *.u_1530357843.main-navigation.unifiednav:not([data-nav-structure='VERTICAL']) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after
{
font-size:18px !important;
}
*#dm *.dmBody nav.u_1530357843.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item
{
font-family:Montserrat !important;
font-weight:bold !important;
}
*#dm *.dmBody *.u_1530357843.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]
{
top:calc(100% - 0px - 0px) !important;
}
*#dm *.dmBody *.u_1530357843.main-navigation.unifiednav[data-nav-structure="HORIZONTAL"] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]
{
left:15px !important;
}
*#dm *.dmBody *.u_1530357843.main-navigation.unifiednav[data-nav-structure="SPLIT"] .unifiednav__container:not([data-depth]):not(:last-of-type)>.unifiednav__item-wrap .unifiednav__container[data-depth="0"]
{
left:15px !important;
}
*#dm *.dmBody *.u_1530357843.main-navigation.unifiednav[data-nav-structure="SPLIT"] .unifiednav__container:not([data-depth]):last-of-type>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]
{
left:15px !important;
}
*#dm *.dmBody nav.u_1530357843.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item:hover
{
color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody nav.u_1530357843.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.hover
{
color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody nav.u_1530357843.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected
{
color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody *.u_1141945028
{
width:100% !important;
}
*#dm *.dmBody div.u_1141945028 img[dm_changed]
{
object-position:50% 50% !important;
object-fit:contain !important;
}
*#dm *.dmBody div.u_1141945028 img
{
object-position:50% 50% !important;
object-fit:contain !important;
}
*#dm *.dmBody a.u_1159674377:hover span.text
{
color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody a.u_1159674377.hover span.text
{
color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody a.u_1159674377:hover
{
background-color:rgba(0,0,0,0) !important;
background-image:initial !important;
border-color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody a.u_1159674377.hover
{
background-color:rgba(0,0,0,0) !important;
background-image:initial !important;
border-color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody a.u_1159674377
{
border-width:2px 2px 2px 2px !important;
border-color:var(--color_2) var(--color_2) var(--color_2) var(--color_2) !important;
border-style:solid !important;
}
*#dm *.dmBody a.u_1070737444 span.text
{
color:var(--color_2) !important;
}
*#dm *.dmBody a.u_1070737444:hover span.text
{
color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody a.u_1070737444.hover span.text
{
color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody a.u_1070737444:hover
{
background-color:rgba(0,0,0,0) !important;
background-image:initial !important;
border-color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody a.u_1070737444.hover
{
background-color:rgba(0,0,0,0) !important;
background-image:initial !important;
border-color:rgba(236,12,53,1) !important;
}
*#dm *.dmBody a.u_1070737444
{
border-width:2px 2px 2px 2px !important;
border-color:var(--color_2) var(--color_2) var(--color_2) var(--color_2) !important;
border-style:solid !important;
}
*#dm *.dmBody div.u_1804188086
{
background-color:rgba(245,245,245,1) !important;
}
*#dm *.dmBody div.u_1819641378
{
background-color:rgba(0,0,0,0) !important;
}
*#dm *.dmBody div.u_1819641378 *.caption-inner
{
background-color:rgba(0,0,0,0) !important;
border-style:solid !important;
border-width:0px !important;
}
*#dm *.dmBody div.u_1115883832
{
background-color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1819641378 *.caption-container *.caption-title
{
color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1819641378 *.caption-container *.caption-text
{
color:rgba(51,51,51,1) !important;
}
*#dm *.dmBody *.u_1205575082
{
display:block !important;
}
*#dm *.dmBody *.u_1895790144
{
display:none !important;
}
*#dm *.dmBody *.u_1053239199
{
display:block !important;
}
*#dm *.dmBody *.u_1144187399
{
display:none !important;
}
*#dm *.dmBody *.u_1161808786
{
display:block !important;
}
*#dm *.dmBody *.u_1480737363
{
display:none !important;
}
*#dm *.dmBody *.u_1050289131
{
display:block !important;
}
*#dm *.dmBody *.u_1575453946
{
display:none !important;
}
*#dm *.dmBody *.u_1058956184
{
display:block !important;
}
*#dm *.dmBody *.u_1601008367
{
display:none !important;
}
*#dm *.dmBody *.u_1755314824
{
display:block !important;
}
*#dm *.dmBody *.u_1638571607
{
display:none !important;
}
*#dm *.dmBody *.u_1349984000
{
display:block !important;
}
*#dm *.dmBody *.u_1544636289
{
display:none !important;
}
*#dm *.dmBody *.u_1007465957
{
display:block !important;
}
*#dm *.dmBody *.u_1653403514
{
display:none !important;
}
*#dm *.dmBody *.u_1691987536
{
display:block !important;
}
*#dm *.dmBody *.u_1033090572
{
display:none !important;
}
*#dm *.dmBody *.u_1353381170:before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1353381170.before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1353381170>*.bgExtraLayerOverlay
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.not-active>h4
{
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.active>h4
{
color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.hover>h4
{
color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.active>h4>span
{
color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.hover>h4>span
{
color:rgba(0,0,0,1) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab *.tab-description>p
{
color:rgba(255,255,255,1) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.not-active
{
border-top-color:rgba(255,255,255,1) !important;
background-color:rgba(0,0,0,0) !important;
border-top-width:0px !important;
border-top-style:solid !important;
border-left-width:0px !important;
border-left-style:solid !important;
border-right-style:solid !important;
border-right-width:0px !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.active
{
border-top-color:rgba(255,255,255,1) !important;
background-color:rgba(255,255,255,0.3) !important;
border-top-width:0px !important;
border-top-style:solid !important;
border-left-color:rgba(0,0,0,0) !important;
border-left-width:0px !important;
border-left-style:solid !important;
border-right-style:solid !important;
border-right-width:0px !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.hover
{
border-top-color:rgba(255,255,255,1) !important;
background-color:rgba(255,255,255,0.3) !important;
border-top-width:0px !important;
border-top-style:solid !important;
border-left-color:rgba(0,0,0,0) !important;
border-left-width:0px !important;
border-left-style:solid !important;
border-right-style:solid !important;
border-right-width:0px !important;
}
*#dm *.dmBody div.u_1592381806 *.svg
{
color:rgba(255,255,255,1) !important;
fill:rgba(255,255,255,1) !important;
width:50% !important;
}
*#dm *.dmBody div.u_1592381806
{
border-radius:50% !important;
-moz-border-radius:50% !important;
border-color:rgba(255,255,255,1) !important;
border-width:0px !important;
-webkit-border-radius:50% !important;
background-color:rgba(255,255,255,0.26) !important;
border-style:solid !important;
}
*#dm *.dmBody div.u_1975958600 *.tab *.desc-title
{
color:rgba(255,255,255,1) !important;
font-weight:normal !important;
}
*#dm *.dmBody div.u_1353381170:before
{
opacity:0.8 !important;
background-image:linear-gradient(135deg,rgba(0,242,96,1) 0%,rgba(5,117,230,1) 100%) !important;
}
*#dm *.dmBody div.u_1353381170.before
{
opacity:0.8 !important;
background-image:linear-gradient(135deg,rgba(0,242,96,1) 0%,rgba(5,117,230,1) 100%) !important;
}
*#dm *.dmBody div.u_1353381170>*.bgExtraLayerOverlay
{
opacity:0.8 !important;
background-image:linear-gradient(135deg,rgba(0,242,96,1) 0%,rgba(5,117,230,1) 100%) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab
{
border-style:solid !important;
border-width:7px !important;
background-color:rgba(255,255,255,0.3) !important;
border-color:rgba(0,0,0,0) !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.not-active:not(.inghill)>h4
{
text-align:center !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.active:not(.inghill)>h4
{
text-align:center !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.hover:not(.inghill)>h4
{
text-align:center !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.active:not(.inghill)>h4>span
{
text-align:center !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.hover:not(.inghill)>h4>span
{
text-align:center !important;
}
*#dm *.dmBody div.u_1975958600 *.active *.button-class:hover
{
background-image:none !important;
}
*#dm *.dmBody div.u_1975958600 *.active *.button-class.hover
{
background-image:none !important;
}
*#dm *.dmBody div.u_1353381170
{
background-repeat:no-repeat !important;
background-image:url(https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_KGSO_Square-2880w.png) !important;
background-size:cover !important;
}
*#dm *.dmBody *.u_undefined::after
{
margin-top:12px !important;
}
*#dm *.dmBody div.u_1626067434 img[dm_changed]
{
object-position:50% 50% !important;
object-fit:cover !important;
}
*#dm *.dmBody div.u_1626067434 img
{
object-position:50% 50% !important;
object-fit:contain !important;
}
*#dm *.dmBody *.u_1626067434
{
width:100% !important;
}
*#dm *.dmBody div.u_1221172435 hr
{
color:var(--color_4) !important;
border-width:5px !important;
}
*#dm *.dmBody div.u_1661509631
{
background-color:var(--color_1) !important;
}
*#dm *.dmBody div.u_1774428180 hr
{
color:var(--color_4) !important;
border-width:4px !important;
}
*#dm *.dmBody div.u_1710182201
{
background-color:var(--color_1) !important;
}
*#dm *.dmBody *.u_1883703557
{
width:100% !important;
}
*#dm *.dmBody div.u_1777808831
{
background-repeat:no-repeat !important;
background-image:url(https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/App+SM+Banners+%281%29-2880w.png) !important;
}
*#dm *.dmBody div.u_1943723008
{
background-repeat:no-repeat !important;
background-image:url(https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/NBC_Horz-2880w.png) !important;
background-size:cover !important;
}
*#dm *.dmBody div.u_1795637111
{
background-repeat:no-repeat !important;
background-image:url(https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/NBC_Horz-2880w.png) !important;
}
*#dm *.dmBody *.u_1795637111:before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1795637111.before
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
*#dm *.dmBody *.u_1795637111>.bgExtraLayerOverlay
{
opacity:0.5 !important;
background-color:rgb(255,255,255) !important;
}
</style>
<style id="pagestyleDevice" type="text/css">
*#dm *.d-page-1716942098 DIV.dmInner
{
background-repeat:no-repeat !important;
background-size:cover !important;
background-attachment:fixed !important;
background-position:50% 50% !important;
}
*#dm *.d-page-1716942098 DIV#dmSlideRightNavRight
{
background-repeat:no-repeat !important;
background-image:none !important;
background-size:cover !important;
background-attachment:fixed !important;
background-position:50% 50% !important;
}
*#dm *.dmBody nav.u_1530357843.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item
{
font-size:18px !important;
}
*#dm *.dmBody *.u_1540148408 .socialHubIcon
{
width:36px !important;
height:36px !important;
font-size:24px !important;
line-height:36px !important;
}
*#dm *.dmBody *.u_1540148408 .socialHubIcon:after
{
width:44px !important;
height:36px !important;
}
*#dm *.dmBody a.u_1070737444 span.text
{
font-size:12px !important;
}
*#dm *.dmBody div.u_1572022231
{
margin-left:0 !important;
padding-top:16px !important;
padding-left:16px !important;
padding-bottom:16px !important;
margin-top:0 !important;
margin-bottom:0 !important;
margin-right:0 !important;
padding-right:16px !important;
}
*#dm *.dmBody div.u_1804188086
{
margin-left:0px !important;
padding-top:80px !important;
padding-left:40px !important;
padding-bottom:0px !important;
margin-top:0px !important;
margin-bottom:0px !important;
margin-right:0px !important;
padding-right:40px !important;
width:auto !important;
float:none !important;
top:0 !important;
left:0 !important;
position:relative !important;
height:auto !important;
max-width:100% !important;
min-width:0 !important;
text-align:start !important;
}
*#dm *.dmBody *.u_1819641378 *.photoGalleryThumbs
{
padding:10px !important;
}
*#dm *.dmBody *.u_1819641378 *.layout-container
{
padding:10px !important;
}
*#dm *.dmBody *.u_1819641378 *.photoGalleryViewAll
{
padding:0 20px !important;
}
*#dm *.dmBody *.u_1819641378 *.caption-inner
{
padding-left:10px !important;
padding-right:10px !important;
}
*#dm *.dmBody div.u_1819641378 *.caption-button
{
height:51px !important;
width:134px !important;
}
*#dm *.dmBody div.u_1819641378
{
float:none !important;
top:0px !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:0px !important;
padding-left:0px !important;
padding-bottom:0px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:calc(100% - 0px) !important;
margin-top:10px !important;
margin-bottom:10px !important;
padding-right:0px !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody *.u_1819641378 *.photoGalleryThumbs *.image-container a
{
padding-top:360px !important;
}
*#dm *.dmBody div.u_1115883832
{
padding-left:15px !important;
padding-right:15px !important;
padding-top:50px !important;
padding-bottom:50px !important;
}
*#dm *.dmBody div.u_1819641378 *.caption-container *.caption-title
{
font-size:25px !important;
}
*#dm *.dmBody div.u_1819641378 *.caption-container *.caption-text
{
font-size:16px !important;
}
*#dm *.dmBody div.u_1975958600
{
float:none !important;
top:0px !important;
left:0 !important;
width:calc(100% - 0px) !important;
position:relative !important;
height:auto !important;
padding-top:0px !important;
padding-left:0px !important;
padding-bottom:0px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:26px !important;
margin-bottom:0px !important;
padding-right:0px !important;
min-width:25px !important;
text-align:center !important;
}
*#dm *.dmBody div.u_1975958600 *.tab *.desc-title
{
font-size:20px !important;
}
*#dm *.dmBody div.u_1975958600 *.tab *.tab-description>p
{
font-size:16px !important;
}
*#dm *.dmBody div.u_1348024079
{
display:block !important;
float:none !important;
top:0px !important;
left:0 !important;
width:calc(100% - 0px) !important;
position:relative !important;
height:auto !important;
padding-top:2px !important;
padding-left:0px !important;
padding-bottom:2px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:100% !important;
margin-top:-10px !important;
margin-bottom:8px !important;
padding-right:0px !important;
min-width:25px !important;
}
*#dm *.dmBody div.u_1592381806
{
width:calc(100% - 427px) !important;
height:106px !important;
float:none !important;
top:0px !important;
left:0 !important;
position:relative !important;
padding-top:0px !important;
padding-left:0px !important;
padding-bottom:0px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:106px !important;
margin-top:0px !important;
margin-bottom:10px !important;
padding-right:0px !important;
min-width:25px !important;
text-align:center !important;
display:block !important;
}
*#dm *.dmBody div.u_1353381170
{
float:none !important;
top:0px !important;
left:0 !important;
width:100% !important;
position:relative !important;
height:auto !important;
padding-top:100px !important;
padding-left:40px !important;
padding-bottom:100px !important;
margin-right:auto !important;
margin-left:auto !important;
max-width:none !important;
margin-top:0px !important;
margin-bottom:0px !important;
padding-right:40px !important;
min-width:0 !important;
text-align:center !important;
background-position:50% 100% !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.not-active>h4
{
font-size:20px !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.active>h4
{
font-size:20px !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.hover>h4
{
font-size:20px !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.active>h4>span
{
font-size:20px !important;
}
*#dm *.dmBody div.u_1975958600 *.tab-label.hover>h4>span
{
font-size:20px !important;
}
*#dm *.dmBody div.u_1221172435
{
important:true !important;
width:100% !important;
}
*#dm *.dmBody div.u_1661509631
{
padding-top:0px !important;
padding-bottom:0px !important;
padding-right:0px !important;
padding-left:0px !important;
}
*#dm *.dmBody div.u_1774428180
{
important:true !important;
width:100% !important;
}
*#dm *.dmBody div.u_1710182201
{
padding-top:0px !important;
padding-bottom:0px !important;
padding-right:0px !important;
padding-left:0px !important;
}
*#dm *.dmBody div.u_1777808831
{
background-attachment:fixed !important;
background-size:cover !important;
}
*#dm *.dmBody div.u_1795637111
{
background-repeat:no-repeat !important;
background-size:contain !important;
background-attachment:initial !important;
background-position:50% 50% !important;
}
</style>
<!-- Flex Sections CSS -->
<style id="grid-styles-desktop-8325c8fa-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media all {
#a288768d {
margin-bottom: 0px;
margin-right: 0%;
margin-left: 0%;
}
#\30 b88c4e8 {
min-height: 8px;
column-gap: 4%;
row-gap: 0px;
width: 100%;
justify-content: flex-end;
min-width: 4%;
padding-top: 16px;
padding-right: 16px;
padding-left: 16px;
margin: 0px 0% 0px 0%;
}
#\38 50348c6::before, #\38 50348c6 > .bgExtraLayerOverlay {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.36;
border-radius: inherit;
content: '';
background-color: rgba(0, 0, 0, 1);
}
#\38 50348c6 {
background-position: 50% 100%;
background-color: rgba(16, 19, 27, 1);
background-image: initial;
background-attachment: fixed;
}
#\34 294591e {
min-height: 480px;
column-gap: 4%;
row-gap: 24px;
max-width: none;
width: 100%;
flex-wrap: nowrap;
margin: 0px 0% 0px 0%;
grid-area: 1 / 1 / span 1 / span 1;
}
#widget_62l {
width: 100%;
height: auto;
max-width: 100%;
order: 0;
}
#widget_m9s {
width: 100%;
height: auto;
max-width: 100%;
order: 1;
}
#widget_0ch {
width: auto;
height: auto;
max-width: 100%;
justify-self: auto;
align-self: auto;
order: 0;
grid-area: auto / auto / auto / auto;
}
#e90068fe {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
position: relative;
max-width: 100%;
width: 50%;
min-height: 48px;
max-height: 100%;
order: 0;
margin: 0px 0% 0px 0%;
}
#\34 2c63361 {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
position: relative;
max-width: 100%;
width: 100%;
min-height: 48px;
max-height: 100%;
flex-wrap: nowrap;
justify-self: auto;
align-self: auto;
order: 2;
margin: 0px 0% 0px 0%;
grid-area: auto / auto / auto / auto;
}
#\35 e2a3481 {
width: 120px;
height: auto;
max-width: 100%;
align-self: auto;
justify-self: auto;
order: 0;
margin-left: 2%;
grid-area: auto / auto / auto / auto;
}
#group_gap {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
position: relative;
max-width: 100%;
width: 10%;
min-height: 48px;
max-height: 100%;
order: 1;
}
#widget_4q4 {
width: 100%;
height: 320px;
position: relative;
min-width: 10px;
min-height: 10px;
max-width: 100%;
}
}</style>
<style id="grid-styles-desktop-cd0936a2-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media all {
#e80b2754 {
align-self: stretch;
background-size: cover;
display: flex;
min-height: 8px;
background-position: 50% 50%;
column-gap: 4%;
row-gap: 24px;
background-repeat: no-repeat;
flex-direction: column;
max-width: 100%;
width: 70%;
justify-content: center;
align-items: flex-start;
position: relative;
min-width: 4%;
padding: 16px 16px 16px 16px;
}
#\38 492a211 {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
position: relative;
max-width: 100%;
width: 30%;
min-width: 4%;
min-height: 8px;
column-gap: 4%;
row-gap: 24px;
align-self: stretch;
background-color: var(--color_2);
padding: 16px 16px 16px 16px;
}
#\36 df970b5 {
position: relative;
width: 100.00%;
height: 298px;
min-width: 10px;
min-height: 10px;
max-width: 100%;
justify-self: auto;
align-self: auto;
order: 0;
grid-area: auto / auto / auto / auto;
}
#c7bfe950 {
align-self: start;
padding-top: 2%;
background-size: cover;
display: flex;
padding-bottom: 2%;
min-height: auto;
background-position: 50% 50%;
column-gap: 0%;
row-gap: 0px;
background-repeat: no-repeat;
flex-direction: row;
max-width: 1200px;
width: 100%;
justify-content: flex-start;
align-items: center;
position: relative;
justify-self: center;
order: 0;
flex-wrap: nowrap;
}
#\35 ea28d84 {
position: relative;
width: 100%;
height: auto;
min-width: 10px;
min-height: 10px;
max-width: 100%;
justify-self: auto;
align-self: auto;
order: 0;
grid-area: auto / auto / auto / auto;
}
#af20113f {
background-repeat: no-repeat;
background-size: cover;
grid-template-columns: minmax(0px, 1fr);
grid-template-rows: minmax(8px, max-content);
display: grid;
justify-content: start;
background-position: 50% 50%;
align-items: start;
position: relative;
background-color: var(--color_1);
}
}</style>
<style id="grid-styles-desktop-392994f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media all {
#\31 25a845b {
align-self: stretch;
background-size: cover;
display: flex;
min-height: 8px;
background-position: 50% 50%;
column-gap: 4%;
row-gap: 24px;
background-repeat: no-repeat;
flex-direction: column;
max-width: 100%;
width: 70%;
justify-content: center;
align-items: flex-start;
position: relative;
min-width: 4%;
padding: 16px 16px 16px 16px;
}
#b463204d {
background-repeat: no-repeat;
background-size: cover;
grid-template-columns: minmax(0px, 1fr);
grid-template-rows: minmax(8px, max-content);
display: grid;
justify-content: start;
background-position: 50% 50%;
align-items: start;
position: relative;
background-color: var(--color_1);
}
#f87c9ba0 {
align-self: start;
padding-top: 2%;
background-size: cover;
display: flex;
padding-bottom: 2%;
min-height: 240px;
background-position: 50% 50%;
column-gap: 0%;
row-gap: 0px;
background-repeat: no-repeat;
flex-direction: row;
max-width: 1200px;
width: 100%;
justify-content: flex-start;
align-items: center;
position: relative;
justify-self: center;
order: 0;
flex-wrap: nowrap;
}
#widget_oi6 {
position: relative;
width: 100%;
height: auto;
min-width: 10px;
min-height: 10px;
max-width: 100%;
}
#group_hvm {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
position: relative;
max-width: 100%;
width: 30%;
min-width: 4%;
min-height: 8px;
column-gap: 4%;
row-gap: 24px;
align-self: stretch;
background-color: var(--color_2);
padding: 16px 16px 16px 16px;
}
#widget_odf {
position: relative;
width: 100%;
height: 240px;
min-width: 10px;
min-height: 10px;
max-width: 100%;
}
}</style>
<style id="grid-styles-desktop-77003484-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media all {
#\36 ef8366c {
align-self: stretch;
background-size: cover;
display: flex;
min-height: 8px;
background-position: 50% 50%;
column-gap: 4%;
row-gap: 24px;
background-repeat: no-repeat;
flex-direction: column;
max-width: 100%;
width: 100%;
justify-content: center;
align-items: flex-start;
position: relative;
min-width: 4%;
}
#\31 e6ddf31 {
align-self: start;
background-size: cover;
display: flex;
min-height: 0px;
background-position: 50% 50%;
column-gap: 0%;
row-gap: 0px;
background-repeat: no-repeat;
flex-direction: row;
max-width: 1200px;
width: 100%;
justify-content: flex-start;
align-items: center;
position: relative;
justify-self: center;
order: 0;
flex-wrap: nowrap;
}
#\36 e924c2e {
background-repeat: no-repeat;
background-size: cover;
grid-template-columns: minmax(0px, 1fr);
grid-template-rows: minmax(8px, max-content);
display: grid;
justify-content: start;
background-position: 50% 50%;
align-items: start;
position: relative;
}
#\31 ea2bf5d {
position: relative;
width: 100%;
height: auto;
min-width: 10px;
min-height: 10px;
max-width: 100%;
align-self: center;
}
}</style>
<style id="grid-styles-desktop-b995b83f-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media all {
#\38 c841e69 {
align-self: stretch;
background-size: cover;
display: flex;
min-height: 8px;
background-position: 50% 50%;
column-gap: 4%;
row-gap: 24px;
background-repeat: no-repeat;
flex-direction: column;
max-width: 100%;
width: 100%;
justify-content: center;
align-items: flex-start;
position: relative;
min-width: 4%;
}
#\39 7473a2f {
background-repeat: no-repeat;
background-size: cover;
grid-template-columns: minmax(0px, 1fr);
grid-template-rows: minmax(8px, max-content);
display: grid;
justify-content: start;
background-position: 50% 50%;
align-items: start;
position: relative;
}
#b369b82b {
position: relative;
width: 100%;
height: auto;
min-width: 10px;
min-height: 10px;
max-width: 100%;
align-self: center;
}
#bf663e35 {
align-self: start;
background-size: cover;
display: flex;
min-height: 0px;
background-position: 50% 50%;
column-gap: 0%;
row-gap: 0px;
background-repeat: no-repeat;
flex-direction: row;
max-width: 1200px;
width: 100%;
justify-content: flex-start;
align-items: center;
position: relative;
justify-self: center;
order: 0;
flex-wrap: nowrap;
}
}</style>
<style id="grid-styles-desktop-954ec7f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media all {
#\32 a21838d {
align-self: start;
padding-top: 2%;
background-size: cover;
display: flex;
padding-bottom: 2%;
min-height: 100px;
background-position: 50% 50%;
column-gap: 4%;
row-gap: 24px;
background-repeat: no-repeat;
flex-direction: row;
max-width: 1200px;
width: 100%;
justify-content: flex-start;
align-items: center;
position: relative;
justify-self: center;
order: 0;
flex-wrap: nowrap;
}
#c6035a12 {
position: relative;
width: 100%;
height: auto;
min-width: 10px;
min-height: 10px;
max-width: 100%;
order: 1;
align-self: stretch;
}
#\36 90eaf03 {
align-self: stretch;
background-size: cover;
display: flex;
min-height: 8px;
background-position: 50% 50%;
column-gap: 4%;
row-gap: 24px;
background-repeat: no-repeat;
flex-direction: column;
max-width: 100%;
width: 100%;
justify-content: center;
align-items: flex-start;
position: relative;
min-width: 4%;
padding-right: 16px;
padding-left: 16px;
}
#add6eca0 {
background-repeat: no-repeat;
background-size: cover;
grid-template-columns: minmax(0px, 1fr);
grid-template-rows: minmax(8px, max-content);
display: grid;
justify-content: start;
background-position: 50% 50%;
align-items: start;
position: relative;
}
#bb6ff052 {
position: relative;
width: 100%;
height: auto;
min-width: 10px;
min-height: 10px;
max-width: 100%;
order: 0;
justify-self: auto;
align-self: auto;
grid-area: auto / auto / auto / auto;
}
}</style>
<style id="grid-styles-adjustments_for_tablet-8325c8fa-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 767px) and (max-width: 1024px) {
}</style>
<style id="grid-styles-tablet-8325c8fa-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 767px) and (max-width: 1024px) {
#\34 294591e {
flex-direction: row;
flex-wrap: nowrap;
min-height: 360px;
}
#\30 b88c4e8 {
width: 100%;
min-height: 8px;
}
#\38 50348c6::before, #\38 50348c6 > .bgExtraLayerOverlay {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: inherit;
content: '';
background-color: rgba(0, 0, 0, 1);
}
#\38 50348c6 {
background-position: 50% 0%;
background-attachment: fixed;
}
#group_gap {
width: 15%;
}
}</style>
<style id="grid-styles-tablet-cd0936a2-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 768px) and (max-width: 1024px) {
#e80b2754 {
width: 61%;
min-height: 8px;
}
#\38 492a211 {
width: 35%;
min-height: 8px;
background-color: var(--color_2);
}
#\36 df970b5 {
height: 240px;
}
#c7bfe950 {
padding-left: 2%;
padding-right: 2%;
flex-direction: row;
flex-wrap: nowrap;
min-height: 360px;
}
#af20113f {
background-color: var(--color_1);
}
}</style>
<style id="grid-styles-tablet-392994f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 768px) and (max-width: 1024px) {
#f87c9ba0 {
padding-left: 2%;
padding-right: 2%;
flex-direction: row;
flex-wrap: nowrap;
min-height: 500px;
}
#\31 25a845b {
width: 61%;
min-height: 8px;
}
#b463204d {
background-color: var(--color_1);
}
#group_hvm {
width: 35%;
min-height: 8px;
background-color: var(--color_2);
}
}</style>
<style id="grid-styles-tablet-77003484-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 768px) and (max-width: 1024px) {
#\36 ef8366c {
width: 100%;
min-height: 8px;
}
#\31 e6ddf31 {
padding-left: 2%;
padding-right: 2%;
flex-direction: row;
flex-wrap: nowrap;
min-height: 0px;
}
}</style>
<style id="grid-styles-tablet-b995b83f-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 768px) and (max-width: 1024px) {
#\38 c841e69 {
width: 100%;
min-height: 8px;
}
#bf663e35 {
padding-left: 2%;
padding-right: 2%;
flex-direction: row;
flex-wrap: nowrap;
min-height: 0px;
}
}</style>
<style id="grid-styles-tablet-954ec7f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 768px) and (max-width: 1024px) {
#\32 a21838d {
padding-left: 2%;
padding-right: 2%;
flex-direction: row;
flex-wrap: nowrap;
min-height: 71px;
}
#\36 90eaf03 {
width: 100%;
min-height: 8px;
}
}</style>
<style id="grid-styles-desktop_wide-8325c8fa-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 1400px) {
#\34 294591e {
flex-direction: row;
flex-wrap: nowrap;
min-height: 480px;
padding: 2% 0% 2% 0%;
}
#\30 b88c4e8 {
width: 100%;
min-height: 8px;
}
#\38 50348c6::before, #\38 50348c6 > .bgExtraLayerOverlay {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: inherit;
content: '';
background-color: rgba(0, 0, 0, 1);
}
#\38 50348c6 {
background-position: 50% 0%;
background-attachment: fixed;
}
#a288768d {
margin-top: 0px;
}
#group_gap {
width: 8%;
}
}</style>
<style id="grid-styles-desktop_wide-cd0936a2-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 1400px) {
#e80b2754 {
width: 70%;
min-height: 8px;
}
#\38 492a211 {
width: 30%;
min-height: 8px;
background-color: var(--color_2);
}
#c7bfe950 {
flex-direction: row;
flex-wrap: nowrap;
min-height: 200px;
}
#af20113f {
background-color: var(--color_1);
}
}</style>
<style id="grid-styles-desktop_wide-392994f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 1400px) {
#f87c9ba0 {
flex-direction: row;
flex-wrap: nowrap;
min-height: 200px;
}
#\31 25a845b {
width: 70%;
min-height: 8px;
}
#b463204d {
background-color: var(--color_1);
}
#group_hvm {
width: 30%;
min-height: 8px;
background-color: var(--color_2);
}
}</style>
<style id="grid-styles-desktop_wide-77003484-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 1400px) {
#\36 ef8366c {
width: 100%;
min-height: 8px;
}
#\31 e6ddf31 {
flex-direction: row;
flex-wrap: nowrap;
min-height: 0px;
}
}</style>
<style id="grid-styles-desktop_wide-b995b83f-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 1400px) {
#\38 c841e69 {
width: 100%;
min-height: 8px;
}
#bf663e35 {
flex-direction: row;
flex-wrap: nowrap;
min-height: 0px;
}
}</style>
<style id="grid-styles-desktop_wide-954ec7f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 1400px) {
#f4bb2fcf {
margin-top: 0px;
}
#\32 a21838d {
flex-direction: row;
flex-wrap: nowrap;
min-height: 106px;
padding: 2% 0% 2% 0%;
}
#\36 90eaf03 {
width: 100%;
min-height: 8px;
}
}</style>
<style id="grid-styles-inherited_from_desktop-8325c8fa-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (max-width: 766px) {
#\38 50348c6 {
grid-template-rows: minmax(8px, max-content);
}
#\34 294591e {
grid-area: 1 / 1 / span 1 / span 1;
}
}</style>
<style id="grid-styles-mobile_portrait-8325c8fa-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (max-width: 767px) {
#\30 b88c4e8 {
width: 100%;
min-height: 160px;
align-items: center;
padding-bottom: 0px;
padding-left: 16px;
}
#\34 294591e {
min-height: 0;
flex-direction: column;
padding-left: 4%;
padding-right: 4%;
flex-wrap: nowrap;
padding-bottom: 0%;
}
#\38 50348c6::before, #\38 50348c6 > .bgExtraLayerOverlay {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: inherit;
content: '';
background-color: rgba(0, 0, 0, 1);
}
#\38 50348c6 {
background-position: 50% 0%;
background-attachment: fixed;
}
#widget_62l {
align-self: center;
margin-left: 0px;
margin-right: 0px;
}
#\35 e2a3481 {
margin-left: 4%;
width: 96px;
}
#group_gap {
width: 27%;
}
#widget_4q4 {
height: 240px;
}
}</style>
<style id="grid-styles-mobile_portrait-cd0936a2-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (max-width: 767px) {
#e80b2754 {
width: 100%;
min-height: 248px;
align-items: center;
}
#\38 492a211 {
width: 100%;
min-height: 128px;
align-items: center;
background-color: var(--color_2);
padding: 0px 16px 0px 16px;
}
#\36 df970b5 {
height: 144px;
}
#c7bfe950 {
min-height: 0;
flex-direction: column;
padding-left: 4%;
padding-right: 4%;
flex-wrap: nowrap;
}
#af20113f {
background-color: var(--color_1);
}
}</style>
<style id="grid-styles-mobile_portrait-392994f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (max-width: 767px) {
#\31 25a845b {
width: 100%;
min-height: 160px;
align-items: center;
}
#f87c9ba0 {
min-height: 0;
flex-direction: column;
padding-left: 4%;
padding-right: 4%;
flex-wrap: nowrap;
}
#b463204d {
background-color: var(--color_1);
}
#group_hvm {
width: 100%;
min-height: 128px;
align-items: center;
background-color: var(--color_2);
padding: 0px 16px 0px 16px;
}
#widget_odf {
height: 144px;
}
}</style>
<style id="grid-styles-mobile_portrait-77003484-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (max-width: 767px) {
#\36 ef8366c {
width: 100%;
min-height: 24px;
align-items: center;
}
#\31 e6ddf31 {
min-height: 0;
flex-direction: column;
padding-left: 4%;
padding-right: 4%;
flex-wrap: nowrap;
}
}</style>
<style id="grid-styles-mobile_portrait-b995b83f-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (max-width: 767px) {
#\38 c841e69 {
width: 100%;
min-height: 24px;
align-items: center;
}
#bf663e35 {
min-height: 0;
flex-direction: column;
padding-left: 4%;
padding-right: 4%;
flex-wrap: nowrap;
}
}</style>
<style id="grid-styles-mobile_portrait-954ec7f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (max-width: 767px) {
#\32 a21838d {
min-height: 0;
flex-direction: column;
padding-left: 4%;
padding-right: 4%;
flex-wrap: nowrap;
}
#\36 90eaf03 {
width: 100%;
min-height: 57px;
align-items: center;
row-gap: 12px;
}
}</style>
<style id="grid-styles-mobile_landscape-8325c8fa-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 468px) and (max-width: 767px) {
#\34 294591e {
flex-direction: column;
flex-wrap: nowrap;
min-height: 0;
}
#\30 b88c4e8 {
width: 100%;
min-height: 160px;
}
#\38 50348c6::before, #\38 50348c6 > .bgExtraLayerOverlay {
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: inherit;
content: '';
background-color: rgba(0, 0, 0, 1);
}
#\38 50348c6 {
background-position: 50% 0%;
background-attachment: fixed;
}
#group_gap {
width: 15%;
}
}</style>
<style id="grid-styles-mobile_landscape-cd0936a2-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 468px) and (max-width: 767px) {
#e80b2754 {
width: 100%;
min-height: 160px;
}
#\38 492a211 {
width: 100%;
min-height: 160px;
background-color: var(--color_2);
}
#c7bfe950 {
flex-direction: column;
flex-wrap: nowrap;
min-height: 0;
}
#af20113f {
background-color: var(--color_1);
}
}</style>
<style id="grid-styles-mobile_landscape-392994f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 468px) and (max-width: 767px) {
#f87c9ba0 {
flex-direction: column;
flex-wrap: nowrap;
min-height: 0;
}
#\31 25a845b {
width: 100%;
min-height: 160px;
}
#b463204d {
background-color: var(--color_1);
}
#group_hvm {
width: 100%;
min-height: 160px;
background-color: var(--color_2);
}
}</style>
<style id="grid-styles-mobile_landscape-77003484-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 468px) and (max-width: 767px) {
#\36 ef8366c {
width: 100%;
min-height: 24px;
}
#\31 e6ddf31 {
flex-direction: column;
flex-wrap: nowrap;
min-height: 0;
}
}</style>
<style id="grid-styles-mobile_landscape-b995b83f-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 468px) and (max-width: 767px) {
#\38 c841e69 {
width: 100%;
min-height: 24px;
}
#bf663e35 {
flex-direction: column;
flex-wrap: nowrap;
min-height: 0;
}
}</style>
<style id="grid-styles-mobile_landscape-954ec7f4-5bde980887a54ef5b900cadf122448df" data-page-uuid="5bde980887a54ef5b900cadf122448df">@media (min-width: 468px) and (max-width: 767px) {
#\32 a21838d {
flex-direction: column;
flex-wrap: nowrap;
min-height: 0;
}
#\36 90eaf03 {
width: 100%;
min-height: 57px;
row-gap: 12px;
}
}</style>
<style id="globalFontSizeStyle" type="text/css">
.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-38, .size-38, .size-38 > font { font-size: 38px !important; }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>
<style id="hideAnimFix">
.dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
visibility: hidden;
}
.dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
visibility: hidden !important;
}
#dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
visibility: hidden;
}
</style>
<style id="fontFallbacks">
@font-face {
font-family: "Roboto Fallback";
src: local('Arial');
ascent-override: 92.6709%;
descent-override: 24.3871%;
size-adjust: 100.1106%;
line-gap-override: 0%;
}@font-face {
font-family: "Montserrat Fallback";
src: local('Arial');
ascent-override: 84.9466%;
descent-override: 22.0264%;
size-adjust: 113.954%;
line-gap-override: 0%;
}@font-face {
font-family: "Poppins Fallback";
src: local('Arial');
ascent-override: 92.326%;
descent-override: 30.7753%;
line-gap-override: 8.793%;
size-adjust: 113.7274%;
}@font-face {
font-family: "Inter Fallback";
src: local('Arial');
ascent-override: 90.199%;
descent-override: 22.4836%;
size-adjust: 107.4014%;
line-gap-override: 0%;
}@font-face {
font-family: "Fjalla One Fallback";
src: local('Arial');
ascent-override: 114.9994%;
descent-override: 28.2767%;
size-adjust: 87.7212%;
line-gap-override: 0%;
}@font-face {
font-family: "Syncopate Fallback";
src: local('Arial');
ascent-override: 44.8029%;
descent-override: 12.2661%;
line-gap-override: 4.319%;
size-adjust: 169.5796%;
}@font-face {
font-family: "Albert Sans Fallback";
src: local('Arial');
ascent-override: 91.16%;
descent-override: 23.9895%;
size-adjust: 104.2124%;
line-gap-override: 0%;
}@font-face {
font-family: "DM Sans Fallback";
src: local('Arial');
ascent-override: 94.3696%;
descent-override: 29.4905%;
size-adjust: 105.1186%;
line-gap-override: 0%;
}
</style>
<!-- End render the required css and JS in the head section -->
<link type="application/rss+xml" rel="alternate" href="http://www.stecklinecommunications.com/feed/rss2"/>
<link type="application/atom+xml" rel="alternate" href="http://www.stecklinecommunications.com/feed/atom"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.stecklinecommunications.com/kgso"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:image" content="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/SCOM_Favicon_HomeScreen+Icon-1920w.png"/>
<meta property="og:image" content="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/SCOM_Favicon_HomeScreen+Icon-1920w.png"/>
<!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= -->
</head>
<body id="dmRoot" data-page-alias="kgso" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite mac safariFix dmLargeBody responsiveTablet "
style="padding:0;margin:0;"
>
<!-- ========= Site Content ========= -->
<div id="dm" class='dmwr'>
<div class="dm_wrapper standard-var5 widgetStyle-3 standard">
<div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-sec hasAnimations rows-1200 inMiniHeaderMode hasStickyHeader dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side"> <div class="u_1212447741 dmRespRow" style="text-align: center;" id="1212447741"> <div class="dmRespColsWrapper" id="1385377328"> <div class="u_1625441298 dmRespCol small-12 medium-12 large-12 empty-column" id="1625441298"></div>
</div>
</div>
<div class="u_1145675123 dmRespRow middleDrawerRow" style="text-align: center;" id="1145675123"> <div class="dmRespColsWrapper" id="1162866726"> <div class="dmRespCol small-12 u_1784557304 medium-12 large-12" id="1784557304"> <nav class="u_1557956590 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HIDE" id="1557956590" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item " target="" data-target-page-alias="home"> <span class="nav-item-text " data-link-text="ABOUT US" data-auto="page-text-style">ABOUT US<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</nav>
<nav class="u_1268751556 unifiednav_vertical effect-none main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="SHOW" id="1268751556" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://lirp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/opt/web-logo-steckline-203x68-1920w.png" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmUDNavigationItem_010101864160 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ABOUT US" data-auto="page-text-style">ABOUT US<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-stations" class="unifiednav__item dmUDNavigationItem_010101502317 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="OUR STATIONS" data-auto="page-text-style">OUR STATIONS<span class="icon icon-angle-down"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101395024 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Wichita Kansas" data-auto="page-text-style">Wichita Kansas<span class="icon icon-angle-right"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kghf" class="unifiednav__item dmUDNavigationItem_010101236214 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="99.7 HANK FM" data-auto="page-text-style">99.7 HANK FM<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/la-raza-wichita" class="unifiednav__item dmUDNavigationItem_010101867129 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="La Raza 102.5" data-auto="page-text-style">La Raza 102.5<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kqam" class="unifiednav__item dmUDNavigationItem_010101655653 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Wichita's Big Talker KQAM" data-auto="page-text-style">Wichita's Big Talker KQAM<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kgso" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_010101371427 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Wichita's Sports Station KGSO" data-auto="page-text-style">Wichita's Sports Station KGSO<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
</ul>
</li>
<li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="#" class="unifiednav__item dmUDNavigationItem_01010123408 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Western Kansas" data-auto="page-text-style">Western Kansas<span class="icon icon-angle-right"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kgbl" class="unifiednav__item dmUDNavigationItem_010101476191 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="94.7 & 100.9 The Bull" data-auto="page-text-style">94.7 & 100.9 The Bull<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kggs" class="unifiednav__item dmUDNavigationItem_01010154984 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="La Raza 102.9 & 1340am" data-auto="page-text-style">La Raza 102.9 & 1340am<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kiul" class="unifiednav__item dmUDNavigationItem_010101636729 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Western Kansas Big Talker KIUL" data-auto="page-text-style">Western Kansas Big Talker KIUL<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kgyn" class="unifiednav__item dmUDNavigationItem_010101609690 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Five State Big Talker KGYN" data-auto="page-text-style">Five State Big Talker KGYN<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
</ul>
</li>
<li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101450431 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Southeast Kansas" data-auto="page-text-style">Southeast Kansas<span class="icon icon-angle-right"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kote" class="unifiednav__item dmUDNavigationItem_010101345312 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="93.9 Coyote Country" data-auto="page-text-style">93.9 Coyote Country<span class="icon icon-angle-right"></span>
</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/advertise-with-us" class="unifiednav__item dmUDNavigationItem_01010134017 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="ADVERTISE WITH US" data-auto="page-text-style">ADVERTISE WITH US<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/mid-america-ag-network" class="unifiednav__item dmUDNavigationItem_010101296268 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="MID AMERICA AG NETWORK" data-auto="page-text-style">MID AMERICA AG NETWORK<span class="icon icon-angle-down"></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="dmRespRow u_1814763226" style="text-align: center;" id="1814763226"> <div class="dmRespColsWrapper" id="1881520377"> <div class="u_1936139200 dmRespCol small-12 medium-12 large-12" id="1936139200"> <div class="u_1235433803 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1235433803"><img src="https://lirp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/opt/web-logo-steckline-203x68-1920w.png" alt="" id="1476724211" class="" data-dm-image-path="https://irp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/web-logo-steckline-203x68.png" width="203" height="68" onerror="handleImageLoadError(this)"/></div>
<div class="u_1742116817 dmNewParagraph" id="1742116817" style="line-height:initial;" data-version="5"><p><span style="display: initial; color: var(--color_2);">1632 S Maize Rd Ste 200</span></p><p><span style="display: initial; color: var(--color_2);">Wichita, Kansas 67209</span></p><p><span style="display: initial; color: var(--color_2);">(316) 721-8484</span></p></div></div>
</div>
</div>
</div>
<div class="layout-drawer-overlay" id="layout-drawer-overlay"></div>
</div>
<div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="u_1705692124 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1705692124"> <div class="dmRespColsWrapper" id="1469942216"> <div class="u_1655486006 dmRespCol small-12 large-8 medium-8" id="1655486006"> <div data-element-type="spacer" class="u_1423485005 dmSpacer" id="1423485005"></div>
</div>
<div class="u_1389274635 dmRespCol small-12 large-4 medium-4" id="1389274635"> <div class="u_1929829957 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1929829957"> <a href="/homec6979c8a" id="1837036982"><img src="https://lirp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/opt/web-logo-steckline-203x68-1920w.png" alt="" id="1763845734" class="" data-dm-image-path="https://irp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/web-logo-steckline-203x68.png" width="203" height="68" onerror="handleImageLoadError(this)"/></a>
</div>
</div>
</div>
</div>
</div>
</div>
<button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span>
<span class="hamburger__slice"></span>
<span class="hamburger__slice"></span>
</button>
<div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" layout="7f3c1de367df47d5b45ab63d33101c7b===header" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" logo-size-target="66%"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1409136695 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1409136695"> <div class="dmRespColsWrapper" id="1943575327"> <div class="u_1747301293 small-12 dmRespCol large-3 medium-3" id="1747301293"> <div class="u_1376053300 imageWidget align-center" data-widget-type="image" id="1376053300" data-element-type="image"> <a id="1779142688" class="" href="/" file="false"><img src="https://lirp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/opt/web-logo-steckline-203x68-1920w.png" id="1566372378" class="" data-dm-image-path="https://irp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/web-logo-steckline-203x68.png" width="203" height="68" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a>
</div>
</div>
<div class="u_1141195520 dmRespCol small-12 large-9 medium-9" id="1141195520"> <span id="1534979120"></span>
<nav class="u_1063598584 effect-float main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1063598584" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias="home"> <span class="nav-item-text " data-link-text="ABOUT US" data-auto="page-text-style">ABOUT US<span class="icon icon-angle-down"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/copy-of-our-staff" class="unifiednav__item " target="" data-target-page-alias="copy-of-our-staff"> <span class="nav-item-text " data-link-text="Our Staff" data-auto="page-text-style">Our Staff<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</li>
<li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-stations" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias="our-stations"> <span class="nav-item-text " data-link-text="OUR STATIONS" data-auto="page-text-style">OUR STATIONS<span class="icon icon-angle-down"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias="DEAD_LINK_Lqon"> <span class="nav-item-text " data-link-text="Wichita Kansas" data-auto="page-text-style">Wichita Kansas<span class="icon icon-angle-right"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kghf" class="unifiednav__item " target="" data-target-page-alias="kghf"> <span class="nav-item-text " data-link-text="99.7 HANK FM" data-auto="page-text-style">99.7 HANK FM<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/la-raza-wichita" class="unifiednav__item " target="" data-target-page-alias="la-raza-wichita"> <span class="nav-item-text " data-link-text="La Raza 102.5" data-auto="page-text-style">La Raza 102.5<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kqam" class="unifiednav__item " target="" data-target-page-alias="kqam"> <span class="nav-item-text " data-link-text="Wichita's Big Talker KQAM" data-auto="page-text-style">Wichita's Big Talker KQAM<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kgso" class="unifiednav__item dmNavItemSelected " target="" data-target-page-alias="kgso" data-auto="selected-page"> <span class="nav-item-text " data-link-text="Wichita's Sports Station KGSO" data-auto="page-text-style">Wichita's Sports Station KGSO<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</li>
<li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias="DEAD_LINK_OPrH"> <span class="nav-item-text " data-link-text="Western Kansas" data-auto="page-text-style">Western Kansas<span class="icon icon-angle-right"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kggs" class="unifiednav__item " target="" data-target-page-alias="kggs"> <span class="nav-item-text " data-link-text="La Raza 102.9 & 1340am" data-auto="page-text-style">La Raza 102.9 & 1340am<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kgbl" class="unifiednav__item " target="" data-target-page-alias="kgbl"> <span class="nav-item-text " data-link-text="94.7 & 100.9 The Bull" data-auto="page-text-style">94.7 & 100.9 The Bull<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kiul" class="unifiednav__item " target="" data-target-page-alias="kiul"> <span class="nav-item-text " data-link-text="Western Kansas Big Talker KIUL" data-auto="page-text-style">Western Kansas Big Talker KIUL<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kgyn" class="unifiednav__item " target="" data-target-page-alias="kgyn"> <span class="nav-item-text " data-link-text="Five State Big Talker KGYN" data-auto="page-text-style">Five State Big Talker KGYN<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</li>
<li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="#" class="unifiednav__item unifiednav__item_has-sub-nav" target="" data-target-page-alias="DEAD_LINK_bDki"> <span class="nav-item-text " data-link-text="Southeast Kansas" data-auto="page-text-style">Southeast Kansas<span class="icon icon-angle-right"></span>
</span>
</a>
<ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="1" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="2"> <a href="/kote" class="unifiednav__item " target="" data-target-page-alias="kote"> <span class="nav-item-text " data-link-text="93.9 Coyote Country" data-auto="page-text-style">93.9 Coyote Country<span class="icon icon-angle-right" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</li>
</ul>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/advertise-with-us" class="unifiednav__item " target="" data-target-page-alias="advertise-with-us"> <span class="nav-item-text " data-link-text="ADVERTISE WITH US" data-auto="page-text-style">ADVERTISE WITH US<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
<li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/mid-america-ag-network" class="unifiednav__item " target="" data-target-page-alias="mid-america-ag-network"> <span class="nav-item-text " data-link-text="MID AMERICA AG NETWORK" data-auto="page-text-style">MID AMERICA AG NETWORK<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div>
<div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_kgso dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div data-auto="flex-section" id="1628995856" data-flex-id="8325c8fa" data-layout-section=""> <div class="flex-widgets-container" id="1001229599"></div>
<section id="a288768d" class="flex-element section" data-auto="flex-element-section"> <div id="850348c6" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="4294591e" class="flex-element group" data-auto="flex-element-group"> <div id="0b88c4e8" class="flex-element group" data-auto="flex-element-group"> <div id="widget_62l" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1644283871"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1644283871" style=""> <h1 class="text-align-center m-text-align-center"><span style="display: initial;">WICHITA'S SPORTS STATION</span></h1>
</div>
</div>
<div id="widget_m9s" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="divider" data-external-id="1653874461"> <div class="dmDividerWrapper clearfix u_1653874461" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1653874461"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1217207364"/></div>
</div>
<div id="42c63361" class="flex-element group" data-auto="flex-element-group"> <div id="e90068fe" class="flex-element group" data-auto="flex-element-group" data-hidden-on-desktop="" data-hidden-on-desktop_wide="" data-hidden-on-tablet="" data-hidden-on-mobile_portrait="" data-hidden-on-mobile_landscape=""> <div id="5e2a3481" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="link" data-external-id="1070737444"> <a data-display-type="block" class="align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient button_2 u_1070737444" file="false" href="/kghf#KGHFEvents" data-element-type="dButtonLinkId" id="1070737444"> <span class="iconBg" aria-hidden="true" id="1695071663"> <span class="icon hasFontIcon icon-star" id="1963684862"></span>
</span>
<span class="text" id="1522319831">Events</span>
</a>
</div>
</div>
<div id="group_gap" class="flex-element group" data-auto="flex-element-group"> <div id="widget_0ch" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="socialhub" data-external-id="1540148408"> <div class="align-center text-align-center u_1540148408 dmSocialHub gapSpacing" id="1540148408" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/1410KGSO/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span>
</a>
<a href="https://twitter.com/KGSORadio" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Twitter')"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="widget_4q4" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1883703557"> <div class="imageWidget align-center u_1883703557" data-element-type="image" data-widget-type="image" id="1883703557"><img src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/KGSO+Radio-1920w.png" alt="" id="1850024372" class="" width="1920" height="1080" data-dm-image-path="https://irp.cdn-website.com/3981dec5/dms3rep/multi/KGSO+Radio.png" onerror="handleImageLoadError(this)"/></div>
</div>
</div>
</div>
</div>
</section>
</div>
<div data-layout-section="" data-auto="flex-section" id="1350637672" data-flex-id="cd0936a2"> <div class="flex-widgets-container" id="1000205946"></div>
<section id="ed1edfa6" class="flex-element section" data-auto="flex-element-section"> <div id="af20113f" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="c7bfe950" class="flex-element group" data-auto="flex-element-group"> <div id="8492a211" class="flex-element group" data-auto="flex-element-group"> <div id="6df970b5" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1626067434"> <div class="imageWidget align-center u_1626067434" data-element-type="image" data-widget-type="image" id="1626067434"><img src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_KGSO_Square-1920w.png" alt="" id="1013324775" class="" data-dm-image-path="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_KGSO_Square.png" width="600" height="600" onerror="handleImageLoadError(this)"/></div>
</div>
</div>
<div id="e80b2754" class="flex-element group" data-auto="flex-element-group"> <div id="5ea28d84" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1325963281"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1325963281" style=""> <h4 style="line-height: 1.5;"><span class="" style="color: var(--color_2); display: initial;"><span style="color: var(--color_2); display: initial;">wichita's sports station 1410am/93.9fm/99.7hd 3 KGso is your #1 sports talk radio station. with 7 hours of local talk, wake and drive to work with the gameplan 6-9am, in the zonme 9-11am, and drive home with the pressbox 4-6pm. Kgso also has your favorite national sports talk shows with colin cowherd and doug gottlieb. Plus enjoy great games all year from sunday nfl double headers, college football from westwood one and compass media, college basketball, including your march madness tournaments, and more. kgso is also the offical voice for bishop carroll golden eagles high school football team.</span>
</span></h4>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="dmRespRow u_1661509631" id="1661509631"> <div class="dmRespColsWrapper" id="1257582481"> <div class="dmRespCol large-12 medium-12 small-12" id="1078778503"> <div class="dmDividerWrapper clearfix u_1221172435 hasFullWidth" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1221172435" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImRpciI6InJpZ2h0In19" data-anim-desktop="slideInCombo"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1948265166"/></div>
</div>
</div>
</div>
<div class="dmRespRow u_1710182201" id="1710182201"> <div class="dmRespColsWrapper" id="1814298225"> <div class="dmRespCol large-12 medium-12 small-12" id="1654603214"> <div class="dmDividerWrapper clearfix u_1774428180 hasFullWidth" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1774428180" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJkaXIiOiJsZWZ0In19" data-anim-desktop="slideInCombo"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1840361985"/></div>
</div>
</div>
</div>
<div class="dmRespRow u_1777808831 dmSectionParallaxNew" id="1777808831"> <div class="dmRespColsWrapper" id="1664724283"> <div class="dmRespCol empty-column large-12 medium-12 small-12" id="1058049486"></div>
</div>
</div>
<div class="u_1804188086 dmRespRow" id="1804188086"> <div class="dmRespColsWrapper" id="1786779805"> <div class="dmRespCol large-12 medium-12 small-12 u_1572022231" id="1572022231"> <div class="dmNewParagraph u_1758735381" data-element-type="paragraph" data-version="5" id="1758735381" data-ai-tag="Tagline"><p class="text-align-center" style="letter-spacing: 0.2em;"><span style="display: initial;">Wichita's Sports Leader</span></p></div>
<div class="dmNewParagraph u_1810980197" data-element-type="paragraph" data-version="5" id="1810980197" style="transition: none 0s ease 0s; text-align: left; display: block;" data-ai-tag="Section title"> <h1 class="text-align-center m-size-35 size-60" style="line-height: 1.1;"><span class="font-size-60 m-font-size-35" m-font-size-set="true" style="display: unset; color: rgb(0, 0, 0);">Upcoming events</span></h1>
</div>
</div>
</div>
</div>
<div class="dmRespRow u_1795637111 dmSectionNoParallax" id="1795637111"> <div class="dmRespColsWrapper" id="1357280072"> <div class="dmRespCol empty-column large-12 medium-12 small-12 u_1943723008" id="1943723008"></div>
</div>
</div>
<div class="dmRespRow fullBleedChanged fullBleedMode u_1115883832" style="text-align: center;" id="1115883832"> <div class="dmRespColsWrapper" id="1119354222"> <div class="dmRespCol small-12 medium-12 large-12" id="1359842106"> <div class="u_1819641378 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp hasShadow photo-gallery-done text-layout-bottom captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="3" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1819641378" data-desktop-caption-alignment="bottom_center" data-placeholder="false" data-image-hover-effect="shine" data-rows-to-show="100" data-mobile-columns="1" data-image-animation="zoomIn"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div>
<div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1205691396" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_Fox-Sports.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_Fox-Sports-640w.png');"><img id="1612560567" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_Fox-Sports-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1205575082" class="caption-container u_1205575082" style="display:none"> <span class="caption-inner"> <h3 id="1121735998" class="caption-title u_1121735998">FOX SPORTS RADIO</h3>
<div id="1400105698" class="caption-text u_1400105698"><p class="rteBlock">12am-5am</p></div>
<a id="1895790144" class="caption-button dmWidget clearfix u_1895790144" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1822114764" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_2-Pros.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_2-Pros-640w.png');"><img id="1941903263" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_2-Pros-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1053239199" class="caption-container u_1053239199" style="display:none"> <span class="caption-inner"> <h3 id="1218812587" class="caption-title u_1218812587">2 PROS AND A CUP OF JOE</h3>
<div id="1529870876" class="caption-text u_1529870876"><p class="rteBlock">5am-6am</p></div>
<a id="1144187399" class="caption-button dmWidget clearfix u_1144187399" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1398511485" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_The-Gameplan.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_The-Gameplan-640w.png');"><img id="1307131867" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_The-Gameplan-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1161808786" class="caption-container u_1161808786" style="display:none"> <span class="caption-inner"> <h3 id="1211578344" class="caption-title u_1211578344">THE GAMEPLAN</h3>
<div id="1258373922" class="caption-text u_1258373922"><p class="rteBlock">6am-9am</p></div>
<a id="1480737363" class="caption-button dmWidget clearfix u_1480737363" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1187744467" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_In-the-Zone.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_In-the-Zone-640w.png');"><img id="1841990725" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_In-the-Zone-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1050289131" class="caption-container u_1050289131" style="display:none"> <span class="caption-inner"> <h3 id="1509330563" class="caption-title u_1509330563">IN THE ZONE</h3>
<div id="1147288711" class="caption-text u_1147288711"><p class="rteBlock">9am-11am</p></div>
<a id="1575453946" class="caption-button dmWidget clearfix u_1575453946" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="4"> <div index="4" class="photoGalleryThumbs animated " data-index="4"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1006017853" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Headshot_Colin-Cowherd.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Headshot_Colin-Cowherd-640w.png');"><img id="1017330334" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Headshot_Colin-Cowherd-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1058956184" class="caption-container u_1058956184" style="display:none"> <span class="caption-inner"> <h3 id="1404142527" class="caption-title u_1404142527">COLIN COWHERD</h3>
<div id="1892605865" class="caption-text u_1892605865"><p class="rteBlock">11am-2pm</p></div>
<a id="1601008367" class="caption-button dmWidget clearfix u_1601008367" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="5"> <div index="5" class="photoGalleryThumbs animated " data-index="5"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1294129282" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Headshot_Doug-Gottlieb.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Headshot_Doug-Gottlieb-640w.png');"><img id="1893490496" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Headshot_Doug-Gottlieb-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1755314824" class="caption-container u_1755314824" style="display:none"> <span class="caption-inner"> <h3 id="1407229882" class="caption-title u_1407229882">DOUG GOTTLIEB</h3>
<div id="1486434757" class="caption-text u_1486434757"><p class="rteBlock">2pm-4pm</p></div>
<a id="1638571607" class="caption-button dmWidget clearfix u_1638571607" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="6"> <div index="6" class="photoGalleryThumbs animated " data-index="6"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1735206333" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_The-Pressbox-8d52da6a.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_The-Pressbox-8d52da6a-640w.png');"><img id="1581228911" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_The-Pressbox-8d52da6a-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1349984000" class="caption-container u_1349984000" style="display:none"> <span class="caption-inner"> <h3 id="1693327704" class="caption-title u_1693327704">THE PRESSBOX</h3>
<div id="1892169055" class="caption-text u_1892169055"><p class="rteBlock">4pm-6pm</p></div>
<a id="1544636289" class="caption-button dmWidget clearfix u_1544636289" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="7"> <div index="7" class="photoGalleryThumbs animated " data-index="7"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1217646200" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_The-Odd-Couple.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_The-Odd-Couple-640w.png');"><img id="1081675396" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_The-Odd-Couple-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1007465957" class="caption-container u_1007465957" style="display:none"> <span class="caption-inner"> <h3 id="1449362644" class="caption-title u_1449362644">THE ODD COUPLE</h3>
<div id="1970156929" class="caption-text u_1970156929"><p class="rteBlock">6pm-9pm</p></div>
<a id="1653403514" class="caption-button dmWidget clearfix u_1653403514" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="photogallery-column column-3" data-index="8"> <div index="8" class="photoGalleryThumbs animated " data-index="8"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" aria-label="" data-dm-force-device="mobile" class="u_1146529383" data-image-url="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_Rich-Eisen-Show.png" style="background-image: url('https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_Rich-Eisen-Show-640w.png');"><img id="1435138534" data-src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_Rich-Eisen-Show-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a>
</div>
<div id="1691987536" class="caption-container u_1691987536" style="display:none"> <span class="caption-inner"> <h3 id="1005257330" class="caption-title u_1005257330">RICH EISEN</h3>
<div id="1984126623" class="caption-text u_1984126623"><p class="rteBlock">9pm-12am</p></div>
<a id="1033090572" class="caption-button dmWidget clearfix u_1033090572" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span>
</span>
<span class="text">Button</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="u_1353381170 dmRespRow hasBackgroundOverlay dmSectionNoParallax" style="text-align: center;" id="1353381170" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTM0MTEzNDE0NTA5LTBlZWMyYmZiNDkzZi5qcGciXX0="> <div class="dmRespColsWrapper" id="1300944197"> <div class="dmRespCol small-12 medium-12 large-12 u_1670884734" id="1670884734"> <span id="1328445523"></span>
<div class="u_1592381806 graphicWidget" data-element-type="graphic" data-widget-type="graphic" id="1592381806" data-layout="graphic-style-2"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1071659272" class="svg u_1071659272" data-hover-effect="opacity" data-icon-custom="true"> <g> <path d="m20.832 46.875c-1.7227 0-3.125 1.3984-3.125 3.125 0.011719 8.0195 3.0039 15.75 8.3945 21.688 5.3867 5.9375 12.793 9.6602 20.773 10.445v6.4102h-7.293c-1.7227 0-3.125 1.3984-3.125 3.125 0 1.7227 1.4023 3.125 3.125 3.125h20.836c1.7227 0 3.125-1.4023 3.125-3.125 0-1.7266-1.4023-3.125-3.125-3.125h-7.293v-6.4102c7.9805-0.78516 15.387-4.5078 20.773-10.445 5.3906-5.9375 8.3828-13.668 8.3945-21.688 0-1.7266-1.4023-3.125-3.125-3.125-1.7266 0-3.125 1.3984-3.125 3.125 0 9.3047-4.9648 17.902-13.023 22.555-8.0547 4.6484-17.984 4.6484-26.039 0-8.0586-4.6523-13.023-13.25-13.023-22.555 0-1.7266-1.3984-3.125-3.125-3.125z"></path>
<path d="m41.668 46.875h-11.461v3.125c0 7.0703 3.7734 13.605 9.8984 17.141 6.1211 3.5352 13.668 3.5352 19.789 0 6.125-3.5352 9.8984-10.07 9.8984-17.141v-3.125h-11.461c-1.7227 0-3.125-1.3984-3.125-3.125s1.4023-3.125 3.125-3.125h11.457l0.003907-6.25h-11.461c-1.7227 0-3.125-1.3984-3.125-3.125s1.4023-3.125 3.125-3.125h11.457l0.003907-3.125c0-7.0703-3.7734-13.605-9.8984-17.141-6.1211-3.5352-13.668-3.5352-19.789 0-6.125 3.5352-9.8984 10.07-9.8984 17.141v3.125h11.461c1.7227 0 3.125 1.3984 3.125 3.125s-1.4023 3.125-3.125 3.125h-11.461v6.25h11.461c1.7227 0 3.125 1.3984 3.125 3.125s-1.4023 3.125-3.125 3.125z"></path>
</g>
</svg>
</div>
<div class="u_1348024079 dmNewParagraph" data-element-type="paragraph" id="1348024079" style="transition: none 0s ease 0s; display: block; line-height: initial; text-align: center;" data-version="5"> <h2 class="text-align-center m-size-36 size-38"><span class="m-font-size-36 font-size-38" style="display: initial; font-weight: 600; color: rgb(255, 255, 255);">WICHITA'S SPORTS LEADER</span></h2>
</div> <div class="u_1975958600 widget-7b2ba5 dmCustomWidget" data-lazy-load="" data-title="" id="1975958600" dmle_extension="custom_extension" data-element-type="custom_extension" wr="false" icon="false" surround="false" data-widget-id="7b2ba547771b4d4db17e3e2b9f0abd0c" data-widget-version="226" data-widget-config="eyJ0YWJzIjpbeyJpbWFnZSI6Imh0dHBzOi8vZGQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vZWRpdG9yL3RhYnMvTGFyZ2VfbGVhdmVzLmpwZyIsIml0ZW1MYWJlbCI6IldFRUtEQVlTIiwiaGVhZGluZ1R5cGUiOiJoNCIsIml0ZW1UaXRsZSI6IldFRUtEQVkgTElORVVQIiwiaXRlbURlc2MiOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+MTJhbS01YW06IEZveCBTcG9ydHMgUmFkaW88L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjVhbS02YW06IDIgUHJvcyBhbmQgYSBDdXAgb2YgSm9lPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj42YW0tOWFtOiBUaGUgR2FtZVBsYW4gKipMb2NhbCoqPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj45YW0tMTFhbTogSW4gdGhlIFpvbmUgwqAqKkxvY2FsKio8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjExYW0tMnBtOiBUaGUgSGVyZCB3aXRoIENvbGluIENvd2hlcmQ8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjJwbS00cG06IFRoZSBEb3VnIEdvdHRsaWViIFNob3c8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjRwbS02cG06IFRoZSBQcmVzc2JveCAqKkxvY2FsKio8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPjZwbS05cG06IFRoZSBPZGQgQ291cGxlPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj45cG0tMTJhbTogVGhlIFJpY2ggRWlzZW4gU2hvdzwvcD4iLCJzaG93QnRuIjpmYWxzZSwidGV4dE9uTGluayI6IkxlYXJuIG1vcmUifSx7ImltYWdlIjoiaHR0cHM6Ly9kZC1jZG4ubXVsdGlzY3JlZW5zaXRlLmNvbS9lZGl0b3IvdGFicy9MYXJnZV9sZWF2ZXMuanBnIiwiaXRlbUxhYmVsIjoiV0VFS0VORFMiLCJoZWFkaW5nVHlwZSI6Img0IiwiaXRlbVRpdGxlIjoiV2Vla2VuZCBMaW5ldXAiLCJpdGVtRGVzYyI6IjxwIGNsYXNzPVwicnRlQmxvY2tcIj4xMmFtLTEyYW06IEZveCBTcG9ydHMgUmFkaW88L3A+PGJyPiIsInNob3dCdG4iOnRydWUsInRleHRPbkxpbmsiOiJMZWFybiBtb3JlIn0seyJpbWFnZSI6Imh0dHBzOi8vZGQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vZWRpdG9yL3RhYnMvTGFyZ2VfbGVhdmVzLmpwZyIsIml0ZW1MYWJlbCI6IlNQRUNJQUwgUFJPR1JBTU1JTkciLCJoZWFkaW5nVHlwZSI6Img0IiwiaXRlbVRpdGxlIjoiU3BlY2lhbCBCcm9hZGNhc3RzIiwiaXRlbURlc2MiOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+U3BvcnRzIFVTQSBORkxTdW5kYXkgRG91YmxlSGVhZGVyczwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+TkZMIERyYWZ0IENvdmVyYWdlPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Db21wYXNzIE1lZGlhIE5DQUEgRm9vdGJhbGw8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldlc3R3b29kIE9uZSBOQ0FBIEZvb3RiYWxsPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Ub3VjaGRvd24gUmFkaW8gTkNBQSBGb290YmFsbDwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+Qm93bCBTZWFzb24gTkNBQSBGb290YmFsbDwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+QmlzaG9wIENhcnJvbGwgSGlnaCBTY2hvb2wgRm9vdGJhbGw8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkthbnNhcyBIaWdoIFNjaG9vbCBGb290YmFsbCBDaGFtcGlvbnNoaXBzPC9wPjxicj48YnI+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldlc3R3b29kIE9uZSBOQ0FBIEJhc2tldGJhbGw8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPldlc3R3b29kIE9uZSBOQ0FBIE1hcmNoIE1hZG5lc3MgVG91cm5hbWVudHM8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkNvbXBhc3MgTWVkaWEgTkNBQSBCYXNrZXRiYWxsIEJpZyAxMCBUb3VybmFtZW50PC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5IaWdoIFNjaG9vbCBCYXNrZXRiYWxsIEdhbWUgb2YgdGhlIFdlZWs8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Xb21lbiYjeDI3O3MgTkNBQSBTb2Z0YmFsbCBXb3JsZCBTZXJpZXM8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPk1lbiYjeDI3O3MgTkNBQSBCYWViYWxsIFdvcmxkIFNlcmllczwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+SGlnaCBTY2hvb2wgQmFzZWJhbGwgR2FtZSBvZiB0aGUgV2VlazwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+SmF5aGF3ayBDb2xsZWdpYXRlIEJhc2ViYWxsIEdhbWUgb2YgdGhlIFdlZWs8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPk5CQyBCYXNlYmFsbCBXb3JsZCBTZXJpZXM8L3A+PGJyPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5OQVNDQVI8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPkluZHkgNTAwPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+TWFzdGVycyBHb2xmIFVwZGF0ZXM8L3A+PHAgY2xhc3M9XCJydGVCbG9ja1wiPlVTIE9wZW4gR29sZiBVcGRhdGVzPC9wPjxwIGNsYXNzPVwicnRlQmxvY2tcIj5Ccml0aXNoIE9wZW4gR29sZiBVcGRhdGVzPC9wPjxicj48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+U3VtbWVyIGFuZCBXaW50ZXIgT2x5bXBpYyBVcGRhdGVzPC9wPjxicj4iLCJzaG93QnRuIjp0cnVlLCJ0ZXh0T25MaW5rIjoiTGVhcm4gbW9yZSJ9XSwic2hvd0ltYWdlcyI6ZmFsc2UsImxheW91dHMiOiJsYXlvdXQtYyIsIm1vYmlsZUxheW91dFRvZ2dsZSI6ZmFsc2UsImZ1bGxXaWR0aEltZyI6dHJ1ZSwicmV2ZXJzZVRhYnNEaXJlY3Rpb24iOmZhbHNlfQ=="> <div class="wrapper layout-c"> <nav class="nav desktop swipe-menu "> <div class="tab-label active layout-c "> <h4 class="horizontal-label">WEEKDAYS</h4>
</div>
<div class="tab-label layout-c not-active"> <h4 class="horizontal-label">WEEKENDS</h4>
</div>
<div class="tab-label layout-c not-active"> <h4 class="horizontal-label">SPECIAL PROGRAMMING</h4>
</div>
</nav>
<div class="tab layout-c active
"> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class="">WEEKDAY LINEUP</p>
</div>
<p></p>
<p class="rteBlock">12am-5am: Fox Sports Radio</p><p class="rteBlock">5am-6am: 2 Pros and a Cup of Joe</p><p class="rteBlock">6am-9am: The GamePlan **Local**</p><p class="rteBlock">9am-11am: In the Zone **Local**</p><p class="rteBlock">11am-2pm: The Herd with Colin Cowherd</p><p class="rteBlock">2pm-4pm: The Doug Gottlieb Show</p><p class="rteBlock">4pm-6pm: The Pressbox **Local**</p><p class="rteBlock">6pm-9pm: The Odd Couple</p><p class="rteBlock">9pm-12am: The Rich Eisen Show</p> <p></p>
</div>
<div class="btn-container "></div>
</div>
</div>
<div class="tab layout-c
"> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class="">Weekend Lineup</p>
</div>
<p></p>
<p class="rteBlock">12am-12am: Fox Sports Radio</p><br/> <p></p>
</div>
<div class="btn-container "> <div class="dmWidget button-class"> <span class="text">Learn more</span>
<span class="iconBg"></span>
</div>
</div>
</div>
</div>
<div class="tab layout-c
"> <div class="tab-text-container"> <div class="tab-description"> <div class="desc-title"> <p class="">Special Broadcasts</p>
</div>
<p></p>
<p class="rteBlock">Sports USA NFLSunday DoubleHeaders</p><p class="rteBlock">NFL Draft Coverage</p><p class="rteBlock">Compass Media NCAA Football</p><p class="rteBlock">Westwood One NCAA Football</p><p class="rteBlock">Touchdown Radio NCAA Football</p><p class="rteBlock">Bowl Season NCAA Football</p><p class="rteBlock">Bishop Carroll High School Football</p><p class="rteBlock">Kansas High School Football Championships</p><br/><br/><p class="rteBlock">Westwood One NCAA Basketball</p><p class="rteBlock">Westwood One NCAA March Madness Tournaments</p><p class="rteBlock">Compass Media NCAA Basketball Big 10 Tournament</p><p class="rteBlock">High School Basketball Game of the Week</p><br/><p class="rteBlock">Women's NCAA Softball World Series</p><p class="rteBlock">Men's NCAA Baeball World Series</p><p class="rteBlock">High School Baseball Game of the Week</p><p class="rteBlock">Jayhawk Collegiate Baseball Game of the Week</p><p class="rteBlock">NBC Baseball World Series</p><br/><p class="rteBlock">NASCAR</p><p class="rteBlock">Indy 500</p><br/><p class="rteBlock">Masters Golf Updates</p><p class="rteBlock">US Open Golf Updates</p><p class="rteBlock">British Open Golf Updates</p><br/><p class="rteBlock">Summer and Winter Olympic Updates</p><br/> <p></p>
</div>
<div class="btn-container "> <div class="dmWidget button-class"> <span class="text">Learn more</span>
<span class="iconBg"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-layout-section="" data-auto="flex-section" id="1604259509" data-flex-id="392994f4" class="u_1604259509 hide-for-large"> <div class="flex-widgets-container" id="1200133725"></div>
<section id="1d040d91" class="flex-element section" data-auto="flex-element-section"> <div id="b463204d" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="f87c9ba0" class="flex-element group" data-auto="flex-element-group"> <div id="group_hvm" class="flex-element group" data-auto="flex-element-group"> <div id="widget_odf" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="image" data-external-id="1141945028"> <div class="imageWidget align-center u_1141945028" data-element-type="image" data-widget-type="image" id="1141945028"><img src="https://lirp.cdn-website.com/3981dec5/dms3rep/multi/opt/_Logo_KGSO-1920w.png" alt="" id="1461429851" class="" data-dm-image-path="https://irp.cdn-website.com/3981dec5/dms3rep/multi/_Logo_KGSO.png" width="640" height="480" onerror="handleImageLoadError(this)"/></div>
</div>
</div>
<div id="125a845b" class="flex-element group" data-auto="flex-element-group"> <div id="widget_oi6" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1050440907"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1050440907" style=""> <h4 style="line-height: 1.5;"><span style="display: initial; color: var(--color_2);">Wichita’s Sports station 1410am/93.9FM/99.7HD 3 KGSO is your Wichita’s number 1 sports talk radio station. With 7 hours of local talk, wake up and drive to work with the GamePlan, 6- 9am, In the Zone 9-11am, and drive home with The Pressbox 4-6pm. KGSO also has your favorite national sports talk shows with Colin Cowherd and Doug Gottlieb. Plus enjoy great games all year from Sunday NFL doubleheaders, College Football from Westwood One and Compass Media, College basketball, including your march madness tournaments, and more. KGSO is also the official voice for the Bishop Carroll Golden Eagles High School football team.</span></h4>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div data-layout-section="" data-auto="flex-section" id="1447793476" data-flex-id="77003484"> <div class="flex-widgets-container" id="1034810753"></div>
<section id="9c91ed8d" class="flex-element section" data-auto="flex-element-section"> <div id="6e924c2e" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="1e6ddf31" class="flex-element group" data-auto="flex-element-group"> <div id="6ef8366c" class="flex-element group" data-auto="flex-element-group"> <div id="1ea2bf5d" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="divider" data-external-id="1699040524"> <div class="dmDividerWrapper clearfix u_1699040524" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1699040524"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1155218148"/></div>
</div>
</div>
</div>
</div>
</section>
</div>
<div data-layout-section="" data-auto="flex-section" id="1252223273" data-flex-id="b995b83f"> <div class="flex-widgets-container" id="1046773187"></div>
<section id="d059bb4a" class="flex-element section" data-auto="flex-element-section"> <div id="97473a2f" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="bf663e35" class="flex-element group" data-auto="flex-element-group"> <div id="8c841e69" class="flex-element group" data-auto="flex-element-group"> <div id="b369b82b" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="divider" data-external-id="1140520656"> <div class="dmDividerWrapper clearfix u_1140520656" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1140520656"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1993101799"/></div>
</div>
</div>
</div>
</div>
</section>
</div>
<div data-layout-section="" data-auto="flex-section" id="1172451458" data-flex-id="954ec7f4"> <div class="flex-widgets-container" id="1094335790"></div>
<section id="f4bb2fcf" class="flex-element section" data-auto="flex-element-section"> <div id="add6eca0" class="flex-element grid" data-auto="flex-element-grid" data-layout-grid=""> <div id="2a21838d" class="flex-element group" data-auto="flex-element-group"> <div id="690eaf03" class="flex-element group" data-auto="flex-element-group"> <div id="bb6ff052" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="paragraph" data-external-id="1192367979"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1192367979" style=""> <h2><span style="display: initial;">KGSO Public Files</span></h2>
</div>
</div>
<div id="c6035a12" class="flex-element widget-wrapper" data-auto="flex-element-widget-wrapper" data-widget-type="ONELinksMenu" data-external-id="1530357843"> <nav class="u_1530357843 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1530357843" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://publicfiles.fcc.gov/am-profile/KGSO" class="unifiednav__item " target="_blank" data-target-page-alias="https://publicfiles.fcc.gov/am-profile/KGSO"> <span class="nav-item-text " data-link-text="Click Here For Public File" data-auto="page-text-style">Click Here For Public File<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<div class="sticky-widgets-container-global" id="1808008951"> <div class="graphicWidget graphicWidgetV2 graphicWidgetV3 u_1296673556 sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" data-element-type="graphic" data-widget-type="graphic" id="1296673556" data-layout="graphic-style-1" data-show-on-page-only="kgso"> <a href="http://listento.kgso.com:8000/stream" id="1276106242" file="false" class="" target="_blank"> <svg version="1.1" id="1304289193" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 500 500" style="enable-background:new 0 0 500 500;" xml:space="preserve" class="svg u_1304289193" data-hover-effect="zoomout" data-icon-custom="true" data-icon-name="SCOMM_LISTEN LIVE_ICON.svg"> <style type="text/css">.st0-1304289193{fill:#FFFFFF;}
.st1{clip-path:url(#SVGID_00000020362588786957930370000013747674112819791511_);}
.st2{clip-path:url(#SVGID_00000050641261706463935290000014967690758909509248_);}
.st3{clip-path:url(#SVGID_00000108278725088916653330000006598546271520717987_);}</style>
<path class="st0-1304289193" d="M479.5,250c0,3.8-0.1,7.5-0.3,11.3c-0.2,3.8-0.5,7.5-0.8,11.2c-0.4,3.7-0.8,7.5-1.4,11.2
c-0.6,3.7-1.2,7.4-1.9,11.1c-0.7,3.7-1.6,7.3-2.5,11c-0.9,3.6-1.9,7.3-3,10.9c-1.1,3.6-2.3,7.2-3.5,10.7c-1.3,3.5-2.6,7-4.1,10.5
s-3,6.9-4.6,10.3c-1.6,3.4-3.3,6.8-5.1,10.1s-3.6,6.6-5.6,9.8c-1.9,3.2-3.9,6.4-6,9.5c-2.1,3.1-4.2,6.2-6.5,9.2
c-2.2,3-4.5,6-6.9,8.9c-2.4,2.9-4.8,5.8-7.4,8.5c-2.5,2.8-5.1,5.5-7.8,8.2s-5.4,5.2-8.2,7.8c-2.8,2.5-5.6,5-8.5,7.4
c-2.9,2.4-5.9,4.7-8.9,6.9c-3,2.2-6.1,4.4-9.2,6.5c-3.1,2.1-6.3,4.1-9.5,6c-3.2,1.9-6.5,3.8-9.8,5.6s-6.7,3.5-10.1,5.1
c-3.4,1.6-6.8,3.1-10.3,4.6s-7,2.8-10.5,4.1c-3.5,1.3-7.1,2.4-10.7,3.5c-3.6,1.1-7.2,2.1-10.9,3c-3.6,0.9-7.3,1.7-11,2.5
c-3.7,0.7-7.4,1.4-11.1,1.9c-3.7,0.6-7.4,1-11.2,1.4c-3.7,0.4-7.5,0.6-11.2,0.8c-3.8,0.2-7.5,0.3-11.3,0.3c-3.8,0-7.5-0.1-11.3-0.3
c-3.8-0.2-7.5-0.5-11.2-0.8s-7.5-0.8-11.2-1.4c-3.7-0.6-7.4-1.2-11.1-1.9c-3.7-0.7-7.3-1.6-11-2.5c-3.6-0.9-7.3-1.9-10.9-3
c-3.6-1.1-7.2-2.3-10.7-3.5c-3.5-1.3-7-2.6-10.5-4.1c-3.5-1.4-6.9-3-10.3-4.6c-3.4-1.6-6.8-3.3-10.1-5.1c-3.3-1.8-6.6-3.6-9.8-5.6
c-3.2-1.9-6.4-3.9-9.5-6c-3.1-2.1-6.2-4.2-9.2-6.5c-3-2.2-6-4.5-8.9-6.9c-2.9-2.4-5.8-4.8-8.5-7.4c-2.8-2.5-5.5-5.1-8.2-7.8
s-5.2-5.4-7.8-8.2c-2.5-2.8-5-5.6-7.4-8.5c-2.4-2.9-4.7-5.9-6.9-8.9c-2.2-3-4.4-6.1-6.5-9.2c-2.1-3.1-4.1-6.3-6-9.5
c-1.9-3.2-3.8-6.5-5.6-9.8s-3.5-6.7-5.1-10.1c-1.6-3.4-3.1-6.8-4.6-10.3s-2.8-7-4.1-10.5c-1.3-3.5-2.4-7.1-3.5-10.7
c-1.1-3.6-2.1-7.2-3-10.9c-0.9-3.6-1.7-7.3-2.5-11c-0.7-3.7-1.4-7.4-1.9-11.1c-0.6-3.7-1-7.4-1.4-11.2c-0.4-3.7-0.6-7.5-0.8-11.2
c-0.2-3.8-0.3-7.5-0.3-11.3c0-3.8,0.1-7.5,0.3-11.3c0.2-3.8,0.5-7.5,0.8-11.2c0.4-3.7,0.8-7.5,1.4-11.2c0.6-3.7,1.2-7.4,1.9-11.1
c0.7-3.7,1.6-7.3,2.5-11c0.9-3.6,1.9-7.3,3-10.9c1.1-3.6,2.3-7.2,3.5-10.7c1.3-3.5,2.6-7,4.1-10.5c1.4-3.5,3-6.9,4.6-10.3
c1.6-3.4,3.3-6.8,5.1-10.1c1.8-3.3,3.6-6.6,5.6-9.8c1.9-3.2,3.9-6.4,6-9.5c2.1-3.1,4.2-6.2,6.5-9.2c2.2-3,4.5-6,6.9-8.9
c2.4-2.9,4.8-5.8,7.4-8.5c2.5-2.8,5.1-5.5,7.8-8.2s5.4-5.2,8.2-7.8c2.8-2.5,5.6-5,8.5-7.4c2.9-2.4,5.9-4.7,8.9-6.9
c3-2.2,6.1-4.4,9.2-6.5c3.1-2.1,6.3-4.1,9.5-6c3.2-1.9,6.5-3.8,9.8-5.6c3.3-1.8,6.7-3.5,10.1-5.1c3.4-1.6,6.8-3.1,10.3-4.6
c3.5-1.4,7-2.8,10.5-4.1c3.5-1.3,7.1-2.4,10.7-3.5c3.6-1.1,7.2-2.1,10.9-3c3.6-0.9,7.3-1.7,11-2.5c3.7-0.7,7.4-1.4,11.1-1.9
c3.7-0.6,7.4-1,11.2-1.4c3.7-0.4,7.5-0.6,11.2-0.8c3.8-0.2,7.5-0.3,11.3-0.3c3.8,0,7.5,0.1,11.3,0.3c3.8,0.2,7.5,0.5,11.2,0.8
c3.7,0.4,7.5,0.8,11.2,1.4c3.7,0.6,7.4,1.2,11.1,1.9c3.7,0.7,7.3,1.6,11,2.5c3.6,0.9,7.3,1.9,10.9,3c3.6,1.1,7.2,2.3,10.7,3.5
c3.5,1.3,7,2.6,10.5,4.1s6.9,3,10.3,4.6c3.4,1.6,6.8,3.3,10.1,5.1s6.6,3.6,9.8,5.6c3.2,1.9,6.4,3.9,9.5,6c3.1,2.1,6.2,4.2,9.2,6.5
c3,2.2,6,4.5,8.9,6.9c2.9,2.4,5.8,4.8,8.5,7.4c2.8,2.5,5.5,5.1,8.2,7.8s5.2,5.4,7.8,8.2c2.5,2.8,5,5.6,7.4,8.5
c2.4,2.9,4.7,5.9,6.9,8.9c2.2,3,4.4,6.1,6.5,9.2c2.1,3.1,4.1,6.3,6,9.5c1.9,3.2,3.8,6.5,5.6,9.8c1.8,3.3,3.5,6.7,5.1,10.1
c1.6,3.4,3.1,6.8,4.6,10.3c1.4,3.5,2.8,7,4.1,10.5c1.3,3.5,2.4,7.1,3.5,10.7c1.1,3.6,2.1,7.2,3,10.9c0.9,3.6,1.7,7.3,2.5,11
c0.7,3.7,1.4,7.4,1.9,11.1c0.6,3.7,1,7.4,1.4,11.2s0.6,7.5,0.8,11.2C479.4,242.5,479.5,246.2,479.5,250z"></path>
<path d="M429.8,250c0-13.3,10.4-24.5,23.6-25.5l5.9-0.4l-0.9-5.9c-7.5-49.4-32.5-94.7-70.4-127.6C349.8,57.4,300.8,39.1,250,39.1
c-50.8,0-99.8,18.3-138.1,51.5c-37.9,32.9-62.9,78.2-70.4,127.6l-0.9,5.9l5.9,0.4c13.2,1,23.6,12.2,23.6,25.5
c0,13.3-10.4,24.5-23.6,25.5l-5.9,0.4l0.9,5.9c7.5,49.4,32.5,94.7,70.4,127.6c38.3,33.2,87.4,51.5,138.1,51.5
c50.8,0,99.8-18.3,138.1-51.5c37.9-32.9,62.9-78.2,70.4-127.6l0.9-5.9l-5.9-0.4C440.2,274.5,429.8,263.3,429.8,250z M380.9,401
c-36.3,31.5-82.8,48.8-130.9,48.8s-94.6-17.3-130.9-48.8c-34.6-30-57.8-70.8-65.8-115.5c16-3.9,27.9-18.5,27.9-35.5
c0-17-11.9-31.6-27.9-35.5c8-44.7,31.2-85.5,65.8-115.5c36.3-31.5,82.8-48.8,130.9-48.8S344.6,67.5,380.9,99
c34.6,30,57.8,70.8,65.8,115.5c-16.1,3.9-27.9,18.5-27.9,35.5c0,17,11.9,31.6,27.9,35.5C438.7,330.2,415.5,371.1,380.9,401z
M366.7,220.9h21.7v11h-30.2l-0.4,0.1c0,0,0,0,0-0.1h-16.1v-11h13.6c-5.8-20.9-17.7-39.7-34.3-54c-19.8-16.9-45-26.2-71-26.2
c-26,0-51.2,9.3-71,26.2c-16.6,14.2-28.5,33.1-34.3,54h13.6v11h-16.1c0,0,0,0,0,0.1l-0.4-0.1h-30.2v-11h21.7
c6-24.1,19.5-46,38.6-62.3c21.7-18.6,49.5-28.9,78.2-28.9c28.7,0,56.4,10.2,78.2,28.9C347.2,174.9,360.7,196.8,366.7,220.9z
M341.6,268.1h46.7v11h-21.7c-6,24.2-19.6,46.2-38.8,62.6c-21.7,18.5-49.3,28.6-77.9,28.6c-28.5,0-56.2-10.2-77.9-28.6
c-19.2-16.3-32.8-38.3-38.8-62.6h-21.7v-11h46.7v11h-13.7c5.8,21,17.8,39.9,34.6,54.2c19.7,16.8,44.8,26,70.7,26
c25.9,0,51-9.2,70.7-26c16.8-14.2,28.8-33.2,34.6-54.2h-13.7V268.1z M441.8,250c0-7.5,6.1-13.5,13.5-13.5c7.5,0,13.5,6.1,13.5,13.5
c0,7.5-6.1,13.5-13.5,13.5S441.8,257.5,441.8,250z M44.6,263.5c-7.5,0-13.5-6.1-13.5-13.5c0-7.5,6.1-13.5,13.5-13.5
c7.5,0,13.5,6.1,13.5,13.5C58.2,257.5,52.1,263.5,44.6,263.5z"></path>
<g> <defs> <rect id="SVGID_1_" x="158.7" y="141.3" width="188" height="188"></rect>
</defs>
<clippath id="SVGID_00000139251494026202930880000003308813458952552631_"> <use xlink:href="#SVGID_1_" style="overflow:visible;"></use>
</clippath>
<g style="clip-path:url(#SVGID_00000139251494026202930880000003308813458952552631_);"> <path class="st0-1304289193" d="M346.3,235.4c0,1.5,0,3.1-0.1,4.6c-0.1,1.5-0.2,3.1-0.3,4.6c-0.2,1.5-0.3,3.1-0.6,4.6c-0.2,1.5-0.5,3-0.8,4.5
c-0.3,1.5-0.6,3-1,4.5c-0.4,1.5-0.8,3-1.2,4.4c-0.4,1.5-0.9,2.9-1.4,4.4c-0.5,1.4-1.1,2.9-1.7,4.3c-0.6,1.4-1.2,2.8-1.9,4.2
c-0.7,1.4-1.3,2.8-2.1,4.1c-0.7,1.4-1.5,2.7-2.3,4c-0.8,1.3-1.6,2.6-2.5,3.9c-0.9,1.3-1.7,2.5-2.7,3.8c-0.9,1.2-1.9,2.4-2.8,3.6
c-1,1.2-2,2.3-3,3.5c-1,1.1-2.1,2.2-3.2,3.3c-1.1,1.1-2.2,2.1-3.3,3.2c-1.1,1-2.3,2-3.5,3c-1.2,1-2.4,1.9-3.6,2.8
c-1.2,0.9-2.5,1.8-3.8,2.7c-1.3,0.9-2.6,1.7-3.9,2.5c-1.3,0.8-2.7,1.5-4,2.3c-1.4,0.7-2.7,1.4-4.1,2.1c-1.4,0.7-2.8,1.3-4.2,1.9
c-1.4,0.6-2.8,1.1-4.3,1.7c-1.4,0.5-2.9,1-4.4,1.4c-1.5,0.4-3,0.9-4.4,1.2c-1.5,0.4-3,0.7-4.5,1c-1.5,0.3-3,0.6-4.5,0.8
c-1.5,0.2-3,0.4-4.6,0.6c-1.5,0.2-3.1,0.3-4.6,0.3c-1.5,0.1-3.1,0.1-4.6,0.1c-1.5,0-3.1,0-4.6-0.1c-1.5-0.1-3.1-0.2-4.6-0.3
c-1.5-0.2-3.1-0.3-4.6-0.6c-1.5-0.2-3-0.5-4.5-0.8c-1.5-0.3-3-0.6-4.5-1c-1.5-0.4-3-0.8-4.4-1.2c-1.5-0.4-2.9-0.9-4.4-1.4
s-2.9-1.1-4.3-1.7c-1.4-0.6-2.8-1.2-4.2-1.9c-1.4-0.7-2.8-1.3-4.1-2.1c-1.4-0.7-2.7-1.5-4-2.3c-1.3-0.8-2.6-1.6-3.9-2.5
c-1.3-0.9-2.5-1.7-3.8-2.7c-1.2-0.9-2.4-1.9-3.6-2.8c-1.2-1-2.3-2-3.5-3c-1.1-1-2.2-2.1-3.3-3.2c-1.1-1.1-2.1-2.2-3.2-3.3
c-1-1.1-2-2.3-3-3.5c-1-1.2-1.9-2.4-2.8-3.6s-1.8-2.5-2.7-3.8c-0.9-1.3-1.7-2.6-2.5-3.9c-0.8-1.3-1.5-2.7-2.3-4
c-0.7-1.4-1.4-2.7-2.1-4.1c-0.7-1.4-1.3-2.8-1.9-4.2c-0.6-1.4-1.1-2.8-1.7-4.3c-0.5-1.4-1-2.9-1.4-4.4c-0.4-1.5-0.9-3-1.2-4.4
c-0.4-1.5-0.7-3-1-4.5c-0.3-1.5-0.6-3-0.8-4.5c-0.2-1.5-0.4-3-0.6-4.6c-0.2-1.5-0.3-3.1-0.3-4.6c-0.1-1.5-0.1-3.1-0.1-4.6
c0-1.5,0-3.1,0.1-4.6c0.1-1.5,0.2-3.1,0.3-4.6c0.2-1.5,0.3-3.1,0.6-4.6c0.2-1.5,0.5-3,0.8-4.5c0.3-1.5,0.6-3,1-4.5s0.8-3,1.2-4.4
c0.4-1.5,0.9-2.9,1.4-4.4s1.1-2.9,1.7-4.3c0.6-1.4,1.2-2.8,1.9-4.2c0.7-1.4,1.3-2.8,2.1-4.1c0.7-1.4,1.5-2.7,2.3-4
c0.8-1.3,1.6-2.6,2.5-3.9c0.9-1.3,1.7-2.5,2.7-3.8s1.9-2.4,2.8-3.6c1-1.2,2-2.3,3-3.5c1-1.1,2.1-2.2,3.2-3.3
c1.1-1.1,2.2-2.1,3.3-3.2c1.1-1,2.3-2,3.5-3c1.2-1,2.4-1.9,3.6-2.8s2.5-1.8,3.8-2.7c1.3-0.9,2.6-1.7,3.9-2.5
c1.3-0.8,2.7-1.5,4-2.3c1.4-0.7,2.7-1.4,4.1-2.1c1.4-0.7,2.8-1.3,4.2-1.9c1.4-0.6,2.8-1.1,4.3-1.7s2.9-1,4.4-1.4
c1.5-0.4,2.9-0.9,4.4-1.2s3-0.7,4.5-1c1.5-0.3,3-0.6,4.5-0.8c1.5-0.2,3-0.4,4.6-0.6c1.5-0.2,3.1-0.3,4.6-0.3
c1.5-0.1,3.1-0.1,4.6-0.1c1.5,0,3.1,0,4.6,0.1c1.5,0.1,3.1,0.2,4.6,0.3c1.5,0.2,3.1,0.3,4.6,0.6c1.5,0.2,3,0.5,4.5,0.8
c1.5,0.3,3,0.6,4.5,1c1.5,0.4,3,0.8,4.4,1.2c1.5,0.4,2.9,0.9,4.4,1.4c1.4,0.5,2.9,1.1,4.3,1.7c1.4,0.6,2.8,1.2,4.2,1.9
c1.4,0.7,2.8,1.3,4.1,2.1c1.4,0.7,2.7,1.5,4,2.3c1.3,0.8,2.6,1.6,3.9,2.5c1.3,0.9,2.5,1.7,3.8,2.7s2.4,1.9,3.6,2.8
c1.2,1,2.3,2,3.5,3c1.1,1,2.2,2.1,3.3,3.2c1.1,1.1,2.1,2.2,3.2,3.3c1,1.1,2,2.3,3,3.5c1,1.2,1.9,2.4,2.8,3.6
c0.9,1.2,1.8,2.5,2.7,3.8c0.9,1.3,1.7,2.6,2.5,3.9c0.8,1.3,1.5,2.7,2.3,4c0.7,1.4,1.4,2.7,2.1,4.1c0.7,1.4,1.3,2.8,1.9,4.2
c0.6,1.4,1.1,2.8,1.7,4.3s1,2.9,1.4,4.4c0.4,1.5,0.9,2.9,1.2,4.4c0.4,1.5,0.7,3,1,4.5c0.3,1.5,0.6,3,0.8,4.5
c0.2,1.5,0.4,3,0.6,4.6c0.2,1.5,0.3,3.1,0.3,4.6C346.3,232.3,346.3,233.9,346.3,235.4z"></path>
</g>
</g>
<path d="M328.7,267.6l-1.2,2.8l-1.3,2.7l-1.4,2.7l-1.5,2.7c-2.1,3.5-4.4,6.8-6.9,10c-2.6,3.1-5.3,6.1-8.4,8.8
c-3,2.7-6.2,5.2-9.6,7.5c-6.7,4.6-14.2,8.1-21.9,10.4c-7.8,2.3-15.9,3.5-24,3.6c-8.1,0-16.2-1.2-24-3.6c-7.8-2.4-15.2-5.9-21.9-10.4
c-3.4-2.3-6.5-4.8-9.6-7.5c-3-2.7-5.8-5.7-8.4-8.8c-2.6-3.1-4.9-6.5-6.9-10l-1.5-2.7l-1.4-2.7l-1.3-2.7l-1.2-2.8l0,0
c6.5,14.8,17.3,27.5,30.7,36.3c3.4,2.2,6.9,4.2,10.5,5.8c3.6,1.7,7.4,3.1,11.2,4.2c7.7,2.3,15.7,3.5,23.7,3.5c8,0,16-1.2,23.7-3.5
c3.8-1.2,7.6-2.6,11.2-4.2c3.6-1.7,7.1-3.6,10.5-5.8c13.4-8.8,24.2-21.5,30.7-36.3L328.7,267.6z"></path>
<path d="M321.2,264.4c-0.7,1.7-1.4,3.4-2.2,5c-0.8,1.6-1.7,3.2-2.6,4.8c-0.9,1.6-1.9,3.1-3,4.6c-1.1,1.5-2.1,3-3.3,4.4
c-4.6,5.7-10,10.7-16.1,14.7c-3.1,2-6.2,3.8-9.5,5.4c-1.6,0.8-3.3,1.5-5,2.2c-1.7,0.7-3.4,1.2-5.2,1.8c-7,2.1-14.3,3.2-21.7,3.2
c-7.3,0-14.6-1.1-21.7-3.2c-1.8-0.5-3.5-1.1-5.2-1.8c-1.7-0.7-3.4-1.4-5-2.2c-3.3-1.5-6.5-3.4-9.5-5.4c-6.1-4.1-11.5-9.1-16.1-14.7
c-1.2-1.4-2.3-2.9-3.3-4.4c-1-1.5-2-3.1-3-4.6c-0.9-1.6-1.8-3.2-2.6-4.8c-0.8-1.6-1.5-3.3-2.2-5l0,0c5.8,13.3,15.7,24.7,27.7,32.6
c6.1,3.9,12.7,7,19.5,9.1c6.9,2.1,14.1,3.1,21.3,3.1s14.4-1,21.3-3.1c6.9-2,13.5-5.1,19.6-9.1C305.5,289.1,315.3,277.7,321.2,264.4
L321.2,264.4z"></path>
<path d="M313.7,261.2c-0.6,1.5-1.3,3-2,4.4c-0.7,1.5-1.5,2.9-2.3,4.3c-0.8,1.4-1.7,2.7-2.6,4.1c-0.9,1.3-1.9,2.7-2.9,3.9
c-4.1,5-8.9,9.5-14.4,13.1c-2.7,1.8-5.5,3.5-8.5,4.9c-1.5,0.7-3,1.3-4.5,1.9c-1.5,0.6-3.1,1.1-4.6,1.6c-6.2,1.9-12.8,2.9-19.3,2.9
c-6.5,0-13.1-1-19.3-2.9c-1.6-0.5-3.1-1-4.6-1.6c-1.5-0.6-3-1.2-4.5-1.9c-3-1.4-5.8-3-8.5-4.9c-5.4-3.6-10.3-8.1-14.4-13.1
c-1-1.3-2-2.6-2.9-3.9c-0.9-1.3-1.8-2.7-2.6-4.1c-0.8-1.4-1.6-2.8-2.3-4.3c-0.7-1.5-1.4-3-2-4.4h0c5.3,11.9,14,22,24.7,29.1
c5.4,3.5,11.2,6.2,17.4,8.1c6.2,1.9,12.6,2.7,19,2.7c6.4,0,12.8-0.9,19-2.7c6.2-1.8,12-4.6,17.4-8.1c10.8-7,19.5-17.2,24.7-29.1
H313.7z"></path>
<path d="M306.2,258.1c-2.1,5.3-5,10.3-8.6,14.7c-3.6,4.4-7.8,8.4-12.6,11.6c-2.4,1.6-4.9,3.1-7.5,4.3c-1.3,0.6-2.6,1.2-3.9,1.7
s-2.7,1-4.1,1.4c-5.5,1.7-11.2,2.5-17,2.5c-5.8,0-11.5-0.8-17-2.5c-1.4-0.4-2.7-0.9-4.1-1.4s-2.7-1.1-3.9-1.7
c-2.6-1.2-5.1-2.7-7.5-4.3c-4.7-3.2-9-7.1-12.6-11.6c-3.6-4.4-6.5-9.4-8.6-14.7h0c2.3,5.2,5.4,10,9.1,14.3c1.8,2.2,3.8,4.2,5.9,6
c2.1,1.9,4.4,3.6,6.7,5.1c4.7,3.1,9.9,5.5,15.3,7.1c5.4,1.6,11,2.4,16.6,2.4c5.6,0,11.2-0.8,16.6-2.4c5.4-1.6,10.5-4,15.3-7.1
c2.3-1.5,4.6-3.3,6.7-5.1c2.1-1.9,4.1-3.9,5.9-6C300.7,268.1,303.8,263.2,306.2,258.1L306.2,258.1z"></path>
<path d="M298.7,254.9c-1.8,4.6-4.3,8.8-7.4,12.7c-3.1,3.8-6.7,7.2-10.8,10c-2,1.4-4.2,2.6-6.4,3.7c-2.2,1.1-4.6,2-6.9,2.7
c-4.7,1.5-9.7,2.2-14.6,2.2c-5,0-9.9-0.7-14.6-2.2c-2.3-0.7-4.7-1.6-6.9-2.7c-2.2-1.1-4.4-2.3-6.4-3.7c-4.1-2.8-7.7-6.2-10.8-10
c-3.1-3.8-5.6-8.1-7.4-12.7l0,0c2,4.4,4.6,8.6,7.8,12.3c1.6,1.9,3.3,3.6,5.1,5.2c1.8,1.6,3.8,3.1,5.8,4.4c4.1,2.6,8.5,4.7,13.1,6.1
c4.6,1.4,9.5,2.1,14.3,2c4.8,0,9.6-0.7,14.3-2c4.6-1.4,9.1-3.4,13.1-6.1c2-1.3,3.9-2.8,5.8-4.4c1.8-1.6,3.5-3.3,5.1-5.2
C294,263.5,296.6,259.3,298.7,254.9L298.7,254.9z"></path>
<path d="M328.6,203.3c-6.5-14.8-17.3-27.5-30.7-36.3c-3.4-2.2-6.9-4.2-10.5-5.8c-3.6-1.7-7.4-3.1-11.2-4.2
c-7.7-2.3-15.7-3.4-23.7-3.4s-16,1.2-23.7,3.4c-3.8,1.2-7.6,2.6-11.2,4.2c-3.7,1.7-7.2,3.6-10.5,5.8c-13.4,8.8-24.2,21.5-30.7,36.3
l0,0l1.2-2.8l1.3-2.7l1.4-2.7l1.5-2.7c2.1-3.5,4.4-6.8,6.9-10c2.6-3.1,5.4-6.1,8.4-8.8c3-2.7,6.2-5.2,9.6-7.5
c6.7-4.6,14.2-8.1,21.9-10.4c7.8-2.3,15.9-3.5,24-3.6c8.1,0,16.2,1.2,24,3.6c7.8,2.4,15.2,5.9,21.9,10.4c3.4,2.3,6.5,4.8,9.6,7.5
c3,2.7,5.8,5.7,8.4,8.8c2.6,3.1,4.9,6.5,6.9,10l1.5,2.7l1.4,2.7l1.3,2.7l1.2,2.8L328.6,203.3z"></path>
<path d="M321.1,206.4c-5.8-13.3-15.7-24.7-27.7-32.6c-6.1-3.9-12.7-7-19.6-9.1c-6.9-2.1-14.1-3.1-21.3-3.1c-7.2,0-14.4,1-21.3,3.1
c-6.9,2-13.5,5.1-19.6,9.1c-12.1,7.9-21.8,19.4-27.7,32.6l0,0c0.7-1.7,1.4-3.4,2.2-5c0.8-1.6,1.7-3.2,2.6-4.8c0.9-1.5,1.9-3.1,3-4.6
c1.1-1.5,2.1-3,3.3-4.4c4.6-5.7,10-10.7,16.1-14.7c3.1-2,6.2-3.8,9.5-5.4c1.6-0.8,3.3-1.5,5-2.2c1.7-0.7,3.5-1.2,5.2-1.8
c7-2.1,14.3-3.2,21.7-3.2c7.3,0,14.6,1.1,21.7,3.2c1.8,0.5,3.5,1.1,5.2,1.8c1.7,0.7,3.4,1.4,5,2.2c3.3,1.5,6.5,3.4,9.5,5.4
c6.1,4.1,11.5,9.1,16.1,14.7c1.2,1.4,2.3,2.9,3.3,4.4c1,1.5,2,3.1,3,4.6c0.9,1.6,1.8,3.2,2.6,4.8C319.7,203,320.5,204.7,321.1,206.4
L321.1,206.4z"></path>
<path d="M313.6,209.6c-5.3-11.9-14-22-24.7-29.1c-5.4-3.5-11.2-6.2-17.4-8c-6.1-1.9-12.6-2.7-19-2.7c-6.4,0-12.8,0.9-19,2.7
c-6.1,1.8-12,4.6-17.4,8c-10.7,7-19.5,17.2-24.7,29.1h0c0.6-1.5,1.3-3,2-4.4c0.7-1.5,1.5-2.9,2.3-4.3c0.8-1.4,1.7-2.7,2.6-4.1
c0.9-1.3,1.9-2.7,2.9-3.9c4.1-5,8.9-9.5,14.4-13.1c2.7-1.8,5.5-3.5,8.5-4.9c1.5-0.7,3-1.3,4.5-1.9c1.5-0.6,3.1-1.1,4.6-1.6
c6.2-1.9,12.8-2.8,19.3-2.9c6.5,0,13.1,1,19.3,2.9c1.6,0.5,3.1,1,4.6,1.6c1.5,0.6,3,1.2,4.5,1.9c3,1.4,5.8,3,8.5,4.9
c5.4,3.6,10.3,8.1,14.4,13.1c1,1.3,2,2.6,2.9,3.9c0.9,1.3,1.8,2.7,2.6,4.1c0.8,1.4,1.6,2.8,2.3,4.3c0.7,1.5,1.4,3,2,4.4H313.6z"></path>
<path d="M306.1,212.8c-2.3-5.2-5.4-10-9.1-14.3c-1.8-2.2-3.8-4.2-5.9-6c-2.1-1.9-4.4-3.6-6.7-5.1c-4.7-3.1-9.9-5.5-15.3-7.1
c-5.4-1.6-11-2.4-16.6-2.4c-5.6,0-11.2,0.8-16.6,2.4c-5.4,1.6-10.5,4-15.3,7.1c-2.3,1.6-4.6,3.3-6.7,5.1c-2.1,1.9-4.1,3.9-5.9,6
c-3.7,4.3-6.7,9.1-9.1,14.3h0c2.1-5.3,5-10.3,8.6-14.7s7.8-8.4,12.6-11.6c2.4-1.6,4.9-3.1,7.5-4.3c1.3-0.6,2.6-1.2,3.9-1.7
s2.7-1,4.1-1.4c5.5-1.7,11.2-2.5,17-2.5c5.8,0,11.5,0.8,17,2.5c1.4,0.4,2.7,0.9,4.1,1.4s2.7,1.1,3.9,1.7c2.6,1.2,5.1,2.7,7.5,4.3
c4.7,3.2,9,7.1,12.6,11.6C301.2,202.5,304.1,207.5,306.1,212.8L306.1,212.8z"></path>
<path d="M298.6,216c-2-4.4-4.6-8.6-7.8-12.3c-1.6-1.9-3.3-3.6-5.1-5.2c-1.8-1.6-3.8-3.1-5.8-4.4c-4.1-2.6-8.5-4.7-13.1-6.1
c-4.6-1.4-9.5-2.1-14.3-2c-4.8,0-9.6,0.7-14.3,2c-4.6,1.4-9.1,3.4-13.1,6.1c-2,1.3-3.9,2.8-5.8,4.4c-1.8,1.6-3.5,3.3-5.1,5.2
c-3.2,3.7-5.8,7.8-7.8,12.3l0,0c1.8-4.6,4.3-8.8,7.4-12.7c3.1-3.8,6.7-7.2,10.8-10c2-1.4,4.2-2.6,6.4-3.7c2.2-1.1,4.6-2,6.9-2.7
c4.7-1.5,9.7-2.2,14.6-2.2c5,0,9.9,0.7,14.6,2.2c2.3,0.7,4.7,1.6,6.9,2.7c2.2,1.1,4.4,2.3,6.4,3.7c4.1,2.8,7.7,6.2,10.8,10
C294.4,207.1,296.8,211.3,298.6,216L298.6,216z"></path>
<g> <defs> <rect id="SVGID_00000052095421356820125780000016838737100403007109_" x="196" y="230.7" width="113.3" height="112.5"></rect>
</defs>
<clippath id="SVGID_00000088830020728858919240000005131891022381646746_"> <use xlink:href="#SVGID_00000052095421356820125780000016838737100403007109_" style="overflow:visible;"></use>
</clippath>
<g style="clip-path:url(#SVGID_00000088830020728858919240000005131891022381646746_);"> <path class="st0-1304289193" d="M308.7,322.3C308.7,322.3,308.7,322.3,308.7,322.3c0-1.3-1.4-2.7-3.9-4.1c-2.8-1.5-6.8-2.8-11.9-3.9
c-6.3-1.4-13.9-2.4-22.2-3.1l-1.4-4l-4.8-1.1l-1.7-59.4c0.5-0.8,0.9-1.8,1.1-3c0-0.3,0-0.6,0-0.8l5.4-10.6l-17.6-0.8v0.3
l-11.9-0.6l0.4,11.5c0,2.3,1.2,4.3,3,5.6l-1.3,26.7l-1.5,30.6l-5.1,0.8l-1.9,5c-7.7,0.6-14.7,1.6-20.6,2.9
c-5.1,1.2-9.2,2.5-11.9,3.9c-2.6,1.4-3.9,2.7-3.9,4.1v0c0,0,0,0.1,0,0.1v10.4c0,0.3,0.1,0.5,0.3,0.6c8,6,30.3,10,55.6,10
s47.6-4,55.6-10c0.2-0.1,0.3-0.4,0.3-0.6v-10.4C308.7,322.4,308.7,322.4,308.7,322.3z"></path>
</g>
</g>
<path d="M275.7,332.9c-7.1,0.7-14.9,1.1-23,1.1c-15.1,0-29.3-1.3-40-3.7c-5.1-1.2-9.2-2.5-11.9-3.9c-1-0.5-1.7-1-2.3-1.5v2.4
c3.5,2.3,9,3.9,13.9,5c10.8,2.4,25.2,3.7,40.4,3.7c8,0,15.8-0.4,23-1.1v-0.1C275.7,334.1,275.7,333.5,275.7,332.9z"></path>
<path d="M252.7,330c8.1,0,15.7-0.4,22.3-1.1c-0.9-1.8-2.2-3.2-3.7-4.4c-5.6,0.5-11.9,0.8-18.6,0.8c-22.6,0-41-3.4-41-7.5
c0-0.2,0-0.4,0.1-0.5c4.8-1.6,12-2.9,20.6-3.6l0.4-1.2c-16.2,1.5-27.5,4.6-27.5,8.3C205.4,325.9,226.6,330,252.7,330z"></path>
<path d="M233,316.4l19.7,5.2l0,0v-9l-0.4-0.1l-16.2-4.2L233,316.4z"></path>
<path d="M243.4,242.4c0-0.1,0-0.2,0-0.3c0-0.2,0-0.4,0.1-0.6c0,0,0,0,0,0c0-0.1,0-0.2,0.1-0.3c0,0,0,0,0-0.1c0,0,0-0.1,0.1-0.2
c0,0,0,0,0-0.1c0,0,0-0.1,0.1-0.1c0,0,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c0,0,0,0,0.1-0.1c0,0,0.1-0.1,0.1-0.1c0,0,0,0,0.1-0.1l0,0
c0,0,0.1,0,0.1-0.1c0,0,0,0,0.1-0.1c0,0,0.1-0.1,0.2-0.1c0,0,0,0,0.1,0c0,0,0.1-0.1,0.2-0.1c0,0,0,0,0.1,0c0.1,0,0.1,0,0.2-0.1
c0,0,0,0,0.1,0c0.1,0,0.1,0,0.2,0c0,0,0,0,0.1,0c0.1,0,0.1,0,0.2,0c0,0,0,0,0.1,0c0.1,0,0.1,0,0.2,0c0,0,0,0,0.1,0
c0.1,0,0.2,0,0.3,0c0.2,0,0.4,0.1,0.7,0.2c0.1,0,0.1,0,0.2,0.1c0.2,0.1,0.4,0.2,0.6,0.4c0.1,0.1,0.2,0.2,0.3,0.3
c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.2,0.2,0.2,0.4c0.1,0.1,0.1,0.3,0.2,0.4c0,0.1,0,0.1,0.1,0.2c0,0.2,0.1,0.4,0.1,0.6
c0,0.1,0,0.1,0,0.2v4.9c0,0.4,0.1,0.7,0.2,1l2.4,0.3c-0.7-0.9-1-1.9-1-3.1l0.4-12.3l-10.3-0.5l0.4,9.9c0,1.4,0.6,2.7,1.6,3.7
L243.4,242.4z"></path>
<path d="M251.3,251.1l-0.5-0.1c-1.7-0.4-2.8-1.9-2.8-3.7v-4.9c0-0.8-0.6-1.4-1.3-1.5c0,0-0.1,0-0.2,0c-0.8,0-1.5,0.7-1.5,1.5v0.1
l-3,63.7l9.4,2.5L251.3,251.1L251.3,251.1z"></path>
<path d="M258.8,248.8c0.4,0,0.8,0,1.2,0c-1.9-0.5-3.1-2.9-2.8-5.6c0.4-2.8,2.4-5,4.5-4.6c0.3,0,0.5,0.1,0.8,0.2
c-0.6-0.6-1.2-1-2-1.1c-2.3-0.3-4.5,2-4.9,5.1C255.1,245.8,256.6,248.5,258.8,248.8z"></path>
<path d="M295.6,142.7c-11.2-17.4-32.8-18-32.8-18c-0.6,0-1.1-0.6-1.7-0.6c-1,0-3.6,1.5-3.6,1.5c-0.8,0-1.7-1.2-2.7-1.2
c-0.3,0-1.6,0.1-2.6,0.3c-0.6,0.1-3.7,1.8-4.1,2.1c0,0-0.7-1.5-1.5-1.5c-0.9,0-3.6,0.5-4.8,0.8c-0.3,0.1-3.8,2.2-4.4,2.5
c0,0-1-1.3-1.9-1c-0.2,0-0.3,0.1-0.5,0.2c-0.4,0.1-0.9,0.3-1.4,0.5c-4.4,1.8-9.1,4.9-10.8,9.2c-0.6,1.5-1.2,5.6-1.6,8.2
c-0.2,1.3,0.4,2.6,1.5,3.3l0.7,0.4l-0.7,5.1l0,0.2c-1.1,0.4-1.9,1.5-2.1,2.7l-0.4,2.7c-0.2,1.1,0.4,1.9,1.5,2.2l-0.4,2.9
c-1.1,0.4-1.9,1.5-2.1,2.7l-0.4,2.7c-0.2,1.1,0.4,1.9,1.5,2.2l-0.4,2.7l0,0.2c-1.1,0.4-1.9,1.5-2.1,2.7v0v0l-0.4,2.7
c0,0.1,0,0.1,0,0.2c-0.1,1,0.4,1.7,1.5,2l-0.3,2.7c-1.1,0.4-1.9,1.5-2.1,2.7v0v0l-0.4,2.7c0,0.1,0,0.1,0,0.2c-0.1,1,0.4,1.7,1.5,2
l-0.4,2.7h0c-1.5,0.2-2.7,1.4-2.8,2.9c-0.3,2.3-0.6,4.6-0.9,6.8c-0.1,1-0.3,2-0.4,3.1c0,0-0.4,3.8,1.2,6.6c2.2,3.8,12,13.3,30.3,16
c18.3,2.7,40.4,2.1,44.2-12.2l1-7.9l0.4-2.7c0.1-0.7-0.1-1.5-0.4-2.1c-0.4-0.6-1-1.1-1.7-1.3l0.4-2.6c1.6,0.1,2.6-0.4,2.8-1.8
l0.3-2.6c0.2-1.5-0.7-3-2.2-3.5l0.4-2.6c1.6,0.1,2.6-0.4,2.8-1.8l0.3-2.6c0.2-1.5-0.7-3-2.2-3.5l0.3-2.6c1.6,0.1,2.6-0.4,2.8-1.8
l0.3-2.6c0.2-1.5-0.7-3-2.2-3.5l0.4-2.7c1.4,0,2.2-0.6,2.3-1.8l0.3-2.6c0.2-1.4-0.5-2.7-1.7-3.3l0.7-5.2l1.9-1.2
c0.5-0.4,0.9-0.9,1-1.5l0.6-4.5C298,148.4,297.2,145.3,295.6,142.7z"></path>
<g> <defs> <rect id="SVGID_00000148650164626349250460000003260923728958285993_" x="210.7" y="122.2" width="89.3" height="113.8"></rect>
</defs>
<clippath id="SVGID_00000078761108544320991530000001622944313850367370_"> <use xlink:href="#SVGID_00000148650164626349250460000003260923728958285993_" style="overflow:visible;"></use>
</clippath>
<g style="clip-path:url(#SVGID_00000078761108544320991530000001622944313850367370_);"> <path class="st0-1304289193" d="M297.1,141.7c-2.7-4.2-6.2-7.7-10.3-10.7c-3.3-2.3-7.1-4.2-11.2-5.6c-6.5-2.2-11.6-2.5-12.6-2.6
c0,0-0.1,0-0.1-0.1c-0.3-0.2-0.9-0.5-1.7-0.5h0c-1,0-2.5,0.7-3.7,1.3c0,0,0,0-0.1,0c-0.6-0.4-1.4-0.9-2.5-0.9c0,0-0.1,0-0.1,0
c0,0-1.6,0.1-2.8,0.3c-0.8,0.1-2.2,0.8-3.3,1.5c-0.5-0.5-1.2-0.9-2-0.9c-1.2,0-4.1,0.5-5.3,0.8c-0.4,0.1-0.6,0.2-3.7,2
c0,0,0,0,0,0c-0.5-0.4-1.2-0.6-1.9-0.6c-0.3,0-0.6,0-0.9,0.1c-0.2,0-0.4,0.1-0.5,0.2c-0.5,0.2-1,0.4-1.5,0.5c-2.6,1-5,2.4-6.9,3.9
c-2.3,1.9-4,4-4.9,6.3c-0.5,1.3-1.1,4.2-1.7,8.6c-0.3,1.9,0.5,3.7,2,4.9l-0.2,1.5l-0.2,1.8v0c-1.2,0.8-2,2.1-2.2,3.6l-0.3,2.7
c-0.2,1.4,0.3,2.7,1.3,3.5l-0.1,0.7c-1.2,0.8-2,2.1-2.2,3.6l-0.4,2.7c-0.2,1.4,0.3,2.7,1.3,3.5v0.1l-0.1,0.6
c-1.2,0.8-2,2.1-2.2,3.6c0,0,0,0,0,0.1l-0.2,1.3l-0.1,0.9c0,0.1,0,0.3,0,0.4c0,0.1,0,0.2,0,0.3c-0.1,1.3,0.4,2.5,1.3,3.2l-0.1,0.5
c-1.2,0.8-2,2.1-2.2,3.6c0,0,0,0,0,0.1l-0.2,1.3l-0.1,0.9c0,0.1,0,0.3,0,0.4c0,0.1,0,0.2,0,0.3c-0.1,1.3,0.4,2.5,1.3,3.2
c0,0.1,0,0.1,0,0.2c-1.6,0.7-2.8,2.3-3,4.1c-0.2,1.5-0.4,3-0.6,4.5c-0.1,0.8-0.2,1.5-0.3,2.3l-0.1,1c-0.1,0.7-0.2,1.4-0.3,2
c0,0.2-0.5,4.4,1.4,7.7c1.2,2.2,4.4,5.7,9.7,9c6.2,3.9,13.8,6.7,21.9,7.9c5.8,0.8,11.2,1.3,16.2,1.3c7.6,0,14-1,18.8-3
c6-2.5,9.8-6.5,11.2-11.8l0-0.1v-0.1c0,0,0.6-4.9,0.9-7l0.1-0.9l0.4-2.7c0.1-1.2-0.1-2.3-0.7-3.3c-0.3-0.5-0.7-0.9-1.1-1.2
c1.5-0.4,2.6-1.5,2.8-3.2l0.3-2.6c0.2-1.8-0.5-3.5-1.9-4.6c1.6-0.4,2.6-1.6,2.8-3.2l0.3-2.6c0.2-1.8-0.5-3.5-1.9-4.6
c1.5-0.4,2.6-1.5,2.8-3.2l0.3-2.6c0.2-1.9-0.5-3.7-2-4.7V173c1.4-0.5,2.3-1.6,2.5-3.1l0.3-2.6c0.2-1.7-0.4-3.3-1.5-4.4l0.4-3.3
l1.2-0.8c1-0.6,1.6-1.6,1.8-2.8l0.6-4.5C299.8,148.2,299,144.7,297.1,141.7z M297.6,151.5l-0.6,4.5c-0.1,0.6-0.4,1.2-1,1.5
l-1.9,1.2l-11.6-3.9c-1.3-0.4-2.7,0.4-2.9,1.8l-0.1,0.7c-0.1,1.1,0.5,2,1.5,2.4l12.5,4.2v0.1c1.2,0.7,1.9,1.9,1.7,3.3l-0.3,2.6
c-0.2,1.2-1,1.7-2.3,1.8l0.1-1.1c0.1-0.8-0.4-1.6-1.2-1.8l-10.3-3.5c-1.3-0.4-2.7,0.4-2.9,1.8l-0.1,0.7c-0.1,1.1,0.5,2,1.5,2.4
l12.5,4.2c1.5,0.5,2.3,2,2.2,3.5l-0.3,2.6c-0.2,1.2-1,1.8-2.4,1.8c-0.1,0-0.2,0-0.4,0l0.1-1.2c0.1-0.8-0.4-1.6-1.2-1.8l-10.3-3.5
c-1.3-0.4-2.7,0.4-2.9,1.8l-0.1,0.7c-0.1,1.1,0.5,2,1.5,2.4l12.5,4.2c1.5,0.5,2.3,2,2.2,3.5l-0.3,2.6c-0.2,1.2-1,1.8-2.4,1.8
c-0.1,0-0.2,0-0.4,0l0.1-1.2c0.1-0.8-0.4-1.6-1.2-1.8l-10.3-3.4c-1.3-0.4-2.7,0.4-2.9,1.8l-0.1,0.7c-0.1,1.1,0.5,2,1.5,2.4
l12.5,4.2c1.5,0.5,2.3,2,2.2,3.5l-0.3,2.6c-0.2,1.2-1,1.8-2.4,1.8c-0.1,0-0.2,0-0.4,0l0.1-1.2c0.1-0.8-0.4-1.6-1.2-1.8l-10.3-3.4
c-1.3-0.4-2.7,0.4-2.9,1.8l-0.1,0.7c-0.1,1.1,0.5,2,1.5,2.4l12.5,4.2c0.7,0.2,1.3,0.7,1.7,1.3c0.4,0.6,0.5,1.4,0.4,2.1l-0.4,2.7
l-1,7.9c-2.7,10.2-14.8,13.4-28.2,13.4c-5.3,0-10.8-0.5-16-1.3c-18.3-2.7-28.1-12.2-30.3-16c-1.6-2.8-1.2-6.6-1.2-6.6
c0.1-1,0.3-2,0.4-3.1c0.3-2.3,0.6-4.6,0.9-6.8c0.2-1.5,1.4-2.7,2.8-2.9l10.4-1.4c1-0.1,1.8-0.9,1.9-1.9l0.1-0.7
c0.2-1.5-1.1-2.7-2.5-2.5l-7.9,1.1c-0.8,0.1-1.4,0.7-1.5,1.5l-0.2,1.2c-1.1-0.3-1.6-1-1.5-2c0,0,0-0.1,0-0.2l0.4-2.7v0v0
c0.1-1.2,1-2.2,2.1-2.7l10-1.5c1-0.1,1.8-0.9,1.9-1.9l0.1-0.7c0.2-1.5-1.1-2.7-2.5-2.5l-7.9,1.1c-0.8,0.1-1.4,0.7-1.5,1.5
l-0.1,1.1c-1.1-0.3-1.6-1-1.5-2c0,0,0-0.1,0-0.2l0.4-2.7v0v0c0.1-1.2,1-2.2,2.1-2.7l10.4-1.4c1-0.1,1.8-0.9,1.9-1.9l0.1-0.7
c0.2-1.5-1.1-2.7-2.5-2.5l-7.9,1.1c-0.8,0.1-1.4,0.7-1.5,1.5l-0.1,1c-1.1-0.4-1.6-1.1-1.5-2.2l0.4-2.7c0.1-1.2,1-2.2,2.1-2.7
l10.4-1.4c1-0.1,1.8-0.9,1.9-1.9l0.1-0.7c0.2-1.5-1.1-2.7-2.5-2.5l-7.9,1.1c-0.8,0.1-1.4,0.7-1.5,1.5l-0.1,1
c-1.1-0.4-1.6-1.1-1.5-2.2l0.4-2.7c0.2-1.2,1-2.3,2.1-2.7l4-0.5l6.4-0.8c1-0.1,1.8-0.9,1.9-1.9l0.1-0.7c0.1-0.7-0.1-1.4-0.7-1.9
c-0.5-0.5-1.2-0.8-1.9-0.6l-9.3,1.2v0l-0.7-0.4c-1.1-0.8-1.6-2-1.5-3.3c0.4-2.6,1-6.7,1.6-8.2c1.7-4.3,6.3-7.4,10.8-9.2
c0.4-0.2,0.9-0.4,1.4-0.5c0.2,0,0.3-0.1,0.5-0.2c0.1,0,0.2,0,0.3,0c0.5,0,1,0.4,1.3,0.7c-0.7,0.2-1.3,0.4-1.9,0.6
c-0.4,0.1-0.9,0.3-1.4,0.5c-2.7,1.1-5.5,2.7-7.7,4.7c-0.2,0.2-0.4,0.5-0.4,0.8c-0.2,1.7,1.2,3.2,3,3l1.3-0.2
c1.2-0.1,2-1.1,2.2-2.2l0.2-1.5c0.2-1.5,1.1-2.9,2.4-3.7l4.1-2.5c1.2-0.7,2.7-1.6,2.9-1.6c1.2-0.3,3.9-0.8,4.8-0.8
c0.4,0,0.8,0.5,1.1,0.9c-0.5,0.1-1,0.2-1.4,0.2c-1.1,0.1-2.1,0.3-3.1,0.5c-0.2,0-0.4,0.1-0.6,0.1l-4.7,2.8c-0.7,0.4-1.2,1-1.6,1.6
c-0.4,0.6-0.7,1.4-0.8,2.1c-0.2,1.7,1.2,3.2,3,3l1.3-0.2c1.1-0.2,2-1.1,2.2-2.2l0.2-1.5c0.2-1.6,1.1-2.9,2.4-3.7l4.1-2.5
c1.1-0.6,3-1.6,3.5-1.7c1-0.2,2.3-0.2,2.6-0.3h0c0.8,0,1.5,0.7,2.2,1c-0.6,0-1.2,0-1.8,0c-0.8,0-1.7,0-2.5,0.1c-0.2,0-0.3,0-0.5,0
l-4.4,2.7c-0.7,0.4-1.2,1-1.6,1.6c-0.4,0.6-0.7,1.4-0.8,2.1c-0.2,1.7,1.2,3.2,3,3l1.3-0.2c1.2-0.2,2-1.1,2.2-2.2l0.2-1.5
c0.2-1.5,1.1-2.9,2.4-3.7l3.3-2c0.7-0.4,2.5-1.3,3.3-1.3c0.6,0,1,0.6,1.7,0.6c0,0,21.6,0.6,32.8,18
C297.2,145.3,298,148.4,297.6,151.5z M269.4,185l-0.1,0.7c-0.2,1.4-1.5,2.3-2.9,1.8l-13.7-4.5c-2.3-0.8-4.8-1-7.2-0.7l-5.4,0.8
c-1.5,0.2-2.7-1-2.5-2.5l0.1-0.7c0.1-1,0.9-1.8,1.9-1.9l6.7-0.9c2.4-0.3,4.8-0.1,7.1,0.7l14.5,4.8C268.9,183,269.6,184,269.4,185z
M234,225.8l-0.8,0.1c-0.9,0.1-1.9-0.1-2.6-0.6l-9.9-6.5c-3.5-2.3-5.4-6.4-4.9-10.6l0.1-1.1c0.2-1.7,1.6-3,3.3-3.2l1.7-0.2
c1-0.1,1.8,0.8,1.7,1.7l-0.4,2.7c-0.5,3.8,1,7.5,3.9,9.9l8.1,6.6C234.8,224.9,234.6,225.7,234,225.8z M244.2,224.7l-0.8,0.1
c-0.9,0.1-1.9-0.1-2.7-0.6l-9.9-6.7c-3.4-2.3-5.3-6.4-4.7-10.5l0.1-1.2c0.2-1.6,1.5-3,3.1-3.2l1.8-0.2c1-0.1,1.9,0.7,1.7,1.7
l-0.4,2.7c-0.5,3.7,1,7.3,3.8,9.8l8.2,6.9C244.9,223.9,244.7,224.6,244.2,224.7z M254.4,222.9l-0.8,0.1c-0.9,0.1-1.9-0.1-2.6-0.6
l-9.9-6.5c-3.5-2.3-5.4-6.4-4.9-10.6l0.1-1.1c0.2-1.6,1.5-3,3.1-3.2l1.8-0.3c1-0.1,1.9,0.7,1.7,1.7l-0.4,2.7
c-0.5,3.8,1,7.5,3.9,9.9l8,6.6C255.2,222.1,255,222.9,254.4,222.9z M273.4,153.7l-0.1,0.7c-0.2,1.4-1.5,2.3-2.9,1.8l-13.6-4.6
c-2.3-0.8-4.8-1-7.2-0.7l-5.4,0.8c-1.5,0.2-2.7-1-2.5-2.5l0.1-0.7c0.1-1,0.9-1.8,1.9-1.9l6.7-0.9c2.4-0.3,4.8-0.1,7.1,0.7
l14.5,4.8C272.9,151.6,273.5,152.6,273.4,153.7z M272.1,164.1l-0.1,0.7c-0.2,1.4-1.5,2.3-2.9,1.8l-13.6-4.6
c-2.3-0.8-4.8-1-7.2-0.7l-5.4,0.8c-1.5,0.2-2.7-1-2.5-2.5l0.1-0.7c0.1-1,0.9-1.8,1.9-1.9l6.7-0.9c2.4-0.3,4.8-0.1,7.1,0.7
l14.5,4.8C271.6,162.1,272.2,163,272.1,164.1z M270.8,174.5l-0.1,0.7c-0.2,1.4-1.6,2.3-2.9,1.8l-13.6-4.6c-2.3-0.8-4.8-1-7.2-0.7
l-5.4,0.8c-1.5,0.2-2.7-1-2.5-2.5l0.1-0.7c0.1-1,0.9-1.8,1.9-1.9l6.7-0.9c2.4-0.3,4.8-0.1,7.1,0.7l14.5,4.8
C270.3,172.5,270.9,173.5,270.8,174.5z M268.1,195.5l-0.1,0.7c-0.2,1.4-1.5,2.3-2.9,1.8l-13.6-4.6c-2.3-0.8-4.8-1-7.2-0.7
l-5.4,0.8c-1.5,0.2-2.7-1-2.5-2.5l0.1-0.7c0.1-1,0.9-1.8,1.9-1.9l6.7-0.9c2.4-0.3,4.8-0.1,7.1,0.7l14.5,4.8
C267.6,193.4,268.2,194.4,268.1,195.5z"></path>
</g>
</g>
<g> <g transform="translate(103.33979, 135.382823)"> <g> <path d="M-0.1-10.5l37.6,33.2L51.8,6.5l9.4,8.3L37.5,41.7l-47-41.5L-0.1-10.5z"></path>
</g>
</g>
</g>
<g> <g transform="translate(125.816687, 111.459182)"> <g> <path d="M22.8-25.5l34.8,52.1l-11.9,7.9L10.9-17.5L22.8-25.5z"></path>
</g>
</g>
</g>
<g> <g transform="translate(140.114128, 100.209747)"> <g> <path d="M54-35.8c3.2-1,6.5-1.5,9.9-1.6c3.4,0,6,0.2,7.8,0.6l2.6,0.8l-2.1,12.6c-0.5-0.1-1.2-0.3-2.2-0.5
c-0.9-0.2-2.6-0.4-4.9-0.5c-2.4-0.1-4.5,0.1-6.3,0.7c-2.3,0.7-3.9,1.7-4.8,3.1c-0.9,1.3-1.1,2.8-0.6,4.5c0.2,0.8,0.8,1.5,1.6,2
c0.8,0.5,2,1,3.7,1.3c1.7,0.4,3.1,0.6,4.3,0.8c1.2,0.2,3.1,0.4,5.6,0.6c4.4,0.4,8.4,1.7,12,3.6c3.6,2,6,4.7,7.1,8.3
c1.1,3.4,1.4,6.6,0.9,9.6c-0.4,2.9-1.5,5.5-3.2,7.6c-1.7,2.1-3.7,4-6.1,5.5c-2.4,1.5-5.1,2.7-8.1,3.7c-2.6,0.8-5.3,1.4-8,1.6
c-2.7,0.2-5,0.2-6.9,0c-1.9-0.3-3.7-0.6-5.3-0.9c-1.6-0.4-2.8-0.7-3.6-1l-1.2-0.5l3.2-13.6c0.7,0.3,1.7,0.6,3,1.1
c1.2,0.4,3.4,0.9,6.3,1.3c3,0.4,5.5,0.4,7.5-0.2C72,12.8,74.3,10,73,6c-0.3-0.8-0.7-1.5-1.3-2.1c-0.6-0.6-1.6-1-2.8-1.4
c-1.3-0.4-2.4-0.7-3.3-0.8c-0.9-0.2-2.4-0.4-4.5-0.7c-2.1-0.3-3.6-0.5-4.6-0.6c-4.2-0.7-7.7-2-10.5-4.1c-2.8-2.1-4.7-4.6-5.7-7.7
c-1.7-5.4-1.1-10.4,1.8-15C45-31.1,49-34.2,54-35.8z"></path>
</g>
</g>
</g>
<g> <g transform="translate(176.193137, 89.22286)"> <g> <path d="M62.1-20.3l0.7-12.5l44,2.4l-0.7,12.5l-14.9-0.8l-2.8,50.1l-14.3-0.8L77-19.5L62.1-20.3z"></path>
</g>
</g>
</g>
<g> <g transform="translate(209.85206, 91.104074)"> <g> <path d="M131.2-12.3l-4.8,11.6l-20-8.2l-4.7,11.5l19.1,7.9l-4.8,11.6L97,14.3l-4.8,11.6l20,8.2l-4.8,11.6L74.2,32.1l23.8-58
L131.2-12.3z"></path>
</g>
</g>
</g>
<g> <g transform="translate(240.415111, 102.018258)"> <g> <path d="M121,19.7L93.5,47.3L83.4,37.2l44.2-44.5l10.1,10.1L128,48l0.1,0.1l27.4-27.6l10.1,10.1L121.4,75L111.3,65l9.8-45.2
L121,19.7z"></path>
</g>
</g>
</g>
<g> <g transform="translate(107.982004, 310.589447)"> <g> <path d="M77.3,52.8L58.2,99.2l20,8.2L73.4,119l-33.2-13.7l23.9-58L77.3,52.8z"></path>
</g>
</g>
</g>
<g> <g transform="translate(149.429994, 325.466164)"> <g> <path d="M79.3,50l-10.9,61.8l-14.1-2.5l10.9-61.8L79.3,50z"></path>
</g>
</g>
</g>
<g> <g transform="translate(179.24208, 330.853257)"> <g> <path d="M83.8,108.3L52.5,48l16.1-1.3l19.1,39.8l12.4-42.4l16-1.3L95,107.4L83.8,108.3z"></path>
</g>
</g>
</g>
<g> <g transform="translate(236.705868, 323.189489)"> <g> <path d="M92.5,34.4L97.3,46l-20,8.2L82,65.7l19.1-7.8l4.8,11.6l-19.1,7.8L91.6,89l20-8.2l4.8,11.6L83.1,106L59.3,48L92.5,34.4z"></path>
</g>
</g>
</g>
</svg>
</a>
</div>
</div>
<div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1015418330 dmRespRow dmSectionNoParallax fullBleedChanged fullBleedMode" style="text-align: center;" id="1015418330" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9pcnQtY2RuLm11bHRpc2NyZWVuc2l0ZS5jb20vbWQvdW5zcGxhc2gvZG1zM3JlcC9tdWx0aS9waG90by0xNTAyOTE5MDg4NzgzLTExYzg0NTQ1NWNiOS5qcGciXX0="> <div class="dmRespColsWrapper" id="1387920092"> <div class="u_1867374230 dmRespCol small-12 large-3 medium-3" id="1867374230"> <div class="u_1766058679 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1766058679"> <a href="/" id="1974357114" file="false"><img src="https://lirp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/opt/web-logo-steckline-203x68-1920w.png" id="1996673576" class="" data-dm-image-path="https://irp.cdn-website.com/3981dec5/import/clib/stecklinecommunications_com/dms3rep/multi/web-logo-steckline-203x68.png" width="203" height="68" onerror="handleImageLoadError(this)"/></a>
</div>
<div class="u_1690599558 dmNewParagraph" data-element-type="paragraph" id="1690599558" data-version="5" style="transition: none 0s ease 0s; text-align: left;"><p class="m-size-16 m-text-align-center"><span style="color: var(--color_1); display: initial;" class="m-font-size-16" m-font-size-set="true">1632 S Maize Rd Ste 200</span></p><p class="m-size-16 m-text-align-center"><span style="color: var(--color_1); display: initial;" class="m-font-size-16" m-font-size-set="true">Wichita, Kansas, 67209</span></p><p class="m-size-16 m-text-align-center"><a href="/" runtime_url="/" type="page" style="color: var(--color_1); display: initial;" class="m-font-size-16" m-font-size-set="true">(316) 721-8484</a></p></div></div>
<div class="u_1574339599 dmRespCol small-12 hide-for-small large-3 medium-3" id="1574339599"> <div class="u_1625744749 dmNewParagraph hide-for-small" data-element-type="paragraph" id="1625744749" data-version="5" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h5><span style="display: initial;">ABOUT US</span></h5>
</div></div>
<div class="u_1998204648 dmRespCol small-12 large-3 medium-3" id="1998204648"> <nav class="u_1663879312 effect-text-fill hide-for-small main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1663879312" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-stations" class="unifiednav__item " target="" data-target-page-alias="our-stations"> <span class="nav-item-text " data-link-text="OUR STATIONS" data-auto="page-text-style">OUR STATIONS<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
<div class="u_1222206430 dmRespCol small-12 large-3 medium-3" id="1222206430"> <nav class="u_1308969057 effect-text-fill hide-for-small main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_2" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1308969057" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/advertise-with-us" class="unifiednav__item " target="" data-target-page-alias="advertise-with-us"> <span class="nav-item-text " data-link-text="ADVERTISE WITH US" data-auto="page-text-style">ADVERTISE WITH US<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span>
</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="u_1358540536 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1358540536" mode="1"> <div class="dmRespColsWrapper" id="1357934895"> <div class="u_1566180949 dmRespCol medium-6 large-6 small-12" id="1566180949"> <div class="u_1669177177 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1669177177" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="24" data-widget-config="eyJyZXZlcnNlRmxhZyI6ZmFsc2UsImNvcHlyaWdodFRleHQiOiI8cCBjbGFzcz1cInJ0ZUJsb2NrXCI+PHN0cm9uZz5BbGwgUmlnaHRzIFJlc2VydmVkIHwgU3RlY2tsaW5lIENvbW11bmljYXRpb25zLCBJbmMuPC9zdHJvbmc+PC9wPiJ9"> <div class="copyright"> <span class="copyright-year">© 2025 </span>
<span><p class="rteBlock"><strong>All Rights Reserved | Steckline Communications, Inc.</strong></p></span>
</div>
</div>
</div>
<div class="u_1917450326 dmRespCol medium-6 large-6 small-12 content-removed" id="1917450326"></div>
</div>
</div>
</div>
<div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Add full CSS and Javascript before the close tag of the body if needed -->
<!-- ========= JS Section ========= -->
<script>
var isWLR = true;
window.customWidgetsFunctions = {};
window.customWidgetsStrings = {};
window.collections = {};
window.currentLanguage = "ENGLISH"
window.isSitePreview = false;
</script>
<script>
window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~24"] = function (element, data, api) {
null
};
</script>
<script>
window.customWidgetsFunctions["7b2ba547771b4d4db17e3e2b9f0abd0c~226"] = function (element, data, api) {
var $element = $(element);
var $tabs = $element.find('.tab');// not relevant for mobile
var $tabLables = $element.find('.tab-label');
if ($tabs.length > 0) {
if (data.device==="mobile" && data.config.mobileLayoutToggle) {// on mobile and dropdown mode
addMobileClickListener($element);
}
else { // on desktop or accordion mobile layout
addDesktopClickListener($element);
}
addHoverHandler($tabLables);
}
function addMobileClickListener($element) {
// tab label mobile click handler;
$element.off('click.tabs.mobile').on('click.tabs.mobile', '.tab-label', function() {
var $clicked_tab_item = $(this).closest('.tab-item');
var $siblings = $clicked_tab_item.siblings();
domChangeOnMobileClick($clicked_tab_item, $siblings);
});
}
function addDesktopClickListener($element) {
$tabLables.off('click.tabs.desktop').on('click.tabs.desktop', function(event) {
var $curr = $(this);
// layout-e-aux-tab-label is an auxilary class represents the
// remaining space on layout 3's labels, it shouldn't be selectable
if ( $curr.hasClass('active') || $curr.hasClass('layout-e-aux-tab-label')){
return;
}
domChangeOnDesktopClick($curr);
});
}
function addHoverHandler($tabLables) {
//background hover issue hack - pseusu class support in widget builder is limited
$tabLables.off('mouseover.tabs').on('mouseenter.tabs', function(event) {
var $this = $(this);
// aux label on layout e should'nt be selected
if ($this.hasClass('layout-e-aux-tab-label')) return;
$this.addClass('hover');
$this.removeClass('not-active');
});
$tabLables.off('mouseout.tabs').on('mouseleave.tabs', function(event){
var $this = $(this);
// aux label on layout e should'nt be selected
if ($this.hasClass('layout-e-aux-tab-label')) return;
if (! $this.hasClass('active') ) {
$this.removeClass('hover');
$this.addClass('not-active');
}
});
}
function domChangeOnMobileClick($clicked_tab_item, $siblings) {
$siblings.removeClass('expanded');
$siblings.find('.tab-label').removeClass('active').addClass('not-active');
$clicked_tab_item.toggleClass('expanded');
$clicked_tab_item.find('.tab-label').toggleClass('active');
}
function domChangeOnDesktopClick($curr) {
$curr.addClass('active').removeClass('not-active').removeClass('hover');
$siblings = $curr.siblings();
$siblings.removeClass('active').addClass('not-active').removeClass('hover');
//If no argument is passed to the .index() method, the return value is an integer indicating the position of the
//first element within the jQuery object relative to its sibling elements.
var index = $curr.index();
$tabs.removeClass('active');
$tabs.eq(index).addClass('active');
}
};
</script>
<script type="text/javascript">
var d_version = "production_5658";
var build = "2025-07-24T12_48_59";
window['v' + 'ersion'] = d_version;
function buildEditorParent() {
window.isMultiScreen = true;
window.editorParent = {};
window.previewParent = {};
window.assetsCacheQueryParam = "?version=2025-07-24T12_48_59";
try {
var _p = window.parent;
if (_p && _p.document && _p.$ && _p.$.dmfw) {
window.editorParent = _p;
} else if (_p.isSitePreview) {
window.previewParent = _p;
}
} catch (e) {
}
}
buildEditorParent();
</script>
<!-- Load jQuery -->
<script type="text/javascript" id='d-js-jquery'
src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script>
<!-- End Load jQuery -->
<!-- Injecting site-wide before scripts -->
<!-- End Injecting site-wide to the head -->
<script>
var _jquery = window.$;
var jqueryAliases = ['$', 'jquery', 'jQuery'];
jqueryAliases.forEach((alias) => {
Object.defineProperty(window, alias, {
get() {
return _jquery;
},
set() {
console.warn("Trying to over-write the global jquery object!");
}
});
});
window.jQuery.migrateMute = true;
</script>
<script>
window.cookiesNotificationMarkupPreview = 'null';
</script>
<!-- HEAD RT JS Include -->
<script id='d-js-params'>
window.INSITE = window.INSITE || {};
window.INSITE.device = "desktop";
window.rtCommonProps = {};
rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com';
rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
rtCommonProps["inlineEditGrid.snap"] =true;
rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
rtCommonProps["rt.pushnotifs.force.button"] =true;
rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
rtCommonProps["common.mapbox.js.override"] =false;
rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
rtCommonProps["isCoverage.test"] =false;
rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
rtCommonProps["feature.flag.mappy.kml"] =false;
rtCommonProps["common.resources.dist.cdn"] =true;
rtCommonProps["common.build.dist.folder"] = 'production/5658';
rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5658';
rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true;
rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true;
rtCommonProps["feature.flag.runOnReadyNewTask"] =true;
rtCommonProps["isAutomation.test"] =false;
rtCommonProps['common.mapsProvider'] = 'mapbox';
rtCommonProps['common.mapsProvider.version'] = '0.52.0';
rtCommonProps['common.geocodeProvider'] = 'mapbox';
rtCommonProps['common.map.defaults.radiusSize'] = '1500';
rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)';
rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)';
rtCommonProps['common.map.defaults.strokeSize'] = '2';
rtCommonProps['server.for.resources'] = '';
rtCommonProps['feature.flag.lazy.widgets'] = true;
rtCommonProps['feature.flag.single.wow'] = false;
rtCommonProps['feature.flag.disallowPopupsInEditor'] = true;
rtCommonProps['feature.flag.mark.anchors'] = true;
rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz';
rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME';
rtCommonProps["images.sizes.small"] =160;
rtCommonProps["images.sizes.mobile"] =640;
rtCommonProps["images.sizes.tablet"] =1280;
rtCommonProps["images.sizes.desktop"] =1920;
rtCommonProps["modules.resources.cdn"] =true;
rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/';
rtCommonProps["feature.flag.runtime.inp.threshold"] =150;
rtCommonProps["feature.flag.performance.logs"] =true;
rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
// feature flags that's used out of runtime module (in legacy files)
rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;
rtCommonProps["streamline.monolith.personalization.skipRuleConditionsForPreview.enabled"] =true;
window.rtFlags = {};
rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true;
rtFlags["scripts.widgetCount.enabled"] =true;
rtFlags["fnb.animations.tracking.enabled"] =true;
rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
rtFlags["ecom.ecwid.accountPage.emptyBaseUrl.enabled"] = false;
rtFlags["ecom.ecwid.pages.links.disable.listeners"] = false;
rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
rtFlags["feature.flag.photo.gallery.exact.size"] =true;
rtFlags["geocode.search.localize"] =false;
rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
rtFlags["twitter.heightLimit.enabled"] = true;
rtFlags["editor.classicHybrid.photogallery.fix"] =true;
rtFlags["runtime.lottieOverflow"] =false;
rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
rtFlags["contact.form.browserValidation.enabled"] =true;
rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
rtFlags["runtime.cwv.report.cls.enabled"] =true;
rtFlags["editor.link.on.container"] =true;
rtFlags["flex.runtime.popup.with.show"] =true;
rtFlags["contact.form.useActiveForm"] =true;
rtFlags["runtime.ssr.productStore.internal.observer"] =true;
rtFlags["runtime.ssr.productCustomizations"] =true;
rtFlags["flex.megaMenu.a11y"] =true;
</script>
<script src="https://static.cdn-website.com/mnlt/production/5658/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script>
<!-- End of HEAD RT JS Include -->
<script src="https://static.cdn-website.com/mnlt/production/5658/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
<script>
$(window).bind("orientationchange", function (e) {
$.layoutManager.initLayout();
});
$(document).resize(function () {
});
</script>
<script type="text/javascript" id="d_track_campaign">
(function() {
if (!window.location.search) {
return;
}
const cleanParams = window.location.search.substring(1); // Strip ?
const queryParams = cleanParams.split('&');
const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
const domain = 'domain=' + window.location.hostname;
const path = "path=/";
queryParams.forEach((param) => {
const [key, value = ''] = param.split('=');
if (key.startsWith('utm_')) {
const cookieName = "_dm_rt_" + key.substring(4);
const cookie = cookieName + "=" + value;
const joined = [cookie, expires, domain, path].join(";");
document.cookie = joined;
}
});
}());
</script>
<script type="text/javascript" >
var _dm_gaq = {};
var _gaq = _gaq || [];
var _dm_insite = [];
</script>
<script type="text/javascript" id="d_track_sp">
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow"));
window.dmsnowplow = window.snowplow;
dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker
appId: '3981dec5'
});
// snowplow queries element styles so we wait until CSS calculations are done.
requestAnimationFrame(() => {
dmsnowplow('trackPageView');
_dm_insite.forEach((rule) => {
// Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here
// the tracking is in popup.js
if (rule.actionName !== "popup") {
dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId);
}
window?.waitForDeferred?.('dmAjax', () => {
$.DM.events.trigger('event-ruleTriggered', {value: rule});
});
});
});
</script>
<div style="display:none;" id="P6iryBW0Wu"></div>
<!-- photoswipe markup -->
<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<!-- Background of PhotoSwipe.
It's a separate element as animating opacity is faster than rgba(). -->
<div class="pswp__bg"></div>
<!-- Slides wrapper with overflow:hidden. -->
<div class="pswp__scroll-wrap">
<!-- Container that holds slides.
PhotoSwipe keeps only 3 of them in the DOM to save memory.
Don't modify these 3 pswp__item elements, data is added later on. -->
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
<!-- element will get class pswp__preloader--active when preloader is running -->
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<div id="fb-root"
data-locale="en"></div>
<!-- Alias: 3981dec5 -->
<div class="dmPopupMask" id="dmPopupMask"></div>
<div id="dmPopup" class="dmPopup">
<div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div>
<div class="dmPopupTitle"> <span></span> Share by:</div>
<div class="data"></div>
</div><script id="d_track_personalization">
window?.waitForDeferred?.('dmAjax', () => {
// Collects client data and updates cookies used by smart sites
window.expireDays = 365;
window.visitLength = 30 * 60000;
$.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays);
setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit");
});
</script>
<script type="text/javascript">
Parameters.NavigationAreaParams.MoreButtonText = 'MORE';
Parameters.NavigationAreaParams.LessButtonText = 'LESS';
Parameters.HomeLinkText = 'Home';
</script>
<!-- End Script tags -->
<!-- Site Wide Html Markup -->
<!-- Site Wide Html Markup -->
</body>
</html>