
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Lato', 'Helvetica', sans-serif;
  color: rgb(255, 255, 255);
  background: rgb(108, 192, 234);

  overflow-x: hidden;
}

header,
nav,
main,
article,
section,
aside,
footer {
  display: block;
  position: relative;
}

.container,
.banner,
main header h1,
main header nav,
.schedule h3 {
  margin: 0 auto;
  padding: 0 8px;
  max-width: 1096px;
}

a {
  color: inherit;
}

a:hover {
  color: rgb(84, 188, 234);
}


img {
  display: block;
  border: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  font-size: 34px;
  color: rgb(80, 184, 232);
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 28px;
}

ol, ul,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

time {
  font-size: 20px;
}

time span {
  font-weight: bold;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
}



nav {
  display: inline-block;
  vertical-align: middle;
}

nav a,
nav span.faux {
  display: block;
  font-weight: 900;
  text-decoration: none;
}

nav span.faux {
  cursor: default;
}


nav ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

nav ul > li.mobile-navigation {
  display: none;
}

nav ul > li:hover,
nav ul > li:hover .sub,
nav ul > li.active,
nav ul > li.active .sub {
  color: rgb(84, 188, 234);
}

nav ul > li:hover .sub,
nav ul > li.active .sub {
  display: block;
}

nav .sub {
  display: none;
  position: absolute; top: 100%; left: -78px;
  padding: 40px 32px 16px 32px;
  width: 280px;
  list-style: none;
  background: url('/images/bg_nav.png') top center no-repeat;
  background-color: rgb(32, 32, 32);
}

nav .sub li {
  font-size: 14px;
  text-transform: none;
  line-height: 100%;
  background: linear-gradient(to right, rgb(60, 60, 60), rgb(110, 110, 110), rgb(60, 60, 60)) left top no-repeat;
  background-size: 100% 2px;
}

nav .sub li:first-child {
  background: none;
}

nav .sub a {
  padding: 16px 0;
}

nav .sub a:hover {
  color: rgb(255, 255, 255);
}

nav .sub a span {
  display: block;
}


.social {
  padding: 0 24px;
  list-style: none;
  text-align: center;
}

.social li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

.social img {
  width: 32px;
  height: 32px;
}



header.site {
  z-index: 8;
  background: url('../images/bg_banner.png') left bottom 50px repeat-x,
              linear-gradient(to top, rgb(0, 0, 0), rgb(0, 0, 0)) left bottom 48px no-repeat,
              linear-gradient(to right, rgb(120, 120, 120), rgb(160, 160, 160), rgb(120, 120, 120)) bottom 46px left no-repeat,
              linear-gradient(to right, rgb(120, 120, 120), rgb(160, 160, 160), rgb(120, 120, 120)) bottom left no-repeat,
              rgba(0, 0, 0, 0.4);
  background-size: auto, auto, 100% 2px, 100% 2px, auto;
}

header.site .container {
  display: table;
  position: relative;
  white-space: nowrap;
  width: 100%;
  max-width: 1368px;
  height: 48px;
  font-size: 20px;
  background: linear-gradient(to top, rgb(120, 120, 120), rgb(160, 160, 160), rgb(120, 120, 120)) bottom left no-repeat;
  background-size: 100% 2px;
}

header.site .container > * {
  display: table-cell;
  vertical-align: middle;
  background: linear-gradient(to bottom, rgb(140, 140, 140), rgb(140, 140, 140)) top 8px right no-repeat;
  background-size: 1px 32px;
}

header.site nav {
  text-align: center; z-index: 96;
}

header.site nav ul > li {
  width: 130px;
}

header.site .container form {
  vertical-align: middle;
  padding: 0 16px 0 32px;
  text-align: center;
}

header.site .container form fieldset {
  font-weight: bold;
}

header.site .container form label {
  vertical-align: middle;
  margin-right: 8px;
  font-size: 16px;
  text-transform: uppercase;
}

header.site .container form input[type="text"] {
  vertical-align: middle;
  padding: 0 4px;
  max-width: 148px;
  height: 28px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: bold;
  background-color: rgb(64, 160, 208);
  border: 0;
  border-radius: 8px;
}

