/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
/**
 * @file
 * Utility classes to hide elements in different ways.
 */
/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be collapsible details that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

/**
 * The .focusable class extends the .visually-hidden class to allow
 * the element to be focusable when navigated to via the keyboard.
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
}

/**
 * Hide visually and from screen readers, but maintain layout.
 */
.invisible {
  visibility: hidden;
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
#main-wrapper,
#page,
#page-wrapper,
body,
html {
  font-family: "Lato", sans-serif;
  background: #212121;
  color: #ffffff;
  font-size: 100%;
}

body {
  background: transparent;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0;
}

h1, .h1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: "Lato", sans-serif;
}

h2, .h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-family: "Lato", sans-serif;
}

h3, .h3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: "Lato", sans-serif;
}

h4, .h4 {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

p,
ul {
  font-size: 9.5px;
  font-size: 0.95rem;
  line-height: 1.5em;
  margin-bottom: 22px;
}

.bold {
  font-family: "Lato", sans-serif;
}

.no-scroll {
  overflow: hidden;
}

#page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

#page-wrapper .layout-main {
  margin-top: 20px;
  margin-bottom: 40px;
}

.watch__main-wrapper {
  margin-top: 90px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 62em) {
  .watch__main-wrapper {
    margin-top: 108px;
  }
}

.watch__container {
  margin: 0;
}

.watch__section {
  position: relative;
  margin: 0 15px;
}

.watch__list {
  list-style: disc;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 10px;
}

.watch__list__item p {
  margin-bottom: 0;
  margin-left: -5px;
}

.watch-button {
  background: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease;
  overflow: hidden;
}

.watch-button:hover {
  background: #05c6de;
  border: 1px solid #05c6de;
  color: #000000;
  text-decoration: none;
}

.watch-button--small, .watch-button--medium, .watch-button--large {
  width: auto;
  height: 23px;
  padding: 2px 12px;
  font-size: 16px;
  font-size: smaller;
  border: 1px solid #666666;
}

.watch-button--small
.watch-button--small.view {
  height: auto;
  line-height: 23px;
  font-size: smaller;
  padding: 0 8px;
}

.watch-button--more-text, .watch-button--small.more {
  font-size: smaller;
  padding: 0 12px;
}

.watch-button--medium {
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 17px;
}

.watch-button--large {
  width: 270px;
  height: 44px;
  font-size: 18px;
}

.watch-button--scalable {
  width: 100%;
  height: 30px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 30px;
  vertical-align: top;
  padding: 1px 20px;
}

@media only screen and (min-width: 75em) {
  .watch-button--scalable {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.watch-button--inverse {
  border: 1px solid #adadad;
  color: #000000;
}

.watch-button--cancel {
  background: #ff3333;
  border: 1px solid #ff3333;
}

.watch-button--cancel:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #ff3333;
}

.watch-dropdown {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  text-align: left;
  height: 30px;
  outline: 1px solid #666666;
  outline-width: 0 1px 0 1px;
  outline-offset: -1px;
}

.watch-dropdown__selected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  padding: 1px 18px 0px 23px;
  color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 27px;
  vertical-align: middle;
  cursor: pointer;
}

.watch-dropdown__selected .icon-angle-down {
  color: #999999;
  font-size: 15px;
  font-size: 1.5rem;
  position: absolute;
  right: 18px;
  top: 3px;
}

.watch-dropdown__options {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  color: #000000;
  background: #ffffff;
  list-style: none;
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  z-index: 1;
  border: 1px solid #666666;
  border-width: 0 1px 1px 1px;
  max-height: 339px;
  overflow-y: auto;
  cursor: pointer;
}

.watch-dropdown__options__item {
  padding-left: 23px;
  padding-top: 6px;
  height: 32px;
  transition: all 0.3s ease;
  vertical-align: middle;
}

.watch-dropdown__options__item:hover {
  background: #05c6de;
}

.watch-dropdown__options__item:first-child:hover .watch-dropdown {
  background: #05c6de;
}

.watch-dropdown__options__item.selected {
  display: none;
}

