/*
    Theme Name: URN Material
    Author: James Turner & Harry Mumford-Turner & Johnathan Graydon
    Description: The new look of URN
    Version: 0.1
    License: ?
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * YouMax Youtube gallery Jquery Library.
 *
 * https://github.com/codehandling/youmax
 * @license MIT
 */
.youmax-hide {
  display: none !important;
}

.youmax-showing {
  color: #f5f5f5;
  font-weight: 400;
  text-shadow: none;
}

.youmax-duration {
  background-color: #000;
  color: #fff;
  padding: 2px 3px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .8;
}

.youmax-header {
  font-size: 24px;
  line-height: 25px;
  height: 90px;
  text-align: left;
  position: relative;
}
@media (max-width: 620px) {
  .youmax-header {
    height: 100%;
    padding-left: 15px;
  }
}

.youmax-stat {
  float: right;
  margin: 25px 10px 10px;
  font-size: 10px;
  color: #ccc;
  text-align: center;
}

.youmax-stat-holder {
  float: right;
  height: 100%;
}

.youmax-stat-count {
  font-size: 18px;
}

.youmax-channel-desc {
  text-align: left;
}

.youmax {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  overflow-x: hidden;
}

.youmax-video-tnail {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  position: relative;
}

.youmax-video-tnail-box {
  width: 46%;
  margin: 2% !important;
  float: left;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  background-color: #fff;
}
@media (max-width: 620px) {
  .youmax-video-tnail-box {
    width: 95% !important;
    margin: 0;
  }
}

.youmax-encloser {
  padding-top: 20px;
}

.youmax-video-list-div {
  width: 100%;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
}

.youmax-video-list-title {
  color: #438bc5;
  display: inline-block;
  font-weight: 700;
  margin: 6px 0;
  max-width: 250px;
  max-height: 18px;
}

.youmax-video-list-views {
  color: #555;
  display: inline-block;
  font-size: 12px;
  margin: 6px 0;
}

.youmax-playlist-sidebar {
  background-color: rgba(0, 0, 0, 0.8);
  float: right;
  max-width: 50%;
  height: 100%;
  color: #fff;
  text-align: center;
  width: 70px;
}

.youmax-playlist-video-count {
  display: inline-block;
  margin: 55px 3% 3%;
  height: 20%;
}

.youmax-playlist-sidebar-video {
  opacity: 1;
  width: 64px;
  height: 20%;
  background-color: #727272;
  display: inline-block;
  margin: 2% auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.youmax-tabs {
  text-align: left;
  padding: 25px 10px 10px;
  font-size: 18px;
}
@media (max-width: 780px) {
  .youmax-tabs {
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .youmax-tabs {
    font-size: 20px;
    padding-top: 15px;
    text-align: center;
  }
}
.youmax-tabs span {
  margin: 10px 5px 5px;
  padding: 5px;
  cursor: pointer;
}
@media (max-width: 780px) {
  .youmax-tabs span {
    display: block;
    margin: 10px 2px 5px;
  }
}
@media (max-width: 440px) {
  .youmax-tabs span {
    display: block;
    margin: 10px 2px 5px;
  }
}

.youmax-lightbox {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.youmax-subscribe div,
.youmax-subscribe iframe {
  position: static !important;
}

.youmax-video-lightbox {
  opacity: 1;
}

.youmax-subscribe {
  bottom: 0;
  display: inline-block;
  height: 25px;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
.youmax-subscribe div {
  vertical-align: top !important;
}
@media (max-width: 620px) {
  .youmax-subscribe {
    width: 120px;
  }
}

.youmax-header-logo {
  border: 5px solid #fff;
  vertical-align: middle;
  height: 60px;
  margin: 15px 15px 15px 32px;
  display: inline-block;
}
@media (max-width: 620px) {
  .youmax-header-logo {
    display: none;
  }
}

.youmax-load-more-div {
  padding: 10px;
  margin: 15px 30px;
  font-size: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
}
@media (max-width: 620px) {
  .youmax-load-more-div {
    margin: 15px 10px;
  }
}

.youmax-tab-hover {
  color: #fff;
  background-color: #e63d9b;
  text-shadow: 0 0;
}

.youmax-showing-title {
  font-size: 18px;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 15px;
  display: inline-block;
}

.youmax-video {
  margin-bottom: 20px !important;
}

.youmax-load-more-div:hover,
.youmax-load-more-div-click {
  background: #dbdbdb;
}

@media (max-width: 620px) {
  .youmax-video-list-div {
    padding: 0;
  }

  .youmax-encloser {
    padding: 0;
  }
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  outline: none;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Source Sans Pro', 'Open Sans', 'Arial', sans-serif;
  background: #f2f2f2;
  color: #272727;
}

@font-face {
  font-family: Milocha;
  src: url("fonts/milocha.otf") format("opentype");
}
#page-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.wrapper {
  margin: 0 auto;
  width: 980px;
}
@media (max-width: 800px) {
  .wrapper {
    padding: 0 20px;
    width: 760px;
  }
}
@media (max-width: 780px) {
  .wrapper {
    width: 100%;
  }
}

#page-container {
  -webkit-flex: 1;
  flex: 1;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.27);
  position: relative;
  width: 90%;
  z-index: 2;
}
@media (min-width: 1100px) {
  #page-container {
    width: 1000px;
  }
}
@media (max-width: 800px) {
  #page-container {
    width: 95%;
  }
}
@media (max-width: 620px) {
  #page-container {
    width: 100%;
  }
}

