@font-face {
  font-family: 'Letter Gothic Std';
  font-weight: normal;
  font-style: normal;
  src: url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Standard.eot');
  src: url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Standard.eot?#iefix') format('embedded-opentype'), url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Standard.woff') format('woff'), url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Standard.ttf') format('truetype'), url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Standard.svgrgba(146, 227, 244, 0.98824)-76e2-4a1a-bd31-459a2666bf57') format('svg');
}
@font-face {
  font-family: 'Letter Gothic Std';
  font-weight: bold;
  font-style: normal;
  src: url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Bold.eot');
  src: url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Bold.eot?#iefix') format('embedded-opentype'), url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Bold.woff') format('woff'), url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Bold.ttf') format('truetype'), url('https://z.cdn.turner.com/adultswim/big/fonts/LetterGothic-Bold.svgrgba(88, 192, 153, 0.61961)-233d-48ed-80ad-6e67189e774e') format('svg');
}
/*==============================
=            Easing            =
==============================*/
.Archive__root_3s9gk {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .Archive__root_3s9gk {
    padding-bottom: 0;
  }
}
.Archive__archive-list_3xklC {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000000;
}
.dark-mode .Archive__archive-list_3xklC {
  border-bottom-color: #666666;
}
.Archive__archive-episode_tmdna {
  border-bottom: 1px solid #9d9d9d;
  cursor: pointer;
  display: block;
  padding: 1em 0;
  position: relative;
}
.dark-mode .Archive__archive-episode_tmdna {
  border-bottom-color: #4d4d4d;
}
.Archive__archive-episode_tmdna:first-child {
  padding-top: 0;
}
.Archive__archive-episode_tmdna:last-child {
  border-bottom: none;
}
.Archive__archive-episode_tmdna > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Archive__archive-episode_tmdna > a:hover .Archive__archive-episode-title_3s5Ni {
  color: #CE312D;
}
.Archive__archive-episode_tmdna > a > span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Archive__archive-episode_tmdna > a.Archive__selected_UPeVI img {
  border-left-color: #333333;
}
.dark-mode .Archive__archive-episode_tmdna > a.Archive__selected_UPeVI img {
  border-left-color: #acacac;
}
.Archive__archive-episode-thumb_x8QbP {
  border-left: 3px solid transparent;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: -7px;
  margin-right: 0.85em;
  padding-left: 4px;
  max-width: 100%;
  width: 113px;
  height: 64px;
}
.Archive__archive-episode-title_3s5Ni {
  color: #333333;
  font-size: 1.16666667em;
  font-weight: bold;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.dark-mode .Archive__archive-episode-title_3s5Ni {
  color: #acacac;
}
.Archive__archive-episode-description_2crkP {
  color: #666666;
  font-family: sans-serif;
  line-height: 1.25;
  margin-bottom: 0;
}
.Archive__archive-stream-description_2KUL8 {
  color: #000000;
  font-family: 'Letter Gothic Std', sans-serif;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.Archive__archive-stream-description_2KUL8 .Archive__telephone_1tIFD a,
.Archive__archive-stream-description_2KUL8 .Archive__email_1xMT6 a {
  color: #000000;
}
.dark-mode .Archive__archive-stream-description_2KUL8 {
  color: #666666;
}
.dark-mode .Archive__archive-stream-description_2KUL8 .Archive__telephone_1tIFD a,
.dark-mode .Archive__archive-stream-description_2KUL8 .Archive__email_1xMT6 a {
  color: #666666;
}
.Archive__archive-sponsor_3KKoR {
  margin-bottom: 1.5em;
}
.Archive__archive-sponsor_3KKoR img {
  max-width: 100%;
}

/*==============================
=            Easing            =
==============================*/
.Chat__root_13G2C {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .Chat__root_13G2C {
    display: block;
  }
}

/*==============================
=            Easing            =
==============================*/
.ChatCollapseButton__root_ulKk0 {
  background: #ffffff;
  padding: 6px 9px;
  border-radius: 3px 0 0 3px;
  width: 8px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 23px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: none;
}
@media (min-width: 1025px) {
  .ChatCollapseButton__root_ulKk0 {
    display: block;
  }
}
.ChatCollapseButton__root_ulKk0:hover {
  -webkit-transform: translateX(-100%) scale(1.2);
          transform: translateX(-100%) scale(1.2);
}
.ChatCollapseButton__root_ulKk0 svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.ChatCollapseButton__root_ulKk0.ChatCollapseButton__collapsed_1JVhm svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.dark-mode .ChatCollapseButton__root_ulKk0 {
  background: #171717;
}
.dark-mode .ChatCollapseButton__root_ulKk0 polygon {
  fill: #ffffff;
}

/*==============================
=            Easing            =
==============================*/
.Sidebar__root_1bklL {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  .Sidebar__root_1bklL {
    margin-top: 0;
    margin-right: 20px;
    text-align: left;
  }
}


/*# sourceMappingURL=5.1450c2bc93759ece3f79.css.map*/