header.site .container form input[type="image"] {
  position: relative; left: -28px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

header .container > a {
  min-width: 190px;
}

header .logo {
  position: absolute; z-index: 8; top: -72px;
  width: 190px;
  height: 150px;
}

header .banner {
  padding-bottom: 2px;
  height: 68px;
  text-align: center;
}

header .banner img {
  margin: 0 auto;
  width: 968px;
  height: 64px;
  border: 2px solid rgb(0, 0, 0);
  box-sizing: content-box;
}

.effect-container {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
}

.effect-element-topglow {
  display: block;
  position: absolute; bottom: -16px; left: 0;
  width: 104px;
  height: 32px;
  background: linear-gradient(to right, transparent, rgb(255, 255, 255), transparent) bottom 16px left no-repeat,
              url('/images/effect_glow.png') no-repeat;
  background-size: 100% 2px, auto;

  transition: left 4s, margin 4s;
}




main {
  margin: -48px auto 0 auto;
  padding-top: 48px;
  background-position: top center;
  background-repeat: no-repeat;
}

  .size-large main  { background-image: url('/images/bg_default.jpg'); }
  .size-small main  { background-image: url('/images/bg_default_small.jpg'); }
  .size-tablet main { background-image: url('/images/bg_default_tablet.jpg'); }
  .size-phone main  { background-image: url('/images/bg_default_phone.jpg'); }

  main.home {
    background-image: none !important;
  }

main section {
  padding: 0;
  min-height: 296px;
  padding-bottom: 64px;
}

  main section.gradient {
    position: relative;
    padding-top: 48px;
    background-size: 100% 720px;
  }

  main section.gradient:before {
    content: ' ';
    position: absolute; top: 0; right: 0; left: 0;
    height: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) top 8px left no-repeat;
    background-size: 100% 1px;
  }

main section > header {
  z-index: 0;
  margin-bottom: 64px;
  padding-top: 48px;
  background-color: rgba(0, 0, 0, 0.6);
}

main section > header h1 {
  padding-bottom: 8px;
}

  main.home section {
    min-height: 672px;
  }

  main.home section > header {
    margin-bottom: 32px;
    background: none;
  }

  main.home section > header h1 {
    color: rgb(255, 255, 255);
    text-shadow: -1px -1px 0 #333,
                  1px -1px 0 #333,
                 -1px  1px 0 #333,
                  1px  1px 0 #333;
  }

  main.home section > header time {
    display: block;
    margin: 0 auto;
    padding: 0 8px;
    max-width: 1096px;
    font-size: 30px;
    text-shadow: -1px -1px 0 #333,
                  1px -1px 0 #333,
                 -1px  1px 0 #333,
                  1px  1px 0 #333;
  }

  main.home #spotlights {
    display: none;
  }

  main.home #spotlight article {
    opacity: 0.0;
    transform: translateX(-16px);
  }

  .slides {
    position: absolute; top: -48px; right: 0; bottom: 0; left: 0;
  }

  .slides ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: 2400px;
    list-style: none;

    text-align: center;
  }

  /*
  .slides ul li {
    opacity: 0.0;
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    transition: opacity 0.8s;
  }
  */

  .slides ul li,
  .slides ul li.initial {
    opacity: 0.0;
    position: absolute; /* top: 0; left: 0; */
    width: 2400px;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 106%;
    transition: opacity 0.8s, background-size 6s;
  }

  .size-phone   .slides ul li { width:  320px; }
  .size-tablet  .slides ul li { width:  768px; }
  .size-small   .slides ul li { width: 1280px; }
  .size-large   .slides ul li { width: 2400px; }

  .slides ul li:first-child:not(.initial) {
    opacity: 1.0;
    background-size: 100%;
  }

  .video {
    display: none;
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    padding: 0 8px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .video .player {
    position: relative;
    margin: 56px auto 0 auto;
    max-width: 1080px;
  }

  .video .player video {
    box-shadow: 0 0 8px rgb(0, 0, 0);
  }

main header {
  overflow: hidden;
}

main header nav {
  display: block;
  font-size: 18px;
}

main header nav:before {
  content: ' ';
  position: absolute; top: -3px; left: 0; z-index: 8;
  width: 80px;
  height: 16px;
  background: url('/images/bg_nav_show_shine.png') no-repeat;
}

main header nav:after {
  content: ' ';
  position: absolute; top: -3px; right: 0; z-index: 8;
  width: 80px;
  height: 16px;
  background: url('/images/bg_nav_show_shine.png') no-repeat;
}

main header nav ul {
  margin-left: 80px;
  padding: 16px 0;
}

main header nav ul li {
  margin: 0 16px;
}

main header nav ul li.active {
  margin-top: -24px;
  padding-top: 24px;
  background: url('/images/bg_nav_show_arrow.png') no-repeat;
}

main header nav ul li.active:before {
  content: ' ';
  display: block;
  position: absolute; top: 0; right: 100%;
  width: 10000px;
  height: 24px;
  background: url('/images/bg_nav_show_line.png') repeat-x;
}

main header nav ul li.active:after {
  content: ' ';
  display: block;
  position: absolute; top: 0; left: 100%;
  width: 10000px;
  height: 24px;
  background: url('/images/bg_nav_show_line.png') repeat-x;
}


article {
  padding: 8px;
  width: 100%;
  min-width: 304px;
  background: rgba(0, 0, 0, 0.8);

  transition: opacity 0.4s;
  opacity: 1.0;
}

article figure {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 272px;
  max-width: 500px;
  overflow: hidden;
}

article figure > img {
  width: 100%;
  height: 100%;
}

article figure.media img.logo-episode {
  position: absolute; /* top: 4px; */ right: 8px; bottom: 4px;
  max-width: 20%;
  height: auto;
}

article figure.media img.logo-episode.with-video-bar {
  bottom: 52px;
}

article .content {
  position: relative;
  width: 100%;
}

article .html {
  position: relative;
  padding: 24px 32px 0 32px;
  margin: 0 0 40px 0; /*margin: 24px 32px 40px 32px;*/
  overflow: hidden;
}

article.expandable {
  transition: height 0.4s;
}

article.expandable .html {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}

article .html p {
  font-family: 'Helvetica', sans-serif;
  font-size: 14px;
}

  main.home article {
    padding: 16px 16px 48px 16px;
    max-width: 400px;
    min-height: 440px;
  }

  main.home article h2 {
    font-size: 20px;
  }

  main.home article time {
    text-transform: uppercase;
  }

  main.home article time span {
    display: block;
    margin-bottom: 8px;
    font-size: 32px;
    text-transform: none;
  }

  main.home article .html {
    margin: 0;
    padding: 0;
    padding-top: 8px;
  }

  main.home article .html p {
    margin-top: 0;
  }

  main.home article .choices {
    height: 64px;
    line-height: 64px;
    background: none;
  }

  main.home article .choices li {
    margin-left: 16px;
  }

  main .boxes article h2 {
    font-size: 20px;
  }

  main .boxes article .content {
    padding-bottom: 40px;
  }

  main .boxes article .html {
    position: relative;
    padding: 24px 24px 0 24px;
    margin: 0; /* margin: 24px 24px 0 24px; */
    height: 200px;
    transition: height 0.4s;
  }

  main .boxes article .html p {
    margin-top: 0;
  }

  main .boxes article .html p:last-child {
    margin-bottom: 0;
  }

  main .boxes article time {
    display: block;
    margin-bottom: 16px;
  }

  .episodes article {
    display: table;
    margin-bottom: 24px;
  }

  .episodes article:last-child {
    margin-bottom: 0;
  }

  .episodes article > * {
    display: table-cell;
    vertical-align: top;
  }

  .episodes article aside {
    width: 48%;
  }

  .episodes article h2 {
    font-size: 30px;
    text-transform: uppercase;
  }

  .about article {
    display: table;
  }

  .about article > * {
    display: table-cell;
    vertical-align: top;
  }

  .about article aside {
    width: 48%;
  }

  .bio article {
    display: table;
  }

  .bio article > * {
    display: table-cell;
    vertical-align: top;
  }

  .bio article aside {
    width: 35%;
    max-width: 380px;
  }

  .bio article h2 {
    color: inherit;
  }

  .bio article h2 span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
  }