#listen-now + .play + #page-container .main-content {
  padding: 30px;
}
@media (max-width: 620px) {
  #listen-now + .play + #page-container .main-content {
    padding: 35px 0;
  }
}
@media (max-width: 800px) {
  #listen-now + .play + #page-container .main-content {
    padding: 20px;
  }
}
#listen-now + .play + #page-container .main-content.home-content {
  padding-left: 0;
  padding-right: 0;
}

.hide {
  display: none;
}

.cen {
  text-align: center;
}

.main-content h1,
.entry-content h1 {
  font-size: 2.25em;
  font-weight: 600;
}
.main-content h2,
.entry-content h2 {
  font-size: 1.68em;
  font-weight: bold;
}
.main-content h3,
.entry-content h3 {
  font-size: 1.4em;
  font-weight: bold;
}
.main-content em,
.entry-content em {
  font-style: italic;
}
.main-content b,
.main-content strong,
.entry-content b,
.entry-content strong {
  font-weight: bold;
}
.main-content del,
.entry-content del {
  text-decoration: line-through;
}
.main-content p,
.entry-content p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 6px;
}
.main-content p.wp-caption-text,
.entry-content p.wp-caption-text {
  font-size: 1em;
  color: #6c6c6c;
}
.main-content .entry-content h1,
.entry-content .entry-content h1 {
  font-size: 2.25em;
}
.main-content .entry-content h2,
.entry-content .entry-content h2 {
  font-size: 1.68em;
}
.main-content .entry-content h3,
.entry-content .entry-content h3 {
  font-size: 1.4em;
}
.main-content .entry-content p,
.entry-content .entry-content p {
  font-size: 1.4em;
}
.main-content .entry-content p.wp-caption-text,
.entry-content .entry-content p.wp-caption-text {
  font-size: 1em;
  color: #6c6c6c;
}
.main-content .entry-content > ul > li,
.entry-content .entry-content > ul > li {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 6px;
}

.entry-content ol {
  list-style: decimal inside none;
}
.entry-content ul {
  list-style: disc inside none;
}
.entry-content ul,
.entry-content ol {
  padding: 10px;
  line-height: 1.5em;
}
.entry-content ul li,
.entry-content ol li {
  padding-bottom: 4px;
}
.entry-content h1,
.entry-content h2 {
  display: block;
  padding: 0.4em 0;
  line-height: 1.3em;
}
.entry-content a {
  color: #e63d9b;
  word-wrap: break-word;
}
.entry-content a:hover, .entry-content a:focus {
  color: #d51b82;
}
.entry-content .alignleft {
  float: left;
  margin: 15px 28px 28px 0;
  text-align: left;
}
.entry-content .alignright {
  float: right;
  margin: 15px 0 28px 28px;
  text-align: right;
}
.entry-content .aligncenter {
  clear: both;
  display: block;
  margin: 15px auto;
  text-align: center;
}
@media (max-width: 620px) {
  .entry-content .aligncenter,
  .entry-content .alignright,
  .entry-content .alignleft {
    width: 100% !important;
  }
}
@media (max-width: 620px) {
  .entry-content img {
    height: 100%;
    width: 100%;
  }
}
.entry-content .size-large {
  height: 100%;
  width: 100%;
}
.entry-content .gallery-columns-2.gallery-size-large {
  padding-bottom: 15px;
}
@media (max-width: 620px) {
  .entry-content .gallery-columns-2.gallery-size-large .gallery-item {
    width: 100% !important;
  }
}
.entry-content .gallery-columns-2.gallery-size-large .gallery-item img {
  height: 50%;
  width: 100%;
}

button::-moz-focus-inner {
  border: 0;
}

.btn,
ul.show-page-external-links a {
  font-family: 'Source Sans Pro', 'Open Sans', 'Arial', sans-serif;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  background: #e63d9b;
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  padding: 2px 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn::after,
ul.show-page-external-links a::after {
  content: '!';
}
.btn:hover, .btn:focus,
ul.show-page-external-links a:hover,
ul.show-page-external-links a:focus {
  background: #d51b82;
  outline: none;
}
.btn:active,
ul.show-page-external-links a:active {
  box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, 0.4);
}
.btn:disabled,
ul.show-page-external-links a:disabled {
  background: #f297ca;
}
.btn.listen,
ul.show-page-external-links a.listen {
  background: #a71667;
  padding: 0 8px;
}
.btn.listen:hover,
ul.show-page-external-links a.listen:hover {
  background: #ec6ab2;
  outline: none;
}
.btn.listen:active,
ul.show-page-external-links a.listen:active {
  box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, 0.4);
}
.btn.listen::after,
ul.show-page-external-links a.listen::after {
  content: '';
}

