<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://adultswim.com/music/dabrye/fonts/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
acronym,
address,
big,
cite,
em,
img,
small,
strong,
sub,
sup,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow: auto;
}
body {
  color: #ffffff;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin: 0 auto;
  opacity: 0;
}
input {
  color: #646464;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 11pt;
  font-weight: 400;
  line-height: 1.75;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#global-nav {
  background-color: transparent;
  width: 100%;
  border-bottom: initial;
}
#global-nav .asnav-logo &gt; a {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
#global-nav .asnav-content__links &gt; li &gt; a {
  color: #000!important;
  font-weight: 900;
}
footer {
  position: relative;
  /*bottom: 0;
    right: 0;
    width: 100%;*/
}
#global-as-footer {
  background: transparent;
}
#global-as-footer ul li a {
  color: #000000!important;
}
#global-nav .asnav-control__handle .asnav-control__open-svg path {
  fill: #000 !important;
}
#adultswim-info,
#tbs-info,
#adultswim-info a,
#tbs-info a {
  color: #000000 !important;
}
body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
body.is-loading-0 .panel {
  opacity: 0;
}
body.is-loading-0 .panel &gt; #slider {
  -moz-transform: translateX(4em);
  -webkit-transform: translateX(4em);
  -ms-transform: translateX(4em);
  transform: translateX(4em);
}
body.is-loading-0 .panel &gt; .content {
  -moz-transform: translateX(-4em);
  -webkit-transform: translateX(-4em);
  -ms-transform: translateX(-4em);
  transform: translateX(-4em);
}
body.is-loading-1 .panel {
  -moz-transition: opacity 2s ease, -moz-transform 0.5s ease;
  -webkit-transition: opacity 2s ease, -webkit-transform 0.5s ease;
  -ms-transition: opacity 2s ease, -ms-transform 0.5s ease;
  transition: opacity 2s ease, -webkit-transform 0.5s ease;
  transition: opacity 2s ease, transform 0.5s ease;
  transition: opacity 2s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
body.is-loading-1 .panel &gt; #slider {
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
body.is-loading-1 .panel &gt; .content {
  -moz-transition: -moz-transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  -ms-transition: -ms-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
#wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  padding: 3em 2em 0;
  width: 100%;
  max-width: 1380px;
  min-width: 1180px;
  margin: 0 auto 5em;
}
.panel {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 100%;
  text-align: center;
}
.panel &gt; .content {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-transition: -ms-all 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 2.5em;
  width: 50%;
  height: 659px;
  position: relative;
}
.panel &gt; .image.right {
  position: relative;
  width: 50%;
  height: 659px;
}
.inactive {
  pointer-events: none !important;
}
.image.right &gt; .album-logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 659px;
}
#album img {
  position: absolute;
  left: 0px;
}
canvas {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.image.right &gt; img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  height: 659px;
  -o-object-fit: cover;
     object-fit: cover;
}
.player-section {
  /*margin: 80px 0;*/
  -ms-transition: -ms-all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  position: relative;
  padding: 1.25em;
  background: url("https://i.cdn.turner.com/adultswim/big/img/2017/10/25/player-bg.png");
}
.player-section.active-share {
  -webkit-transform: translate(0%, -1%);
          transform: translate(0%, -1%);
}
.player-section .track-container {
  padding: 0 1em;
}
.player-section .track-container.mobile {
  padding: 0;
}
.player-section .track-container h3 {
  font-size: 20px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 1px;
}
.player-section .song-container h4 {
  font-size: 18px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  font-style: italic;
}
.controller-section {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  margin: 28px 0 16px;
}
svg#Player_Controls {
  width: 354px;
  height: 27px;
}
.controller-section svg #share-button,
.controller-section svg #back-button,
.controller-section svg #play-button,
.controller-section svg #pause-button,
.controller-section svg #forward-button,
.controller-section svg #tracks-button,
.controller-section svg #share-noactive,
.controller-section svg #tracks-noactive {
  cursor: pointer;
}
.controller-section svg #share-button:hover .share-button-hover {
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  transition: opacity 0.3s ease-out, visibility 0.25s ease-in;
  visibility: visible;
  opacity: 1;
}
.controller-section svg #share-button:hover .share-button {
  opacity: 0;
}
.share-button-hover {
  visibility: hidden;
  opacity: 0;
}
.share-noactive {
  display: none;
}
.controller-section svg #back-button:hover .back-button-hover {
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  transition: opacity 0.3s ease-out, visibility 0.25s ease-in;
  visibility: visible;
  opacity: 1;
}
.back-button-hover {
  visibility: hidden;
  opacity: 0;
}
.controller-section svg #play-button:hover .play-button-hover {
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  transition: opacity 0.3s ease-out, visibility 0.25s ease-in;
  visibility: visible;
  opacity: 1;
}
.play-button-hover {
  visibility: hidden;
  opacity: 0;
}
.controller-section svg #pause-button:hover .pause-button-hover {
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  transition: opacity 0.3s ease-out, visibility 0.25s ease-in;
  visibility: visible;
  opacity: 1;
}
.pause-button-hover {
  visibility: hidden;
  opacity: 0;
}
.controller-section svg #forward-button:hover .forward-button-hover {
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  transition: opacity 0.3s ease-out, visibility 0.25s ease-in;
  visibility: visible;
  opacity: 1;
}
.forward-button-hover {
  visibility: hidden;
  opacity: 0;
}
.controller-section svg #tracks-button:hover .tracks-button-hover {
  -o-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-in;
  transition: opacity 0.3s ease-out, visibility 0.25s ease-in;
  visibility: visible;
  opacity: 1;
}
.controller-section svg #tracks-button:hover .tracks-button-normal {
  opacity: 0;
}
.tracks-button-hover {
  visibility: hidden;
  opacity: 0;
}
.tracks-noactive {
  display: none;
}
.progress-section {
  line-height: 1;
}
.progress-section &gt; * {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #9f9f9f;
  display: inline-block;
  letter-spacing: 0.1em;
}
.progress-section .progress-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0.2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  vertical-align: middle;
}
.progress-section .progress-bar {
  vertical-align: middle;
  margin: 0 auto;
  width: 360px;
  cursor: pointer;
}
.progress-section .progress-bar {
  background: #000000;
}
.progress-section .progress {
  height: 4.5px;
  border-radius: 0px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, #9f9f9f;
  -moz-transition-property: width, #9f9f9f;
  -o-transition-property: width, #9f9f9f;
  transition-property: width, #9f9f9f;
  width: 0%;
  background-color: #9f9f9f;
}
.progress-section .progress-counter,
.progress-section .progress-time {
  font-size: 8pt;
  vertical-align: middle;
  line-height: 1;
}
.share-container {
  margin-top: 1px;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
}
.share-container.active {
  display: block;
}
.share-overlay {
  background: url("https://i.cdn.turner.com/adultswim/big/img/2017/10/25/player-bg.png");
  padding: 0;
}
.divider {
  position: absolute;
  top: 10%;
  bottom: 10%;
  border-left: 1px solid #ffffff;
}
.share-container .close-section {
  text-align: right;
  padding: 0.5em 0.5em 0;
  height: 10px;
}
.share-container .close-section #colapse-button {
  cursor: pointer;
}
.share-container .close-section #colapse-button {
  cursor: pointer;
}
.share-container .close-section #colapse-button:hover .share-close {
  -o-transition: color 0.2s ease-out, fill 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, fill 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, fill 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, fill 0.2s ease-in;
  transition: color 0.3s ease-out, fill 0.25s ease-in;
  fill: #9a9898;
}
.track-overlay .track-container {
  position: absolute;
  height: 100%;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.share-overlay .content-row {
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.share-overlay .content-row &gt; * {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.share-overlay .content-row:after,
.row:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.share-overlay .content-row.track-info {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  margin: 0em auto 1em;
}
.track-info .track-number {
  font-size: 30px;
  line-height: 1.75;
}
.track-info .track-artist {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
}
.track-info .track-name {
  font-size: 15px;
  text-transform: initial;
  letter-spacing: 1px;
  font-weight: normal;
}
.share-overlay .share-container-section {
  margin: 1.5em 0 0em;
}
.share-overlay .content-row.share-section {
  text-align: center;
  padding: 0 1em;
}
.share-section .share-title {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#mobile .share-section .share-title {
  color: #ffffff;
}
.share-section .share-content {
  position: relative;
  height: 50px;
  display: block;
}
.share-section .share-content &gt; * {
  height: 22px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}
.share-section .share-content .divider {
  position: relative;
  height: 15px;
  width: 1px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: text-top;
}
.share-section .share-content .fb-container {
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/fb-logo.png') no-repeat center center;
  background-size: contain;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.share-section .share-content .fb-container:hover {
  -o-transition: background 0.125s ease-in;
  -ms-transition: background 0.125s ease-in;
  -moz-transition: background 0.125s ease-in;
  -webkit-transition: background 0.125s ease-in;
  transition: background 0.125s ease-in;
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/fb-logo-hover.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.share-section .share-content .tw-container {
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/tw-logo.png') no-repeat center center;
  background-size: contain;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.share-section .share-content .tw-container:hover {
  -o-transition: background 0.125s ease-in;
  -ms-transition: background 0.125s ease-in;
  -moz-transition: background 0.125s ease-in;
  -webkit-transition: background 0.125s ease-in;
  transition: background 0.125s ease-in;
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/tw-logo-hover.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.share-section .share-content .tb-container {
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/tb-logo.png') no-repeat center center;
  background-size: contain;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.share-section .share-content .tb-container:hover {
  -o-transition: background 0.125s ease-in;
  -ms-transition: background 0.125s ease-in;
  -moz-transition: background 0.125s ease-in;
  -webkit-transition: background 0.125s ease-in;
  transition: background 0.125s ease-in;
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/tb-logo-hover.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.share-section .share-content .gp-container {
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/gp-logo.png') no-repeat center center;
  background-size: contain;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.share-section .share-content .gp-container:hover {
  -o-transition: background 0.125s ease-in;
  -ms-transition: background 0.125s ease-in;
  -moz-transition: background 0.125s ease-in;
  -webkit-transition: background 0.125s ease-in;
  transition: background 0.125s ease-in;
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/gp-logo-hover.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.share-section .share-content .mail-container {
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/mail-logo.png') no-repeat center center;
  background-size: contain;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.share-section .share-content .mail-container:hover {
  -o-transition: background 0.125s ease-in;
  -ms-transition: background 0.125s ease-in;
  -moz-transition: background 0.125s ease-in;
  -webkit-transition: background 0.125s ease-in;
  transition: background 0.125s ease-in;
  background: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/26/mail-logo-hover.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.share-overlay .content-row.embed-section {
  text-align: center;
  padding: 0em 1em 1em;
}
.embed-section .embed-title {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#mobile .embed-section .embed-title {
  color: #ffffff;
}
#mobile .share-section .share-title {
  color: #ffffff;
}
#mobile .fade-out {
  -webkit-animation: fade-out 0.5s ease-out forwards;
          animation: fade-out 0.5s ease-out forwards;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  opacity: 1;
}
.embed-section .embed-field {
  margin-bottom: 10px;
}
.embed-section .embed-field &gt; input {
  width: calc(100%);
  height: 25px;
  border-width: 1px;
  border-style: solid;
  font-size: 11px;
  font-family: "Arial";
  padding: 0px 5px;
  text-align: center;
  color: #373737;
}
.embed-section .embed-button &gt; .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  background-color: transparent;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
  color: #cacaca !important;
  cursor: pointer;
  display: inline-block;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 0.6em;
  font-weight: 800;
  height: 3.25em;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 3px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.embed-section .embed-button &gt; .button.copy {
  background-color: #0099a4;
  box-shadow: none;
  color: #eeeeee !important;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.embed-section .embed-button &gt; .button.copied {
  background-color: #f8059d;
  box-shadow: none;
  color: #e5e5e5 !important;
}
.embed-section .embed-button &gt; .button.error {
  background-color: #0099a4;
  box-shadow: none;
  color: #e5e5e5 !important;
}
.embed-section .embed-button &gt; .button.copy:hover {
  background-color: #02bac7;
  box-shadow: none;
  color: #ffffff !important;
}
.embed-section .embed-button &gt; .button.copy:hover:active {
  background-color: #f40a8f;
  box-shadow: none;
  color: #d4d4d4 !important;
}
.tracks-section {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2017/10/25/tracklist%20bkg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tracks-section.active {
  display: block;
}
.tracks-section .tracks-container {
  -webkit-animation: fade-in 0.5s ease forwards;
          animation: fade-in 0.5s ease forwards;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  position: relative;
}
.tracks-section .tracks-container .close-section {
  text-align: right;
  padding: 0.5em 0.5em 0;
}
.tracks-section .tracks-container .close-section #colapse-button {
  cursor: pointer;
}
.tracks-section .tracks-container .close-section #colapse-button:hover .tracks-close {
  -o-transition: color 0.2s ease-out, fill 0.2s ease-in;
  -ms-transition: color 0.2s ease-out, fill 0.2s ease-in;
  -moz-transition: color 0.2s ease-out, fill 0.2s ease-in;
  -webkit-transition: color 0.2s ease-out, fill 0.2s ease-in;
  transition: color 0.3s ease-out, fill 0.25s ease-in;
  fill: #9c9b9b;
}
.tracks-container .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0em 1em 0.5em;
}
.tracks-container .content-row table {
  width: 100%;
}
.tracks-container .content-row table td {
  border: 1px solid black;
  border-collapse: collapse;
  border-right: none;
  text-align: left;
  position: relative;
  padding: 2px 0;
}
.tracks-container .content-row table tr {
  color: #000000;
}
.tracks-container .content-row table tr.available:hover {
  cursor: pointer;
  color: #9c9b9b;
}
.tracks-container .content-row table tr.available.active {
  color: #9c9b9b;
}
.tracks-container .content-row table tr:first-child td {
  border-top: none;
}
.tracks-container .content-row table tr:first-child td:before {
  display: block;
  content: '';
  border-top: 1px solid black;
  position: absolute;
  bottom: 0;
  width: 85%;
  height: 100%;
}
.tracks-container .content-row table td &gt; * {
  display: inline-block;
  padding: 0.25em 1.25em;
}
.tracks-container .content-row table td &gt; .number {
  font-style: italic;
  font-weight: bold;
}
.tracks-container .content-row table tr.available td &gt; .track {
  padding: 0.25em;
}
.tracks-container .content-row table tr.available td &gt; .track h3 {
  text-transform: uppercase;
}
.tracks-container .content-row table tr.available td &gt; .artist {
  padding: 0.25em;
}
.tracks-container .content-row table tr.available td &gt; .artist {
  font-style: italic;
}
.tracks-container .content-row table td &gt; .unavailable {
  background: #000000;
  height: 100%;
  padding: 0.7em;
  vertical-align: middle;
}
.bottom-logo-container {
  margin-top: 15px;
  position: relative;
}
.bottom-logo-container .ghostly-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
#mobile {
  visibility: hidden;
  position: relative;
  display: none;
  height: 60%;
  overflow: hidden;
}
#mobile-header .player-section {
  margin: 0.5em 0;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: 0;
  padding: 0.5em;
}
#mobile-header .bottom-logo-container {
  margin-top: 15px;
}
#mobile-header .bottom-logo-container .ghostly-logo {
  bottom: initial;
}
#mobile-header .bottom-logo-container img.dabrye-logo {
  width: 70px;
}
#mobile .panel {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-transform: translateY(-100vh);
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
  padding: 0.5em;
  bottom: auto;
  top: 0;
  -webkit-animation: controller-fade 1.2s ease forwards;
          animation: controller-fade 1.2s ease forwards;
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  bottom: 0em;
  left: 0;
  height: 100%;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  z-index: 400;
}
#mobile .share-overlay {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-transition: -ms-all 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 1em;
  width: 100%;
  background: transparent;
  position: relative;
  height: 100%;
  overflow-y: scroll;
}
#mobile .share-container {
  padding: 0;
  width: calc(99%);
  text-align: center;
  margin: 0 auto;
  top: 0.5em;
  left: 0;
  right: 0;
  max-height: 100%;
  opacity: 1;
  background-image: url(https://i.cdn.turner.com/adultswim/big/img/2017/10/26/dabrye-share_1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#099b9e', endColorstr='#fac70f', GradientType=1);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  display: none;
}
#mobile .tracks-container {
  display: inline-table;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-transition: -ms-all 0.5s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  background: transparent;
  position: relative;
}
#mobile .tracks-section {
  padding: 0;
  width: calc(99%);
  text-align: center;
  margin: 0 auto;
  top: 0.5em;
  left: 0;
  right: 0;
  max-height: 100%;
  background-image: url(https://i.cdn.turner.com/adultswim/big/img/2017/10/25/tracklist%20bkg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
  overflow-y: scroll;
  display: none;
}
#mobile .tracks-section.active {
  display: block;
}
#mobile .tracks-section.fade-out {
  -webkit-animation: fade-out 0.5s ease-out forwards;
          animation: fade-out 0.5s ease-out forwards;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  opacity: 1;
}
#mobile .tracks-container .content-row {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-animation: fade-in 0.6s ease-out forwards;
          animation: fade-in 0.6s ease-out forwards;
  -ms-transition: -ms-all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  padding: 1em;
}
#mobile .tracks-container .close-section {
  position: absolute;
  top: 0px;
  right: 4px;
  z-index: 2000;
}
#mobile .tracks-container article:hover .info {
  color: #f0633a;
}
#mobile .tracks-container article:hover .track {
  color: #f0633a;
}
#mobile .tracks-container article.active .info {
  color: #f0633a;
}
#mobile .tracks-container article.active .track {
  color: #f0633a;
}
#mobile .share-container.active {
  display: block;
}
#mobile .share-container.fade-out {
  -webkit-animation: fade-out 0.5s ease-out forwards;
          animation: fade-out 0.5s ease-out forwards;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  opacity: 1;
}
#mobile .share-overlay .content-row.share-section {
  padding: 0;
}
#mobile .share-container .close-section {
  position: absolute;
  top: 0px;
  right: 0px;
}
#mobile-header {
  position: absolute;
  overflow: hidden;
  -webkit-animation: controller-fade 1.2s ease forwards;
          animation: controller-fade 1.2s ease forwards;
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: transparent;
  bottom: 0px;
  line-height: 4em;
  padding: 0 0.75em;
  position: fixed;
  user-select: none;
  width: 100%;
  z-index: 500;
  text-align: center;
  display: none;
  overflow-y: scroll;
}
@-webkit-keyframes controller-fade {
  100% {
    -moz-transform: translateY(0em);
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
  }
}
@keyframes controller-fade {
  100% {
    -moz-transform: translateY(0em);
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
  }
}
body.loading #mobile #header {
  -moz-transform: translateY(4em);
  -webkit-transform: translateY(4em);
  -ms-transform: translateY(4em);
  transform: translateY(4em);
}
#mobile .poster-section {
  position: relative;
  display: block;
  width: 359px;
  height: 359px;
  opacity: 1;
}
#mobile .poster-section.active {
  -webkit-animation: fade-in 0.5s ease-out forwards;
          animation: fade-in 0.5s ease-out forwards;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}