.choices {
  position: absolute; right: 0; bottom: 0; left: 0;
  height: 48px;
  color: rgb(84, 188, 234);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.8);
}

.choices li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  padding-left: 24px;
  height: 18px;
  line-height: 18px;
  background: url('../images/icon_more.png') no-repeat;
  background-size: 18px 18px;
}

.choices li a {
  text-decoration: none;
}

.choices li:hover,
.choices li a:hover {
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.site-action-item.more {
  display: block;
  position: absolute; right: 32px; bottom: 8px;
  padding: 0 16px 0 4px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  border: 2px solid rgb(88, 88, 88);
  border-radius: 8px;
  cursor: pointer;
}

.site-action-item.more:after {
  content: '+';
  position: absolute; top: 0; right: 4px;
  font-weight: 900;
}

.expanded .site-action-item.more:after {
  content: '-';
}



main .gradient h3 {
  position: relative;
  padding: 8px 16px;
  font-weight: bold;
  background: linear-gradient(to right, rgb(62, 64, 63), rgb(88, 86, 87));
  overflow: hidden;
}

main .gradient h3 span:after {
  content: ' ';
  position: absolute; top: 0;
  width: 100%;
  height: 100%;
  background: url('/images/bg_nav_show_shine.png') center left 40px no-repeat,
              linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) center left 32px no-repeat;
  background-size: auto 12px, 100% 1px;
}


.columns {
  display: table;
  width: 100%;
}

.columns > ul {
  display: table-row;
}

.columns > ul > li {
  display: table-cell;
  vertical-align: top;
}