.btn-default {
  background: #9b989a;
}
.btn-default:hover, .btn-default:focus {
  background: #827e81;
}

ul.show-page-external-links a {
  text-decoration: none;
}

.select,
.txt {
  -moz-transition: box-shadow 0.15s ease;
  -o-transition: box-shadow 0.15s ease;
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  background: #f0f0f0;
  border: 1px solid #a8a8a8;
  margin: 0 5px;
  padding: 6px 10px;
}
.select:focus,
.txt:focus {
  border-color: #e63d9b;
  box-shadow: 0 0 5px #ef81be;
}

.select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.anchor {
  color: #e63d9b;
  text-decoration: underline;
  font-weight: bold;
}
.anchor:hover, .anchor:focus {
  color: #d51b82;
}

.tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  width: 100%;
  padding-bottom: 15px;
}
.tabs input[type=radio],
.tabs .tab-content {
  display: none;
}
.tabs .tab-title {
  margin-left: -1px;
  background: #eee;
  border: 1px solid #ddd;
  padding: .7em 1em;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 620px) {
  .tabs .tab-title {
    color: #555;
    width: 100%;
    margin-left: 0;
  }
}
.tabs .tab-title:first-of-type {
  margin-left: 0;
}
.tabs .tab-content {
  width: 100%;
  margin-top: -1px;
  padding: 1em;
  border: 1px solid #ddd;
  -webkit-order: 1;
  order: 1;
}
@media (max-width: 780px) {
  .tabs .tab-content {
    padding: 0;
  }
}
.tabs input[type=radio]:checked + label {
  background: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 620px) {
  .tabs input[type=radio]:checked + label {
    color: #000;
    font-weight: 600;
  }
}
.tabs input[type=radio]:checked + label + div {
  display: block;
}

.entry-content a.committee-tag,
a.committee-tag,
.committee-tag {
  background: #e63d9b;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1;
  margin: 0 5px;
  padding: 4px 6px 4px 5px;
  text-transform: uppercase;
}
.entry-content a.committee-tag:hover, .entry-content a.committee-tag:focus,
a.committee-tag:hover,
a.committee-tag:focus,
.committee-tag:hover,
.committee-tag:focus {
  background: #d51b82;
}
.entry-content a.committee-tag:active,
a.committee-tag:active,
.committee-tag:active {
  box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, 0.4);
}

.panel, .youmax-video-tnail-box {
  background: #f2f0f0;
  border-radius: 3px;
  border: 1px solid #dedede;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  margin: 10px;
  padding: 10px;
}

#header {
  background: url("images/banner.png") repeat-x;
  background-position: center;
  box-shadow: inset 0 -7px 5px -3px rgba(0, 0, 0, 0.08);
  height: 460px;
  overflow: hidden;
}
@media (min-width: 1500px) {
  #header {
    background-position: left;
  }
}

#title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 55px;
  padding: 0 18px;
  position: relative;
  text-decoration: none;
}
#title img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 175px;
}
@media (max-width: 800px) {
  #title img {
    height: 100%;
    margin-top: 20px/4;
    width: 155px;
  }
}
@media (max-width: 620px) {
  #title img {
    display: block;
    margin: 0 auto;
    width: 175px;
  }
}
#title h1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Milocha', 'Raleway', sans-serif;
  color: #fff;
  font-size: 2.8em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 800px) {
  #title h1 {
    font-size: 2em;
    line-height: 1.2;
    margin-top: 40px;
    text-align: left;
    white-space: normal;
  }
}
@media (max-width: 620px) {
  #title h1 {
    display: none;
  }
}
#title h2 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Source Sans Pro', 'Open Sans', 'Arial', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 780px) {
  #title h2 {
    font-size: 1em;
    word-wrap: break-word;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    white-space: normal;
  }
}
@media (max-width: 620px) {
  #title h2 {
    display: none;
  }
}
#title #title-text {
  height: 53.33333px;
  padding-top: 53.33333px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #title #title-text h1 {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  #title #title-text {
    display: none;
  }
  #title #title-text h1 {
    width: 100%;
  }
}
@media (max-width: 780px) {
  #title #title-text {
    font-size: 1em;
    word-wrap: break-word;
    margin-left: 35px;
    margin-right: 35px;
    padding-top: 0;
    text-align: left;
    white-space: normal;
  }
  #title #title-text h1 {
    margin-top: 30px;
    width: 75%;
  }
}
#title:hover::after, #title:focus::after {
  box-shadow: 0 0 160px 130px rgba(255, 255, 255, 0.3);
}
#title::after {
  -moz-transition: box-shadow 0.15s ease;
  -o-transition: box-shadow 0.15s ease;
  -webkit-transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  background: transparent;
  content: '';
  height: 1px;
  left: 105.5px;
  position: absolute;
  top: 80px;
  width: 1px;
}
@media (max-width: 620px) {
  #title::after {
    left: 50%;
  }
}

