/*!
	Theme Name: KGMI NEWS
	Theme URI: http://sagacom.com

	Description: The child theme for KGMI-AM.
	Author: Saga Communications
	Author URI: http://sagacom.com

	Version: 3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: saga-news-pro-beta
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	Text Domain: KGMI
*/
/**
** Mixins for cross browser support
**/
@import url("//use.typekit.net/bzm2kmq.css");
/* Default */
html html {
  font-size: 100%;
  line-height: 1.4;
}
@media all and (min-width: 320px) {
  html html {
    font-size: 100%;
    line-height: 0.5;
  }
}
@media all and (min-width: 480px) {
  html html {
    font-size: 100%;
    line-height: 0.5;
  }
}
@media all and (min-width: 740px) {
  html html {
    font-size: 100%;
    line-height: 0.5;
  }
}
@media all and (min-width: 768px) {
  html html {
    font-size: 112.5%;
    line-height: 0.5;
  }
}
@media all and (min-width: 900px) {
  html html {
    font-size: 112.5%;
    line-height: 0.5;
  }
}
@media all and (min-width: 992px) {
  html html {
    font-size: 112.5%;
    line-height: 0.5;
  }
}
@media all and (min-width: 1024px) {
  html html {
    font-size: 112.5%;
    line-height: 0.5;
  }
}
@media all and (min-width: 1230px) {
  html html {
    font-size: 125%;
    line-height: 0.5;
  }
}
@media all and (min-width: 1280px) {
  html html {
    font-size: 125%;
    line-height: 0.5;
  }
}
@media all and (min-width: 1366px) {
  html html {
    font-size: 125%;
    line-height: 0.5;
  }
}
@media all and (min-width: 1440px) {
  html html {
    font-size: 125%;
    line-height: 0.5;
  }
}

aside {
  background: none;
}

a {
  color: #034f9d;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0358a8;
  text-decoration: none;
}