.watch-dropdown.open {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.watch-dropdown.open > .watch-dropdown__options {
  display: block;
}

.watch-dropdown.open > .watch-dropdown__selected {
  border: 2px solid #05c6de;
  padding: 1px 16px 0px 21px;
}

.watch-dropdown.open > .watch-dropdown__selected .icon-angle-down {
  top: 1px;
  right: 16px;
}

.watch-dropdown.inactive {
  opacity: .05;
}

.watch-dropdown.inactive .watch-dropdown__selected {
  cursor: default;
}

@media only screen and (min-width: 36em) {
  .watch-dropdown__options {
    max-height: none;
  }
}

@media only screen and (min-width: 75em) {
  .watch-dropdown {
    height: 40px;
    line-height: 35px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .watch-dropdown__selected {
    padding: 3px 18px 0px 23px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 35px;
  }
  .watch-dropdown__selected .icon-angle-down {
    font-size: 17px;
    font-size: 1.7rem;
    top: 6px;
  }
  .watch-dropdown__options {
    top: 40px;
    font-size: 10.5px;
    font-size: 1.05rem;
  }
  .watch-dropdown__options__item {
    padding-top: 7px;
    height: 35px;
  }
  .watch-dropdown.open > .watch-dropdown__selected .icon-angle-down {
    top: 4px;
  }
}

.watch-input {
  border: 2px solid #05c6de;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  height: 30px;
}

@media only screen and (min-width: 48em) {
  .watch-input {
    height: 40px;
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

.hr--gray,
.hr--light-gray,
.hr--gray-dotted {
  display: block;
  height: 0px;
  max-width: 1170px;
  border: 0;
  border-top: 1px solid #4d4d4d;
  margin: 30px 15px;
}

.hr--gray.no-vertical-margins,
.hr--light-gray.no-vertical-margins,
.hr--gray-dotted.no-vertical-margins {
  margin: 0 auto;
}

.hr--gray.no-horizontal-margins,
.hr--light-gray.no-horizontal-margins,
.hr--gray-dotted.no-horizontal-margins {
  margin: 30px 0;
}

.hr--gray.thick,
.hr--light-gray.thick,
.hr--gray-dotted.thick {
  height: 0px;
  border-top: 2px solid #4d4d4d;
}

.hr--light-gray {
  border-top: 1px solid #adadad;
}

.hr--gray-dotted {
  border-top: 1px dotted #4d4d4d;
  margin: 15px 0px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-overlay__content__scroller {
  height: 100vh;
  position: absolute;
}

.nothing-to-see-here {
  display: none;
  font-size: 24px;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 40%;
}

@media only screen and (min-width: 36em) {
  .hr--mobile-only {
    display: none;
  }
}

@media only screen and (min-width: 75em) {
  .watch-dropdown__selected {
    padding: 3px 18px 0px 23px;
  }
}

#provider-image {
  max-width: 135px;
}

@font-face {
  font-family: 'proxima';
  src: url("../../fonts/proximareg/proximanova-reg-webfont.eot?#iefix");
  src: url("../../fonts/proximareg/proximanova-reg-webfont.eot"), url("../../fonts/proximareg/proximanova-reg-webfont.woff") format("woff"), url("../../fonts/proximareg/proximanova-reg-webfont.ttf") format("truetype"), url("../../fonts/proximareg/proximanova-reg-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proximalight';
  src: url("../../fonts/proximalight/proximanova-light-webfont.eot?#iefix");
  src: url("../../fonts/proximalight/proximanova-light-webfont.eot"), url("../../fonts/proximalight/proximanova-light-webfont.woff") format("woff"), url("../../fonts/proximalight/proximanova-light-webfont.ttf") format("truetype"), url("../../fonts/proximalight/proximanova-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proximabold';
  src: url("../../fonts/proximabold/proxima_nova_bold-webfont.eot?#iefix");
  src: url("../../fonts/proximabold/proxima_nova_bold-webfont.eot"), url("../../fonts/proximabold/proxima_nova_bold-webfont.woff") format("woff"), url("../../fonts/proximabold/proxima_nova_bold-webfont.ttf") format("truetype"), url("../../fonts/proximabold/proxima_nova_bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tcm-bogart';
  src: url("../../fonts/tcm-bogart.eot?hoe3ii");
  src: url("../../fonts/tcm-bogart.eot?hoe3ii#iefix") format("embedded-opentype"), url("../../fonts/tcm-bogart.ttf?hoe3ii") format("truetype"), url("../../fonts/tcm-bogart.woff?hoe3ii") format("woff"), url("../../fonts/tcm-bogart.svg?hoe3ii#tcm-bogart") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tcm-bogart' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e919";
}

.icon-play-circle:before {
  content: "\e91a";
}

.icon-watch-play:before {
  content: "\e913";
}

.icon-watch-fullscreen-exit:before {
  content: "\e914";
}

.icon-watch-mute:before {
  content: "\e915";
}

.icon-watch-play-hover:before {
  content: "\e916";
}

.icon-watch-sound-low:before {
  content: "\e911";
}

.icon-watch-sound-medium:before {
  content: "\e912";
}

.icon-watch-caption:before {
  content: "\e90a";
}

.icon-watch-fullscreen:before {
  content: "\e90b";
}

.icon-watch-pause-hover:before {
  content: "\e90c";
}

.icon-watch-pause:before {
  content: "\e90d";
}

.icon-watch-sound:before {
  content: "\e90e";
}

.icon-arrow_thin_right:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e906";
}

.icon-menu:before {
  content: "\e905";
}

.icon-play-circle-thin:before {
  content: "\e90f";
}

.icon-pause-circle-thin:before {
  content: "\e910";
}

.icon-cog:before {
  content: "\e904";
}

.icon-gear:before {
  content: "\e904";
}

.icon-preferences:before {
  content: "\e904";
}

.icon-settings:before {
  content: "\e904";
}

.icon-generate:before {
  content: "\e904";
}

.icon-control:before {
  content: "\e904";
}

.icon-options:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e902";
}

.icon-play-circle-old:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e908";
}

.icon-angle-down:before {
  content: "\e907";
}

.icon-livestreamTcmEast:before {
  content: "\e917";
}

.icon-livestreamTcmWest:before {
  content: "\e918";
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
/* Navbar ------------------------------------------ */
.watch-navbar {
  height: 90px;
  background: rgba(33, 33, 33, 0.9);
  padding: 24px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.watch-navbar a {
  color: #ffffff;
  text-decoration: none;
}

.watch-navbar a.desktop-icon:hover {
  margin: 0 0px 5px 0px;
}

.watch-navbar-toggle {
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  background-color: transparent;
  border: 1px solid transparent;
}

.watch-navbar-toggle .icon-menu {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  transition: all 0.3s ease;
}

.watch-navbar-toggle .icon-menu:hover {
  color: #05c6de;
}

.watch-navbar__wrap {
  width: 100%;
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.watch-navbar__wrap .navbar-collapse {
  z-index: 5;
}

.watch-navbar__wrap .navbar-header {
  z-index: 6;
}

.watch-navbar__right-container {
  display: inline-block;
  float: right;
  height: 36px;
}

.watch-navbar__right-container .icon-gear,
.watch-navbar__right-container .icon-search {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  cursor: pointer;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.watch-navbar__right-container .icon-gear:hover,
.watch-navbar__right-container .icon-search:hover {
  color: #05c6de;
}

.watch-navbar__right-container__signin {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.watch-navbar__right-container__signout {
  display: inline-block;
  vertical-align: middle;
  width: 136px;
}

.watch-navbar #block-mainnavigation {
  display: inline-block;
}

.watch-navbar #block-mainnavigation .watch__menu ul.menu {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 36px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a,
.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a.link,
.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a:active,
.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a:link,
.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a:visited {
  line-height: 36px;
  vertical-align: middle;
  color: #ffffff;
  transition: all 0.3s ease;
}

.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a.link:hover,
.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a:hover {
  color: #05c6de;
}

.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a.link:hover .watch-list__counter,
.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a:hover .watch-list__counter {
  border: 1px solid #05c6de;
}

.watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item a.is-active {
  color: #05c6de;
  font-weight: bold;
}

.watch-navbar .icon-watch-tcm-logo {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  vertical-align: middle;
  max-width: 229px;
  max-height: 40px;
  margin: 0 0 5px 0;
}

@media only screen and (min-width: 36em) {
  .watch-navbar .icon-watch-tcm-logo {
    width: 179px;
    height: 32px;
  }
}

@media only screen and (min-width: 48em) {
  .watch-navbar .icon-watch-tcm-logo {
    width: 200px;
    height: 40px;
  }
}

@media only screen and (min-width: 62em) {
  .watch-navbar .icon-watch-tcm-logo {
    width: 15vw;
    height: 7vh;
  }
}

@media only screen and (min-width: 75em) {
  .watch-navbar .icon-watch-tcm-logo {
    width: auto;
    height: auto;
  }
}

.watch-navbar .nav-hr--gray {
  height: 1px;
  max-width: 1200px;
  border: 0;
  border-top: 1px solid #4d4d4d;
  margin: 25px 15px 0;
}

@media only screen and (min-width: 48em) {
  .watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 24px;
  }
  .watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item:first-child {
    margin-left: 0;
  }
  .watch-navbar .watch-list__counter {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    height: 25px;
    width: 25px;
    line-height: 36px;
    vertical-align: middle;
    margin-top: -5px;
    border-radius: 25px;
    margin-left: 5px;
  }
  .watch-navbar .watch-list__counter--text {
    display: inline-block;
    font-size: 9px;
    font-size: 0.9rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6px;
    font-family: "Lato", sans-serif;
  }
  .watch-navbar__right-container .icon-gear,
  .watch-navbar__right-container .icon-search {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .watch-navbar .nav-hr--gray {
    margin: 20px 15px 0;
  }
}

@media only screen and (min-width: 62em) {
  .watch-navbar {
    height: 108px;
    padding: 35px 0;
  }
  .watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 25px;
  }
  .watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item:first-child {
    margin-left: 10px;
  }
  .watch-navbar .nav-hr--gray {
    margin: 25px 15px 0;
  }
}

@media only screen and (min-width: 75em) {
  .watch-navbar {
    width: 1200px;
  }
  .watch-navbar-toggle {
    display: none;
  }
  .watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 34px;
  }
  .watch-navbar #block-mainnavigation .watch__menu ul.menu li.menu-item:first-child {
    margin-left: 19px;
  }
  .watch-navbar .watch-list__counter {
    height: 30px;
    width: 30px;
    line-height: 36px;
    border-radius: 30px;
    margin-left: 7px;
  }
  .watch-navbar .watch-list__counter--text {
    font-size: 10px;
    font-size: 1rem;
    top: -4.5px;
  }
  .watch-navbar__right-container .icon-gear,
  .watch-navbar__right-container .icon-search {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .watch-navbar .nav-hr--gray {
    margin: 27px 15px 0;
  }
}

/* Hamburger ------------------------------------------ */
.watch-hamburger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
  min-height: 100vh;
  height: 100px;
  background-color: #212121;
  padding: 20px;
  overflow-y: auto;
}

.watch-hamburger__close-button {
  float: right;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}

.watch-hamburger__close-button:hover {
  color: #05c6de;
  text-decoration: none;
}

.watch-hamburger__close-button .icon-close {
  font-size: 24px;
  font-size: 2.4rem;
}

.watch-hamburger__wrap {
  margin-top: 50px;
}

.watch-hamburger__wrap .menu--main .watch__menu ul.menu {
  padding: 10px 5px;
  list-style: none;
}

.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item {
  padding: 0;
  border-top: 1px solid #444444;
  height: 75px;
}

.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item:last-child {
  border-bottom: 1px solid #444444;
}

.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a.link,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:active,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:link,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:visited {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s ease;
  line-height: 75px;
  vertical-align: middle;
}

.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a .watch-list__counter,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a.link .watch-list__counter,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:active .watch-list__counter,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:link .watch-list__counter,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:visited .watch-list__counter {
  position: relative;
  display: inline-block;
  border: 1px solid #ffffff;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  margin-top: -5px;
  border-radius: 30px;
  margin-left: 7px;
}

.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a .watch-list__counter--text,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a.link .watch-list__counter--text,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:active .watch-list__counter--text,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:link .watch-list__counter--text,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:visited .watch-list__counter--text {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
  font-family: "Lato", sans-serif;
}

.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a.link:hover,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:hover {
  color: #05c6de;
}

.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a.link:hover .watch-list__counter,
.watch-hamburger__wrap .menu--main .watch__menu ul.menu li.menu-item a:hover .watch-list__counter {
  border: 1px solid #05c6de;
}

@media only screen and (min-width: 36em) {
  .watch-hamburger {
    width: 320px;
    min-height: 100vh;
    height: 100px;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  }
}

.watch__header--home .nav-hr--gray, .watch__header--search .nav-hr--gray, .watch__header--settings .nav-hr--gray, .watch__header--articles-modal .nav-hr--gray {
  display: none;
}

@media only screen and (min-width: 48em) {
  .watch__header--settings .nav-hr--gray, .watch__header--articles-modal .nav-hr--gray {
    display: block;
  }
}

#mvpd-intercept {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95);
  text-align: center;
  font-family: 'Lato';
}

#mvpd-intercept .info-container {
  position: absolute;
  top: 30%;
  padding-left: 30px;
  padding-right: 30px;
}

#mvpd-intercept .info-container #logo-container {
  width: 150px;
  margin-bottom: 20px;
}

#mvpd-intercept .info-container #mvpd-logo {
  display: none;
}

#mvpd-intercept .info-container p {
  font-size: 14px;
}

#mvpd-intercept .info-container .btn {
  background-color: #5cc1bb;
  border-radius: 0px;
  color: black;
  font-weight: bold;
  width: 50%;
}

@media only screen and (min-width: 48em) {
  #mvpd-intercept .info-container p {
    margin-bottom: 16px;
  }
  #mvpd-intercept .info-container .btn {
    margin-top: 24px;
    width: 20%;
  }
}