#nav {
  margin-top: -230px;
  position: relative;
  z-index: 4;
}
#nav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
#nav > ul > .nav-item {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 9px;
  text-align: center;
}
@media (max-width: 620px) {
  #nav > ul > .nav-item {
    padding: 0 6px;
  }
  #nav > ul > .nav-item.flex-grow {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
#nav > ul > .nav-item:first-child {
  padding-left: 18px;
}
@media (max-width: 620px) {
  #nav > ul > .nav-item:first-child {
    padding-left: 0;
  }
}
#nav > ul > .nav-item:last-child {
  padding-right: 18px;
}
@media (max-width: 620px) {
  #nav > ul > .nav-item:last-child {
    padding-right: 0;
  }
}
#nav > ul > .nav-item a {
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
  border-bottom: 6px solid transparent;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 1.125em;
  padding: 10px 0;
  text-decoration: none;
}
#nav > ul > .nav-item a:hover, #nav > ul > .nav-item a:focus {
  color: #fff;
}
#nav > ul > .nav-item.current a {
  border-color: #e63d9b;
  color: #fff;
}
#nav.overflowing .nav-overflow {
  display: block;
}

.nav-overflow {
  display: none;
  position: relative;
}
.nav-overflow > a {
  -moz-transition: color 0.05s ease, background 0.05s ease;
  -o-transition: color 0.05s ease, background 0.05s ease;
  -webkit-transition: color 0.05s ease, background 0.05s ease;
  transition: color 0.05s ease, background 0.05s ease;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  padding: 10px;
  text-decoration: none;
}
.nav-overflow > a:hover, .nav-overflow > a:focus {
  background: #fff;
  color: #272727;
}

.nav-overflow-list {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: none;
  padding: 5px 0;
  position: absolute;
  right: 0;
  top: 35px;
}
.nav-overflow-list .nav-item {
  white-space: nowrap;
}
.nav-overflow-list .nav-item a {
  color: #272727;
  display: block;
  font-size: 1.125em;
  padding: 10px 18px;
  text-decoration: none;
}
.nav-overflow-list .nav-item a:hover, .nav-overflow-list .nav-item a:focus {
  background: #e2e2e2;
}
.nav-overflow-list::before {
  background: transparent;
  content: '';
  height: 140%;
  left: 0;
  margin-left: -20%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.overflow-open .nav-overflow > a {
  background: #fff;
  color: #272727;
}

.nav-overflow:hover > a {
  background: #fff;
  color: #272727;
}

.overflow-open .nav-overflow-list,
.nav-overflow-list:hover {
  display: block;
}

#listen-now {
  background: #e63d9b;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.4);
  color: #fff;
  margin: 0 auto -20px;
  position: relative;
  width: 944px;
  z-index: 3;
}
@media (max-width: 944px) {
  #listen-now {
    width: 96%;
  }
}
#listen-now .now-playing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 0.75em;
  font-weight: 600;
  padding: 5px;
  position: relative;
  z-index: 3;
}
#listen-now .now-playing .current-track {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 780px) {
  #listen-now .now-playing .current-track {
    max-width: 200px;
  }
}
@media (max-width: 780px) {
  #listen-now .now-playing .current-track {
    max-width: 200px;
  }
}
#listen-now .now-playing .current-track::before {
  content: '\266A';
  font-family: 'Arial';
  font-weight: 600;
  margin-right: 3px;
}
#listen-now .now-playing .progress-container {
  align-self: center;
  margin-top: 1px;
  padding: 0 5px 0 10px;
  width: 100%;
}
#listen-now .now-playing .progress-container .progress-bar {
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  background: #fff;
  height: 4px;
  max-width: 100%;
  width: 0%;
}
#listen-now .show-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
}
@media (max-width: 440px) {
  #listen-now .show-container {
    background: none;
    display: block;
  }
}
#listen-now .show-container::before {
  background-image: url("images/noise.png");
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 620px) {
  #listen-now .show-container::before {
    width: 100%;
  }
}
#listen-now .show-container .show-info {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 0;
  position: relative;
  text-align: right;
            /* &:after {
                @include background-image(linear-gradient(left, rgba(30, 87, 153, 0.3) 0%, rgba(93, 54, 163, 1) 20%, rgba(230, 61, 155, 1) 56%, rgba(230, 61, 155, 1) 100%));
                @include filter-gradient(#5e44cb, #db2e93, horizontal); // IE6-9
                content: '';
                display: block;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 1;

                @include breakpoint(tiny) {
                    background: $urn-pink;
                }
            } */
}
@media (max-width: 440px) {
  #listen-now .show-container .show-info {
    padding-right: 15px;
    width: 100%;
  }
}
#listen-now .show-container .show-info .show-title-prelude,
#listen-now .show-container .show-info .show-title-time {
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}
#listen-now .show-container .show-info .show-title-name {
  font-family: 'Raleway', sans-serif;
  font-size: 1.875em;
  margin: 4px 0;
}
#listen-now .show-container .show-info .show-title-prelude,
#listen-now .show-container .show-info .show-title-time,
#listen-now .show-container .show-info .show-title-name {
  position: relative;
  z-index: 2;
}
#listen-now .show-container .play {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -moz-transition: box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease;
  -webkit-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  -webkit-align-self: center;
  align-self: center;
  background-color: #fff;
  background-image: url("images/play-icon.svg");
  background-position: 60% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 50%;
  display: block;
  height: 32px;
  margin: 0 25px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px;
  z-index: 2;
}
@media (max-width: 440px) {
  #listen-now .show-container .play {
    display: none;
  }
}
#listen-now .show-container .play:hover {
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.35);
}
#listen-now .show-container .send-message {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-height: 80px;
  width: 50%;
  z-index: 2;
}
@media (max-width: 440px) {
  #listen-now .show-container .send-message {
    width: 100%;
  }
}
#listen-now .show-container .send-message form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
}
#listen-now .show-container .send-message .message {
  background: #e63d9b;
  display: none;
  height: 100%;
  left: 0;
  padding: 30px 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