#mobile .poster-section img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  width: 100%;
}
#mobile-header .controller-section {
  margin: 0.5em 0;
  padding: 0 2.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.player-section .track-container.mobile h3 {
  font-size: 13px;
}
.player-section .song-container.mobile h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0px;
}
.share-overlay {
  -webkit-animation: fade-in 0.5s ease-out forwards;
          animation: fade-in 0.5s ease-out forwards;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}
@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.mobile-loader {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f0633b;
  padding: 4em 0 2em;
  z-index: 800;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.mobile-loader.fade-out {
  -webkit-animation: fade-out 0.5s ease-out forwards;
          animation: fade-out 0.5s ease-out forwards;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
  opacity: 1;
}
.mobile-loader .poster-section {
  width: calc(70%);
  margin: 0 auto;
  display: block;
}
.mobile-loader .poster-section img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  width: 100%;
}
.mobile-loader .content-section {
  margin: 1em auto 0em;
}
.mobile-loader .track-container {
  margin: 0;
}
.mobile-loader .track-container h3 {
  font-size: 15px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}
.mobile-loader .song-container {
  margin: 0 1em;
  margin-bottom: 1em;
}
.mobile-loader .song-container h4 {
  font-size: 12px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0px;
}
.mobile-loader .content-section {
  display: block;
}
.mobile-loader .player-section {
  margin-bottom: 2em;
  display: block;
}
@-webkit-keyframes fade-out {
  100% {
    opacity: 0;
    -webkit-transform: translateY(5em);
            transform: translateY(5em);
  }
}
@keyframes fade-out {
  100% {
    opacity: 0;
    -webkit-transform: translateY(5em);
            transform: translateY(5em);
  }
}
.turnDeviceNotification {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 232333;
}
.turnDeviceNotification {
  background-image: url('https://i.cdn.turner.com/adultswim/big/img/2017/09/24/turnDevice.png');
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1180px) {
  body.is-loading-0 .panel {
    -moz-transform: translateZ(-2em);
    -webkit-transform: translateZ(-2em);
    -ms-transform: translateZ(-2em);
    transform: translateZ(-2em);
  }
  body.is-loading-0 .panel &gt; #slider {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body.is-loading-0 .panel &gt; .content {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #mobile {
    visibility: visible;
  }
  #mobile .panel {
    position: relative;
  }
  #mobile .share-container {
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  #global-nav .asnav-logo &gt; a {
    background-image: none;
    -webkit-filter: none;
            filter: none;
  }
}
@media screen and (max-width: 430px) {
  .progress-section .progress-container {
    width: 240px;
  }
  .progress-section .progress-bar {
    width: 240px;
  }
}
@media screen and (max-width: 360px) {
  .progress-section .progress-container {
    width: 230px;
  }
  .progress-section .progress-bar {
    width: 230px;
  }
}
@media screen and (max-width: 320px) {
  .progress-section .progress-container {
    width: 200px;
  }
  .progress-section .progress-bar {
    width: 200px;
  }
}
</pre></body></html>