@media only screen and (min-width: 62em) {
  #mvpd-intercept {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    filter: drop-shadow(-6.561px 7.547px 16px rgba(0, 0, 0, 0.5));
    width: 250px;
    min-height: 250px;
    height: auto;
    top: 20px;
    right: 20px;
    left: unset;
  }
  #mvpd-intercept .info-container {
    position: static;
    padding-left: 25px;
    padding-right: 25px;
    text-align: right;
  }
  #mvpd-intercept .info-container img {
    margin-bottom: 10px;
  }
  #mvpd-intercept .info-container #logo-container {
    display: none;
  }
  #mvpd-intercept .info-container #mvpd-logo {
    display: inline-block;
  }
  #mvpd-intercept .info-container p {
    color: black;
    margin-bottom: 12px;
  }
  #mvpd-intercept .info-container .btn {
    margin-top: 0px;
    width: 150px;
    margin-right: 12px;
  }
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
body {
  width: 100%;
  position: relative;
}

body.modal-open {
  overflow: hidden;
}

/* Modal ------------------------------------------ */
.modal-overlay__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.9);
}

.modal-overlay__header-offset {
  height: 90px;
  width: 100%;
  background: #212121;
}

.modal-overlay__toggle-content__section__wrap .watch__toggle-content__section.active {
  padding: 44px 9px 0px 9px;
}

.modal-overlay__content__scroller {
  overflow-y: auto;
  width: 100%;
  height: calc(100vh - 90px);
}

.modal-overlay__content__wrapper {
  width: calc(100vw - 30px);
  max-width: 1185px;
  font-size: 0;
  margin: 0 auto;
}

.modal-overlay__content__sidebar__wrap {
  position: relative;
}

.modal-overlay__content__sidebar.active {
  display: inline-block;
}

.modal-overlay__content__sidebar.collapsed {
  left: -100vw;
  right: 100vw;
}

.modal-overlay__content__sidebar__close-button {
  width: 133px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100vh - (60px + 90px));
}

.modal-overlay__content__main {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}

.modal-overlay__content__main .modal-overlay__toggle-content__header {
  background: #212121;
}

.modal-overlay__content__main .modal-overlay__toggle-content__section__wrap {
  background: none;
  margin: 5px 0 0 0;
}

.modal-overlay__content__main .modal-overlay__toggle-content__section__wrap h3,
.modal-overlay__content__main .modal-overlay__toggle-content__section__wrap p {
  color: #ffffff;
}

.modal-overlay__content__main--text h3 {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
}

.modal-overlay__content__main--text p {
  font-size: 8px;
  font-size: 0.8rem;
}

.modal-overlay__close-button {
  width: auto;
  margin: 15px 0 45px 0;
  padding: 0 35px;
  z-index: 500;
  height: 36px;
}

@media only screen and (min-width: 36em) {
  .modal-overlay__header-offset {
    height: 90px;
  }
  .modal-overlay__content__scroller {
    height: calc(100vh - 90px);
  }
}

@media only screen and (min-width: 48em) {
  .modal-overlay__toggle-content__section__wrap .watch__toggle-content__section.active {
    padding: 0px;
  }
  .modal-overlay__content__sidebar.watch__sidebar {
    background: none;
  }
  .modal-overlay__content__sidebar__close-button {
    width: auto;
    height: 36px;
    padding: 0 35px;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: translateX(0);
    margin: 15px 0 45px 0;
  }
  .modal-overlay__content__main--text h3 {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
  }
  .modal-overlay__content__main--text p {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 62em) {
  .modal-overlay__header-offset {
    height: 108px;
  }
  .modal-overlay__content__scroller {
    height: calc(100vh - 108px);
  }
}

@media only screen and (min-width: 75em) {
  .modal-overlay__header-offset {
    height: 105px;
  }
  .modal-overlay__content__scroller {
    height: calc(100vh - 105px);
  }
}

/* Modal PLayer Substyles ------------------------------------------ */
.watch__player__wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.watch__player__wrap:hover .watch__player__top-overlay {
  top: 0;
}

.watch__player__top-overlay {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  vertical-align: middle;
  z-index: 550;
  padding: 0px 10px;
}

.watch__player__return {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
}

.watch__player__return:hover {
  color: #05c6de;
}

.watch__player__return .icon-chevron-left {
  line-height: 30px;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}

.watch__player__return span {
  line-height: 30px;
  vertical-align: middle;
  font-size: 9px;
  font-size: 0.9rem;
}

.watch__player__video-wrap {
  position: relative;
  width: 100%;
  z-index: 500;
}

.watch__player__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #999999;
  width: 100%;
}

.watch__player__text__wrap {
  padding: 0 10px;
  margin-bottom: 30px;
}

.watch__player__text__meta {
  margin: 3px 0;
}