#listen-now .show-container .send-message textarea {
  font-family: 'Source Sans Pro', 'Open Sans', 'Arial', sans-serif;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 0;
  border-radius: 0;
  font-size: 0.875em;
  height: 100%;
  padding: 6px;
  resize: none;
  width: 100%;
}
@media (max-width: 620px) {
  #listen-now .show-container .send-message textarea {
    height: 80px;
  }
}
#listen-now .show-container .send-message button {
  bottom: 6px;
  position: absolute;
  right: 6px;
}
#listen-now > .large-play {
  box-shadow: none;
  display: none;
  position: static;
}
@media (max-width: 440px) {
  #listen-now > .large-play {
    display: block;
  }
}
#listen-now .show-image {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
}

.large-play {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 1.4em;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
@media (max-width: 440px) {
  .large-play {
    display: none;
  }
}

html {
  background: #f2f2f2;
}

body.stream {
  -moz-box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: #5f2a87;
  height: 710px;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 380px;
}
body.stream audio {
  display: block;
  margin: 20px auto;
  width: 90%;
}
body.stream h1 {
  font-family: 'Milocha', 'Raleway', sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
body.stream img {
  display: block;
  margin: 45px auto;
}
body.stream #listen-now .play,
body.stream .play {
  display: none;
}
body.stream #listen-now {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: none;
  margin: 0;
  width: 100%;
}
body.stream #listen-now .show-container {
  background: #e63d9b;
  display: block;
}
body.stream #listen-now .show-container .show-image {
  display: none !important;
}
body.stream #listen-now .show-info {
  padding: 10px;
}
body.stream #listen-now .show-info::before {
  display: none;
}
body.stream #listen-now .send-message {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
body.stream #listen-now .send-message textarea {
  height: 90px;
}
body.stream #listen-now #message-the-studio {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: auto;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.audioboom-feed {
  text-align: center;
}
.audioboom-feed .load-more {
  padding: 6px;
  margin: 10px;
  width: 20%;
}
@media (max-width: 780px) {
  .audioboom-feed .load-more {
    width: 90%;
  }
}
.audioboom-feed .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  justify-content: center;
}
.audioboom-feed .card {
  -moz-box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.24), 0 5px 22px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.24), 0 5px 22px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.24), 0 5px 22px 0 rgba(0, 0, 0, 0.19);
  -moz-animation: fadeIn ease-in 1;
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  width: 30%;
  height: 100%;
  margin: 15px;
  opacity: 0;
}
@media (max-width: 800px) {
  .audioboom-feed .card {
    width: 100%;
  }
}
.audioboom-feed .card .boom .small_media {
  display: none;
}
.audioboom-feed .card audio {
  width: 100%;
}
.audioboom-feed .card button {
  margin-bottom: 15px;
  float: right;
}
.audioboom-feed .card button.urn-daytime {
  background-color: #e50052;
}
.audioboom-feed .card button.urn-podcasts {
  background-color: #009fe3;
}
.audioboom-feed .card button.urn-pulse {
  background-color: #009994;
}
.audioboom-feed .card button.urn-speech {
  background-color: #ed6346;
}
.audioboom-feed .card button.urn-after-dark {
  background-color: #3b4251;
}
.audioboom-feed .card .podcast_title,
.audioboom-feed .card p {
  line-height: 1.3em;
  padding: 10px 0;
}
.audioboom-feed .card .podcast_title {
  font-size: 1.1em;
}
.audioboom-feed .card .podcast_wrapper {
  padding: 10px;
}
.audioboom-feed .card img {
  display: block;
  width: 100%;
}