body {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: #f3f3f3;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding-top: 62px;
  background-repeat: repeat-y;
}
@media only screen and (min-width:992px) {
  body {
    padding-top: 158px;
  }
}
body mark {
  background: rgba(3, 79, 157, 0.65);
  padding: 0 0.25em;
  margin: 0 0.25em;
}
body ::-moz-selection {
  background: rgba(3, 79, 157, 0.65);
}
body ::selection {
  background: rgba(3, 79, 157, 0.65);
}
body blockquote {
  padding: 1.5rem;
  margin: 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
  color: #d9d9d9;
  border-left: 5px solid;
}
@media all and (min-width: 320px) {
  body blockquote {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 480px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 740px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 900px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 992px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1024px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1230px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1280px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1366px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1440px) {
  body blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
body blockquote p {
  padding: 0;
  margin: 0;
  font-size: inherit;
  color: #e5e5e5;
}
body p {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 2.1rem;
  margin-bottom: 0rem;
  word-wrap: normal;
  text-rendering: optimizeLegibility;
  font-family: "source-sans-pro", sans-serif;
  color: #4b4b4b;
}
@media all and (min-width: 320px) {
  body p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 480px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 740px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 900px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 992px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1024px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1230px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1280px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1366px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1440px) {
  body p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
body .article-body ul, body .article-body ol {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}
@media all and (min-width: 320px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 480px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 740px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 900px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 992px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1024px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1230px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1280px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1366px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1440px) {
  body .article-body ul, body .article-body ol {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

/* Base */
.addtocalendar var {
  display: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent !important;
}

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
}

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.atcb-item {
  float: none;
  text-align: left;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/* Blue */
a.btn,
a.btn .atcb-link:hover,
a.btn .atcb-link:active,
a.btn .atcb-link:focus,
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  margin-right: 1em;
  padding: 9px 25px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  vertical-align: middle;
  background: #034f9d;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.13) inset;
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.13) inset;
  border-radius: 4px;
  zoom: 1;
}

.atc-style-blue .atcb-list {
  width: 170px;
  border: 1px solid rgb(186, 186, 186);
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px #AAA;
          box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item {
  background: #fff;
  color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
  background: #034f9d;
}

#sidebar {
  top: 0 !important;
}

/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #424242;
  font-family: "acumin-pro-condensed", "minion-pro";
  font-weight: 900;
}

.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #02366b;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0rem;
  margin-bottom: 1.4rem;
}
@media all and (min-width: 320px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 480px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 740px) {
  h1, .h1 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  h1, .h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 900px) {
  h1, .h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 992px) {
  h1, .h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1024px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1230px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1280px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1366px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1440px) {
  h1, .h1 {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

h2, .h2 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 2.1rem;
  margin-bottom: 0rem;
}
@media all and (min-width: 320px) {
  h2, .h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 480px) {
  h2, .h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 740px) {
  h2, .h2 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 900px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 992px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1024px) {
  h2, .h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1230px) {
  h2, .h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1280px) {
  h2, .h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1366px) {
  h2, .h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1440px) {
  h2, .h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

h3, .h3 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 2.1rem;
  margin-bottom: 0rem;
}
@media all and (min-width: 320px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 480px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 740px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 900px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 992px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1024px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1230px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1280px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1366px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1440px) {
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

h4, .h4 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 2.1rem;
  margin-bottom: 0rem;
}
@media all and (min-width: 320px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 480px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 740px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 900px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 992px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1024px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1230px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1280px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1366px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1440px) {
  h4, .h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

h5, .h5 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 2.1rem;
  margin-bottom: 0rem;
}
@media all and (min-width: 320px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 480px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 740px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 900px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 992px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1024px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1230px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1280px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1366px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1440px) {
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.header {
  background: #fff;
}
.header a.header--logo img {
  width: 115px;
}
@media only screen and (min-width:992px) {
  .header a.header--logo img {
    width: 131px;
  }
}
.header .header--top {
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width:992px) {
  .header .header--top {
    height: 94px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header .header--top .header--search .search-toggle {
  color: #959595;
  font-weight: 600;
}
.header .header--top .header--search .search-toggle:before {
  background-image: url("/wp-content/themes/kgmi/assets/images/search.png");
}
.header .header--top .listen-live {
  display: none;
}
@media only screen and (min-width:992px) {
  .header .header--top .listen-live {
    float: right;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: 1em;
    top: 0;
  }
  .header .header--top .listen-live:before {
    content: "";
    display: inline-block;
    height: 94px;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
  }
  .header .header--top .listen-live img {
    float: left;
  }
  .header .header--top .listen-live span.ll-sponsor {
    float: left;
    text-align: left;
    clear: both;
    font-size: 10px;
    margin-top: -2px;
    margin-left: 36px;
    width: 149px;
  }
}
.header .header--top .listen-live a {
  display: inline-block;
  vertical-align: middle;
}
.header .hamburger {
  padding: 18px;
  outline: none;
}
.header .hamburger-inner, .header .hamburger-inner::before, .header .hamburger-inner::after {
  background-color: #e5e5e5;
}
.header .nav-collapse ul li {
  font-size: 15px;
}
.header .nav-collapse ul li.current-menu-item {
  background: #034f9d;
}
.header .nav-collapse.complex ul.navbar li.menu-item-has-children.touch-active:hover ul.sub-menu li a {
  color: #fff;
}
.header .nav-collapse.complex ul.navbar li.menu-item-has-children.touch-active:hover .back-link {
  background-image: url("/wp-content/themes/kgmi/assets/images/menu-back.png");
}
.header .nav-collapse.complex ul.navbar li::before {
  background: rgba(3, 79, 157, 0);
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.header .nav-collapse.complex ul.navbar li.bg-active::before {
  background: #034f9d;
  left: 0;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.header .nav-collapse.complex ul.navbar li.bg-active {
  z-index: 999;
}
.header .nav-collapse.complex ul.navbar li.bg-active a {
  position: relative;
}
.header .nav-collapse.complex ul.navbar li.touch-active::before {
  background: #034f9d;
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.header ul.navbar {
  font-family: "source-sans-pro", sans-serif;
  background: #034f9d; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#034f9d), to(#034f9d));
  background: linear-gradient(to bottom, #034f9d 0%, #034f9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$mainColor", endColorstr="$secondaryColor", GradientType=0); /* IE6-9 */
  font-size: 1em;
}
.header ul.navbar li a {
  color: #fff;
}
.header ul.navbar li ul.sub-menu {
  background: none;
}
@media only screen and (min-width:768px) {
  .header ul.navbar li ul.sub-menu {
    background: #034f9d !important;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
  }
}
@media only screen and (min-width:768px) {
  .header ul.navbar li.menu-item-has-children:hover {
    background: #034f9d;
  }
}
@media only screen and (min-width:768px) {
  .header ul.navbar li.menu-item-has-children ul.sub-menu {
    background: #034f9d;
  }
}
.header ul.navbar li.menu-item-has-children ul.sub-menu a {
  color: #fff;
}
.header ul.navbar li a:hover {
  color: #fff;
}
.header ul.navbar li ul.sub-menu {
  background: #034f9d;
}
.header ul.navbar li ul.sub-menu li:hover {
  background: none;
}
@media only screen and (min-width:768px) {
  .header ul.navbar li ul.sub-menu li:hover {
    background: inherit;
  }
}
.header ul.navbar li ul.sub-menu li a {
  color: #959595;
}
.header ul.navbar li ul.sub-menu li a:hover {
  color: #ffffff;
}
.header .legal-links {
  background: #0388bc;
}

.social-media a svg path {
  fill: white;
}

.nav-collapse ul {
  font-size: 1rem;
}
.nav-collapse ul li a {
  color: #959595;
  text-shadow: none;
}

.header--nav {
  border-top: none;
}

.header .header--top a.header--logo:hover {
  background-image: url("/wp-content/themes/kgmi-news/assets/images/home.svg");
}

.nav-collapse ul .header--search fieldset input {
  background: #e5e5e5;
}

.header .header--top .header--search form fieldset .close-search {
  color: #959595;
}
.header .header--top .header--search form fieldset .close-search:hover {
  background: #e5e5e5;
}

.listen-live-mobile {
  display: table;
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
  background: white;
  padding-top: 23px;
}
.listen-live-mobile .ll-sponsor {
  float: right;
  text-align: center;
  width: 50%;
  background: white;
  color: #034f9d;
  height: 55px;
  display: inline-block;
}
.listen-live-mobile .ll-sponsor:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.listen-live-mobile .ll-sponsor p {
  color: #034f9d;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
}
.listen-live-mobile a {
  background: #034f9d;
  margin: auto;
  width: 50%;
  float: left;
  display: block;
  padding: 1em;
  text-align: center;
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .listen-live-mobile {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .nav-collapse.complex ul.navbar li.menu-item-has-children:hover ul.sub-menu {
    width: 100% !important;
    height: auto !important;
  }
}
.no-img {
  background: url(/wp-content/themes/kgmi/assets/images/logo.png) no-repeat, url(/wp-content/themes/kgmi/assets/images/paper.png) repeat;
  background-position: center;
  background-size: 65%;
  -webkit-box-shadow: inset 0 0px 45px 0px #dcdcdc;
          box-shadow: inset 0 0px 45px 0px #dcdcdc;
}

h1.title-break {
  background: none;
  margin: 0.5em 0;
  padding: 1em 0 0 0;
}
h1.title-break span {
  color: #034f9d;
  padding: 0.25em 1em;
}

.scfwidget {
  padding: 0 0 2em 0;
  margin-top: -1.6em;
  overflow: hidden;
  clear: both;
}
@media only screen and (min-width:768px) {
  .scfwidget {
    clear: none;
  }
}

.feature-set--container .feature-set--primary-content:hover div.h1 a {
  color: #034f9d;
}
.feature-set--container .feature-set--primary-content:hover div.h1 a:hover {
  color: #034f9d;
}
@media only screen and (min-width:1024px) {
  .feature-set--container .feature-set--primary-content .feature-set--primary-message {
    padding: 6rem 1rem 2rem 1rem;
  }
  .feature-set--container .feature-set--primary-content .feature-set--primary-message p {
    width: 60%;
  }
}
.feature-set--container .feature-set--primary-content .feature-set--button {
  border-radius: 0;
  background-clip: padding-box;
}
.feature-set--container .feature-set--primary-content .feature-set--context {
  border: none;
}
.feature-set--container .feature-set--primary-content .feature-set--context span.separator {
  color: #fff;
}

.feature-set--container .feature-set--secondary-content:hover div.h3 a {
  color: #034f9d;
}
.feature-set--container .feature-set--secondary-content:hover div.h3 a:hover {
  color: #034f9d;
}
.feature-set--container .feature-set--secondary-content .feature-set--context {
  border: none;
}
.feature-set--container .feature-set--secondary-content .feature-set--context span.separator {
  color: #fff;
}

.feature-set--container .feature-set--primary-content {
  background: #0f1113;
}

.feature-set--container .feature-set--context {
  border: none;
}
.feature-set--container .feature-set--context span {
  display: inline-block;
}
.feature-set--container .feature-set--context span.feature-set--category {
  background: #034f9d;
  color: #fff;
  border-radius: 0;
  background-clip: padding-box;
}
.feature-set--container .feature-set--context span.feature-set--digest {
  background: #d9d9d9;
  color: #989898;
  border-radius: 0;
  background-clip: padding-box;
}

.sm-promo--container {
  margin-top: 1em;
}
.sm-promo--container .promo {
  display: inline-block;
  background: white;
  margin-bottom: 2em;
  border-radius: 1em;
  background-clip: padding-box;
}

.sm-promo--image-container {
  border-bottom: 3px solid #e7e7e7;
}
.sm-promo--image-container .sm-promo--image {
  position: relative;
  display: inline;
  margin-bottom: 0.5em;
}
.sm-promo--image-container .sm-promo--image a {
  display: inline-block;
  height: auto;
  width: 100%;
  position: relative;
}
.sm-promo--image-container .sm-promo--image .sm-promo--sponsor {
  position: absolute;
  top: 5px;
  left: 5px;
}
.sm-promo--image-container .sm-promo--image .sm-promo--sponsor span {
  background: #d9d9d9;
  color: #989898;
  padding: 2px 0.75em;
  margin-right: 4px;
  text-transform: uppercase;
}

.sm-promo--snippet {
  display: inline-block;
  width: 100%;
  padding: 1em;
}

.sm-promo--headline {
  color: #0f1113;
  margin-top: 0;
}

.promo:hover {
  display: inline-block;
}
.promo:hover .sm-promo--headline {
  color: #034f9d;
}

.secondary-feature-wrap {
  display: inline-block;
  background: #0f1113;
  padding-bottom: 0;
}
.secondary-feature-wrap .feature-set--secondary-content a {
  color: #fff;
  width: 100%;
}
.secondary-feature-wrap .feature-set--secondary-content a img {
  width: 100%;
}
.secondary-feature-wrap .row .feature-set--secondary-content:first-child {
  border-left: none !important;
}

section.footer-meta {
  display: none;
}

/* ## Featured Content
--------------------------------------------- */
.feature-set--container {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 2.5em;
}
@media only screen and (min-width:992px) {
  .feature-set--container {
    margin-top: 2.5em;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.feature-set--container .feature-set--primary-content {
  background: #0f1113;
  position: relative;
}
.feature-set--container .feature-set--primary-content:hover a.feature-set--button {
  background: #fff;
  color: #0f1113;
}
.feature-set--container .feature-set--primary-content a {
  display: inline-block;
}
.feature-set--container .feature-set--primary-content img {
  margin-bottom: -9px;
}
.feature-set--container .feature-set--primary-content .feature-set--primary-message {
  position: relative;
  padding: 1rem;
  z-index: 99;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+84 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(84%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 84%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0); /* IE6-9 */
}
@media only screen and (min-width:992px) {
  .feature-set--container .feature-set--primary-content .feature-set--primary-message {
    pointer-events: none;
    position: absolute;
    padding: 6rem 3rem 2rem 3rem;
    margin: 0;
    bottom: 0;
    left: 0;
  }
}
.feature-set--container .feature-set--primary-content .feature-set--primary-message .feature-set--context {
  display: inline-block;
  position: relative;
  text-align: left;
  pointer-events: none !important;
  color: #fff;
  text-transform: uppercase;
}
.feature-set--container .feature-set--primary-content .feature-set--primary-message div.h1 {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
  line-height: 1.15;
  margin-top: 0.25em;
  margin-bottom: 0;
  font-size: 2.5rem;
}
.feature-set--container .feature-set--primary-content .feature-set--primary-message div.h1 a {
  color: #fff;
}
.feature-set--container .feature-set--primary-content .feature-set--primary-message p {
  margin: 0.5em 0 0 0;
  position: relative;
  height: 84px;
  overflow: hidden;
  color: #fff;
  pointer-events: none !important;
  background: -webkit-linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width:992px) {
  .feature-set--container .feature-set--primary-content .feature-set--primary-message p {
    height: auto;
  }
}
.feature-set--container .feature-set--primary-content .feature-set--primary-message .feature-set--button {
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 0 auto;
  position: relative;
}
.feature-set--container .feature-set--primary-content img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
.feature-set--container .secondary-feature-wrap .feature-set--secondary-content:nth-child(odd) {
  clear: left;
}
@media only screen and (min-width:992px) {
  .feature-set--container .secondary-feature-wrap .feature-set--secondary-content:nth-child(odd) {
    clear: none;
  }
}
.feature-set--container .secondary-feature-wrap .feature-set--secondary-content a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.feature-set--container .secondary-feature-wrap .feature-set--secondary-content a img {
  margin: 0;
  vertical-align: top;
}
.feature-set--container .secondary-feature-wrap .feature-set--secondary-content:hover a {
  color: blue;
}
.feature-set--container .secondary-feature-wrap .feature-set--secondary-content .feature-set--info {
  padding: 1em 0.75em;
}
@media only screen and (min-width:575px) {
  .feature-set--container .secondary-feature-wrap .feature-set--secondary-content .feature-set--info {
    padding: 1em;
  }
}
.feature-set--container .secondary-feature-wrap .feature-set--secondary-content .feature-set--info div.h3 {
  margin-top: 0.5em;
}
.feature-set--container .secondary-feature-wrap .feature-set--secondary-content .feature-set--context {
  display: inline-block;
  text-align: left;
  pointer-events: none !important;
  text-transform: uppercase;
}
@media only screen and (min-width:575px) {
  .feature-set--container .secondary-feature-wrap .feature-set--secondary-content .feature-set--context {
    width: 100%;
    display: inline;
  }
}
.feature-set--container .secondary-feature-wrap .feature-set--secondary-content .feature-set--context span.separator {
  padding: 0 0.5rem;
  color: #555;
}

h1.title-break {
  text-align: center;
  background: #0f1113;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
  padding: 1em;
  width: 100%;
  margin: 1em 0 0 0;
}
@media only screen and (min-width:400px) {
  h1.title-break {
    margin: 1.5em 0 0 0;
  }
}
@media only screen and (min-width:992px) {
  h1.title-break {
    line-height: 2;
  }
}
.no-img {
  background: url(/wp-content/themes/ccn/assets/images/logo.png) no-repeat, url(/wp-content/themes/ccn/assets/images/paper.png) repeat;
  background-position: center;
  background-size: 65%;
  -webkit-box-shadow: inset 0 0px 45px 0px #dcdcdc;
          box-shadow: inset 0 0px 45px 0px #dcdcdc;
}

h1.title-break {
  background: none;
  margin: 0.5em 0;
  padding: 1em 0 0 0;
}
h1.title-break span {
  color: #034f9d;
  padding: 0.25em 1em;
}

.scfwidget {
  padding: 0 0 2em 0;
  margin-top: -1.6em;
  overflow: hidden;
  clear: both;
}
@media only screen and (min-width:768px) {
  .scfwidget {
    clear: none;
  }
}

.feature-set--container .feature-set--primary-content:hover div.h1 a {
  color: #034f9d;
}
.feature-set--container .feature-set--primary-content:hover div.h1 a:hover {
  color: #034f9d;
}
@media only screen and (min-width:1024px) {
  .feature-set--container .feature-set--primary-content .feature-set--primary-message {
    padding: 0 1em 1em 1em;
  }
  .feature-set--container .feature-set--primary-content .feature-set--primary-message p {
    width: 60%;
  }
}
.feature-set--container .feature-set--primary-content .feature-set--button {
  border-radius: 0;
  background-clip: padding-box;
}
.feature-set--container .feature-set--primary-content .feature-set--context {
  border: none;
}
.feature-set--container .feature-set--primary-content .feature-set--context span.separator {
  color: #fff;
}

.feature-set--container .feature-set--secondary-content:hover div.h3 a {
  color: #034f9d;
}
.feature-set--container .feature-set--secondary-content:hover div.h3 a:hover {
  color: #034f9d;
}
.feature-set--container .feature-set--secondary-content .feature-set--context {
  border: none;
}
.feature-set--container .feature-set--secondary-content .feature-set--context span.separator {
  color: #fff;
}

.feature-set--container .feature-set--primary-content {
  background: #0f1113;
}

.feature-set--container .feature-set--context {
  border: none;
}
.feature-set--container .feature-set--context span {
  display: inline-block;
}
.feature-set--container .feature-set--context span.feature-set--category {
  background: #034f9d;
  color: #fff;
  border-radius: 0;
  background-clip: padding-box;
}
.feature-set--container .feature-set--context span.feature-set--digest {
  background: #d9d9d9;
  color: #989898;
  border-radius: 0;
  background-clip: padding-box;
}

.sm-promo--container {
  margin-top: 1em;
}
.sm-promo--container .promo {
  background: white;
  margin-bottom: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  border-radius: 1em;
  background-clip: padding-box;
}
.sm-promo--container .promo:hover {
  -webkit-box-shadow: 0px 12px 25px rgba(17, 17, 17, 0.1);
  box-shadow: 0px 12px 25px rgba(17, 17, 17, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#111 ShadowOpacity=.1)";
  filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#111 ShadowOpacity=.1)";
}

.sm-promo--image-container .sm-promo--image {
  position: relative;
  display: inline;
  margin-bottom: 0.5em;
}
.sm-promo--image-container .sm-promo--image img {
  width: 100%;
  height: auto;
}
.sm-promo--image-container .sm-promo--image .sm-promo--sponsor {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.sm-promo--image-container .sm-promo--image .sm-promo--sponsor span {
  background: #d9d9d9;
  color: #989898;
  padding: 2px 0.75em;
  margin-right: 4px;
  text-transform: uppercase;
}

.sm-promo--snippet {
  display: block;
}

.sm-promo--headline {
  color: #0f1113;
  margin-top: 0;
  padding: 1em;
}

.promo:hover {
  display: inline-block;
}
.promo:hover .sm-promo--headline {
  color: #034f9d;
}

.secondary-feature-wrap {
  display: inline-block;
  background: #0f1113;
  padding-bottom: 0;
}
.secondary-feature-wrap .feature-set--secondary-content a {
  color: #fff;
  width: 100%;
}
.secondary-feature-wrap .feature-set--secondary-content a img {
  width: 100%;
  height: auto;
}
.secondary-feature-wrap .row .feature-set--secondary-content:first-child {
  border-left: none !important;
}

section.footer-meta {
  display: none;
}

/* ## Featured Content
--------------------------------------------- */
.single article .featured-content {
  display: inline-block;
  border-top: 3px solid #ece9e9;
  border-bottom: 3px solid #ece9e9;
  padding-bottom: 1.5em;
  clear: both;
  float: left;
  width: 100%;
  margin-top: 3em;
}
.single article .featured-content h3 {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 0;
  line-height: 1;
}
.single article .featured-content div.featured {
  display: none;
}
.single article .featured-content .sm-promo--snippet {
  padding: 0em;
  width: 100%;
  clear: both;
  float: left;
}
.single article .featured-content div div:nth-child(odd) {
  clear: left;
}
@media only screen and (min-width:992px) {
  .single article .featured-content div div:nth-child(odd) {
    clear: none;
  }
}
.single article .featured-content .featured-item {
  background: white;
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  border-radius: 1em;
  background-clip: padding-box;
}
.single article .featured-content .featured-item:hover {
  -webkit-box-shadow: 0 12px 25px rgba(17, 17, 17, 0.1);
  box-shadow: 0 12px 25px rgba(17, 17, 17, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#111 ShadowOpacity=.1)";
  filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#111 ShadowOpacity=.1)";
}
.single article .featured-content .featured-item h4 {
  margin-top: 0;
  padding: 0.5em 0.5em 1em 0.5em;
}

.single article .featured-content.odd div.row div.featured:nth-child(n+5) {
  display: inline-block;
}
.single article .featured-content.even div.row div.featured:nth-child(-n+4) {
  display: inline-block;
}

.error404 .container {
  text-align: center;
  padding: 1em;
}
@media only screen and (min-width:1024px) {
  .error404 .container {
    padding: 6em;
  }
}
.error404 .container h1 {
  font-size: 3rem;
  color: #034f9d;
}
@media only screen and (min-width:1024px) {
  .error404 .container h1 {
    font-size: 5rem;
  }
}
.error404 .container .marker404 {
  display: none;
}
@media only screen and (min-width:1024px) {
  .error404 .container .marker404 {
    display: inline-block;
    font-size: 30rem;
    font-weight: 900;
    color: #e7e7e7;
    position: absolute;
    line-height: 1;
    top: 0;
    left: 28%;
    letter-spacing: -61px;
    text-shadow: 15px 15px 0 #f2f2f2, 20px 20px 0 #e7e7e7;
  }
}
.error404 .container .possibly-related {
  margin-top: 2em;
}
@media only screen and (min-width:1024px) {
  .error404 .container .possibly-related {
    margin-top: 5em;
  }
}
.error404 .container .possibly-related h3 {
  margin-bottom: 1em;
  color: #034f9d;
}
.error404 .container .possibly-related a img {
  margin-bottom: 1em;
}
.error404 .container .possibly-related p {
  margin-top: 0.5em;
}
.error404 .container .search404 {
  margin-top: 2em;
}
.error404 .container .search404 fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.error404 .container .search404 fieldset input {
  width: auto;
  font-size: 22px;
  padding: 16px;
  border: none;
  border-radius: 2em;
  background-clip: padding-box;
}
.error404 .container .search404 fieldset input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 10px #034f9d;
          box-shadow: 0px 0px 10px #034f9d;
}

.card {
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  border-radius: 1em;
  background-clip: padding-box;
}
.card:hover {
  -webkit-box-shadow: 0px 12px 25px rgba(17, 17, 17, 0.1);
  box-shadow: 0px 12px 25px rgba(17, 17, 17, 0.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#111 ShadowOpacity=.1)";
  filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=25, Direction=90, Color=#111 ShadowOpacity=.1)";
}
.card .sm-article--headline {
  color: #0f1113;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 0.5em;
  font-family: "acumin-pro-condensed", "minion-pro";
}
@media all and (min-width: 320px) {
  .card .sm-article--headline {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 480px) {
  .card .sm-article--headline {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 740px) {
  .card .sm-article--headline {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 768px) {
  .card .sm-article--headline {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 900px) {
  .card .sm-article--headline {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 992px) {
  .card .sm-article--headline {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1024px) {
  .card .sm-article--headline {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1230px) {
  .card .sm-article--headline {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1280px) {
  .card .sm-article--headline {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1366px) {
  .card .sm-article--headline {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1440px) {
  .card .sm-article--headline {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.card .sm-article--excerpt p {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  color: #949494;
}
.card:hover .sm-article--snippet h2 a, .card:focus .sm-article--snippet h2 a {
  color: #034f9d;
}

.sm-article--context, .feature-set--context, .sm-promo--sponsor {
  font-size: 0.7rem;
  line-height: 1.6;
}
@media all and (min-width: 320px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 480px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 740px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 768px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 900px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 992px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1024px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1230px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1280px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1366px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1440px) {
  .sm-article--context, .feature-set--context, .sm-promo--sponsor {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.sm-article--context span.sm-article--category, .sm-article--context span.feature-set--category, .feature-set--context span.sm-article--category, .feature-set--context span.feature-set--category, .sm-promo--sponsor span.sm-article--category, .sm-promo--sponsor span.feature-set--category {
  background: #034f9d;
  color: #fff;
  border-radius: 0;
}
.sm-article--context span.sm-article--digest, .sm-article--context span.feature-set--digest, .feature-set--context span.sm-article--digest, .feature-set--context span.feature-set--digest, .sm-promo--sponsor span.sm-article--digest, .sm-promo--sponsor span.feature-set--digest {
  background: #e4e4e4;
  color: #9d9d9d;
  border-radius: 0;
}

.quick-menu .hamburger {
  background: #034f9d;
}

.email-signup h3 {
  color: #034f9d;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media all and (min-width: 320px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 480px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 740px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 900px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 992px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1024px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1230px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1280px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1366px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1440px) {
  .email-signup h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

footer.site-footer {
  background: #e4e4e4;
}
footer.site-footer ul.menu {
  text-align: center;
}
footer.site-footer ul.menu li {
  text-align: left;
}
footer.site-footer ul.menu li a:hover {
  color: #034f9d;
}
footer.site-footer ul.menu li ul li {
  color: #909090;
}

/*Archive, Category, and Taxonomy*/
header.page-header h1 {
  color: #034f9d;
}

.archive-nav .page-numbers, .em-pagination .page-numbers {
  padding: 0.25em;
  font-size: 1.2rem;
}
.archive-nav .page-numbers.current, .em-pagination .page-numbers.current {
  padding: 0.25em 0.75em;
  background: #034f9d;
  color: #fff;
}

/* Search */
.search.search-results .search-results--list .h5.search-result--title {
  color: #034f9d;
  text-decoration: underline;
}
.search.search-results .search-results--list .h5.search-result--title:hover {
  color: #0358a8;
}
.search.search-results .search-results--list .search-result--excerpt p {
  margin-top: 0.5em;
}

.archive #content, .category #content, .page.page-template-template-contests #content {
  padding-right: 1em;
}
@media only screen and (min-width:992px) {
  .archive #content, .category #content, .page.page-template-template-contests #content {
    padding-right: 3em;
  }
}

.alert-bar {
  background: #333333;
  display: block;
  clear: both;
  width: 100%;
}
.alert-bar .message {
  color: #fff;
  margin-top: 0;
  text-align: center;
  padding: 0.75em 0;
  font-size: 18px;
}
@media only screen and (min-width:1024px) {
  .alert-bar .message span {
    display: inline;
  }
}
.alert-bar .message img {
  vertical-align: middle;
}
.alert-bar .message a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1em;
}

.sports-radio {
  background: #333333;
  display: block;
  clear: both;
  width: 100%;
}
.sports-radio .message {
  color: #fff;
  margin-top: 0;
  text-align: center;
  padding: 0.75em 0;
  font-size: 18px;
}
.sports-radio .message span {
  display: none;
}
@media only screen and (min-width:1024px) {
  .sports-radio .message span {
    display: inline;
  }
}
.sports-radio .message img {
  vertical-align: middle;
}
.sports-radio .message span.sep {
  padding: 0 15px;
  display: inline;
}
.sports-radio .message .espn {
  width: 70px;
  margin-right: 20px;
  margin-top: -2px;
}
.sports-radio .message .listen-live {
  margin-right: 8px;
  margin-top: -2px;
}
.sports-radio .message a {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1em;
}

/* # Single Page
---------------------------------------------------------------------------------------------------- */
/* Single */
.single .breadcrumbs, .page .breadcrumbs {
  color: #888;
}
.single h1.article-title, .page h1.article-title {
  margin: 0;
  padding-right: 0;
}
@media only screen and (min-width:992px) {
  .single h1.article-title, .page h1.article-title {
    padding-right: 1em;
  }
}
.single article, .page article {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  padding: 0;
}
.single article .byline, .page article .byline {
  font-size: 1rem;
  line-height: 1.4;
}
@media all and (min-width: 320px) {
  .single article .byline, .page article .byline {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 480px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 740px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 900px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 992px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1024px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1230px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1280px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1366px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1440px) {
  .single article .byline, .page article .byline {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width:992px) {
  .single article .article-body, .page article .article-body {
    padding-right: 3em;
  }
}
@media only screen and (min-width:992px) {
  .single article figure.post-image, .page article figure.post-image {
    -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.05);
    left: -3em;
  }
}
.single article figure.post-image figcaption, .page article figure.post-image figcaption {
  padding: 0.25em 0.5em;
  width: auto;
  display: inline-block;
  position: relative;
  background: #e4e4e4;
}
@media only screen and (min-width:992px) {
  .single article figure.post-image figcaption, .page article figure.post-image figcaption {
    display: inline;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(242, 242, 242, 0.8784313725);
  }
}
.single .avatar, .page .avatar {
  border-radius: 50%;
}
.single .post-author-bio, .single .post-sponsor, .page .post-author-bio, .page .post-sponsor {
  font-family: "source-sans-pro", sans-serif;
}
.single .post-author-bio p, .single .post-sponsor p, .page .post-author-bio p, .page .post-sponsor p {
  color: #8d8a90;
  line-height: 1.5;
  margin-top: 0.5em;
}

.single .featured-content {
  display: inline-block;
}

.page-template-personalities div.people div.person a.link {
  background: #034f9d;
  color: #fff;
  padding: 0.25em 0.5em;
  text-decoration: none;
}
.page-template-personalities div.people div.person a.link:hover {
  background: #0358a8;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
aside#sidebar {
  background: url("/wp-content/themes/kgmi/assets/images/background@2x.jpg");
  background-attachment: fixed;
  padding: 2.5em;
  border-radius: 1em;
  background-clip: padding-box;
}

.widget .widget-title {
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
  color: #034f9d;
}
.widget .widget-article {
  margin-top: 1.5em;
}
.widget .widget-article .widget-article--context {
  margin: 0.5em 0;
}
.widget .widget-article .widget-article--context span {
  display: inline-block;
  padding: 0 0.75em;
  border-radius: 25px;
  margin-right: 0.25em;
  font-size: 0.7rem;
  line-height: 1.6;
  text-transform: uppercase;
}
@media all and (min-width: 320px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 480px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 740px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 768px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 900px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 992px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1024px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1230px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1280px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1366px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
@media all and (min-width: 1440px) {
  .widget .widget-article .widget-article--context span {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.widget .widget-article .widget-article--context span.widget-article--category {
  background: #034f9d;
  color: #fff;
}
.widget .widget-article .widget-article--context span.widget-article--digest {
  background: #737373;
  color: #d9d9d9;
}
.widget .widget-article .widget-article--title {
  margin-top: 0.7rem;
}

.top-stories-widget.widget h2 {
  display: none;
}
.top-stories-widget.widget .widget-article {
  position: relative;
}
@media only screen and (min-width:992px) {
  .top-stories-widget.widget .widget-article {
    opacity: 0.4;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}
.top-stories-widget.widget .widget-article:hover a {
  color: #034f9d;
}
.top-stories-widget.widget .widget-article a {
  display: block;
}
.top-stories-widget.widget .widget-article a img {
  width: auto;
  width: 100%;
  height: 100%;
}
.top-stories-widget.widget .widget-article .widget-article--context {
  position: absolute;
  top: 0;
}
.top-stories-widget.widget .widget-article .widget-article--context span, .top-stories-widget.widget .widget-article .widget-article--context span.widget-article--category, .top-stories-widget.widget .widget-article .widget-article--context span.widget-article--digest {
  border-radius: 0;
}
@media only screen and (min-width:992px) {
  .top-stories-widget.widget:hover .widget-article {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}

.promoted-content .promo-stories:hover a img {
  -webkit-box-shadow: 3px 3px 0 1px #e7e7e7;
          box-shadow: 3px 3px 0 1px #e7e7e7;
}
.promoted-content .promo-stories:hover a, .promoted-content .promo-stories:hover h4 {
  color: #034f9d;
}

fieldset.rate input[type=radio] {
  line-height: 0;
}
fieldset.rate input[checked] ~ label, fieldset.rate input:checked ~ label {
  color: #034f9d;
}

.single #content fieldset.rate {
  font-size: 2rem;
}
.single #content fieldset.rate > label:before {
  margin: 25px 5px 0 0;
}

#csStickyHeader {
  top: 0px !important;
}

#event-map .event-datelabel {
  width: 44px;
  height: 48px;
  display: block;
  pointer-events: none;
}
#event-map .event-datelabel:before {
  content: "";
  height: 9px;
  display: block;
}

.event--details {
  color: #034f9d;
  border-left: none;
  font-size: 1.5rem;
  padding: 1em;
  margin: 0 1em 1em 0;
  background: white;
  width: auto;
}
.event--details .event--location {
  color: #999;
  font-size: 1rem;
}
.event--details .event--actions {
  margin-top: 0.5em;
  float: left;
}

section.event-widget .calendar-display span.event-day {
  background: rgba(3, 79, 157, 0.65);
}

.event--recur-start, .event--recur-start-end {
  font-size: 1.5em;
  color: #034f9d;
  margin-bottom: 0.25em;
}

.closings-container div.container {
  min-height: 28vh;
}
.closings-container #content {
  padding-right: 1em;
}
.closings-container .page-header {
  margin: 2em 1em 0em 1em;
}
.closings-container .page-header h1 {
  margin: 1em 0 0.5em 0;
}
.closings-container ul.dropdown-menu {
  position: absolute;
  background: white;
  padding: 0;
  min-width: 150px;
  margin-top: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 4px #ddd;
          box-shadow: 0px 0px 4px #ddd;
  max-height: 400px;
  overflow: scroll;
}
.closings-container ul.dropdown-menu li {
  list-style: none;
  width: 100%;
}
.closings-container ul.dropdown-menu li a {
  font-size: 14px;
  padding: 0.5em;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.closings-container ul.dropdown-menu li a:hover {
  background: #034f9d;
  color: #fff;
}
.closings-container .closings-buttons button {
  background-color: #0f1113;
  border-color: 2px solid #0f1113;
  border-radius: 4px;
  color: #fff;
  padding: 1em 2em;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 12px;
}
.closings-container .closings-section {
  margin-top: 2em;
}
.closings-container .closings-section .closings-row {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  padding: 0;
  text-align: center;
}
.closings-container .closings-section .closings-row:hover {
  background: #fff;
}
.closings-container .closings-section .closings-row .closing {
  padding: 1em;
  text-align: left;
}
.closings-container .closings-section .closings-row .closing h2 {
  width: 100%;
  margin: 0 0 0.25em 0;
}
.closings-container .closings-section .closings-row .closing h2 a {
  color: #034f9d;
}
.closings-container .closings-section .closings-row .closing p {
  margin: 0;
  line-height: 1.2;
  font-size: 1.2rem;
}
.closings-container .closings-section .closings-row .closing p span:first-child {
  font-weight: bold;
}
.closings-container .closings-section .closings-row .closing p span.note-text {
  width: 100%;
  display: inline-block;
}
.closings-container .closings-section .closings-row .closing .modified-date {
  margin-top: 0.5em;
}
.closings-container #titlebar {
  background-color: #fff;
  margin-top: 40px;
  padding: 15px 0;
  text-align: center;
}
.closings-container h2.h4 {
  margin-top: 0;
}

.single-saga_closings article .stat p {
  margin-top: 0.25em;
}

#weekly-schedule input:hover + label {
  background: #535AAA;
  color: #eee;
}
#weekly-schedule input:checked + label {
  background: #535AAA;
  color: #eee;
  position: relative;
  z-index: 6;
  /*
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -o-transition: .1s;
  -ms-transition: .1s;
  */
}