.boxes {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.boxes > div:empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.boxes.double > div {
  padding: 0 20px;
  width: 50%;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.boxes.double > div:first-child {
  padding-left: 0;
}

.boxes.double > div:last-child {
  padding-right: 0;
}

.boxes article {
  max-width: 516px;
}

.bios {
  margin: 0 -8px;
}

.bios > div {
  display: -webkit-flex;
  display: flex;
  padding: 8px;
  width: 20%;
  min-width: 184px;
  max-width: 216px;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bios a {
  display: block;
  min-height: 100%;
  text-decoration: none;
  background-color: rgb(17, 24, 21);
}

.bios figure {
  margin: 0;
  padding: 0;
}

.bios figure img {
  width: 100%;
}

.bios figcaption {
  padding: 8px;
}

.bios h4 {
  font-size: 14px;
  text-transform: none;
}

.bios figcaption h4 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}



.gallery article {
  display: table;
  padding: 0;
}

.gallery article > * {
  display: table-cell;
  vertical-align: top;
  padding: 8px;
}

.gallery article > aside {
  position: relative;
  padding: 24px 40px;
  min-width: 380px;
  max-width: 380px;
  background: url('/images/bg_sideline_arrow.png') no-repeat;
}

.gallery article > aside:before {
  content: ' ';
  display: block;
  position: absolute; top: 200px; bottom: 0; left: 0;
  width: 16px;
  background: url('/images/bg_sideline.png') repeat-y;
}

.gallery h3 {
  font-size: 24px;
}

.gallery p {
  margin-top: 0;
}

.gallery hr {
  height: 1px;
  background-color: #6F6F6F;
  border: 0;
}

.gallery span.thumbnails {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('/images/icon_thumbnails.png'), url('/images/icon_thumbnails_active.png');
  background-repeat: no-repeat;
  background-size: 40px 40px, 0 0;
  cursor: pointer;
}

body:not(.size-phone):not(.size-tablet) .gallery span.thumbnails:hover,
.gallery article.thumbnails span.thumbnails {
  background-size: 0 0, 40px 40px;
}

.gallery .photos {
  display: table;
  width: 100%;
}

.gallery .photos > * {
  display: table-cell;
  vertical-align: top;
}

.gallery ol {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.gallery .photos ol {
  padding-bottom: 32px;
}

.gallery .photos ol li {
  display: none;
}

.gallery .photos ol li:first-child {
  display: block;
}

.gallery .back,
.gallery .next {
  min-width: 72px;
  background-position: center 164px;
  background-repeat: no-repeat;
  background-size: 40px 40px, 0 0;
  cursor: pointer;
}

.gallery .back { background-image: url('/images/icon_back.png'), url('/images/icon_back_active.png'); }
.gallery .next { background-image: url('/images/icon_next.png'), url('/images/icon_next_active.png'); }

body:not(.size-phone):not(.size-tablet) .gallery .back:hover,
body:not(.size-phone):not(.size-tablet) .gallery .next:hover { background-size: 0 0, 40px 40px; }

.gallery .photo {
  min-width: 0;
  max-width: none;
  min-height: 224px;
}

.gallery .photo img,
.gallery .photo figcaption {
  margin: 0 auto;
  max-width: 600px;
}

.gallery .photo img.thumbnail {
  display: none;
  max-width: 176px;
}

.gallery .galleries li {
  display: none;
  background-color: rgb(16, 120, 176);
}

.gallery .galleries li:first-child {
  display: block;
  margin-bottom: 8px;
  background: none;
}

.gallery .galleries li:first-child span {
  display: inline-block;
  position: relative;
  padding: 4px 16px;
  color: rgb(8, 56, 80);
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgb(64, 160, 208);
  border-radius: 8px;
  cursor: pointer;
}

.gallery .galleries.active li:first-child span:after {
  content: ' ';
  display: block;
  position: absolute; bottom: -4px; left: 16px;
  width: 8px;
  height: 8px;
  background-color: rgb(16, 120, 176);
  transform: rotate(45deg);
}

body:not(.size-phone):not(.size-tablet) .gallery .galleries li:first-child span:hover,
.gallery .galleries.active li:first-child span {
  color: rgb(144, 224, 248);
  background-color: rgb(16, 120, 176);
}

.gallery .galleries.active li:first-child ~ li {
  display: block;
}

.gallery .galleries.active ~ * {
  display: none;
}

.gallery .galleries li:first-child + li {
  padding-top: 16px;
  border-radius: 8px 8px 0 0;
}

.gallery .galleries li:last-child {
  padding-bottom: 16px;
  border-radius: 0 0 8px 8px;
}

.gallery .galleries li:first-child + li a {
  border-top: 0;
}

.gallery .galleries li a {
  display: block;
  margin: 0 16px;
  padding: 4px 0;
  color: rgb(144, 224, 248);
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  white-space: normal;
  border-top: 1px solid #000000;
}

.gallery .galleries li a:hover {
  color: rgb(255, 255, 255);
}

.gallery .galleries li a span {
  float: right;
  padding-top: 4px;
  font-size: 10px;
  color: rgb(0, 0, 0);
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
}

.gallery article.thumbnails > aside,
.gallery article.thumbnails .back,
.gallery article.thumbnails .next,
.gallery article.thumbnails li img,
.gallery article.thumbnails li figcaption {
  display: none;
}

.gallery article.thumbnails .photos ol {
  display: flex;
  padding: 0 32px;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.gallery article.thumbnails .photos .photo {
  min-height: 0;
}

.gallery article.thumbnails .photos li {
  display: block;
  padding: 8px;
  width: 20%;
  min-width: 104px;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.gallery article.thumbnails .photos li .thumbnail {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}


main section.schedule {
  padding-bottom: 0;
  min-height: 416px;
  background: radial-gradient(circle at left center, #FFFFFF 40%, transparent) no-repeat,
              linear-gradient(to right, rgb(64, 160, 208), rgb(64, 160, 208)) no-repeat,
              url('../images/bg_schedule.jpg') top 48px center no-repeat;
  background-color: rgb(36, 118, 158);
  background-size: 100% 48px, 100% 48px, auto;
  overflow: hidden;
}

main section.schedule h3 {
  position: relative;
  margin-bottom: 56px;
  height: 48px;
  color: rgb(24, 88, 136);
  line-height: 48px;
  text-indent: 16px;
}

main section.schedule h3 span {
  display: none;
}

main section.schedule h3 span.normal {
  display: inline;
}

main section.schedule h3 span.arrow {
  display: block;
  position: absolute; top: 100%; left: 84px;
}

main section.schedule h3 span.arrow img {
  height: 32px;
}

main section.schedule h3 span.arrow:before {
  content: ' ';
  position: absolute; top: 4px; right: calc(100% + 8px);
  width: 10000px;
  height: 16px;
  background: url('/images/bg_nav_show_shine.png') top right 24px no-repeat,
              linear-gradient(to left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) 0 8px no-repeat;
  background-size: auto, 100% 1px;
}

main section.schedule h3 span.arrow:after {
  content: ' ';
  position: absolute; top: 4px; left: calc(100% + 8px);
  width: 10000px;
  height: 16px;
  background: url('/images/bg_nav_show_shine.png') top left 24px no-repeat,
              linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) 0 8px no-repeat;
  background-size: auto, 100% 1px;
}

main section.schedule ol {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  text-align: center;
}

main section.schedule ol li {
  display: table-cell;
  vertical-align: top;
  padding: 0 8px;
  width: 20%;
  min-width: 136px;
}

main section.schedule ol li .item {
  position: relative;
  margin: 4px;
  padding: 0;
  max-width: 200px;
  /* min-width: 180px; */
  min-height: 280px;
  background: linear-gradient(to bottom, #000000, #2A2A2A) center no-repeat,
              linear-gradient(240deg, #909090, #F0F0F0, #909090);
  background-size: contain, auto;
  background-origin: content-box, padding-box;
  box-sizing: content-box;
  cursor: pointer;
}

main section.schedule ol li.active .item {
  margin: 0;
  padding: 4px;
}

main section.schedule ol li.active .item:before {
  content: ' ';
  display: block;
  position: absolute; top: -25px; left: 0;
  width: 100%;
  height: 24px;
  background: url('/images/weekday_shine_top.png') bottom center no-repeat;
  background-size: contain;
}

main section.schedule ol li.active .item:after {
  content: ' ';
  display: block;
  position: absolute; bottom: -25px; left: 0;
  width: 100%;
  height: 24px;
  background: url('/images/weekday_shine_bottom.png') top center no-repeat;
  background-size: contain;
}

main section.schedule ol li .item img {
  width: 100%;
}

main section.schedule ol li .item time {
  font-size: 13px;
}

main section.schedule ol li .item time span {
  display: block;
  color: rgb(84, 188, 234);
  font-size: 14px;
}



main section.modules {
  padding: 56px 0;
  background-image: linear-gradient(to bottom, rgb(240, 240, 240), rgb(216, 216, 216));
}

.boxes.modules {
  margin: 0 -8px 24px -8px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.boxes.modules > div {
  padding: 8px;
  width: calc(100% / 3);
}

.boxes.modules div.double {
  width: calc(100% * 2/3);
}

.boxes.modules header + .module {
  height: calc(100% - 52px);
}

.boxes.modules header {
  margin-bottom: 4px;
  padding-left: 32px;
  height: 48px;
  background-color: rgb(64, 64, 64);
  overflow: hidden;
}

.boxes.modules header h5 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 48px;
  text-transform: uppercase;
}

.boxes.modules > div > header h5 span {
  display: inline-block;
  position: relative;
  height: 48px;
}

.boxes.modules > div > header h5 span:after {
  content: '';
  display: block;
  position: absolute; top: 0; left: 100%;
  margin-left: 8px;
  width: 1000px;
  height: 100%;
  background: url('/images/bg_module_header_line.png') repeat-x left center;
}

.boxes.modules > div > header h5 span:before {
  content: '';
  display: block;
  position: absolute; top: 0; left: 100%;
  margin-left: 16px;
  width: 80px;
  height: 100%;
  background: url('/images/bg_nav_show_shine.png') no-repeat left center;
}


.boxes.modules div:first-child header {
  border-radius: 24px 0 0 0;
}

.boxes.modules div header.module-last-curve {
  border-radius: 0 24px 0 0;
}



footer.navigation {
  padding-top: 16px;
  height: 64px;
  text-align: center;
  background: linear-gradient(to right, rgb(104, 160, 192), rgb(124, 168, 200), rgb(104, 160, 200)) 0 4px no-repeat,
              linear-gradient(to bottom, rgb(16, 88, 134), rgb(24, 96, 144));
  background-size: 100% 1px, auto;
}

footer.navigation > * {
  display: inline-block;
  vertical-align: middle;
}

footer.navigation nav {
  border: 1px solid rgb(144, 144, 144);
  border-width: 0 1px;
}

footer.navigation nav ul > li {
  width: 96px;
  line-height: 40px;
}

footer.navigation nav .sub {
  top: auto; bottom: 100%; left: -72px;
}


.modules footer.navigation {
  padding-top: 8px;
  height: 56px;
  background: linear-gradient(to right, rgb(64, 64, 64), rgb(88, 88, 88)) 0 4px no-repeat,
              linear-gradient(to bottom, rgb(112, 112, 112) 1px, rgb(48, 48, 48) 2px, rgb(80, 80, 80) 3px, transparent 4px) no-repeat;
  border-radius: 0 0 24px 24px;
}

.modules footer.navigation nav ul > li {
  line-height: 32px;
}



footer.site {
  padding-top: 8px;
  min-height: 184px;
  color: #888888;
  font-size: 12px;
  text-align: center;
  background: rgb(48, 48, 48);
}

footer.site a {
  text-decoration: underline;
  text-transform: uppercase;
}

footer.site a:hover {
  color: inherit;
  text-decoration: none;
}

footer.site ul {
  margin: 0 16px;
  padding: 24px;
  border-top: 1px solid #888888;
}

footer.site ul li {
  display: inline;
  padding: 0 8px;
}

footer.site span {
  display: block;
}

footer.site span.credits {
  padding: 16px;
}


/**
 *
 *  Misc.
 *
**/

input::-moz-placeholder {
  color: rgb(8, 56, 80);
  opacity: 1.0;
}

input::-webkit-input-placeholder {
  color: rgb(8, 56, 80);
}

input:-ms-input-placeholder {
  color: rgb(8, 56, 80);
}

article input::-moz-placeholder {
  color: rgb(255, 255, 255);
}

article input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

article input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}



article.alternate {
  display: table;
  padding: 0;
  background: none;
}

article.alternate > .content {
  display: table-cell;
  vertical-align: top;
  padding: 32px;
  height: 290px; /* works as min-height due to table-cell layout */
  background: url('../images/bg_stations.png') 0 144px no-repeat,
              url('../images/bg_stations_corner.png') top right no-repeat,
              linear-gradient(90deg, rgb(236, 240, 242) 160px, rgb(214, 216, 218), rgb(236, 240, 242), rgb(214, 216, 218)) no-repeat;
  background-color: rgb(28, 134, 182);
  background-size: auto, auto, 1080px 1280px;
}

article.alternate > aside {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  width: 340px;
  border-left: 24px solid transparent;
  background: rgba(0, 0, 0, 0.8);
  background-clip: padding-box;
}

article.alternate a {
  color: rgb(84, 188, 234);
}

article.alternate a:hover {
  text-decoration: none;
}

article.alternate .content h2 {
  display: block;
  margin-right: 20%;
  margin-bottom: 8px;
  color: rgb(48, 138, 178);
  font-size: 28px;
  text-transform: none;
  text-shadow:  -2px -2px 1px rgb(255, 255, 255),
                 2px -2px 1px rgb(255, 255, 255),
                -2px  2px 1px rgb(255, 255, 255),
                 2px  2px 1px rgb(255, 255, 255);
}

article form {
  display: block;
  margin-bottom: 32px;
}

article.alternate .logo {
  position: absolute; top: 8px; right: 16px;
  width: 20%;
  max-width: 134px;
}

article.alternate form a {
  color: rgb(48, 138, 178);
}

article fieldset {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  padding: 0 8px;
  background-color: rgb(90, 92, 100);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 8px;
}

article fieldset > *,
article fieldset + a {
  display: inline-block;
  vertical-align: middle;
}

article fieldset input[type="text"] {
  padding: 8px 0;
  color: inherit;
  background-color: inherit;
  border: 0;
}

article fieldset input[type="image"] {
  height: 20px;
}

article.alternate table,
article.alternate table + hr {
  max-width: 800px;
}

table {
  width: 100%;
  border-style: hidden;
  border-collapse: collapse;
}

td, th {
  padding: 4px 16px;
  text-align: left;
  border: 2px solid rgb(255, 255, 255);
}

table th {
  font-weight: 900;
  text-transform: uppercase;
  background-color: rgb(70, 170, 224);
}

table th:first-child {
  background: linear-gradient(to right, rgb(20, 130, 180), rgb(70, 170, 224));
  border-radius: 8px 0 0 0;
}

table th:last-child {
  background: linear-gradient(to right, rgb(70, 170, 224), rgb(20, 130, 180));
  border-radius: 0 8px 0 0;
}

table td {
  padding: 16px;
  background-color: rgb(90, 92, 100);

  max-width: 50%;

  white-space: nowrap;
}

table td:last-child {
  width: 100%;
}

table + hr {
  margin: 0;
  height: 24px;
  background: linear-gradient(to right, rgb(20, 130, 180) 8%, rgb(70, 170, 224), rgb(20, 130, 180) 92%);
  border: 0;
  border-top: 2px solid rgb(255, 255, 255);
  border-radius: 0 0 8px 8px;
}



.basic-content {
  padding: 64px 24px;
  color: rgb(104, 104, 104);
  background: url('/images/bg_contact_shine.png') no-repeat top 24px right 0,
              url('/images/bg_contact_shine.png') no-repeat bottom 24px right 0,
              linear-gradient(to bottom, rgb(64, 64, 64) 100%, transparent) no-repeat,
              linear-gradient(to top, rgb(64, 64, 64) 100%, transparent) no-repeat bottom left;
  background-color: rgb(255, 255, 255);
  background-size: auto 16px, auto 16px, 100% 48px, 100% 48px;
  border-radius: 24px;
}

.basic-content h3,
.basic-content h4,
.basic-content .h4-faux {
  color: #328AB3;
  font-weight: 900;
}

.basic-content hr {
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
  height: 2px;
  background-color: rgb(216, 216, 216);
  border: 0;
}

.basic-content blockquote {
  margin: 16px 16px;
}

.basic-content a {
  color: #54BBEA;
}

.basic-content a:hover {
  text-decoration: none;
}

.basic-content ol {
  margin: 8px 32px 8px 32px;
  width: 80%;
}

.basic-content ol li {
  padding: 2px 0;
}

.basic-content .address {
  font-family: 'Lato', helvetica, sans-serif;
  font-size: 16px;
}


.form-contact h3 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  color: #328AB3;
  font-size: 30px;
  text-align: center;
  text-transform: none;
  border-bottom: 2px solid rgb(216, 216, 216);
}

.form-contact .fieldsets {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

.form-contact .fieldsets > div {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 50%;
  border: 16px solid transparent;
}

.form-contact fieldset {
  margin: 0 0 16px 0;
}

.form-contact fieldset:last-child {
  margin-bottom: 0;
}

.form-contact fieldset label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.form-contact input[type="text"],
.form-contact textarea {
  display: block;
  margin: 0;
  padding: 4px;
  width: 100%;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  border: 2px solid rgb(216, 216, 216);
}

.form-contact input[type="text"] {
  height: 32px;
  line-height: 32px;
}

.form-contact textarea {
  height: 168px;
}

.form-contact fieldset.submit {
  display: block;
  padding: 16px 0;
  text-align: right;
}

.form-contact fieldset input[type="submit"] {
  display: inline-block;
  padding: 8px 24px;
  color: rgb(255, 255, 255);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow:
      0   0   3px #2871A0,
    -1px -1px 0   #2871A0,
     1px -1px 0   #2871A0,
    -1px  1px 0   #2871A0,
     1px  1px 0   #2871A0;
  background: linear-gradient(to bottom, #8CCAE0, transparent);
  background-color: #2871A0;
  border: 2px solid rgb(216, 216, 216);
  border-radius: 4px;
  box-shadow:
    inset 0 -1px 1px rgba(0, 0, 0, 0.5),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.form-contact fieldset input[type="submit"]:active {
  padding: 9px 23px 7px 25px;
  box-shadow:
    inset 0 -1px 1px rgba(0, 0, 0, 0.5),
    inset 0 1px 1px rgba(0, 0, 0, 0.8);
}

.form-contact fieldset input[type="submit"]:disabled {
  opacity: 0.6;
}

.form-contact .messages {
  margin: 0 0 16px 0;
  padding: 24px;
  list-style: none;
  background-color: rgb(248, 248, 248);
  border: 2px solid rgb(216, 216, 216);
}

.form-contact .messages li {
  margin-bottom: 4px;
  padding-left: 24px;
  line-height: 20px;
  background-image: url('/images/icon_normal.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.form-contact .messages li:last-child {
  margin-bottom: 0;
}

.form-contact .messages li.error    { color: rgb(200, 32, 32); background-image: url('/images/icon_error.png'); }
.form-contact .messages li.success  { color: rgb(32, 184, 32); background-image: url('/images/icon_success.png'); }



.boxes.games {
  margin: 0 -8px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.boxes.games > div {
  display: -webkit-flex;
  display: flex;
  /* margin-bottom: 16px; */
  padding: 0 8px 16px 8px;
  width: calc(100% / 3);
  min-width: 320px;
  max-width: 356px;
  min-height: 100%;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.game {
  position: relative;
  overflow: hidden;
}

.game .image {
  width: 100%;
}

.game .icon {
  position: absolute; top: 100%; right: 8px; z-index: 16;
  margin-top: -80px;
  width: 64px;
  height: 64px;

  transition: top 0.8s, margin 0.8s;
}

.game .content {
  position: absolute; top: 40px; bottom: 48px; left: 0;
  padding: 16px 16px 0 16px;
  width: 100%;
  opacity: 0.0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: top 0.8s, opacity 0.8s;
}

.game .content p {
  font-size: 14px;
}

.game .footer {
  position: absolute; right: 0; bottom: 0; left: 0;
  padding: 8px 16px;
  width: 100%;
  min-height: 48px;
  background: rgba(0, 0, 0, 0.8);
}

.game .footer h4 {
  position: relative;
  left: 0;
  opacity: 1.0;
  transition: opacity 0.4s, left 0.4s;
}

.game .choices {
  left: -100%;
  background: none;
  transition: left 0.4s;
}

.game .choices li:first-child ~ li {
  margin-left: 8px;
  padding-left: 8px;
  background: none;
}

.game:hover .content {
  top: 40px;
  opacity: 1.0;
}

.game:hover .icon {
  top: 8px;
  margin-top: 0;
}

.game:hover .footer h4 {
  left: 100%;
  opacity: 0.0;
}

.game:hover .footer .choices {
  left: 0;
}

.boxes.games .ad {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-color: rgba(0, 0, 0, 0.8);
}

.boxes.games .ad .code,
.boxes.modules .ad {
  position: absolute; top: 50%; left: 50%;
  margin: -125px 0 0 -150px;
  width: 300px;
  height: 250px;
}


.games iframe.crimescene {
  margin: 0 auto;
  width: 760px;
  border: 0;
}

@media (max-width: 775px) {

  .games iframe.crimescene {
    display: none;
  }

  .games div.crimescene:after {
    content: 'Your browser does not support this game.';
    display: block;
    margin: 0 auto;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.8);
  }

}




.module {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
}

.module .content {
  position: absolute; top: auto; bottom: 0;
  padding: 16px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.0;

  transition: opacity 0.4s;
}

.module .content.initial {
  opacity: 1.0;
}

.module h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
}

.module p,
.module time {
  font-size: 12px;
}

.module p {
  margin: 4px 0;
  padding-right: 48px;
  font-size: 11px;
}

.module .continue {
  opacity: 0.0;
  transition: opacity 0.4s;
}

.module .continue img {
  position: absolute; bottom: 20px; right: -32px;
  width: 32px;
  height: 32px;

  transition: right 0.4s;
}

.module .image {
  width: 100%;
}

.module .icon {
  position: absolute; top: 100%; right: 8px; z-index: 16;
  margin-top: -80px;
  width: 64px;
  height: 64px;
}

.mntv-standard .module:hover .content,
.mntv-standard .module:hover .continue {
  opacity: 1.0;
}

.mntv-standard .module:hover .continue img {
  right: 24px;
}

.mntv-standard .module:hover .content.initial {
  opacity: 0.0;
}


.modules .mntv-twitter,
.modules .mntv-extras {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 266px;
}

.modules .mntv-twitter .module,
.modules .mntv-extras .module {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
  -webkit-flex: 1 1 auto;
  flex-direction: column;
  flex: 1 1 auto;
}

.modules .module .module-iframe-helper {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}

.modules .mntv-twitter iframe,
.modules .mntv-extras iframe {
  height: 100%;
}

.modules .mntv-twitter .module-iframe-helper {
  bottom: 48px;
}

.modules .mntv-twitter .module-liking {
  position: absolute; right: 0; bottom: 0; left: 0;
  height: 48px;
  background: linear-gradient(to left, #135786, #3998C3);
}

.modules .mntv-twitter .module-liking > div {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  height: 48px;
  line-height: 48px;
}

.modules .mntv-twitter .module-liking iframe {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
}

.modules .mntv-twitter .module-liking > div.module-liking-facebook {
  width: 104px;
  background-color: #3B3B3B;
  border-right: 1px solid #FFFFFF;
}

.modules .mntv-twitter .module-liking > div.module-liking-twitter {
  position: absolute; top: 0; right: 0; bottom: 0; left: 104px;
}

.modules .mntv-ad {
  min-width: 316px;
  min-height: 266px;
}

.modules .mntv-ad .module {
  height: 100%;
  min-height: 250px;
}



.closer {
  display: block;
  position: absolute; top: 8px; right: 8px;
  width: 32px;
  height: 32px;
  color: #AAAAAA;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #AAAAAA;
  border-radius: 16px;
  cursor: pointer;
  transform: rotate(45deg);
}

body:not(.size-phone):not(.size-tablet) .closer:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.override {
  position: fixed; right: 0; bottom: 0; left: 0;
  padding: 8px;
  color: #000000;
  background: rgba(216, 164, 32, 0.6);
}

.override h2 {
  text-transform: none;
}


/**
 *
 *  IE11
 *
**/

_:-ms-fullscreen, :root article.expandable .html {
  position: static;
}

_:-ms-fullscreen, :root .site-action-item.more {
  display: none;
}