.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0 30px;
}
@media (max-width: 620px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.row:first-child {
  padding-top: 35px;
  padding-bottom: 15px;
}
.row:last-child {
  padding-bottom: 15px;
  padding-top: 15px;
}
.row h1 {
  margin-bottom: 10px;
}
.row .banner {
  width: 100%;
}
@media (max-width: 780px) {
  .row .banner {
    height: 180px;
  }
}
@media (max-width: 620px) {
  .row .banner {
    height: 90px;
  }
}
.row .module {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #e6e6e6;
  height: 200px;
  text-align: center;
  width: 100%;
}
@media (max-width: 620px) {
  .row .module {
    height: 100%;
    min-height: 100px;
  }
}
.row .module:not(:last-child) {
  margin-right: 15px;
}
.row .module.blogs {
  padding: 0 10px;
}
@media (max-width: 620px) {
  .row .module.blogs {
    padding: 35px 0 0;
    margin-bottom: 30px;
  }
}
.row .module.blogs .blog-excerpt {
  padding-top: 7.5px;
}
@media (max-width: 620px) {
  .row .module.blogs .blog-excerpt {
    padding: 0;
  }
}
.row .twitter {
  margin-top: 15px;
}
@media (max-width: 620px) {
  .row .twitter {
    display: none;
  }
}
.row.vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 0;
}
@media (max-width: 620px) {
  .row.vertical {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.row.vertical > h1 {
  margin-top: 22.5px;
  margin-bottom: 30px;
}
@media (max-width: 620px) {
  .row.vertical > h1 {
    display: none;
  }
}
@media (max-width: 620px) {
  .row.vertical .clip {
    display: none;
  }
}
.row.vertical .adtotw h1 {
  padding-top: 5px;
}
@media (max-width: 620px) {
  .row.vertical .adtotw h1 {
    display: inline;
  }
}
.row.vertical h1:first-child {
  margin-top: 0;
}
.row .clip {
  margin-bottom: 15px;
}

@media (max-width: 620px) {
  .cover-photos:first-child .module:nth-child(2) {
    display: none;
  }
}
.cover-photos .module {
  text-align: left;
  background: #fff;
  height: 100%;
}
@media (max-width: 620px) {
  .cover-photos .module:last-child {
    display: none;
  }
}

.show-page-header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNDRjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2M2Q5YiIgc3RvcC1vcGFjaXR5PSIwLjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #5e44cb), color-stop(100%, rgba(230, 61, 155, 0.8)));
  background-image: -moz-linear-gradient(left, #5e44cb 0%, rgba(230, 61, 155, 0.8) 100%);
  background-image: -webkit-linear-gradient(left, #5e44cb 0%, rgba(230, 61, 155, 0.8) 100%);
  background-image: linear-gradient(to right, #5e44cb 0%, rgba(230, 61, 155, 0.8) 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF5E44CB', endColorstr='#FFE63D9B');
  background-color: #5e44cb;
  color: #fff;
  padding: 50px 30px 30px 30px;
  position: relative;
  text-align: center;
}
@media (max-width: 780px) {
  .show-page-header {
    background-size: 800px;
  }
}
.show-page-header .titles {
  display: inline-block;
  margin: 0 auto;
}
.show-page-header .titles .title-prelude {
  display: block;
  text-align: left;
}
.show-page-header .titles .title {
  font-family: 'Raleway', sans-serif;
  font-size: 4.5em;
  margin: 10px 0;
}
@media (max-width: 620px) {
  .show-page-header .titles .title {
    font-size: 3.5em;
  }
}
.show-page-header .titles .time {
  display: block;
  text-align: right;
}
.show-page-header .titles .title-prelude,
.show-page-header .titles .time {
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}
.show-page-header::after {
  background: url("images/noise.png");
  content: '';
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.show-page-members {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.show-page-members .host {
  margin: 10px 0;
}
.show-page-members .host a {
  text-decoration: none;
}
.show-page-members .host .avatar {
  height: 35px;
  margin-right: 5px;
  vertical-align: middle;
  width: 35px;
}
.show-page-members .host .name {
  color: #272727;
  text-decoration: underline;
}
.show-page-members ul {
  list-style-type: none;
  padding: 0;
}

ul.show-page-external-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 620px) {
  ul.show-page-external-links {
    display: block;
    margin: 20px 0;
  }
}
ul.show-page-external-links a {
  background: #e63d9b;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
ul.show-page-external-links a::after {
  content: '';
}
ul.show-page-external-links a.facebook {
  background-color: #3a5795;
}
ul.show-page-external-links a.facebook:hover, ul.show-page-external-links a.facebook:focus {
  background-color: #2c4270;
  color: #fff;
}
ul.show-page-external-links a.twitter {
  background-color: #55acee;
}
ul.show-page-external-links a.twitter:hover, ul.show-page-external-links a.twitter:focus {
  background-color: #2795e9;
  color: #fff;
}

.show-page-description {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 20px;
}
@media (max-width: 620px) {
  .show-page-description {
    padding: 0;
    margin: 20px 0;
  }
}

.show-page-show-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 620px) {
  .show-page-show-info {
    display: block;
  }
}

.show-page-posts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.show-page-post header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}
.show-page-post header a {
  color: inherit;
  text-decoration: none;
}
.show-page-post header a:hover, .show-page-post header a:focus {
  color: #0e0e0e;
}
.show-page-post footer {
  color: #787777;
  font-size: 0.875em;
  margin-top: 10px;
}

.show-image {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: block;
  width: 200px;
}

#footer {
  background: #5f2a87;
  box-shadow: inset 0 7px 5px -3px rgba(0, 0, 0, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: .875em;
  line-height: 1.6;
  margin-top: -20px;
  overflow: hidden;
  padding-bottom: 32px;
  padding-top: 52px;
  position: relative;
  z-index: 1;
}
@media (max-width: 780px) {
  #footer {
    line-height: 1.5;
  }
}
#footer .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0 18px;
}
@media (max-width: 800px) {
  #footer .wrapper {
    width: 95%;
  }
}
@media (max-width: 780px) {
  #footer .wrapper {
    display: -webkit-block;
    display: block;
  }
  #footer .wrapper div:first-child br {
    display: none;
  }
}
#footer .wrapper div:last-child {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
@media (max-width: 780px) {
  #footer .wrapper div:last-child {
    text-align: left;
  }
}
#footer strong {
  color: #fff;
  font-weight: 600;
}
#footer a {
  color: #fff;
}