@media only screen and (min-width: 36em) {
  .watch__player__top-overlay {
    top: -36px;
    height: 36px;
  }
  .watch__player__return {
    line-height: 36px;
    height: 36px;
  }
  .watch__player__return .icon-chevron-left {
    line-height: 36px;
    margin-right: 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .watch__player__return span {
    line-height: 26px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 48em) {
  .watch__player__top-overlay {
    top: -48px;
    height: 48px;
    padding: 10px 20px;
  }
  .watch__player__return {
    line-height: 26px;
    height: 26px;
  }
  .watch__player__return .icon-chevron-left {
    line-height: 26px;
    margin-right: 3px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .watch__player__return span {
    line-height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .watch__player__text__wrap {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 62em) {
  .watch__player__top-overlay {
    top: -62px;
    height: 62px;
    padding: 16px 20px;
  }
}

@media only screen and (min-width: 75em) {
  .watch__player__top-overlay {
    top: -77px;
    height: 77px;
    padding: 24px 20px;
  }
}

/* Modal Text Substyles------------------------------------------ */
.player-container {
  width: 576px;
  height: 324px;
  background-color: black;
}

#myVideoContainer {
  height: 636px;
  width: 1170px;
  margin: 0 auto;
}

.SorryMario {
  background: url("https://prod-images.tcm.com/v5cache/TCM/Images/WatchTCM_Compatible-Browsers_Background.jpg");
  margin-top: 5%;
  padding-bottom: 5%;
}

.browserIcon {
  margin: 20px;
}

.TopSorry {
  padding-top: 15px;
  text-align: center;
  font-family: Lato;
  font-weight: bold;
  font-size: 36px;
  color: #999999;
}

.BottomSorry {
  text-align: center;
  font-family: 'Lato';
  font-size: 24px;
  color: #666666;
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.watch-footer__wrap {
  display: none;
  font-family: "Lato", sans-serif;
  color: #999999;
  font-size: 9px;
  font-size: 0.9rem;
  margin: 40px auto;
  max-width: 1200px;
  padding: 1rem;
  text-align: center;
}

.watch-footer__rights {
  margin-bottom: 20px;
}

.watch-footer__menu ul {
  padding: 0 0 40px 0;
}

.watch-footer__menu ul li {
  display: inline-block;
  margin-right: 25px;
  line-height: 30px;
  padding-top: 0;
}

.watch-footer__menu ul li:last-child {
  margin-right: 0;
}

.watch-footer__menu ul li a,
.watch-footer__menu ul li a:link,
.watch-footer__menu ul li a:visited,
.watch-footer__menu ul li a:active,
.watch-footer__menu ul li a:hover {
  color: #999999;
  transition: all 0.3s ease;
  text-decoration: none;
  border-bottom: none;
}

.watch-footer__menu ul li a:hover {
  color: #05c6de;
}

.watch-footer__menu .tcm-legal-preference-center-toggles {
  cursor: pointer;
}

@media only screen and (min-width: 36em) {
  .watch-footer__wrap {
    text-align: center;
    margin: 55px 15px;
  }
}

@media only screen and (min-width: 48em) {
  .watch-footer__wrap {
    margin: 55px 15px;
  }
}

@media only screen and (min-width: 75em) {
  .watch-footer__wrap {
    margin-top: 60px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .watch-footer__rights, .watch-footer__menu {
    display: inline-block;
  }
  .watch-footer__rights {
    line-height: 25px;
  }
  .watch-footer__menu ul li {
    line-height: 25px;
  }
  .watch-footer__menu .content {
    margin-top: 0;
  }
}

.wbPolicyUpdatedDivStyle {
  color: #333333;
}

.wbPolicyUpdatedDivStyle a,
.wbPolicyUpdatedDivStyle a:hover {
  color: #27AA9E;
  text-decoration: none;
  border-bottom: 0;
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.watch-home-carousel__wrap {
  margin-bottom: 55px;
}

.watch-slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.watch-slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1.5px;
  padding: 0;
  cursor: pointer;
}

.watch-slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ffffff;
  border-radius: 6px;
}

.watch-slick-dots li.slick-active button {
  background: #05c6de;
}

.house img {
  width: 100%;
}

.watch-archive {
  /*&__carousel {
		//width: 80vw;
		max-width: 1120px;
		margin: 0 auto 30px auto;

		.slick-slide {
			//margin: 0 .1%;
			position: relative;
			height: 50vh;

			img {
				position: absolute;
				top: 50%;
				transform: translate(0, -50%);
			}

			&.slick-current {
				img {
					max-width: 90vw;
					margin: 0 auto;
					left: 50%;
					transform: translate(-50%, -50%);
				}
			}
		}
	}*/
}

.watch-archive__image {
  max-width: 100%;
}

.watch-archive__carousel {
  max-width: 90%;
  margin: 0 auto 30px auto;
}

.watch-archive__carousel .slick-slide {
  text-align: center;
  vertical-align: middle;
}

.watch-archive__carousel .slick-slide img {
  display: inline-block;
  max-width: 100%;
}

@media only screen and (min-width: 62em) {
  .watch-archive__carousel {
    max-width: 95%;
  }
}

.watch-archive__text__wrap {
  margin-bottom: -25px;
}

.watch-archive__text__wrap .hr--gray {
  margin: 20px 0;
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
/* Recently Added Module -------------------------- */
.watch-tiles__title-bar {
  position: relative;
  height: 28px;
}

.watch-tiles__title-bar__content {
  display: inline-block;
}

.watch-tiles__title-bar__content--left {
  font-size: 10.5px;
  font-size: 1.05rem;
  font-weight: 600;
}

.watch-tiles__title-bar__content--right {
  position: absolute;
  right: 0;
}

.watch-tiles__wrap {
  width: 100%;
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.watch-tiles__wrap.after-watch-filters {
  margin: 117px auto 0 auto;
}

.watch-tiles__wrap .watch-tile {
  display: inline-block;
  overflow: hidden;
  width: 49%;
  padding-bottom: 303px;
  padding-bottom: 268px;
  margin-right: 2%;
  margin-bottom: 2.25%;
  position: relative;
  background: #f5f5f5;
  color: #ffffff;
  cursor: pointer;
}

.watch-tiles__wrap .watch-tile:nth-child(even) {
  margin-right: 0;
}

.watch-tiles__wrap .watch-tile > .stretchy-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #212121;
}

.watch-tiles__wrap .watch-tile > .stretchy-content a:hover {
  text-decoration: none;
}

.watch-tiles__wrap .watch-tile > .stretchy-content.watchlist-remove:before {
  position: absolute;
  content: " ";
  background: rgba(0, 0, 0, 0.8);
  /*partially transparent image*/
  width: 100%;
  height: 100%;
  pointer-events: unset;
  cursor: default;
  z-index: 6;
  border: 1px solid red;
}

.watch-tiles__wrap .watch-tile > .stretchy-content.watchlist-remove button {
  background-color: red;
  position: absolute;
  top: 45%;
  z-index: 6;
  text-transform: uppercase;
  width: 80%;
  left: 9%;
}

.watch-tiles__wrap .watch-tile__top-wrap {
  width: 100%;
  position: relative;
}

.watch-tiles__wrap .watch-tile__top-wrap .icon-play-circle {
  position: absolute;
  top: .3em;
  left: .3em;
  font-size: 8vw;
  color: #f5f5f5;
  z-index: 5;
  filter: drop-shadow(1px 1px 1px #000);
}

.watch-tiles__wrap .watch-tile__top-wrap__img {
  width: 100%;
  width: auto;
  object-fit: cover;
  height: 150px;
}

.watch-tiles__wrap .watch-tile__top-wrap:hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 198, 222, 0.5);
}

.watch-tiles__wrap .watch-tile__top-wrap:hover .icon-play-circle {
  color: white;
}

.watch-tiles__wrap .watch-tile__top-wrap:hover .icon-play-circle:after {
  content: 'play';
  position: absolute;
  top: .5em;
  left: 1.9em;
  font-family: "Lato", sans-serif;
  font-size: 3.5vw;
}

.watch-tiles__wrap .watch-tile__bottom-wrap {
  position: relative;
  height: 53%;
}

.watch-tiles__wrap .watch-tile__bottom-wrap__text {
  padding: 10px 3vw;
}

.watch-tiles__wrap .watch-tile__bottom-wrap__text--title {
  font-size: 3vw;
  line-height: 3.4vw;
  margin-bottom: 1.5vw;
  font-weight: bold;
}

.watch-tiles__wrap .watch-tile__bottom-wrap__text--meta {
  font-family: "Lato", sans-serif;
  font-size: 2.5vw;
  line-height: 2.5vw;
}

.watch-tiles__wrap .watch-tile__bottom-wrap__text--info .icon-info {
  position: absolute;
  top: 1.8em;
  top: 68px;
  left: .3em;
  left: 6px;
  font-size: 8vw;
  width: 100%;
  color: #212121;
}

.watch-tiles__wrap .watch-tile__bottom-wrap__text--info .expiration {
  display: inline-block;
  position: absolute;
  top: 5.35em;
  right: 0;
  background: #858585;
  width: 67%;
  height: 5vw;
  line-height: 5vw;
  vertical-align: middle;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 3vw;
  transition: all 0.3s ease;
}

.watch-tiles__wrap .watch-tile__bottom-wrap__text--info .expiration-days {
  font-family: "Lato", sans-serif;
}

.watch-tiles__wrap .watch-tile__bottom-wrap:hover {
  height: -webkit-fill-available;
  height: fill-available;
}

.watch-tiles__wrap .watch-tile__bottom-wrap:hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 198, 222, 0.5);
}

.watch-tiles__wrap .watch-tile__bottom-wrap:hover .watch-tile__bottom-wrap__text--info .expiration {
  right: -50%;
  opacity: 0;
  background: #05c6de;
}

.watch-tiles__wrap .watch-tile__bottom-wrap:hover .icon-info {
  color: #212121;
}

.watch-tiles__wrap .watch-tile__bottom-wrap:hover .icon-info:after {
  content: 'more info';
  position: absolute;
  top: .9em;
  left: 2.5em;
  font-family: "Lato", sans-serif;
  font-size: 2.5vw;
}

.watch-tiles__wrap .watch-tile__remove-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #ff3333;
  cursor: default;
}

.watch-tiles__wrap .watch-tile__remove-overlay.active {
  display: block;
}

.watch-tiles__wrap .watch-tile__remove-overlay .watch-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  margin-top: 45%;
}

.watch-tiles__view-all {
  margin: 25px 0;
  text-align: center;
}

.watch-tiles__view-all button {
  display: inline-block;
}

@media only screen and (min-width: 36em) {
  .watch-tiles__wrap.after-watch-filters {
    margin: 77px auto 0 auto;
  }
  .watch-tiles__wrap .watch-tile {
    width: 32%;
    padding-bottom: 291px;
    margin-right: 1.25%;
    margin-bottom: 1.75%;
  }
  .watch-tiles__wrap .watch-tile:nth-child(even) {
    margin-right: 1.25%;
  }
  .watch-tiles__wrap .watch-tile__top-wrap .icon-play-circle {
    top: .1em;
    left: .1em;
    font-size: 6vw;
  }
  .watch-tiles__wrap .watch-tile__top-wrap__img {
    width: 100%;
    width: auto;
    object-fit: cover;
    height: 187px;
  }
  .watch-tiles__wrap .watch-tile__top-wrap:hover .icon-play-circle:after {
    top: .7em;
    left: 2em;
    font-size: 2.4vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text {
    padding: 2vw;
    color: #212121;
    text-decoration: none;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--title {
    font-size: 2vw;
    line-height: 2.4vw;
    margin-bottom: 1vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--meta {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .icon-info {
    top: 59px;
    left: .1em;
    font-size: 6vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .expiration {
    top: 5.4em;
    height: 3.4vw;
    line-height: 3.4vw;
    font-size: 2vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap:hover .icon-info:after {
    top: 0.87em;
    left: 2.3em;
    font-size: 2vw;
  }
}

@media only screen and (min-width: 48em) {
  .watch-tiles__wrap .watch-tile {
    padding-bottom: 313px;
  }
  .watch-tiles__wrap .watch-tile__top-wrap .icon-play-circle {
    top: .1em;
    left: .1em;
    font-size: 5.5vw;
  }
  .watch-tiles__wrap .watch-tile__top-wrap__img {
    width: 100%;
    width: auto;
    object-fit: cover;
    height: 187px;
  }
  .watch-tiles__wrap .watch-tile__top-wrap:hover .icon-play-circle:after {
    top: .8em;
    left: 2.2em;
    font-size: 2vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text {
    padding: 2vw;
    color: #212121;
    text-decoration: none;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--title {
    margin-bottom: .9vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .icon-info {
    width: 48%;
    top: 72px;
    left: .1em;
    font-size: 5.5vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap:hover .icon-info:after {
    top: .95em;
    left: 2.4em;
    font-size: 1.8vw;
  }
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.after-watch-filters {
    margin: 77px auto 0 auto;
  }
  .watch-tiles__wrap .watch-tile {
    width: 24.4%;
    padding-bottom: 317px;
    margin-right: .6%;
    margin-bottom: 1%;
  }
  .watch-tiles__wrap .watch-tile:nth-child(even), .watch-tiles__wrap .watch-tile:nth-child(3n+3) {
    margin-right: .6%;
  }
  .watch-tiles__wrap .watch-tile__top-wrap .icon-play-circle {
    top: .1em;
    left: .1em;
    font-size: 4.5vw;
  }
  .watch-tiles__wrap .watch-tile__top-wrap__img {
    width: 100%;
    object-fit: cover;
    height: 187px;
  }
  .watch-tiles__wrap .watch-tile__top-wrap:hover .icon-play-circle:after {
    top: .9em;
    left: 2.4em;
    font-size: 1.5vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text {
    padding: 1.5vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--title {
    font-size: 1.5vw;
    line-height: 1.8vw;
    margin-bottom: .5vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--meta {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .icon-info {
    top: 67.9px;
    left: .1em;
    font-size: 4.5vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .expiration {
    width: 63%;
    top: 5.3em;
    height: 2.3vw;
    line-height: 2.1vw;
    padding-top: .2vw;
    font-size: 1.5vw;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap:hover .icon-info:after {
    top: 1em;
    left: 2.6em;
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 75em) {
  .watch-tiles__title-bar {
    margin-bottom: 6px;
  }
  .watch-tiles__title-bar__content--left {
    font-size: 11.5px;
    font-size: 1.15rem;
  }
  .watch-tiles__wrap.after-watch-filters {
    margin: 87px auto 0 auto;
  }
  .watch-tiles__wrap .watch-tile__top-wrap .icon-play-circle {
    top: 2px;
    left: 2px;
    font-size: 55px;
  }
  .watch-tiles__wrap .watch-tile__top-wrap__img {
    width: 100%;
    object-fit: cover;
    height: 187px;
    object-position: 25% 0%;
  }
  .watch-tiles__wrap .watch-tile__top-wrap:hover .icon-play-circle:after {
    top: 16px;
    left: 44px;
    font-size: 18px;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text {
    padding: 18px;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--title {
    line-height: 1.1em;
    margin-bottom: 7px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--meta {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .icon-info {
    top: 72px;
    left: 3px;
    font-size: 56px;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .expiration {
    width: 186px;
    top: 87px;
    height: 26px;
    line-height: 26px;
    padding-top: 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .watch-tiles__wrap .watch-tile__bottom-wrap:hover .icon-info:after {
    top: 18px;
    left: 43px;
    font-size: 16px;
  }
}

.watch-tiles__contentWrap {
  padding: 0.5em;
}

.watch-tiles__title {
  font-weight: bold;
}

/* ----- Watch Tiles overrides Film Detail and Participant Detail pages ----- */
.watch-tile-area .watch-tiles__title-bar {
  height: auto;
  margin-bottom: 10px;
}

.watch-tile-area .watch-tiles__title-bar__content--left {
  display: block;
}

.watch-tile-area .watch-tiles__title-bar__content--right {
  position: inherit;
}

.watch-tile-area .watch-tiles__scrollable {
  max-width: 1200px;
  overflow: hidden;
}

.watch-tile-area .watch-tiles__scrollable::-webkit-scrollbar {
  background: transparent;
}

.watch-tile-area .watch-tiles__wrap {
  width: auto;
  white-space: nowrap;
}

.watch-tile-area .watch-tiles__wrap .watch-tile {
  width: 189px;
  height: 215px;
  margin-right: 6px;
  padding-bottom: 0;
}

.watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(even) {
  margin-right: 6px;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__top-wrap img {
  width: 189px;
  height: 141px;
  object-fit: cover;
  object-position: 50% 0%;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__top-wrap .icon-play-circle {
  top: 5px;
  left: 7px;
  font-size: 23px;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__top-wrap:hover .icon-play-circle:after {
  top: 5px;
  left: 24px;
  font-size: 10px;
  font-size: 1rem;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__top-wrap.title-clip-player .icon-play-circle {
  top: 0;
  left: 0;
  font-size: 35px;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__top-wrap.title-clip-player .icon-play-circle:after {
  top: 7px;
  left: 29px;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__top-wrap.title-clip-player:hover .icon-play-circle:after {
  top: 7px;
  left: 27px;
  font-size: 10px;
  font-size: 1rem;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__bottom-wrap {
  height: 50.1%;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__bottom-wrap__text {
  padding: 12px;
  white-space: normal;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__bottom-wrap__text--title {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1em;
  margin-bottom: 4px;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__bottom-wrap__text--meta {
  font-size: 9px;
  font-size: 0.9rem;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .icon-info {
  top: auto;
  bottom: 23px;
  left: 0px;
  font-size: 50px;
  width: 100%;
}

.watch-tile-area .watch-tiles__wrap .watch-tile__bottom-wrap:hover .icon-info:after {
  top: 15px;
  left: 40px;
  font-size: 10px;
  font-size: 1rem;
}

.watch-tile-area .watch-tiles__wrap#archives-gallery .watch-tile__bottom-wrap__text--info .icon-info {
  bottom: -4px;
}

@media only screen and (min-width: 36em) {
  .watch-tile-area .watch-tiles__title-bar {
    height: 28px;
    margin-bottom: 0px;
  }
  .watch-tile-area .watch-tiles__title-bar__content--left {
    display: inline-block;
  }
  .watch-tile-area .watch-tiles__title-bar__content--right {
    position: absolute;
    right: 0;
  }
  .watch-tile-area .watch-tiles__wrap .watch-tile {
    width: 189px;
    height: 215px;
    margin-right: 6px;
  }
  .watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(even), .watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(3n+3) {
    margin-right: 6px;
  }
}

@media only screen and (min-width: 62em) {
  .watch-tile-area .watch-tiles__wrap .watch-tile {
    width: 189px;
    height: 215px;
    margin-right: 6px;
  }
  .watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(even), .watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(3n+3), .watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(4n+4) {
    margin-right: 6px;
  }
}

@media only screen and (min-width: 75em) {
  .watch-tile-area .watch-tiles__wrap .watch-tile {
    width: 189px;
    height: 240px;
    margin-right: 7px;
  }
  .watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(even), .watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(3n+3), .watch-tile-area .watch-tiles__wrap .watch-tile:nth-child(4n+4) {
    margin-right: 7px;
  }
}

.watch-tile-area.no-play .watch-tile__top-wrap {
  cursor: default;
}

.watch-tile-area.no-play .watch-tile__top-wrap:hover:before {
  background: none;
}

.watch-tile-area.no-play .watch-tiles__wrap .watch-tile__top-wrap .icon-play-circle {
  display: none;
}

.watch-tile-area.no-info .watch-tile__bottom-wrap {
  cursor: default;
}

.watch-tile-area.no-info .watch-tile__bottom-wrap:hover:before {
  background: none;
}

.watch-tile-area.no-info .watch-tiles__wrap .watch-tile__bottom-wrap__text--info .icon-info {
  display: none;
}

.character {
  height: 18px;
}

.clip-title {
  height: 35px;
}

.trun-meta {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.watch__detail__top {
  margin-top: 10px;
}

.watch__detail__top__img {
  margin-bottom: 15px;
  width: 100%;
}

.watch__detail__top__img img {
  width: 100%;
}

.watch__detail__top__text--name {
  font-weight: 900;
  font-size: 2.4rem;
}

.watch__detail__top__text__label {
  font-family: "Lato", sans-serif;
}

.watch__detail__top__text p:last-child {
  margin-bottom: 0;
}

.watch__detail__top__button-wrap .watch-button.watch-button--large {
  width: 100%;
  margin-bottom: 10px;
}

.watch__detail__top__button-wrap .watch-button.watch-button--large:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 36em) {
  .watch__detail__top__button-wrap {
    font-size: 0;
  }
  .watch__detail__top__button-wrap .watch-button.watch-button--large {
    display: inline-block;
    width: 32.5%;
    height: 47px;
    margin-bottom: 0;
    margin-right: 1.25%;
  }
  .watch__detail__top__button-wrap .watch-button.watch-button--large:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 62em) {
  .watch__detail__top__img, .watch__detail__top__text {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .watch__detail__top__text {
    padding-left: 30px;
  }
  .watch__detail__top__button-wrap .watch-button.watch-button--large {
    width: 31.5%;
    margin-right: 2.5%;
  }
}

@media only screen and (min-width: 75em) {
  .watch__detail__top__img {
    margin-bottom: 0;
    width: 550px;
  }
  .watch__detail__top__text {
    width: 615px;
  }
  .watch__detail__top__button-wrap .watch-button.watch-button--large {
    margin-top: 20px;
    width: 29.5%;
    margin-right: 5%;
  }
}

.watch__detail__top #FilmMeta span {
  padding-right: 1px;
}

.watch__detail__top #FilmMeta span:after {
  content: '.';
  padding-left: 4px;
}

.watch__detail__top #FilmMeta span:last-of-type:after {
  content: '';
}

.watch__participant-list__title-bar {
  height: 28px;
  font-weight: 600;
  font-size: 10.5px;
  font-size: 1.05rem;
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.watch-filters {
  font-size: 0;
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 400;
  background: rgba(33, 33, 33, 0.9);
  padding: 0 15px 23px;
}

.watch-filters__wrap {
  margin-top: 23px;
  max-width: 1170px;
}

.watch-filters .watch-dropdown,
.watch-filters .watch-button {
  margin-bottom: 10px;
}

.watch-filters .watch-dropdown:last-child,
.watch-filters .watch-button:last-child {
  margin-bottom: 0;
}

.watch-filters .watch-dropdown__options,
.watch-filters .watch-button__options {
  width: 100%;
}

@media only screen and (min-width: 36em) {
  .watch-filters__wrap {
    height: 30px;
  }
  .watch-filters__wrap .watch-dropdown,
  .watch-filters__wrap .watch-button {
    margin-bottom: 0;
    display: inline-block;
    width: 48.75%;
    max-width: 287px;
  }
  .watch-filters__wrap .watch-dropdown {
    float: right;
  }
  .watch-filters__wrap.center-align {
    text-align: center;
  }
  .watch-filters__wrap.center-align .watch-dropdown,
  .watch-filters__wrap.center-align .watch-button {
    margin-right: 10px;
  }
  .watch-filters__wrap.center-align .watch-dropdown:last-child,
  .watch-filters__wrap.center-align .watch-button:last-child {
    margin-right: 0;
  }
  .watch-filters__wrap.center-align .watch-dropdown {
    float: none;
  }
}

@media only screen and (min-width: 48em) {
  .watch-filters__wrap.center-align .watch-dropdown,
  .watch-filters__wrap.center-align .watch-button {
    max-width: 372px;
  }
}

@media only screen and (min-width: 62em) {
  .watch-filters {
    top: 108px;
  }
}

@media only screen and (min-width: 75em) {
  .watch-filters__wrap {
    height: 40px;
  }
}

.genre-sort-is-empty {
  text-align: center;
  font-size: 24px;
  color: white;
  margin: 7em 0 1em 0;
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.watch__searchbar {
  font-size: 0;
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 400;
  background: rgba(33, 33, 33, 0.9);
  padding: 0 15px 0;
}

.watch__searchbar__wrap {
  max-width: 1170px;
  margin-bottom: 36px;
}

.watch__searchbar__label {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1em;
  color: #05c6de;
}

.watch__searchbar__field {
  position: relative;
  width: 100%;
}

.watch__searchbar__field .icon-search {
  color: #000000;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.watch__searchbar__field__input {
  width: 100%;
  padding-left: 32px;
  padding-right: 10px;
}

.watch__searchbar__term {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-size: 1rem;
}

.watch__searchbar__term.after-watch-searchbar {
  margin: 117px auto 0 auto;
}

.watch__searchbar__term__text {
  display: none;
}

.watch__searchbar__term__text.active {
  display: block;
}

@media only screen and (min-width: 36em) {
  .watch__searchbar__wrap {
    text-align: center;
  }
  .watch__searchbar__label {
    display: inline-block;
    margin-right: 8px;
  }
  .watch__searchbar__field {
    display: inline-block;
    max-width: 452px;
  }
  .watch__searchbar__term.after-watch-searchbar {
    margin: 100px auto 0 auto;
  }
}

@media only screen and (min-width: 48em) {
  .watch__searchbar__label {
    font-size: 10.5px;
    font-size: 1.05rem;
  }
  .watch__searchbar__field .icon-search {
    font-size: 10.5px;
    font-size: 1.05rem;
  }
  .watch__searchbar__field__input {
    padding-left: 38px;
  }
  .watch__searchbar__term.after-watch-searchbar {
    margin: 110px auto 0 auto;
  }
}

@media only screen and (min-width: 62em) {
  .watch__searchbar {
    top: 108px;
  }
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.collect-img {
  width: 412px;
}

.watch-tiles__wrap.watch-collections .watch-tile,
.watch-tiles__wrap.watch-collections .watch-tile:nth-child(even),
.watch-tiles__wrap.watch-collections .watch-tile:nth-child(3n+3) {
  margin-right: 5px;
}

.watch-tiles__wrap.watch-collections .collections__lane__img {
  display: none;
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .collections__lane__img {
    display: inline-block;
    min-width: 413px;
    vertical-align: top;
  }
}

.watch-tiles__wrap.watch-collections .collections__header__mobile {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .collections__header__mobile {
    display: none;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel.slick-slider .slick-list {
  max-height: 282px;
  max-width: 100%;
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel.slick-slider .slick-list {
    max-width: 726px;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel.slick-dotted.slick-slider {
  background-image: none;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel.slick-dotted.slick-slider {
    margin-bottom: 30px;
    width: calc(98% - 412px);
    display: inline-block;
    padding-left: 12px;
    margin-left: 10px;
    background-image: linear-gradient(to bottom, #333 40%, rgba(255, 255, 255, 0.3) 20%);
    background-position: left;
    background-size: 2px 4px;
    background-repeat: repeat-y;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-list .slick-track {
  height: 282px;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-track {
  margin-left: initial;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile.slick-slide.slick-current,
.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile.slick-slide.slick-active,
.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile.slick-slide {
  max-width: 244px;
  max-height: 282px;
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile.slick-slide {
    height: 87%;
  }
}

@media screen and (min-width: 501px) and (max-width: 600px) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile.slick-slide {
    height: 90%;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap__img {
  width: auto;
  object-fit: none;
  height: 160px;
  object-position: 50% 0;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap .icon-play-circle {
  top: 11px;
  left: 0px;
  font-size: 55px;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap .icon-play-circle:after {
  left: 40px;
  top: 16px;
  font-size: 16px;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap {
  height: 51.9%;
  height: -moz-fill-available;
  height: -webkit-fill-available;
  height: -moz-fill-available;
  height: fill-available;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text {
  padding: 1.2vw;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--title {
  font-size: 1.5vw;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--info .icon-info {
  top: 1.8em;
  left: 0em;
  font-size: 48px;
}

@media only screen and (min-width: 36em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text {
    padding: 2vw;
  }
}

@media only screen and (min-width: 48em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text {
    padding: 1.5vw;
  }
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text {
    padding: .9vw;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--title {
  font-size: 3vw;
  line-height: 3.4vw;
  margin-bottom: 1.5vw;
}

@media only screen and (min-width: 36em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--title {
    font-size: 1.9vw;
    line-height: 2.4vw;
    margin-bottom: 1.1vw;
  }
}

@media only screen and (min-width: 48em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--title {
    margin-bottom: .6vw;
  }
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--title {
    font-size: 1.5vw;
    line-height: 1.8vw;
    margin-bottom: .5vw;
  }
}

@media only screen and (min-width: 75em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--title {
    line-height: 1.1em;
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 1rem;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--meta {
  font-size: 2.5vw;
  line-height: 3.4vw;
}

@media only screen and (min-width: 36em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--meta {
    line-height: 2vw;
    margin-bottom: .4vw;
    font-size: 1.8vw;
  }
}

@media only screen and (min-width: 48em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--meta {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--meta {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 75em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--meta {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1em;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--info .icon-info {
  top: 1.3em;
  left: 0em;
  font-size: 52px;
}

@media only screen and (min-width: 36em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--info .icon-info {
    top: 1.3em;
    left: 0px;
  }
}

@media only screen and (min-width: 48em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--info .icon-info {
    top: 1.3em;
    left: 0;
  }
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--info .icon-info {
    top: 1.8em;
    left: 0em;
    font-size: 48px;
  }
}

@media only screen and (min-width: 75em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--info .icon-info {
    top: 66px;
    left: 4px;
    font-size: 52px;
    width: 100%;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--info .icon-info:after {
  font-size: 16px;
  top: 17px;
  left: 43px;
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile__bottom-wrap__text--info .icon-info:after {
    top: 16px;
    left: 41px;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-prev {
  left: 0;
}

@media only screen and (min-width: 75em) {
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-prev {
    left: 12px;
  }
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-next {
  right: 0;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-prev:before,
.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-next:before {
  opacity: 1;
  border-style: solid;
  border-width: .15em .15em 0 0;
  content: '';
  display: inline-block;
  height: 1em;
  position: relative;
  top: 0.15em;
  left: 0.15em;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 1em;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-prev:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-next:before {
  left: 0;
  transform: rotate(45deg);
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-prev, .watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-next {
  z-index: 1;
  width: 47px;
  border-radius: unset;
  height: 100%;
  background: rgba(33, 33, 33, 0.5);
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-prev:hover, .watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-next:hover {
  background: rgba(23, 227, 181, 0.5);
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .left.dotted-gradient {
  background-image: linear-gradient(to bottom, #333 40%, rgba(255, 255, 255, 0) 20%);
  background-position: left;
  background-size: 1px 3px;
  background-repeat: repeat-y;
}

.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-prev.slick-arrow.slick-disabled,
.watch-tiles__wrap.watch-collections .watch-collections-carousel .slick-next.slick-arrow.slick-disabled {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 36em) {
  .watch-tiles__wrap.watch-collections {
    margin-top: 30px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap .icon-play-circle {
    font-size: 55px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text {
    padding: 2vw;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--title {
    font-size: 2.5vw;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--meta {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }
}

@media only screen and (min-width: 48em) {
  .watch-tiles__wrap.watch-collections {
    margin-top: 30px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap .icon-play-circle {
    font-size: 55px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text {
    padding: 1.1vw 1.8vw;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--title {
    font-size: 2vw;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--meta {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
}

@media only screen and (min-width: 62em) {
  .watch-tiles__wrap.watch-collections {
    margin-top: 30px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap .icon-play-circle {
    font-size: 55px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text {
    padding: 1.2vw;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--title {
    font-size: 1.5vw;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--meta {
    font-size: 1.3vw;
    line-height: 1.3vw;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--info .icon-info {
    top: 1.66em;
    left: 0em;
    font-size: 48px;
  }
}

@media only screen and (min-width: 75em) {
  .watch-tiles__wrap.watch-collections {
    margin-top: 30px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap__img {
    width: auto;
    object-fit: cover;
    height: 160px;
    object-position: 50% 0;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap .icon-play-circle {
    top: 0px;
    left: 0px;
    font-size: 50px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap .icon-play-circle:after {
    left: 40px;
    top: 16px;
    font-size: 16px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text {
    padding: 12px 18px;
    font-size: 16px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--title {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--meta {
    font-size: 16px;
    line-height: 16px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--info .icon-info {
    top: 70px;
    left: 0px;
    font-size: 50px;
    width: 100%;
  }
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
/* shared settings styles*/
.watch__sidebar {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  height: calc(100vh - 90px);
  width: 100vw;
  transition: all 0.3s ease;
  background: #212121;
  padding: 0 24px;
  background-image: url("../../img/settings-menu-bg.jpg");
  background-size: cover;
}

.watch__sidebar__header {
  display: none;
}

.watch__sidebar__list {
  list-style: none;
  padding: 0;
  font-size: 8px;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}

.watch__sidebar__list__item, .watch__sidebar__list__link {
  position: relative;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px solid #999999;
}

.watch__sidebar__list__item:first-child, .watch__sidebar__list__link:first-child {
  border-top: 1px solid #999999;
}

.watch__sidebar__list__item:hover, .watch__sidebar__list__link:hover {
  color: #05c6de;
}

.watch__sidebar__list__item .icon-arrow_thin_right, .watch__sidebar__list__link .icon-arrow_thin_right {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.watch__sidebar .watch-button--signout {
  width: 133px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100vh - (80px + 90px));
}

.watch__sidebar.collapsed {
  left: -100vw;
  right: 100vw;
}

@media only screen and (min-width: 48em) {
  .watch__sidebar {
    display: inline-block;
    position: inherit;
    width: 200px;
    height: inherit;
    top: 0;
    padding: 0 16px;
    background-image: none;
    vertical-align: top;
  }
  .watch__sidebar__header {
    display: block;
    margin-top: 2px;
    line-height: 55px;
    height: 55px;
    font-size: 10px;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    vertical-align: middle;
    letter-spacing: .08rem;
  }
  .watch__sidebar__list {
    font-size: 10px;
    font-size: 1rem;
  }
  .watch__sidebar__list__item, .watch__sidebar__list__link {
    line-height: 55px;
    height: 55px;
    border-bottom: 1px solid #4d4d4d;
  }
  .watch__sidebar__list__item:first-child, .watch__sidebar__list__link:first-child {
    border-top: 1px solid #4d4d4d;
  }
  .watch__sidebar__list__item .icon-arrow_thin_right, .watch__sidebar__list__link .icon-arrow_thin_right {
    display: none;
  }
  .watch__sidebar__list__item.active, .watch__sidebar__list__link.active {
    color: #05c6de;
    font-family: "Lato", sans-serif;
  }
}

@media only screen and (min-width: 62em) {
  .watch__sidebar {
    width: 235px;
    padding: 0 24px;
  }
  .watch__sidebar__header {
    line-height: 70px;
    height: 70px;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: .08rem;
  }
  .watch__sidebar__list {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .watch__sidebar__list__item, .watch__sidebar__list__link {
    line-height: 70px;
    height: 70px;
  }
}

/*-----------------------*/
/* settings content area */
/*-----------------------*/
.watch__toggle-content {
  position: relative;
  margin-left: 100vw;
  display: none;
  transition: all 0.3s ease;
}

.watch__toggle-content.active {
  margin-left: 0;
  display: block;
}

.watch__toggle-content__header {
  display: none;
  position: fixed;
  top: 90px;
  left: 0px;
  padding-left: 15px;
  padding-bottom: 5px;
  z-index: 400;
  background: rgba(33, 33, 33, 0.9);
  width: 100vw;
}

.watch__toggle-content__header.active {
  display: block;
}

.watch__toggle-content__header__back-button {
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  font-size: 8px;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
}

.watch__toggle-content__header__back-button:hover {
  color: #05c6de;
}

.watch__toggle-content__header__back-button .icon-chevron-left {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.watch__toggle-content__section {
  display: none;
}

.watch__toggle-content__section__wrap {
  background: #ffffff;
  margin: 0 -15px;
  color: #000000;
  margin-top: 30px;
}

.watch__toggle-content__section__wrap h3 {
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.watch__toggle-content__section__wrap p {
  color: #000000;
  font-size: 8px;
  font-size: 0.8rem;
}

.watch__toggle-content__section__wrap a,
.watch__toggle-content__section__wrap a:link,
.watch__toggle-content__section__wrap a:active,
.watch__toggle-content__section__wrap a:visited,
.watch__toggle-content__section__wrap a:hover {
  color: #00b38b;
}

.watch__toggle-content__section__wrap .hr--light-gray {
  margin: 20px 0;
}

.watch__toggle-content__section__qa-block__question {
  position: relative;
  font-family: "Lato", sans-serif;
}

.watch__toggle-content__section__qa-block__question:first-child {
  margin-top: 12px;
}

.watch__toggle-content__section__qa-block__question::before {
  content: "Q:";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 8px;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
}

.watch__toggle-content__section__qa-block__question p {
  margin-left: 20px;
  width: calc(100vw - 73px);
}

.watch__toggle-content__section__qa-block__answer {
  position: relative;
  margin: -10px 0 15px 0;
}

.watch__toggle-content__section__qa-block__answer ul {
  list-style-type: none;
  margin-left: 6px;
  width: calc(100vw - 73px);
  font-size: .8rem;
}

.watch__toggle-content__section__qa-block__answer::before {
  content: "A:";
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 8px;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
}

.watch__toggle-content__section__qa-block__answer p {
  margin-left: 20px;
  width: calc(100vw - 73px);
}

.watch__toggle-content__section__setting-block .watch-button--caption {
  width: 150px;
  margin-top: -15px;
  margin-bottom: 20px;
}

.watch__toggle-content__section__setting-block__status--state::before {
  content: '...................... ';
}

.watch__toggle-content__section__setting-block__preview {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 22vw;
  margin-bottom: 80vw;
}

.watch__toggle-content__section__setting-block__preview img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.5vw;
  max-width: 150%;
  height: auto;
}

.watch__toggle-content__section__image-block {
  border-top: 1px solid #adadad;
  padding-top: 20px;
}

.watch__toggle-content__section__image-block__wrap .watch-button {
  margin-bottom: 20px;
  font-size: 8px;
  font-size: 0.8rem;
  width: 70%;
}

.watch__toggle-content__section__image-block__image {
  width: 30%;
  max-width: 293px;
  display: inline-block;
  vertical-align: text-top;
}

.watch__toggle-content__section__image-block__text {
  width: 68%;
  display: inline-block;
  vertical-align: text-top;
  padding-left: 1.7%;
}

.watch__toggle-content__section__image-block__text-link {
  display: none;
}

.watch__toggle-content__section.active {
  display: block;
  padding: 24px;
}

@media only screen and (min-width: 48em) {
  .watch__toggle-content {
    margin-left: 0;
    vertical-align: top;
    display: inline-block;
    width: calc(100vw - 246px);
  }
  .watch__toggle-content.active {
    display: inline-block;
  }
  .watch__toggle-content__header {
    width: auto;
  }
  .watch__toggle-content__section__wrap {
    margin: 22px 0 0 0;
    padding: 0 16px 16px 16px;
  }
  .watch__toggle-content__section__wrap h3 {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 16px;
    padding-top: 15px;
    font-family: "Lato", sans-serif;
  }
  .watch__toggle-content__section__wrap p {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .watch__toggle-content__section__qa-block__question::before {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .watch__toggle-content__section__qa-block__question p {
    width: calc(100vw - 305px);
  }
  .watch__toggle-content__section__qa-block__answer::before {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .watch__toggle-content__section__qa-block__answer p {
    width: calc(100vw - 305px);
  }
  .watch__toggle-content__section__setting-block__preview {
    margin-bottom: calc(100vw - (100vw * .98));
  }
  .watch__toggle-content__section__image-block {
    padding-top: 0;
  }
  .watch__toggle-content__section.active {
    padding: 0;
  }
}

@media only screen and (min-width: 62em) {
  .watch__toggle-content {
    width: calc(100vw - 295px);
    max-width: 908px;
  }
  .watch__toggle-content__section__wrap {
    margin: 30px 0 0 30px;
    padding: 0 24px 24px 24px;
  }
  .watch__toggle-content__section__wrap h3 {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 22px;
  }
  .watch__toggle-content__section__wrap p {
    font-size: 10px;
    font-size: 1rem;
  }
  .watch__toggle-content__section__qa-block__question:first-child {
    margin-top: 12px;
  }
  .watch__toggle-content__section__qa-block__question::before {
    font-size: 10px;
    font-size: 1rem;
  }
  .watch__toggle-content__section__qa-block__question p {
    margin-left: 25px;
    width: calc(100vw - 403px);
    max-width: 800px;
  }
  .watch__toggle-content__section__qa-block__answer::before {
    font-size: 10px;
    font-size: 1rem;
  }
  .watch__toggle-content__section__qa-block__answer p,
  .watch__toggle-content__section__qa-block__answer ul {
    margin-left: 25px;
    width: calc(100vw - 403px);
    max-width: 800px;
    list-style-type: none;
    font-size: 0.95rem;
  }
  .watch__toggle-content__section__setting-block .watch-button--caption {
    width: 200px;
    margin-top: -10px;
    margin-bottom: 10px;
    border: 1px solid #000000;
  }
  .watch__toggle-content__section__setting-block .watch-button--caption:hover {
    border: 1px solid #05c6de;
  }
  .watch__toggle-content__section__setting-block__status {
    font-family: "Lato", sans-serif;
  }
  .watch__toggle-content__section__setting-block__status--state::before {
    content: '........................................ ';
    font-family: "Lato", sans-serif;
  }
  .watch__toggle-content__section__setting-block .watch-button--caption {
    width: 287px;
  }
  .watch__toggle-content__section__setting-block__preview img {
    top: -2vw;
    max-width: 150%;
    height: auto;
  }
  .watch__toggle-content__section__image-block__wrap {
    margin-top: 35px;
  }
  .watch__toggle-content__section__image-block__wrap .watch-button {
    display: none;
  }
  .watch__toggle-content__section__image-block__text-link {
    display: block;
  }
}

@media only screen and (min-width: 75em) {
  .watch__toggle-content__section__setting-block__preview {
    overflow: visible;
    height: auto;
    margin-bottom: 82px;
  }
  .watch__toggle-content__section__setting-block__preview img {
    position: inherit;
    left: inherit;
    transform: none;
    top: 0;
    max-width: 825px;
  }
}

.watch__sidebar__list__link a {
  display: block;
  color: inherit;
  border-bottom: none;
}

.watch__sidebar__list__link a:hover, .watch__sidebar__list__link a:active, .watch__sidebar__list__link a:focus, .watch__sidebar__list__link a:visited {
  text-decoration: none;
}

body.animateIn {
  background-image: url(../../img/bgImages/WatchTCMBg.jpg);
  transition: background-image 1s ease-in-out;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.animationDone1 {
  background-image: url(../../img/bgImages/WatchTCM1.jpg);
}

body.animationDone2 {
  background-image: url(../../img/bgImages/WatchTCM2.jpg);
}

body.animationDone3 {
  background-image: url(../../img/bgImages/WatchTCM3.jpg);
}

body.animationDone4 {
  background-image: url(../../img/bgImages/WatchTCM4.jpg);
}

body.animationDone5 {
  background-image: url(../../img/bgImages/WatchTCM5.jpg);
}

.intro-animation-logo {
  transform: translateX(-10%);
  opacity: 0;
  width: 40%;
  margin: 0 auto;
  transition: ease-in;
  vertical-align: middle;
  justify-content: center;
}

.intro-animation-slogan {
  transform: translateX(10%);
  opacity: 0;
  width: 40%;
  margin: 0 auto;
  transition: ease-in;
  vertical-align: middle;
  justify-content: center;
}

.intro-animation-logo.done,
.intro-animation-slogan.done {
  opacity: 1;
  transform: translateX(0%);
  transition: all 2s;
}

body.layout-no-sidebars.with-subnav.fade-in-body {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**
 * Font REM
 * -- convert and output px and rem
 * -- font-rem( $font-size-px )
 */
/**
 * Transition
 */
/**
 * Absolute Center
 */
/**
 * Responsive Media Query Helpers
 */
/**
 * Highlight Overlay
 */
.watch-live__wrap .livestream__wrap {
  font-size: 16px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.watch-live__wrap .livestream__wrap .livestream__logo {
  color: white;
  width: 25%;
  padding: 15px 0;
}

.watch-live__wrap .livestream__wrap .watch-tile__top-wrap {
  cursor: pointer;
}

.watch-live__wrap .livestream__wrap .watch-tile__top-wrap__img {
  width: 552px;
  height: 315px;
}

.watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle {
  left: 5px;
  top: 0;
  font-size: 10.5vw;
}

.watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle:after {
  top: .8em;
  left: 2.5em;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text {
  padding: 20px 0 5px 0;
  min-height: 135px;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text--info .icon-info, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text--info .icon-info {
  display: block;
  position: initial;
  margin-top: 4%;
  font-size: 10.5vw;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text--info .icon-info:after, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text--info .icon-info:after {
  position: unset;
  vertical-align: super;
  margin-left: -9px;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__upNext--header, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__upNext--header {
  font-weight: bold;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text {
  background-color: #666666;
  padding: 20px 0 5px 0;
  min-height: 135px;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text .watch-tile__time-column {
  width: 22%;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__upNext--header, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__upNext--header {
  padding-bottom: 20px;
  text-transform: uppercase;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__time-column {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  text-align: right;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__time-column__time, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__time-column__time {
  font-weight: bold;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__movie-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__movie-column {
  display: inline-block;
  width: 70%;
  padding-left: 20px;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__movie-column__title, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__movie-column__title {
  font-weight: bold;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap {
  cursor: pointer;
  background-color: #f5f5f5;
  color: #212121;
  padding-top: 20px;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap:hover {
  height: 53%;
}

.watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap__upNext-wrap {
  padding: 10px 0;
}

@media only screen and (min-width: 36em) {
  .watch-live__wrap {
    display: block;
  }
  .watch-live__wrap .livestream__wrap .livestream__logo {
    color: white;
    width: 20%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap__img {
    width: 100%;
    height: auto;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle {
    left: 10px;
    font-size: 7.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle:after {
    top: .99em;
    left: 2.5em;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text {
    padding: 20px 0 5px 0;
    min-height: 135px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text--info .icon-info, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text--info .icon-info {
    margin: 5px 0 5px 10px;
    font-size: 7.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text {
    padding: 20px 0 5px 0;
    min-height: 135px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text .watch-tile__time-column {
    width: 22%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__time-column {
    display: inline-block;
    width: 15%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__movie-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__movie-column {
    display: inline-block;
    width: 78%;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 48em) {
  .watch-live__wrap {
    display: block;
  }
  .watch-live__wrap .livestream__wrap .livestream__logo {
    color: white;
    width: 20%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap__img {
    width: 100%;
    height: auto;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle {
    left: 10px;
    font-size: 5.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle:after {
    top: .75em;
    left: 2.3em;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text {
    padding: 20px 0 5px 0;
    min-height: 135px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text--info .icon-info, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text--info .icon-info {
    margin: 5px 0 5px 10px;
    font-size: 5.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text {
    padding: 20px 0 5px 0;
    min-height: 135px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text .watch-tile__time-column {
    width: 22%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__time-column {
    display: inline-block;
    width: 11%;
    text-align: right;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__movie-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__movie-column {
    display: inline-block;
    width: 78%;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 62em) {
  .watch-live__wrap {
    display: flex;
  }
  .watch-live__wrap .livestream__wrap {
    width: 47.196581%;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap__img {
    width: 552px;
    height: 315px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle {
    left: 10px;
    font-size: 4.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle:after {
    top: 1.3vw;
    left: 3.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text {
    padding: 20px 0 5px 0;
    min-height: 135px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text--info .icon-info, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text--info .icon-info {
    margin: 5px 0 5px 10px;
    font-size: 4.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text--info .icon-info:after, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text--info .icon-info:after {
    position: unset;
    vertical-align: super;
    margin-left: -1vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text {
    padding: 20px 0 5px 0;
    min-height: 135px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text .watch-tile__time-column {
    width: 22%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__time-column {
    display: inline-block;
    width: 20%;
    text-align: right;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__movie-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__movie-column {
    display: inline-block;
    width: 70%;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 75em) {
  .watch-live__wrap .livestream__wrap .livestream__logo {
    color: white;
    width: 25%;
    padding: 15px 0;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap__img {
    width: 552px;
    height: 315px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle {
    left: 5px;
    font-size: 4.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap .icon-play-circle:after {
    top: 1.5vw;
    left: 3.5vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text {
    padding: 20px 0 5px 0;
    min-height: 135px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text--info .icon-info, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text--info .icon-info {
    margin: 5px 0 5px 5px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__bottom-wrap__text--info .icon-info:after, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__bottom-wrap__text--info .icon-info:after {
    position: unset;
    vertical-align: super;
    margin-left: -1vw;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text {
    padding: 20px 0 5px 0;
    min-height: 135px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__text .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__text .watch-tile__time-column {
    width: 22%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__time-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__time-column {
    width: 17%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap .watch-tile__movie-column, .watch-live__wrap .livestream__wrap .watch-tile__upNext-wrap .watch-tile__movie-column {
    width: 80%;
  }
}

/* IE10+ specific styles go here because nobody wants to make image tiles a uniform size */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .watch-tiles__wrap .watch-tile__top-wrap__img {
    height: 165px;
    width: 100%;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__bottom-wrap {
    padding-bottom: 73px;
  }
  .watch-tiles__wrap .watch-tile {
    padding-bottom: 289px;
  }
  .watch-live__wrap .livestream__wrap .watch-tile__top-wrap__img {
    height: auto;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__top-wrap__img {
    height: 135px;
    width: 100%;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--title {
    margin: 5px 0 7px 0;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--meta {
    line-height: 20px;
  }
  .watch-tiles__wrap.watch-collections .watch-collections-carousel .watch-tile .watch-tile__bottom-wrap__text--info .icon-info {
    top: 90px;
  }
}