@media (max-width: 620px) {
  .show-photo {
    width: 50%;
    margin: 0 auto;
  }
}
.show-photo img {
  padding: 5px;
  width: 100%;
}

@media (max-width: 620px) {
  .schedule-category-images {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

.filter-container {
  margin: 20px 0;
}
.filter-container .schedule-category-select {
  margin-right: 30px;
}
.filter-container label::after {
  content: ':';
}
.filter-container .search-filter-container {
  display: inline-block;
  margin: 10px 0;
}

.schedule {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.schedule .btn {
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.24), 0 4px 23px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.24), 0 4px 23px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.24), 0 4px 23px 0 rgba(0, 0, 0, 0.19);
  bottom: 20px;
  padding: 8px 12px;
  position: absolute;
  right: 20px;
  z-index: 2;
}
.schedule .timetable {
  background: rgba(0, 0, 0, 0.1);
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 4px;
}
.schedule .timetable > .times {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 40px;
}
.schedule .timetable > .times > li:not(.live-indicator) {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-right: 4px solid #fff;
  padding: 10px;
  width: 100px;
}
.schedule .day-names {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 40px;
  position: relative;
  width: 150px;
}
.schedule .days {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
  width: 2400px;
}
.schedule .day-name {
  display: block;
  font-size: 1.3em;
  height: 96px;
  margin-bottom: 4px;
  padding: 10px 10px 40px;
  text-transform: capitalize;
  width: 150px;
}
.schedule .day-name:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
.schedule .day-name a {
  margin: 10px 0;
  display: inline-block;
  font-size: 0.6em;
  padding: 2px 5px;
  text-decoration: none;
}
.schedule .slots {
  background: #fff;
  height: 100px;
  position: relative;
  width: 100%;
}
.schedule .show {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  height: 100%;
  padding-bottom: 4px;
  padding-right: 4px;
  position: absolute;
  top: 0;
}
.schedule .show.live a {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -moz-transition: background 0.1s ease, box-shadow 0.25s ease;
  -o-transition: background 0.1s ease, box-shadow 0.25s ease;
  -webkit-transition: background 0.1s ease, box-shadow 0.25s ease;
  transition: background 0.1s ease, box-shadow 0.25s ease;
  background: #a71667;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  color: #fff;
  z-index: 2;
}
.schedule .show.live a:hover, .schedule .show.live a:focus {
  background: #e63d9b;
  box-shadow: 0 0 75px 25px rgba(255, 255, 255, 0.05);
}
.schedule .show.live a::after {
  background: inherit;
  color: #fff;
  content: 'On Air';
  font-size: 0.75em;
  font-weight: 600;
  height: 18px;
  left: 0;
  line-height: 18px;
  padding: 0 6px;
  position: absolute;
  text-transform: uppercase;
  top: -18px;
}
.schedule .show.live.long-slot a {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.schedule .show.dim a {
  opacity: 0.4;
}
.schedule .show.dim a:hover, .schedule .show.dim a:focus {
  opacity: 1;
}
.schedule .show a {
  -moz-transition: color 0.25s ease, opacity 0.15s ease;
  -o-transition: color 0.25s ease, opacity 0.15s ease;
  -webkit-transition: color 0.25s ease, opacity 0.15s ease;
  transition: color 0.25s ease, opacity 0.15s ease;
  background: #e63d9b;
  color: inherit;
  display: block;
  height: 100%;
  padding: 6px;
  position: relative;
  text-decoration: none;
}
.schedule .show a:hover, .schedule .show a:focus {
  background: #e3228d;
  color: #fff;
  height: auto;
  min-height: 100%;
  z-index: 1;
}
.schedule .show.after-dark a {
  background: #3b4251;
}
.schedule .show.after-dark a:hover, .schedule .show.after-dark a:focus {
  background: #2e343f;
}
.schedule .show.culture a {
  background: #ed6346;
}
.schedule .show.culture a:hover, .schedule .show.culture a:focus {
  background: #ea4b2a;
}
.schedule .show.daytime a {
  background: #e50052;
}
.schedule .show.daytime a:hover, .schedule .show.daytime a:focus {
  background: #c60047;
}
.schedule .show.news a {
  background: #009994;
}
.schedule .show.news a:hover, .schedule .show.news a:focus {
  background: #007a76;
}
.schedule .show.sport a {
  background: #009fe3;
}
.schedule .show.sport a:hover, .schedule .show.sport a:focus {
  background: #008ac4;
}
.schedule .show.automation a {
  background: #ccc;
  color: #575757;
}
.schedule .show.automation a:hover, .schedule .show.automation a:focus {
  background: #bdbdbd;
}
.schedule .show.varsity a {
  background: #005f36;
}
.schedule .show.varsity a:hover, .schedule .show.varsity a:focus {
  background: #004025;
}
.schedule .show .title {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  max-height: 35px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.schedule .show .hosts {
  font-size: 0.75em;
  font-weight: 600;
}
.schedule .show .hosts::before {
  content: 'Hosts: ';
  font-weight: 400;
  opacity: 0.6;
}
.schedule .show .times {
  font-size: 0.75em;
  font-weight: 600;
  margin: 5px 0;
}
.schedule .show .description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875em;
  line-height: 1.2em;
  height: 2.4em;
}
.schedule .show:first-child {
  left: 30px;
  width: 280px;
}
.schedule .show:last-child {
  left: 363px;
  width: 250px;
}
.schedule .inline-day-name {
  display: none;
}
@media (max-width: 620px) {
  .schedule .inline-day-name {
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .schedule .day-names {
    display: none;
  }
  .schedule .days {
    width: 100%;
  }
  .schedule .timetable {
    background: none;
    overflow: inherit;
    width: 100%;
  }
  .schedule .timetable > .times {
    display: none;
  }
  .schedule .slots {
    height: auto;
  }
  .schedule .show {
    margin: 4px 0;
    padding: 0;
    position: static;
    width: 100% !important;
  }
  .schedule .show.live {
    margin: 10px 0;
  }
  .schedule .show.live a {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .schedule .show.live a::after {
    left: auto;
    right: 0;
    top: 0;
  }
}

.mini-schedule {
  margin-bottom: 15px;
}
@media (max-width: 620px) {
  .mini-schedule {
    padding: 15px;
  }
  .mini-schedule .inline-day-name {
    display: block;
    margin: 5px 0;
    padding-top: 20px;
  }
}
.mini-schedule .day-names {
  display: none;
}
.mini-schedule .timetable {
  padding-top: 30px;
}
.mini-schedule .btn {
  z-index: 5;
}
@media (max-width: 620px) {
  .mini-schedule .btn {
    bottom: initial;
    left: 50%;
    margin-left: -80px;
    padding: 15px;
    right: initial;
    text-align: center;
    top: 0;
    width: 160px;
  }
}

.videos {
  font-family: 'Source Sans Pro', 'Open Sans', 'Arial', sans-serif;
  padding-top: 17.5px;
}

.audioboom-headlines {
  width: 100%;
}
@media (max-width: 620px) {
  .audioboom-headlines {
    padding-bottom: 0;
  }
}
.audioboom-headlines h1 {
  text-align: center;
  padding-bottom: 15px;
}
.audioboom-headlines iframe {
  margin-top: 15px;
}

@media (max-width: 780px) {
  .blog-excerpt {
    padding: 15px;
  }
}
.blog-excerpt li {
  padding-bottom: 30px;
}
.blog-excerpt h1,
.blog-excerpt h2 {
  margin: 5px 0;
}
.blog-excerpt h1 a,
.blog-excerpt h2 a {
  color: #222;
  text-decoration: none;
}
.blog-excerpt h1 a:hover,
.blog-excerpt h2 a:hover {
  text-decoration: underline;
}
.blog-excerpt p {
  font-size: 1em;
}

.btn-wrapper {
  padding-bottom: 30px;
  padding-top: 15px;
  text-align: center;
}

.blog-wrapper {
  padding-top: 15px;
}
.blog-wrapper #wp_pagination {
  text-align: center;
}
@media (max-width: 620px) {
  .blog-wrapper #wp_pagination .page_button {
    display: none;
  }
}
.blog-wrapper #wp_pagination .page_button::after {
  content: '|';
}
.blog-wrapper #wp_pagination .active_page_button {
  color: #5142b8;
}
.blog-wrapper #wp_pagination .active_page_button::after {
  content: '|';
  color: #e63d9b;
}
.blog-wrapper #wp_pagination a {
  font-weight: bold;
  text-decoration: none;
}
.blog-wrapper h1.show-title a {
  color: #222;
  text-decoration: none;
}
.blog-wrapper h1.show-title a:hover {
  text-decoration: underline;
}

.shows h3 a {
  text-decoration: none;
}
.shows .show {
  margin-bottom: 20px;
}

.tabs ul {
  list-style-type: none;
}

.vid {
  border-style: solid;
  border-color: #5e44cb;
  border-width: 4px;
  overflow: hidden;
  width: 560px;
  height: 315px;
}
@media (max-width: 620px) {
  .vid {
    width: 250px;
    height: auto;
    border-style: none;
  }
}

.logo {
  width: 165px;
}

.subTitle {
  text-decoration: underline;
}
