html,
body,
div,
object,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
fieldset,
input,
select,
textarea,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
hr {
  height: 0;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
img {
  display: block;
}
a img {
  border: none;
}
a:active,
a:focus,
object {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input.btn[type="text"]::-moz-focus-inner,
input.btn[type="reset"]::-moz-focus-inner,
input.btn[type="button"]::-moz-focus-inner,
input.btn[type="submit"]::-moz-focus-inner {
  border: 0;
}
input[type="text"],
input[type="reset"],
input[type="button"],
input[type="submit"] {
  line-height: normal !important;
}
input {
  background-color: transparent;
}
@font-face {
  font-family: 'turnerents_icons';
  src: url(../css/fonts/turnerents_icons/turnerents_icons.eot);
  src: url(../css/fonts/turnerents_icons/turnerents_icons.eot?#iefix-o7j648) format('embedded-opentype'), url(../css/fonts/turnerents_icons/turnerents_icons.ttf) format('truetype'), url(../css/fonts/turnerents_icons/turnerents_icons.woff) format('woff'), url(../css/fonts/turnerents_icons/turnerents_icons.svg#turnerents_icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon,
.carousel_widget >.arrow,
.carousel_widget .controls_container .arrow {
  font-family: 'turnerents_icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon_arrow_slim_right:before {
  content: "\e60b";
}
.icon_arrow_slim_up:before {
  content: "\e60c";
}
.icon_arrow_slim_down:before {
  content: "\e60d";
}
.icon_arrow_slim_left:before {
  content: "\e60e";
}
.icon_arrow_down:before {
  content: "\e600";
}
.icon_arrow_down_on:before {
  content: "\e601";
}
.icon_arrow_left:before,
.carousel_widget >.arrow.left:before,
.carousel_widget .controls_container .arrow.left:before {
  content: "\e602";
}
.icon_arrow_left_on:before,
.desktop .carousel_widget >.arrow:hover.left:before,
.desktop .carousel_widget .controls_container .arrow:hover.left:before {
  content: "\e603";
}
.icon_arrow_right:before,
.carousel_widget >.arrow.right:before,
.carousel_widget .controls_container .arrow.right:before {
  content: "\e604";
}
.icon_arrow_right_on:before,
.desktop .carousel_widget >.arrow:hover.right:before,
.desktop .carousel_widget .controls_container .arrow:hover.right:before {
  content: "\e605";
}
.icon_arrow_up:before {
  content: "\e606";
}
.icon_arrow_up_on:before {
  content: "\e607";
}
.icon_twitter:before {
  content: "\e608";
}
.icon_facebook:before {
  content: "\e609";
}
.icon_youtube:before {
  content: "\e60a";
}
.icon_instagram:before {
  content: "\e700";
}
.icon_tumblr:before {
  content: "\e701";
}
.desktop .icon_arrow_down:hover:before {
  content: "\e601";
}
.desktop .icon_arrow_left:hover:before {
  content: "\e603";
}
.desktop .icon_arrow_right:hover:before {
  content: "\e605";
}
.desktop .icon_arrow_up:hover:before {
  content: "\e607";
}
@font-face {
  font-family: 'extra_icons';
  src: url(../css/fonts/extra_icons/extra_icons.ttf) format('truetype'), url(../css/fonts/extra_icons/extra_icons.woff) format('woff'), url(../css/fonts/extra_icons/extra_icons.svg#extra_icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
.extra_icon {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'extra_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon_calendar:before {
  content: "\e900";
}
.icon_menu:before {
  content: "\e901";
}
.icon_search:before {
  content: "\e902";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-size: 625%;
}
body {
  color: #fff;
/* Must use font-size in pixel on body for chrome bug */
  font-size: 14px;
  background: #2f2f2f;
}
.body_wrapper {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: 50% 50%;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.desktop a:hover {
  cursor: pointer;
}
h2 {
  font-size: 38px;
  font-size: 0.38rem;
}
h3 {
  font-size: 30px;
  font-size: 0.3rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: normal;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: -99999;
  transition: opacity 0.3s ease-out, z-index 0.3s step-end;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 55px;
  margin-left: -22px;
  margin-top: -23px;
}
.loading.active {
  transition: opacity 0.3s ease-out, z-index 0.3s step-start;
  z-index: 9999999999;
  opacity: 1;
}
img.over,
.desktop a:hover img.up {
  display: none;
}
img.up,
.desktop a:hover img.over {
  display: block;
}
.desktop_element {
  display: block;
}
.smartphone_element {
  display: none !important;
}
.hide {
  display: none;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clear {
  clear: both;
}
.opacity_50 {
  opacity: 0.5;
}
.text_shadow {
  text-shadow: 0 0 10px #000;
}
.box_shadow {
  -moz-box-shadow: 0 0 20px 0 #000;
  -webkit-box-shadow: 0 0 20px 0 #000;
  box-shadow: 0 0 20px 0 #000;
}
.rounded_corners {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child+html .clearfix {
  zoom: 1;
}
.center_float {
  width: 100%;
  float: left;
  clear: both;
  overflow: hidden;
}
.center_float ul {
  position: relative;
  left: 50%;
  display: block;
  float: left;
  list-style: none;
  margin: 0 auto;
}
.center_float li {
  position: relative;
  right: 50%;
  display: block;
  float: left;
}
ul.inline_left,
ul.inline_center,
ul.inline_right {
  display: block;
  list-style: none;
  letter-spacing: -4px;
  letter-spacing: -0.04rem;
}
ul.inline_left li,
ul.inline_center li,
ul.inline_right li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
ul.inline_left {
  text-align: left;
}
ul.inline_center {
  text-align: center;
}
ul.inline_right {
  text-align: right;
}
.vcenter1 {
  width: 100%;
  height: 100%;
  display: table;
}
.vcenter2 {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  html {
    font-size: 330%;
  }
  h2 {
    font-size: 60px;
    font-size: 0.6rem;
  }
  h3 {
    font-size: 34px;
    font-size: 0.34rem;
  }
  .desktop_element {
    display: none !important;
  }
  .smartphone_element {
    display: block !important;
  }
}
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}
#onetrust-pc-sdk h2 {
  font-size: 0.27rem !important;
}
.body_wrapper {
  position: relative;
  background-color: #000;
  background-size: auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.pika-single {
  z-index: 9999;
  display: none;
  position: relative;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 274px;
  width: 2.74rem;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
}
.pika-single {
  *zoom: 1;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  float: left;
  width: 100%;
  padding: 8px;
  padding-top: 0;
}
.pika-title {
  display: block;
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  table-layout: fixed;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 2px;
}
.pika-table th {
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 6px;
  text-align: center;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #098bd6;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-inrange .pika-button {
  background: #d5e9f7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
}
.is-endrange .pika-button {
  color: #fff;
  background: #3af;
}
.scrollbox {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.scrollbox >.scroll_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 0;
  padding-right: 35px;
}
.scrollbox >.scroll_container a {
  text-decoration: underline;
}
.scrollbox >.scroll_container p {
  padding-bottom: 0.2rem;
}
.scrollbox >.scrollbar {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 24px;
  cursor: pointer;
}
.scrollbox >.scrollbar >.handle {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #000;
  border: 3px solid;
  z-index: 1;
  border-radius: 300px;
}
.scrollbox >.scrollbar >.track {
  position: absolute;
  width: 1px;
  background-color: #d7d7d7;
  left: 50%;
  margin-left: -1px;
  top: 0;
  height: 100%;
  z-index: 0;
}
.scrollbox.no_scrollbar .scrollbar {
  z-index: -999;
  visibility: hidden;
}
.scrollbox.horizontal >.scroll_container {
  white-space: nowrap;
  padding-right: 0;
  padding-bottom: 35px;
  width: auto;
  min-width: 100%;
}
.scrollbox.horizontal >.scrollbar {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 24px;
}
.scrollbox.horizontal >.scrollbar >.track {
  position: absolute;
  width: 100%;
  background-color: #d7d7d7;
  left: 0;
  margin-left: 0;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  z-index: 0;
}
.desktop .scrollbox .scrollbar .handle:hover {
  background-color: #fff;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.85);
  display: none;
  z-index: 999999999;
  padding: 30px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.popup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .inner {
  position: relative;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.popup .popup_close {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.popup h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-right: 50px;
  width: 100%;
  display: block;
  word-wrap: break-word;
}
.popup .scrollbox {
  position: relative;
  width: 100%;
  height: 5rem;
}
.popup.active {
  display: block;
}
.popup.active.padding_top {
  padding-top: 1.5rem;
}
@media all and (max-width: 768px) {
  .popup {
    padding: 20px 0;
  }
  .popup .inner {
    padding: 0;
    height: 100%;
  }
  .popup .popup_close {
    right: 10px;
  }
  .popup h2 {
    padding: 0 10px;
    padding-right: 50px;
  }
  .popup .scrollbox {
    height: 100%;
    overflow: auto;
  }
  .popup .scrollbox .scrollbar {
    display: none;
  }
  .popup .scrollbox .scroll_container {
    position: relative;
    padding: 30px;
    padding: 0.3rem;
    font-size: 15px;
    top: 0 !important;
    padding-bottom: 100px;
  }
  .popup.video .inner {
    padding-top: 45px;
  }
}
.video_wrapper,
.inline_video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}
.video_wrapper .padding,
.inline_video .padding {
  padding-bottom: 56.2%;
}
.video_wrapper .js_video_id,
.inline_video .js_video_id,
.video_wrapper iframe,
.inline_video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inline_video {
  margin: 0.7%;
  width: 98.6%;
}
.inline_video.no_pad {
  margin: 0;
  width: 100%;
}
.inline_video.height_adjust {
  height: 4.5rem;
}
@media all and (max-width: 768px) {
  .video_wrapper {
    width: 100%;
  }
  .inline_video {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.date_picker_container {
  position: relative;
  padding: 0.7%;
}
.date_picker_container.active .pika-single {
  display: inline-block;
  background-color: #a7a7a7;
}
.date_picker_container.active .date_picker .center_button {
  background-color: #a7a7a7;
}
.date_picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 400px;
  width: 4rem;
}
.date_picker * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.date_picker .nav,
.date_picker .center_button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.date_picker .center_button {
  width: 274px;
  width: 2.74rem;
  font-size: 17.5px;
  font-size: 0.175rem;
  line-height: 63px;
  line-height: 0.63rem;
  z-index: 0;
}
.date_picker .nav {
  width: 63px;
  width: 0.63rem;
  height: 63px;
  height: 0.63rem;
  font-size: 35px;
  font-size: 0.35rem;
  border: solid 1px transparent;
  z-index: 1;
}
.date_picker .nav.left {
  border-right-color: #fff;
}
.date_picker .nav.right {
  border-left-color: #fff;
}
.date_picker .nav .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel_widget.upcoming_block {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.carousel_widget.upcoming_block .carousel_item .name {
  font-size: 30px;
  font-size: 0.3rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.carousel_widget.upcoming_block .controls_container {
  bottom: 30px;
}
.tv_guide_container {
  padding: 0.7%;
  width: 66.65%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding-bottom: 30px;
}
.guide_container {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #a7a7a7;
  width: 100%;
}
.guide {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  overflow: visible;
  background-color: #eee;
/* 4 hours per section */
  height: 600px;
  height: 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.guide * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.guide > .time,
.guide .shows {
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  position: relative;
}
.guide > .time > span,
.guide .shows > span {
  position: relative;
  display: block;
  font-size: 17px;
  font-size: 0.17rem;
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
  white-space: normal;
}
.guide > .time > span {
  border-bottom: 1px solid #fff;
}
.guide .click_activator {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/transparent.png);
  background-repeat: repeat;
}
.guide > .time {
  width: 13%;
}
.guide > .time > span {
  border-right: 1px solid #a7a7a7;
  line-height: 150px;
  line-height: 1.5rem;
  height: 150px;
  height: 1.5rem;
  text-align: center;
}
.guide > .time > span:last-child {
  border-bottom: 1px solid #fff;
}
.guide .shows {
  width: 87%;
}
.guide .shows > span {
  background-color: #fff;
  padding-left: 10px;
  padding-left: 0.1rem;
  padding-right: 10px;
  padding-right: 0.1rem;
  padding-top: 3px;
  overflow: hidden;
}
.guide .shows > span:nth-child(even) {
  background: #eee;
}
.guide .shows .name {
  color: #000;
  width: 100%;
  display: block;
  padding-right: 200px;
}
.guide .shows .time {
  color: #969696;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 20px;
  width: 180px;
  text-align: right;
}
.guide .shows .duplicate_entry {
  visibility: hidden;
}
.guide .current_time {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 2px solid #000;
  display: none;
  z-index: 2;
}
.guide .current_time .arrow {
  width: 14px;
  width: 0.14rem;
  height: 20px;
  height: 0.2rem;
  background-image: url(../images/guide_current_arrow.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: -10px 0 0 0;
  margin: -0.1rem 0 0 0;
}
.guide .current_time.active {
  display: block;
}
.guide_tooltip {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 19px;
  left: 0.19rem;
  width: 450px;
  background: #a7a7a7;
  padding: 20px;
  padding: 0.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  margin: -1px 0 0 0;
  margin-left: 0.16rem;
  display: block;
  opacity: 0;
  z-index: -9999999;
}
.guide_tooltip .arrow {
  right: 100%;
  top: 0;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #000;
  border-width: 0.16rem;
  border-right-color: #a7a7a7;
}
.guide_tooltip .row .title {
  display: inline-block;
  width: 90%;
  color: #fff;
  line-height: 100%;
  padding-bottom: 5px;
  padding-bottom: 0.05rem;
  font-size: 28px;
  font-size: 0.28rem;
}
.guide_tooltip .row .cert {
  vertical-align: top;
  display: inline-block;
  width: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  height: 0.4rem;
}
.guide_tooltip .row .cert.cert_10 {
  background-image: url(../images/cert_10.png);
}
.guide_tooltip .row .cert.cert_12 {
  background-image: url(../images/cert_12.png);
}
.guide_tooltip .row .cert.cert_16 {
  background-image: url(../images/cert_16.png);
}
.guide_tooltip .row .cert.cert_18 {
  background-image: url(../images/cert_18.png);
}
.guide_tooltip .episode_title {
  color: #fff;
  line-height: 100%;
  padding-bottom: 5px;
  padding-bottom: 0.05rem;
  font-size: 20px;
  font-size: 0.2rem;
}
.guide_tooltip .time {
  color: #fff;
  line-height: 100%;
  padding-bottom: 16px;
  font-size: 20px;
  font-size: 0.2rem;
}
.guide_tooltip .image {
  margin-bottom: 16px;
  display: block;
  width: 140px;
  width: 1.4rem;
  border-width: 1px;
  border-style: solid;
}
.guide_tooltip .image.hide {
  display: none;
}
.guide_tooltip .btn,
.guide_tooltip .cal_btn {
  display: inline-block;
  padding: 12px;
  padding: 0.12rem;
  margin-top: 10px;
  vertical-align: bottom;
  line-height: 1;
  font-size: 24px;
  font-size: 0.24rem;
  margin-right: 6px;
}
.guide_tooltip .btn.hide,
.guide_tooltip .cal_btn.hide {
  display: none;
}
.guide_tooltip .synopsis {
  color: #fff;
  padding-bottom: 10px;
  display: block;
  padding-right: 100px;
}
.guide_tooltip .synopsis .title {
  display: block;
}
.guide_tooltip .synopsis .copy {
  display: block;
}
.guide_tooltip .synopsis.hide {
  display: none;
}
.guide_tooltip.reverse .arrow {
  top: auto;
  bottom: 0;
}
.guide_tooltip.active {
  opacity: 1;
  z-index: 9999;
}
.desktop .guide .shows .tooltip .btn:hover {
  border-color: #fff;
}
.pika-label {
  background-color: transparent;
}
@media (max-width: 1023px) {
  .content.tv_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .date_picker_container {
    padding: 0%;
    margin-bottom: 8px;
  }
  .date_picker {
    width: 100%;
  }
  .date_picker .nav {
    width: 106px;
    width: 1.06rem;
    height: 106px;
    height: 1.06rem;
  }
  .date_picker .center_button {
    width: 100%;
    margin: 0 -106px;
    margin: 0 -1.06rem;
    font-size: 26px;
    font-size: 0.26rem;
    line-height: 106px;
    line-height: 1.06rem;
  }
  .tv_guide_container {
    padding: 0%;
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .carousel_widget.upcoming_block {
    width: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0;
    margin-bottom: 4%;
  }
  .carousel_widget.upcoming_block .controls_container {
    bottom: 5px;
  }
  .guide > .time {
    width: 19%;
  }
  .guide > .shows {
    width: 81%;
  }
  .guide > .time > span,
  .guide .shows > span {
    font-size: 26px;
    font-size: 0.26rem;
  }
  .guide .shows .name {
    padding-right: 114px;
  }
  .guide .shows .time {
    width: 100px;
    right: 6px;
  }
  .pika-single {
    width: 100%;
  }
  .guide_tooltip {
    width: 440px;
    width: 4.4rem;
  }
  .guide_tooltip .row .title {
    font-size: 24px;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .guide_tooltip .time {
    font-size: 24px;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .guide_tooltip .btn {
    font-size: 24px;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .guide_tooltip .cal_btn {
    font-size: 24px;
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .guide_tooltip .synopsis {
    padding-right: 0;
  }
}
.cookie_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  padding: 6px;
  background-color: #262626;
  color: #fff;
  text-align: center;
  -webkit-transform: rotateX(91deg); /* Chrome, Safari, Opera */
  -webkit-transform-origin: 50% 100%; /* Chrome, Safari, Opera */
  transform: rotateX(91deg);
  transform-origin: 0% 100%;
  transition: transform 0.5s ease-out, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.4s;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  opacity: 0;
  color: #7b7b7b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 0.1rem;
}
.cookie_bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cookie_bar .cookie_title {
  color: #fff;
  font-size: 14px;
  font-size: 0.14rem;
}
.cookie_bar .c_button {
  color: #000;
  background-color: #fff;
  padding: 5px 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  margin: 4px;
}
.cookie_bar .info_section {
  display: none;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.cookie_bar .info_section .popup-text,
.cookie_bar .info_section .popup-buttons {
  display: inline-block;
  vertical-align: middle;
}
.cookie_bar .info_section .popup-buttons {
  text-align: right;
  width: 40%;
}
.cookie_bar .info_section .popup-text {
  padding-right: 10px;
  text-align: left;
  width: 60%;
}
.cookie_bar .info_section.active {
  display: table;
}
.cookie_bar.active {
  -webkit-transform: rotateX(0deg); /* Chrome, Safari, Opera */
  transform: rotateX(0deg);
  opacity: 1;
}
.desktop .cookie_bar .c_button:hover {
  background-color: #eee;
}
@media (max-width: 768px) {
  .cookie_bar {
    font-size: 18px;
    font-size: 0.18rem;
  }
  .cookie_bar .cookie_title {
    font-size: 22px;
    font-size: 0.22rem;
  }
  .cookie_bar .info_section .popup-text,
  .cookie_bar .info_section .popup-buttons {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0.6;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
/* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
/* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0.6;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
/* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
/* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
/* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
/* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
/* there must be 'right' for ps__thumb-y */
  right: 2px;
/* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.top_bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  height: 0.1rem;
  z-index: 2;
}
header {
  position: relative;
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto;
  z-index: 99999;
  display: flex;
}
.logo,
nav,
.social_and_search {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.logo {
  width: 108px;
  padding-top: 0;
}
.logo .up {
  display: block;
}
.logo .over {
  display: none;
}
.logo.active .up {
  display: none;
}
.logo.active .over {
  display: block;
}
.social_and_search {
  width: 217px;
  padding-top: 36px;
}
nav {
  text-align: right;
  width: -webkit-calc(100% - 325px);
  width: calc(100% - 325px);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-size: 0.16rem;
  text-transform: uppercase;
  padding-top: 33px;
  z-index: 999;
}
nav a {
  margin: 5px 10px;
  position: relative;
  display: inline-block;
}
nav a .arrow {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  display: none;
  border-bottom: 1px solid #fff;
}
nav a .arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 0.07rem;
  margin-left: -0.07rem;
}
nav a.active .arrow {
  display: block;
}
nav .close_btn {
  display: none;
  position: absolute;
  top: 28px;
  left: 18px;
  width: 24px;
  height: 24px;
}
.wide_logo .logo {
  width: 250px;
  padding-top: 33px;
}
.wide_logo nav {
  width: -webkit-calc(100% - 467px);
  width: calc(100% - 467px);
}
.navitem_wrapper {
  position: relative;
  display: inline-block;
}
.social {
  padding: 4px;
  text-align: right;
  font-size: 23px;
  line-height: 1;
}
.social img {
  display: inline-block;
  max-width: 22px;
}
.social.mobile_only {
  display: none;
}
.social a {
  display: inline-block;
}
.nav_search {
  border: 1px solid #fff;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  position: relative;
}
.nav_search form {
  display: block;
  width: 100%;
  position: relative;
}
.nav_search input {
  border: none;
}
.nav_search input[name="search"] {
  font-size: 12px;
  font-size: 0.12rem;
  width: 100%;
  border: none;
  padding: 7px;
  padding-right: 34px;
  display: inline-block;
  vertical-align: middle;
}
.nav_search input[name="search"]:focus {
  outline: none;
}
.nav_search .search_button {
  margin-left: 2px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-family: 'extra_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  font-size: 0.3rem;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav_search .search_autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  display: none;
  background-color: #fff;
}
.nav_search .search_autocomplete .autocomplete_result {
  padding: 7px;
  position: relative;
  width: 100%;
  display: block;
  color: #000;
  outline: 1px solid #fff;
  margin-bottom: 1px;
}
.nav_search .search_autocomplete.active {
  display: block;
}
.extra_icon {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'extra_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.mobile_nav_button {
  display: none;
  font-size: 36px;
  z-index: 999;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-width: 0;
  border-style: solid;
  border: none !important;
  border-radius: 300px;
  padding: 4px;
/* color:#ffffff !important; */
}
.mobile_nav_button.menu_toggle {
  right: auto;
  left: 10px;
}
.btn_nav_close {
  position: absolute;
  left: 18px;
  width: 23px;
  top: 27px;
  cursor: pointer;
  display: none;
  z-index: 2;
}
@media (max-width: 767px) {
  nav input[name="search"],
  .nav_search input[name="search"] {
    font-size: 30px;
    font-size: 0.3rem;
  }
  nav .search_button,
  .nav_search .search_button {
    font-size: 70px;
    font-size: 0.7rem;
  }
  nav {
    font-size: 28px;
    font-size: 0.28rem;
  }
}
@media (max-width: 1023px) {
  .top_bar {
    height: 5px;
  }
  .btn_nav_close {
    display: block;
  }
  header {
    padding: 4px 0px;
    text-align: center;
    display: block;
/* 
		background-image:url($image_path+'mobile_header.jpg');
		background-size: cover;
		background-position: center top; */
  }
  .social {
    text-align: left;
    display: none;
    padding: 4px 0;
    position: relative;
    padding-top: 40px;
  }
  .social.mobile_only {
    display: block;
  }
  .social.mobile_only:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    width: 40px;
    background-color: #fff;
  }
  .social a {
    width: auto;
    margin-right: 8px;
  }
  nav {
    padding: 0;
    padding-left: 86px;
    padding-right: 60px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
    font-size: 12px;
  }
  nav a {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  nav a .arrow {
    display: none !important;
  }
  nav .close_btn {
    display: block;
  }
  .navitem_wrapper {
    padding: 10px 0;
    margin-right: 10px;
  }
  .social_and_search {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding-top: 0;
  }
  .nav_search {
    padding: 10px;
    padding-top: 70px;
    position: relative !important;
    border-color: transparent;
    border: 0;
  }
  .nav_search input {
    height: 60px;
  }
  .nav_search input[name="search"] {
    padding-right: 50px;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
  }
  .nav_search .search_button {
    color: #fff;
  }
  .nav_search,
  nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0;
    left: 0;
    background-color: #1e1e1e;
    color: #fff;
  }
  .nav_search .theme_clr,
  nav .theme_clr,
  .nav_search .theme_clr.active,
  nav .theme_clr.active,
  .nav_search a.theme_clr:hover,
  nav a.theme_clr:hover {
    color: #fff;
  }
  nav,
  .social_and_search {
    z-index: 9999;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  nav.active,
  .social_and_search.active {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .mobile_nav_button {
    display: inline-block;
  }
  .logo {
    width: 80px;
    padding: 0;
    padding-top: 10px;
    margin-left: 0;
  }
  .wide_logo .logo {
    width: 170px;
    padding-top: 10px;
    padding-bottom: 3px;
  }
  .wide_logo nav {
    width: 100%;
  }
}
.promo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 40px;
  padding-bottom: 10px;
  padding-bottom: 0.1rem;
  margin: 0 auto;
}
.promo .banner {
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
}
.promo .banner img {
  width: auto;
  max-width: 100%;
}
.promo .top {
  margin: 10px 0 10px auto;
}
.promo .lhs {
  width: 65%;
}
.promo .rhs {
  width: 35%;
}
.promo .rhs .banner .overlay {
  position: absolute;
  top: 0;
  left: 45.5%;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
.promo .rhs .banner .title {
  display: block;
  font-size: 20px;
  font-size: 0.2rem;
  padding: 0 19px;
  padding: 0 0.19rem;
  padding-bottom: 2px;
  line-height: 1;
}
.promo .rhs .banner .info {
  display: block;
  padding: 0 20px;
  padding: 0 0.2rem;
}
.promo strong {
  line-height: 1;
}
@media (max-width: 1023px) {
  .promo {
    padding: 0;
  }
  .promo .lhs {
    display: none;
  }
  .promo .rhs {
    width: 100%;
    text-align: left;
  }
  .promo .rhs .banner {
    margin: 0;
  }
}
.banner {
  width: 100%;
  margin: 0 0 22px 0;
  margin: 0 0 0.22rem;
}
.banner.promo_spot {
  position: relative;
  width: 100%;
}
.banner.promo_spot .overlay {
  position: absolute;
  top: 0;
  left: 45.5%;
  right: 0;
  bottom: 0;
  display: block;
}
.banner.promo_spot .title {
  display: block;
  font-size: 38px;
  font-size: 0.38rem;
  padding: 0 30px;
  padding: 0 0.3rem;
}
.banner.promo_spot .info {
  display: block;
  font-size: 22px;
  font-size: 0.22rem;
  padding: 0 30px;
  padding: 0 0.3rem;
}
footer {
  height: 84px;
  height: 0.84rem;
  background: #2f2f2f;
  padding-top: 0.06rem;
  position: relative;
  z-index: 99;
  -webkit-perspective: 500px;
  perspective: 500px;
}
footer .vcenter1 {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 63px;
  padding-left: 0.63rem;
  padding-right: 63px;
  padding-right: 0.63rem;
}
footer ul {
  display: block;
}
footer .inline_center li {
  vertical-align: middle;
}
footer .links {
  width: 31%;
  text-align: left;
  padding: 0 0 0 7px;
  padding: 0 0 0 0.07rem;
}
footer .links .delimiter {
  display: inline-block;
  padding: 0 7px;
  padding: 0 0.07rem;
}
footer .links .delimiter:last-child {
  display: none;
}
footer .logos {
  width: 35%;
}
footer .logos ul {
  display: inline-block;
  white-space: nowrap;
}
footer .logos ul li {
  padding: 0 7px;
  padding: 0 0.07rem;
  max-width: 100px;
  max-width: 1rem;
}
footer .logos .sky {
  width: 53px;
  width: 0.53rem;
}
footer .logos .tmobile {
  width: 63px;
  width: 0.63rem;
}
footer .logos .upc,
footer .logos .unity {
  width: 110px;
  width: 1.1rem;
}
footer .logos .kabel {
  width: 129px;
  width: 1.29rem;
}
.desktop footer a:hover {
  color: #fff;
}
footer ul li.logos ul li,
footer ul li.copyright {
  width: 22%;
  font-size: 10px;
  font-size: 0.1rem;
  text-align: right;
  padding: 0 0 0 10px;
  padding: 0 0 0 0.1rem;
}
footer ul li.turner {
  width: 9%;
  padding: 0 0 0 13px;
  padding: 0 0 0 0.13rem;
}
.share_area {
  width: 100%;
  position: relative;
  text-align: right;
  padding: 0 40px;
  padding-bottom: 20px;
}
[data-share="facebook"],
[data-share="twitter"] {
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin: 4px;
  font-size: 14px;
  line-height: 1;
}
[data-share="facebook"] .icon,
[data-share="twitter"] .icon {
  vertical-align: middle;
  margin-right: 4px;
}
[data-share="facebook"] {
  background-color: #3b5999;
}
[data-share="twitter"] {
  background-color: #55acee;
}
.desktop [data-share="facebook"]:hover {
  background-color: #496fbf;
}
.desktop [data-share="twitter"]:hover {
  background-color: #73c3ff;
}
@media (max-width: 768px) {
  .share_area {
    text-align: center;
  }
  [data-share="facebook"],
  [data-share="twitter"] {
    font-size: 16px;
    line-height: 1;
  }
  footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    padding: 0 20px 20px 20px;
    padding: 0 0.2rem 0.2rem 0.2rem;
  }
  footer ul li.links {
    width: 100%;
    font-size: 24px;
    font-size: 0.24rem;
    text-align: center;
    padding: 10px 0;
    padding: 0.1rem 0;
  }
  footer ul li.links a {
    display: inline-block;
    padding: 10px 0;
    padding: 0.1rem 0;
  }
  footer ul li.links .delimiter {
    padding: 0 10px;
    padding: 0 0.1rem;
  }
  footer ul li.links .delimiter:last-child {
    display: none;
  }
  footer ul li.logos {
    width: 100%;
  }
  footer ul li.logos ul {
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center;
    padding: 0 0 20px 0;
    padding: 0 0 0.2rem 0;
  }
  footer ul li.logos ul li {
    padding: 0 25px;
    padding: 0 0.25rem;
  }
  footer ul li.logos ul li.sky {
    width: 78px;
    width: 0.78rem;
  }
  footer ul li.logos ul li.tmobile {
    width: 86px;
    width: 0.86rem;
  }
  footer ul li.logos ul li.unity {
    width: 162px;
    width: 1.62rem;
  }
  footer ul li.logos ul li.upc {
    width: 164px;
    width: 1.64rem;
  }
  footer ul li.logos ul li.kabel {
    width: 200px;
    width: 2rem;
  }
  footer ul li.copyright {
    width: 62.5%;
    font-size: 14px;
    font-size: 0.14rem;
    padding: 0;
  }
  footer ul li.turner {
    width: 180px;
    width: 1.8rem;
    padding: 0 0 0 20px;
    padding: 0 0 0 0.2rem;
  }
}
.landing {
  padding: 80px 0;
  padding: 0.8rem 0;
}
.channel_selection {
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.channel_selection .item {
  overflow: hidden;
  position: relative;
  width: 31.33%;
  margin: 0 1%;
  display: inline-block;
  vertical-align: middle;
  z-index: 0;
}
.channel_selection .item .padding {
  padding-bottom: 189%;
  height: 0;
}
.channel_selection .item .bg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 0;
  position: absolute;
  top: 23%;
  left: -80%;
  width: 260%;
  height: auto;
}
.channel_selection .item .logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  margin-top: -44%;
  margin-left: -40%;
}
.channel_selection .item.block_images .desktop_only {
  display: block;
  width: 100%;
}
.channel_selection .item.block_images .mobile_only {
  display: none;
  width: 100%;
}
.desktop .channel_selection .item {
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}
.desktop .channel_selection .item:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  z-index: 2;
}
@media (max-width: 768px) {
  .landing {
    padding: 20px 0 0;
    padding: 0.2rem 0 0;
  }
  .channel_selection {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .channel_selection .item {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    margin-bottom: 4%;
    display: inline-block;
    vertical-align: middle;
    z-index: 0;
  }
  .channel_selection .item .padding {
    padding-bottom: 55%;
    height: 0;
  }
  .channel_selection .item.block_images .desktop_only {
    display: none;
  }
  .channel_selection .item.block_images .mobile_only {
    display: block;
  }
  .channel_selection .item .bg {
    -webkit-transform: none;
    transform: none;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
  }
  .channel_selection .item .logo {
    width: 36%;
    margin-top: -21%;
    margin-left: -18%;
  }
}
.content .column {
  width: 33.32%;
  position: relative;
  padding: 0.7%;
}
.content .column.w1240 {
  width: 100%;
}
.content .column.w800 {
  width: 66.65%;
}
.content .column.w400 .short:first-child {
  margin-bottom: 4%;
}
.content .column .bg_image {
  height: 0;
  height: 450px;
  height: 4.5rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.content .column .vcenter {
  background-position: center;
}
.carousel_widget {
  padding: 0.7%;
}
.carousel_widget .carousel_item .name {
  font-size: 46px;
  font-size: 0.46rem;
  margin-bottom: 10px;
}
.carousel_widget .carousel_item .info {
  font-size: 16px;
  font-size: 0.16rem;
}
.carousel_widget .carousel_item .name,
.carousel_widget .carousel_item .info {
  width: 100%;
  padding-right: 100px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.carousel_widget .carousel_item.active .name,
.carousel_widget .carousel_item.active .info {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
  opacity: 1;
}
.carousel_widget .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
}
.carousel_widget >.arrow,
.carousel_widget .controls_container .arrow {
  cursor: pointer;
  font-size: 32px;
  font-size: 0.32rem;
  width: 33px;
}
.carousel_widget .controls_container {
  bottom: 20px;
  right: 20px;
  color: #fff;
}
.carousel_widget .controls_container .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.carousel_widget .mobile_only {
  display: none;
}
.carousel_widget .desktop_only {
  display: block;
}
.overlay {
  color: #fff;
}
.programme {
  position: relative;
  width: 100%;
}
.programme >a {
  display: block;
}
.programme .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px;
  padding: 0 0.14rem;
  padding-top: 0;
  height: 86px;
  height: 0.86rem;
  overflow: hidden;
}
.programme .overlay--social-hero {
  position: relative;
}
.programme .overlay .arrow {
  position: absolute;
  right: 18px;
  right: 0.18rem;
  cursor: pointer;
  top: 23px;
  top: 0.23rem;
  font-size: 36px;
  font-size: 0.36rem;
}
.programme .overlay .info {
  white-space: normal;
  min-height: 56px;
  min-height: 0.56rem;
  padding-bottom: 11px;
  padding-bottom: 0.11rem;
}
.programme .overlay .name {
  white-space: normal;
  height: 86px;
  height: 0.86rem;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 0.5rem;
}
.programme .overlay.active {
  height: auto;
  max-height: 100%;
}
.programme.w1240 .overlay .name,
.programme.w1240 .overlay .info {
  padding-right: 520px;
  padding-right: 5.2rem;
}
.programme.w1240 .overlay .name {
  font-size: 38px;
  font-size: 0.38rem;
}
.programme.w1240 .overlay.active {
  min-height: 176px;
  min-height: 1.76rem;
}
.programme.w1240 .overlay.active .video .media {
  position: absolute;
  top: 31px;
  top: 0.31rem;
  right: 278px;
  right: 2.78rem;
  width: 224px;
  width: 2.24rem;
}
.programme.w1240 .overlay.active .video .copy {
  position: absolute;
  top: 30px;
  top: 0.3rem;
  right: 92px;
  right: 0.92rem;
  width: 165px;
  width: 1.65rem;
}
.programme.w400 .cta_image {
  height: 0;
  width: 100%;
  padding-bottom: 119%;
  background-size: cover;
  background-position: top center;
}
.programme.w400.short .overlay {
  height: 50px;
  height: 0.5rem;
}
.programme.w400.short .overlay .name {
  font-size: 24px;
  font-size: 0.24rem;
  height: 50px;
  height: 0.5rem;
}
.programme.w400.short .overlay .arrow {
  top: 8px;
  top: 0.08rem;
}
.programme.w400.short .overlay.active {
  height: auto;
  max-height: 230px;
  max-height: 2.3rem;
}
.programme.w400.short .overlay.active .video {
  padding: 0 0 20px 0;
  padding: 0 0 0.2rem 0;
}
.programme.w400.short .overlay.active .video .media {
  width: 176px;
  width: 1.76rem;
  display: inline-block;
  vertical-align: top;
}
.programme.w400.short .overlay.active .video .copy {
  width: 165px;
  width: 1.65rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 18px;
  padding: 0 0 0 0.18rem;
}
.programme.w400.tall .overlay .name {
  font-size: 26px;
  font-size: 0.26rem;
}
.programme.w400.tall .overlay.active .video {
  padding: 0 0 27px 0;
  padding: 0 0 0.27rem 0;
}
.programme.w400.tall .overlay.active .video .media {
  width: 176px;
  width: 1.76rem;
  display: inline-block;
  vertical-align: top;
}
.programme.w400.tall .overlay.active .video .copy {
  width: 165px;
  width: 1.65rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 18px;
  padding: 0 0 0 0.18rem;
}
.programme .overlay .info,
.programme .overlay .video,
.programme .overlay.active .arrow.up,
.programme .overlay .arrow.down,
.programme .overlay .arrow img.over,
.desktop .programme .overlay .arrow:hover img.up {
  display: none;
}
.programme .overlay.active .info,
.programme .overlay.active .video,
.programme .overlay .arrow.up,
.programme .overlay.active .arrow.down,
.programme .overlay .arrow img.up,
.desktop .programme .overlay .arrow:hover img.over {
  display: inline-block;
}
@media (max-width: 1024px) {
  .content .column {
    width: 49.9%;
    position: relative;
    padding: 0.7%;
  }
  .content .column.w800 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content .column {
    width: 100%;
    position: relative;
    padding: 0%;
  }
  .carousel_widget {
    padding: 0%;
    margin-bottom: 4%;
  }
  .carousel_widget .mobile_only {
    display: block;
  }
  .carousel_widget .desktop_only {
    display: none;
  }
  .carousel_widget .carousel_item .name {
    font-size: 30px;
    font-size: 0.3rem;
    margin-bottom: 2px;
  }
  .carousel_widget .carousel_item .info {
    font-size: 20px;
    font-size: 0.2rem;
  }
  .carousel_widget .carousel_item .name,
  .carousel_widget .carousel_item .info {
    padding-right: 0;
    width: 80%;
  }
  .carousel_widget .overlay {
    padding: 6px 16px;
  }
  .carousel_widget .controls_container {
    bottom: 12px;
  }
  .carousel_widget .controls_container .arrow {
    text-align: right;
    margin-left: 2px;
    font-size: 40px;
    font-size: 0.4rem;
  }
  .programme {
    margin-bottom: 4%;
  }
  .programme .overlay {
    height: 100px;
    height: 1rem;
  }
  .programme .overlay .info {
    font-size: 28px;
    font-size: 0.28rem;
    padding: 0 0 22px;
    padding: 0 0 0.22rem;
  }
  .programme .overlay .arrow {
    position: absolute;
    right: 30px;
    right: 0.3rem;
    top: 22px;
    top: 0.22rem;
    width: 54px;
    width: 0.54rem;
    font-size: 60px;
    font-size: 0.6rem;
  }
  .programme .overlay .name {
    height: 100px;
    height: 1rem;
    font-size: 24px;
    font-size: 0.24rem;
    padding: 0 0 5px 0;
    padding: 0 0 0.05rem 0;
    padding-right: 100px;
    padding-right: 1rem;
    width: 100%;
  }
  .programme .overlay .video {
    display: none !important;
  }
  .programme.w1240.short .overlay,
  .programme.w400.short .overlay {
    height: 100px;
    height: 1rem;
  }
  .programme.w1240.short .overlay .name,
  .programme.w400.short .overlay .name {
    height: 100px;
    height: 1rem;
    font-size: 24px;
    font-size: 0.24rem;
  }
  .programme.w1240.short .overlay .arrow,
  .programme.w400.short .overlay .arrow {
    top: 22px;
    top: 0.22rem;
  }
  .programme.w1240 .overlay .info,
  .programme.w400 .overlay .info {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .content .column {
    width: 33.32%;
  }
  .content .column.w800 {
    width: 66.65%;
  }
}
.showmore {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
}
.showmore .button {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  padding: 12px 12px;
  text-align: center;
  font-size: 23px;
  font-size: 0.23rem;
  cursor: pointer;
}
.tabs_placeholder {
  display: block;
  width: 100%;
  min-height: 81px;
  min-height: 0.81rem;
  z-index: 10000;
}
.tabs {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  display: -ie-flex;
}
.tabs * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs a {
  width: 100%;
  margin: 0 20px 0 0;
  margin: 0 0.2rem 0 0;
  display: inline-block;
  font-size: 17px;
  font-size: 0.17rem;
  padding: 20px 0 20px 20px;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.tabs a:last-child {
  margin: 0;
}
.tabs .selected {
  width: 100%;
  position: relative;
  padding-right: 19%;
}
.tabs .selected .arrow {
  position: absolute;
  top: 60%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 4%;
  width: auto;
  height: 86%;
  text-align: right;
  padding-right: 4px;
  font-size: 60px;
  font-size: 0.6rem;
}
.tabs .selected .arrow img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.tabs .selected .arrow img.over {
  display: none;
}
.tabs .dropdown {
  display: flex;
  position: relative;
  width: 100%;
  visibility: visible;
  z-index: 1;
}
.tabs.center a {
  text-align: center;
  padding: 20px 2px;
  padding: 0.2rem 0.02rem;
}
.tabs .genre_select {
  position: absolute;
  z-index: 90;
  width: 100%;
  left: 0;
  top: 73px;
}
.tabs .genre_select__wrapper {
  position: relative;
}
.tabs .genre_select span {
  display: block;
  width: 100%;
  padding: 10px;
  padding-right: 0;
  background-color: rgba(11,21,39,0.7);
  color: #fff;
  cursor: pointer;
}
.tabs .genre_select span.selectedOption {
  background-color: #00d1ff;
}
@media (min-width: 1024px) {
  .tabs .dropdown {
    overflow: visible;
    max-height: none;
  }
}
.tabs .genre_select--hidden {
  display: none;
}
.tabs .genre_select--show {
  display: block;
}
.desktop .tabs a {
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.desktop .selected:hover .arrow .over {
  display: inline-block;
}
@media (min-width: 769px) {
  .tabs .dropdown {
    background-color: transparent;
    border-color: transparent;
  }
  .tabs a {
    border-width: 1px;
    border-style: solid;
    color: #fff;
  }
  .tabs a.active {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .tabs {
    display: block;
    margin-bottom: 20px;
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .tabs a {
    width: 100%;
    margin: 0;
    display: block;
    font-size: 26px;
    font-size: 0.26rem;
  }
  .tabs .dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2;
    padding: 0;
  }
  .tabs .dropdown a {
    background-color: transparent;
  }
  .tabs.active .dropdown {
    display: block;
    max-height: 400px;
  }
  .tabs.active .selected {
    visibility: hidden;
  }
  .tabs.active .genre_select {
    position: relative;
    top: 0;
  }
}
.tabs .catchup-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tabs .catchup-nav > a {
  width: 10%;
}
@media (max-width: 768px) {
  .tabs .catchup-nav {
    display: block;
  }
  .tabs .catchup-nav > a {
    width: 100%;
  }
}
.catchup-content {
  white-space: nowrap;
}
.catchup-block {
  position: relative;
  cursor: pointer;
  height: 200px;
  height: 2rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.catchup-block * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.catchup-block .overlay .info {
  min-height: auto;
}
.player_wrapper {
  text-align: center;
}
.player_wrapper .ssmp-wrapper {
  margin: auto;
}
@media (max-width: 768px) {
  .catchup-block {
    height: auto;
  }
}
.copy_box {
  padding: 18px 0;
}
.copy_box,
.editorial_box {
  position: relative;
  width: 100%;
  height: 450px;
  height: 4.5rem;
  color: #000;
  white-space: normal;
  background: #fff;
}
.copy_box iframe,
.editorial_box iframe {
  max-height: 100%;
}
.copy_box.video_info,
.editorial_box.video_info {
  padding-top: 115%;
  height: auto;
}
.copy_box.video_info .vs_container,
.editorial_box.video_info .vs_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
}
.copy_box.info,
.editorial_box.info {
  background-color: #e5e3e3;
  color: #000;
}
.copy_box.info .info_content h2,
.editorial_box.info .info_content h2,
.copy_box.info .info_content h3,
.editorial_box.info .info_content h3,
.copy_box.info .info_content h4,
.editorial_box.info .info_content h4,
.copy_box.info .info_content h5,
.editorial_box.info .info_content h5,
.copy_box.info .info_content h6,
.editorial_box.info .info_content h6 {
  padding: 5px 0;
  padding: 0.05rem 0;
}
.copy_box.info .info_content .date,
.editorial_box.info .info_content .date {
  font-size: 17px;
  font-size: 0.17rem;
  padding-top: 0;
}
.copy_box.info .info_content .bullets,
.editorial_box.info .info_content .bullets {
  padding: 8px 0 20px;
  padding: 0.08rem 0 0.2rem;
  margin: 0 0 0 15px;
  margin: 0 0 0 0.15rem;
}
.copy_box.info .info_content .bullets li,
.editorial_box.info .info_content .bullets li {
  display: list-item;
  list-style-type: disc;
}
.copy_box.info .mCS_no_scrollbar .info_content,
.editorial_box.info .mCS_no_scrollbar .info_content {
  padding: 18px;
  padding: 0.18rem;
}
.copy_box.info .mCS_no_scrollbar img,
.editorial_box.info .mCS_no_scrollbar img {
  width: 95%;
}
.copy_box.series,
.editorial_box.series {
  color: #969696;
  padding: 62px 0 0 0;
  padding: 0.62rem 0 0 0;
}
.copy_box .select_menu.active .dropdown,
.editorial_box .select_menu.active .dropdown {
  box-shadow: none;
  background-color: #000;
}
.editorial_box {
  height: auto;
}
.editorial_box.info .info_content {
  padding: 20px;
}
.dropdown {
  z-index: -9999;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  visibility: hidden;
  margin: 0;
  max-height: 200px;
  overflow: auto;
  background-color: #e5e3e3;
  background-color: rgba(229,227,227,0.9);
}
.select_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  height: 60px;
  height: 0.6rem;
  color: #fff;
  font-size: 22px;
  font-size: 0.22rem;
}
.select_menu .dropdown {
  border-width: 1px;
  border-style: solid;
  z-index: -99999;
  visibility: hidden;
}
.select_menu .dropdown ul {
  display: block;
  list-style: none;
}
.select_menu .dropdown li {
  display: block;
}
.select_menu .dropdown li a {
  display: block;
  padding: 10px 20px;
  padding: 0.1rem 0.2rem;
  border-top: none;
  word-break: break-word;
  font-size: 14px;
}
.select_menu .dropdown li:first-child a {
  border-top: none;
}
.select_menu.active {
  border-color: #fff;
}
.select_menu.active .dropdown {
  z-index: 3;
  visibility: visible;
  box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.3);
}
.select_menu:hover {
  border-color: #fff;
}
.select_menu .selected {
  height: 100%;
  padding: 0 20px;
  padding: 0 0.2rem;
}
.select_menu .arrow {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  width: 65px;
  width: 0.65rem;
  text-align: center;
  font-size: 26px;
  font-size: 0.26rem;
  line-height: 70px;
  line-height: 0.7rem;
}
.series_content {
  padding: 18px 0 0 22px;
  padding: 0.18rem 0 0 0.22rem;
  display: none;
}
.series_content h3 {
  padding: 0 0 8px;
  padding: 0 0 0.08rem;
}
.series_content .bullets {
  margin: 0 0 20px 15px;
  margin: 0 0 0.2rem 0.15rem;
}
.series_content .bullets li {
  display: list-item;
  list-style-type: disc;
}
.series_content .video {
  padding: 0 0 27px 0;
  padding: 0 0 0.27rem 0;
}
.series_content .video .copy {
  width: 123px;
  width: 1.23rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 18px;
  padding: 0 0 0 0.18rem;
}
.series_content.active {
  display: block;
}
@media (max-width: 768px) {
  .copy_box,
  .editorial_box {
    width: 100%;
    height: auto;
    margin: 0 0 22px 0;
    margin: 0 0 0.22rem;
  }
  .copy_box.video_info,
  .editorial_box.video_info {
    padding-top: 40%;
  }
  .copy_box.info .info_content,
  .editorial_box.info .info_content {
    padding: 20px 30px;
    padding: 0.2rem 0.3rem;
  }
  .copy_box.info h2,
  .editorial_box.info h2,
  .copy_box.info h3,
  .editorial_box.info h3,
  .copy_box.info h4,
  .editorial_box.info h4,
  .copy_box.info h5,
  .editorial_box.info h5,
  .copy_box.info h6,
  .editorial_box.info h6 {
    padding: 10px 0;
    padding: 0.1rem 0;
  }
  .copy_box.info .date,
  .editorial_box.info .date {
    font-size: 34px;
    font-size: 0.34rem;
    padding-top: 0;
  }
  .copy_box.info .bullets,
  .editorial_box.info .bullets {
    padding: 16px 0 40px;
    padding: 0.16rem 0 0.4rem;
    margin: 0 0 0 30px;
    margin: 0 0 0 0.3rem;
  }
  .copy_box.series,
  .editorial_box.series {
    padding: 100px 0 0 0;
    padding: 1rem 0 0 0;
  }
  .select_menu {
    height: 100px;
    height: 1rem;
    font-size: 35px;
    font-size: 0.35rem;
  }
  .select_menu .selected {
    height: 100%;
    padding: 0 30px;
    padding: 0 0.3rem;
  }
  .select_menu .arrow {
    width: 108px;
    width: 1.08rem;
  }
  .select_menu .arrow img {
    width: 32px;
    width: 0.32rem;
  }
  .select_menu .dropdown li a {
    padding: 20px 30px;
    padding: 0.2rem 0.3rem;
  }
  .editorial_box {
    height: auto;
  }
  .editorial_box.info .info_content {
    padding: 10px;
  }
  .series_content {
    padding: 30px 30px;
    padding: 0.3rem 0.3rem;
  }
  .series_content h3 {
    padding: 0 0 30px;
    padding: 0 0 0.3rem;
  }
  .series_content .bullets {
    margin: 0 0 30px 40px;
    margin: 0 0 0.3rem 0.4rem;
  }
  .series_content .bullets li {
    padding: 0 0 1%;
  }
  .series_content .video {
    padding: 0;
  }
  .series_content .video .copy {
    width: 180px;
    width: 1.8rem;
    padding: 0 0 0 20px;
    padding: 0 0 0 0.2rem;
  }
}
.social-hero__wrapper {
  position: relative;
}
.social-hero__wrapper .programme {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 200;
  margin-bottom: 0;
}
.copy_box--social-hero {
  height: 220px;
  overflow-y: scroll;
}
@media (min-width: 20em) {
  .copy_box--social-hero {
    height: 380px;
  }
}
@media (min-width: 48em) {
  .copy_box--social-hero {
    height: 4.5rem;
  }
}
.copy_box--popup {
  background-color: transparent;
  color: #fff;
}
.related_videos {
  height: 450px;
  height: 4.5rem;
  white-space: nowrap;
  overflow: hidden;
}
.related_videos ul {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}
.related_videos ul li {
  display: block;
}
.related_videos .video {
  padding: 0 0 20px 0;
  padding: 0 0 0.2rem 0;
}
.related_videos .video .media {
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
.related_videos .video .copy {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  padding-left: 3%;
}
@media (max-width: 768px) {
  .related_videos {
    width: 100%;
    height: auto;
  }
  .related_videos ul {
    width: 100%;
    display: block;
  }
  .related_videos h2 {
    font-size: 44px;
    font-size: 0.44rem;
    padding: 16px 0 34px 30px;
    padding: 0.16rem 0 0.34rem 0.3rem;
    margin: 0;
  }
  .related_videos .video {
    padding: 0 0 22px 0;
    padding: 0 0 0.22rem 0;
  }
  .related_videos .video .media {
    width: 380px;
    width: 3.8rem;
  }
  .related_videos .video .copy {
    width: 190px;
    width: 1.9rem;
    padding: 0 20px 0 20px;
    padding: 0 0.2rem 0 0.2rem;
  }
}
.image_gallery {
  height: 450px;
  height: 4.5rem;
  white-space: nowrap;
  overflow: hidden;
  padding: 18px;
  padding: 0.18rem;
}
.image_gallery ul {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
}
.image_gallery ul li {
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  padding-right: 3%;
  padding-bottom: 3%;
}
.image_gallery img {
  cursor: pointer;
}
@media (max-width: 768px) {
  .image_gallery {
    width: 100%;
    height: auto;
  }
  .image_gallery ul {
    width: 100%;
    display: block;
  }
  .image_gallery h2 {
    font-size: 44px;
    font-size: 0.44rem;
    padding: 16px 0 34px 30px;
    padding: 0.16rem 0 0.34rem 0.3rem;
    margin: 0;
  }
}
.gallery_overlay,
.player_overlay {
  position: fixed;
  top: 0;
  left: 0;
/* bottom: 0; */
/* right: 0; */
  background: rgba(0,0,0,0.8);
  z-index: 200000000;
  height: 100%;
  width: 100%;
  padding: 25px;
}
.gallery_overlay img,
.player_overlay img {
  max-height: 90%;
  max-width: 1240px;
  height: auto;
  width: auto;
  margin: 0.2rem auto 0;
}
.gallery_overlay .gallery_controls,
.player_overlay .gallery_controls,
.gallery_overlay .player_controls,
.player_overlay .player_controls {
  text-align: center;
  padding: 0 0.2rem;
  position: relative;
  max-width: 1240px;
  margin: auto;
}
.gallery_overlay .gallery_next,
.player_overlay .gallery_next,
.gallery_overlay .gallery_prev,
.player_overlay .gallery_prev,
.gallery_overlay .gallery_close,
.player_overlay .gallery_close,
.gallery_overlay .player_close,
.player_overlay .player_close {
  background-size: 100%;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/close_button.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 0.05rem;
  z-index: 1;
}
.gallery_overlay .gallery_prev,
.player_overlay .gallery_prev {
  background-image: url(../images/arrow_left_up.png);
}
.gallery_overlay .gallery_prev:hover,
.player_overlay .gallery_prev:hover {
  background-image: url(../images/arrow_left_over.png);
}
.gallery_overlay .gallery_next,
.player_overlay .gallery_next {
  background-image: url(../images/arrow_right_up.png);
}
.gallery_overlay .gallery_next:hover,
.player_overlay .gallery_next:hover {
  background-image: url(../images/arrow_right_over.png);
}
.gallery_overlay .gallery_close,
.player_overlay .gallery_close,
.gallery_overlay .player_close,
.player_overlay .player_close {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  right: 0.2rem;
  margin: 0;
}
@media (max-width: 768px) {
  .gallery_overlay,
  .player_overlay {
    padding-top: 0.2rem;
  }
  .gallery_overlay img,
  .player_overlay img {
    max-width: 100%;
  }
}
.hs_container {
  position: relative;
}
.hs_container .fade_lhs {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 63px;
  width: 0.63rem;
  background: -webkit-linear-gradient(left, #000 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(left, #000 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, #000 0%, rgba(0,0,0,0) 100%);
  background-size: 100% auto;
}
.hs_container .fade_rhs {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  width: 63px;
  width: 0.63rem;
  background: -webkit-linear-gradient(right, #000 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(right, #000 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to left, #000 0%, rgba(0,0,0,0) 100%);
  background-size: 100% auto;
}
.hs_container .hs_viewport {
  position: relative;
  width: 100%;
  height: 532px;
  height: 5.32rem;
  overflow: hidden;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hs_container .hs_viewport .hs_viewport_scroll {
  position: absolute;
  top: 0;
  left: 0;
}
.hs_container .hs_viewport .hs_viewport_scroll .inline_left {
  padding-right: 63px;
  padding-right: 0.63rem;
}
.hs_container .hs_viewport ul li.column {
  padding: 0 0 0 20px;
  padding: 0 0 0 0.2rem;
}
.hs_container .hs_viewport_scroll> ul {
  white-space: nowrap;
}
.hs_container .hs_viewport_scroll> ul * {
  white-space: normal;
}
.hs_container .hs_viewport ul li.column:first-child {
  padding: 0 0 0 63px;
  padding: 0 0 0 0.63rem;
}
.hs_container .hs_scroller {
  position: relative;
  height: 50px;
  height: 0.5rem;
  margin: 0 63px 20px;
  margin: 0 0.63rem 0.2rem;
}
body.tablet .hs_scroller,
body.smartphone .hs_scroller {
  display: none;
}
body.tablet .hs_viewport,
body.smartphone .hs_viewport {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .hs_container {
    position: relative;
  }
  .hs_container .fade_lhs,
  .hs_container .fade_rhs {
    display: none;
  }
  .hs_container .hs_viewport {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .hs_container .hs_viewport .hs_viewport_scroll {
    position: relative;
    top: auto;
    left: 0 !important;
    width: auto;
  }
  .hs_container .hs_viewport .hs_viewport_scroll .inline_left {
    padding-right: 0;
  }
  .hs_container .hs_viewport > ul,
  .hs_container .hs_viewport .hs_viewport_scroll > ul {
    letter-spacing: normal;
  }
  .hs_container .hs_viewport ul li.column {
    width: 100%;
    display: block;
    white-space: normal;
    padding: 0;
  }
  .hs_container .hs_viewport ul li.column:first-child {
    padding: 0;
  }
  .hs_container .hs_viewport ul li.column.padded {
    padding: 0 0 22px;
    padding: 0 0 0.22rem;
  }
  .hs_container .hs_scroller {
    display: none;
  }
}
.vs_container {
  height: 100%;
}
.vs_container .vs_viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.vs_container .vs_viewport .vs_viewport_scroll {
  padding: 0 18px;
}
.t_mce * {
  font-family: 'kessel_105book', Arial, Helvetica, sans-serif !important;
  line-height: 1.6;
  color: inherit;
  line-height: inherit;
}
.t_mce h1,
.t_mce h2,
.t_mce h3,
.t_mce h4,
.t_mce h5,
.t_mce h6,
.t_mce b,
.t_mce strong {
  font-family: 'kessel_105bold', Arial, Helvetica, sans-serif !important;
  line-height: 1.3;
  color: inherit;
  line-height: inherit;
  margin-bottom: 2px;
  margin-bottom: 0.02rem;
}
.t_mce a {
  font-size: inherit;
  line-height: inherit;
  color: #969696;
}
.t_mce a * {
  color: #969696 !important;
  font-size: inherit;
  line-height: inherit;
}
.t_mce span,
.t_mce p,
.t_mce b,
.t_mce em,
.t_mce strong,
.t_mce a {
  font-size: inherit !important;
  color: inherit;
  line-height: inherit !important;
}
.t_mce a:hover {
  text-decoration: underline;
}
.t_mce span,
.t_mce p,
.t_mce b,
.t_mce em,
.t_mce strong {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
}
.t_mce p,
.t_mce img {
  padding-bottom: 10px;
  padding-bottom: 0.1rem;
}
.t_mce .video {
  margin: 10px 0;
  margin: 0.1rem 0;
}
.t_mce ul li,
.t_mce ol li {
  display: list-item;
  margin-left: 20px;
  margin-left: 0.2rem;
}
.t_mce ul {
  list-style-type: disc;
}
.t_mce ol {
  list-style-type: decimal;
}
.carousel_widget {
  position: relative;
  overflow: visible;
  width: 100%;
  top: 0;
  left: 0;
}
.carousel_widget .carousel_area {
  position: relative;
  overflow: hidden;
}
.carousel_widget .carousel_area .carousel_wrapper {
  transition: transform 0.5s ease-out, left 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out, left 0.5s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  text-align: left;
  position: relative;
}
.carousel_widget .carousel_area .carousel_wrapper .carousel_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.carousel_widget .carousel_area .carousel_wrapper .carousel_item img {
  width: 100%;
}
.carousel_widget .carousel_area .carousel_wrapper .carousel_item a {
  display: block;
}
.carousel_widget .carousel_area .carousel_wrapper.no_transition {
  transition: none;
  -webkit-transition: none;
}
.carousel_widget >.arrow {
  position: absolute;
  cursor: pointer;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 999;
}
.carousel_widget >.arrow.disabled {
  display: none;
}
.carousel_widget .controls_container {
  position: absolute;
  z-index: 999;
}
.feature_header {
  padding: 0.7%;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}
.feature_header .feature_title {
  font-size: 44px;
  font-size: 0.44rem;
  min-width: 50%;
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
}
.feature_header .select_menu {
  display: inline-block;
  left: auto;
  right: 0.7%;
  width: 32%;
}
.feature_header .select_menu .selected {
  padding-right: 84px;
  padding-right: 0.84rem;
}
.feature_header .select_menu.mobile_select {
  display: none;
}
.feature_header .feature_tabs,
.feature_header .seasons_selection,
.feature_header .seasons_nav {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-size: 0.24rem;
  text-align: right;
}
.feature_header .feature_tabs a,
.feature_header .seasons_selection a,
.feature_header .seasons_nav a {
  padding-left: 10px;
}
.feature_header .seasons_nav {
  display: none;
}
.feature_header.tablestyle {
  display: table;
}
.feature_header.tablestyle .feature_title {
  display: table-cell;
}
.episodes,
.videos_area {
  width: 100%;
  position: relative;
}
.episodes .episode,
.videos_area .episode,
.episodes .video_a,
.videos_area .video_a {
  position: relative;
  width: 33.33%;
  padding: 0.7%;
  display: inline-block;
  vertical-align: top;
}
.episodes .episode .image,
.videos_area .episode .image,
.episodes .video_a .image,
.videos_area .video_a .image {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center;
}
.episodes .episode .overlay,
.videos_area .episode .overlay,
.episodes .video_a .overlay,
.videos_area .video_a .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  min-height: 64px;
}
.episodes .episode .inner,
.videos_area .episode .inner,
.episodes .video_a .inner,
.videos_area .video_a .inner {
  position: relative;
  width: 100%;
}
@media (max-width: 1023px) {
  .feature_header .select_menu {
    right: 0.7%;
    width: 48.7%;
  }
  .feature_header .feature_title {
    max-width: 50%;
  }
  .feature_header .seasons_selection {
    display: none;
  }
  .feature_header .seasons_nav {
    display: table-cell;
    font-size: 40px;
    font-size: 0.4rem;
  }
  .episodes .episode,
  .videos_area .episode,
  .episodes .video_a,
  .videos_area .video_a {
    width: 50%;
    padding: 0.7%;
  }
}
@media (max-width: 768px) {
  .feature_header {
    padding: 0;
    display: block;
  }
  .feature_header .select_menu {
    position: relative;
    right: 0%;
    width: 100%;
  }
  .feature_header .select_menu.mobile_select {
    display: block;
  }
  .feature_header .feature_tabs {
    display: none;
  }
  .feature_header .feature_title {
    width: 70%;
    max-width: 100%;
    padding: 10px;
  }
  .feature_header .seasons_nav {
    font-size: 60px;
    font-size: 0.6rem;
  }
  .feature_header.feature_top .feature_title,
  .feature_header.feature_top .select_menu {
    width: 100%;
    display: block;
  }
  .episodes .episode,
  .videos_area .episode,
  .episodes .video_a,
  .videos_area .video_a {
    width: 100%;
    padding: 0%;
    margin-bottom: 10px;
  }
}
.search_results {
  position: relative;
}
.search_results .result_block {
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
  font-size: 16px;
  font-size: 0.16rem;
  overflow: hidden;
}
.search_results .result_block h3 {
  font-size: 26px;
  font-size: 0.26rem;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: normal;
}
.search_results .result_block h4 {
  font-size: 24px;
  font-size: 0.24rem;
  margin-bottom: 2px;
  font-weight: normal;
}
.search_results .result_block .result {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.search_results .result_block .result a:hover {
  text-decoration: underline;
}
.search_results .result_block .result .button:hover {
  text-decoration: none;
}
.search_results .result_block:nth-child(even) {
  background-color: #e5e3e3;
  background-color: rgba(0,0,0,0.11);
  color: #a7a7a7;
}
.search_results .result_block:nth-child(even) h3 {
  display: block;
}
.search_results .result_block:nth-child(even) h4 {
  display: block;
}
.search_results .result_show,
.search_results .result_shows,
.search_results .result_videos,
.search_results .result_episodes {
  display: block;
}
.search_results .result_show .img,
.search_results .result_shows .img,
.search_results .result_videos .img,
.search_results .result_episodes .img,
.search_results .result_show .result_blurb,
.search_results .result_shows .result_blurb,
.search_results .result_videos .result_blurb,
.search_results .result_episodes .result_blurb,
.search_results .result_show .video,
.search_results .result_shows .video,
.search_results .result_videos .video,
.search_results .result_episodes .video {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.search_results .result_show .img,
.search_results .result_shows .img,
.search_results .result_videos .img,
.search_results .result_episodes .img,
.search_results .result_show .video,
.search_results .result_shows .video,
.search_results .result_videos .video,
.search_results .result_episodes .video {
  width: 33.33%;
  padding-bottom: 20%;
  background-size: cover;
  background-position: top center;
}
.search_results .result_show .video,
.search_results .result_shows .video,
.search_results .result_videos .video,
.search_results .result_episodes .video {
  padding-bottom: 0 !important;
}
.search_results .result_show .result_blurb,
.search_results .result_shows .result_blurb,
.search_results .result_videos .result_blurb,
.search_results .result_episodes .result_blurb {
  width: 66.65%;
  padding-left: 30px;
}
.search_results .result_show .result_blurb .button,
.search_results .result_shows .result_blurb .button,
.search_results .result_videos .result_blurb .button,
.search_results .result_episodes .result_blurb .button {
  width: 23%;
  margin-right: 2%;
  width: -webkit-calc(25% - $button_gap);
  width: calc(25% - $button_gap);
  margin-right: -webkit-calc($button_gap);
  margin-right: calc($button_gap);
}
.search_results .result_show .result_block,
.search_results .result_shows .result_block {
  padding-bottom: 0;
}
.search_results .result_videos .img,
.search_results .result_episodes .img,
.search_results .result_videos .video,
.search_results .result_episodes .video {
  width: 20%;
  padding-bottom: 12%;
}
.search_results .result_videos .result_blurb,
.search_results .result_episodes .result_blurb {
  width: 80%;
}
@media (max-width: 1024px) {
  .search_results .result_show .result_blurb .button,
  .search_results .result_shows .result_blurb .button,
  .search_results .result_videos .result_blurb .button,
  .search_results .result_episodes .result_blurb .button {
    width: 48%;
    margin-right: 2%;
    width: -webkit-calc(50% - $button_gap);
    width: calc(50% - $button_gap);
    margin-right: -webkit-calc($button_gap);
    margin-right: calc($button_gap);
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .search_results h1 {
    padding: 0 10px;
    display: block;
  }
  .search_results .result_block {
    padding: 10px;
    font-size: 20px;
    font-size: 0.2rem;
  }
  .search_results .result_block h3 {
    font-size: 30px;
    font-size: 0.3rem;
  }
  .search_results .result_block h4 {
    font-size: 28px;
    font-size: 0.28rem;
  }
  .search_results .result_show .img,
  .search_results .result_videos .img,
  .search_results .result_episodes .img,
  .search_results .result_show .video,
  .search_results .result_videos .video,
  .search_results .result_episodes .video {
    width: 100%;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    left: -webkit-calc(-10px);
    left: calc(-10px);
    margin-bottom: 10px;
    padding-bottom: 59%;
  }
  .search_results .result_show .result_blurb,
  .search_results .result_videos .result_blurb,
  .search_results .result_episodes .result_blurb {
    width: 100%;
    padding-left: 0;
  }
  .search_results .result_show .result_blurb .button,
  .search_results .result_videos .result_blurb .button,
  .search_results .result_episodes .result_blurb .button {
    width: 100%;
    margin-right: 0;
  }
  .search_results .result_videos .img,
  .search_results .result_episodes .img,
  .search_results .result_videos .video,
  .search_results .result_episodes .video {
    padding-bottom: 59%;
  }
}
.button {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  padding: 12px 2px;
  text-align: center;
  font-size: 23px;
  font-size: 0.23rem;
}
.button_group {
  position: relative;
  margin-top: 20px;
}
.background_link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 0;
}
.background_link .click_area {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/transparent.png);
  background-repeat: repeat;
  z-index: 0;
}
.column.news .copy_box {
  padding: 18px 0;
  background-color: #e5e3e3;
}
.news_feed {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.news_feed .feed_wrapper .feed_item {
  width: 100%;
  display: block;
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 10px;
}
.news_feed .feed_wrapper .feed_item .image {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding-bottom: 18%;
  background-size: cover;
  background-position: center;
}
.news_feed .feed_wrapper .feed_item .text_area {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.news_feed .feed_wrapper .feed_item .text_area.fitimage {
  width: 66%;
  padding-left: 2%;
}
.news_feed .feed_wrapper .feed_item .feed_item_title {
  font-size: 14px;
  font-size: 0.14rem;
  color: #000;
}
.news_feed .feed_wrapper .feed_item .feed_item_excerpt {
  font-size: 11px;
  font-size: 0.11rem;
  text-transform: lowercase;
  color: #969696;
}
.news_feed .feed_wrapper .feed_item:hover .text_area {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
@media (max-width: 768px) {
  .news_feed .feed_wrapper .feed_item .feed_item_title {
    font-size: 28px;
    font-size: 0.28rem;
  }
  .news_feed .feed_wrapper .feed_item .feed_item_excerpt {
    font-size: 22px;
    font-size: 0.22rem;
  }
  .news_feed .feed_wrapper .feed_item:hover .text_area {
    -webkit-transform: none;
    transform: none;
  }
}
.distributors {
  position: relative;
  width: 100%;
}
.distributors .distributors_group {
  position: relative;
  padding-bottom: 20px;
}
.distributors .distributors_group .distributor_header {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
.distributors .distributors_group .distributors_item {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 20px;
}
.distributors .distributors_group .distributors_item img {
  border-width: 1px;
  border-style: solid;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.distributors .distributors_group .distributors_item .distributors_copy {
  width: 100%;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
.distributors .distributors_group .distributors_item .distributors_title {
  position: relative;
  font-weight: bold;
  font-size: 11px;
  display: block;
  margin-bottom: 3px;
}
.distributors .distributors_group .distributors_item .distributors_body {
  position: relative;
  font-size: 9px;
  display: block;
}
@media (max-width: 768px) {
  .distributors {
    padding: 20px;
    padding: 0.2rem;
  }
  .distributors .distributors_group .distributors_item {
    width: 49%;
    margin-right: 0;
  }
  .distributors .distributors_group .distributors_item .distributors_title {
    font-size: 10px;
    word-break: break-all;
  }
  .distributors .distributors_group .distributors_item .distributors_body {
    font-size: 8px;
    word-break: break-all;
  }
  .distributors .distributors_group .distributors_item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (max-width: 480px) {
  .distributors .distributors_group .distributors_item {
    width: 100%;
    margin-right: 0;
  }
  .distributors .distributors_group .distributors_item:nth-child(odd) {
    margin-right: 0;
  }
}
.specials__content .programme .overlay .name {
  display: block;
  padding-top: 10px;
  height: auto;
}
.specials__content .wrapper {
  -webkit-transition: overflow 0s, height 0s, opacity 0.5s linear;
  -moz-transition: overflow 0s, height 0s, opacity 0.5s linear;
  -o-transition: overflow 0s, height 0s, opacity 0.5s linear;
  transition: overflow 0s, height 0s, opacity 0.5s linear;
}
.specials__content .wrapper--show {
  height: auto;
  opacity: 1;
}
.specials__content .wrapper--hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.specials__content .button__show-more {
  margin: 10px auto;
  background-color: transparent;
  display: block;
  padding: 0;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.specials__content .button__show-more a {
  display: block;
  padding: 20px;
}
.specials__content .button__show-more:hover {
  background-color: #142240;
}
.specials__content .button__show-more.hidden {
  display: none;
}
.specials__content .specials-placeholder {
  height: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.specials__content .specials-placeholder--double {
  padding-bottom: 57.5%;
}
.specials__content .specials-placeholder--tall {
  padding-bottom: 119%;
}
.specials__content .specials-placeholder--wide {
  padding-bottom: 39%;
}
.specials__content .programme.w1240 .mobile_element {
  display: block;
}
.specials__content .programme.w400.short .overlay:not(.active) .name a,
.specials__content .programme.w1240 .overlay:not(.active) .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.specials__content .programme.w400.short .overlay.active .name {
  height: 0.86rem;
}
.specials__content .programme.w400.short .overlay.active .name a {
  height: 66px;
}
@media screen and (min-width: 768px) {
  .specials__content .column {
    width: 49.9%;
  }
  .programme.w1240 .mobile_element {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .specials__content .column {
    width: 33.3%;
  }
}
.bmpui-ui-watermark {
  display: none;
}
#my-player {
  margin: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  #my-player {
    width: 65%;
  }
}
.bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper,
.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper {
  margin: 0 0 !important;
  z-index: 10;
  position: relative;
}
.scrollbox_header {
  font-size: 22px;
  font-size: 0.22rem;
  padding: 0 0 17px 0;
  padding: 0 0 0.17rem 0;
  margin: -4px 0 0 0;
  margin: -0.04rem 0 0 0;
}
@media (max-width: 768px) {
  .scrollbox_header {
    font-size: 44px;
    font-size: 0.44rem;
    padding: 16px 0 34px 30px;
    padding: 0.16rem 0 0.34rem 0.3rem;
    margin: 0;
  }
}
body {
  color: #000;
}
.video .media {
  position: relative;
}
.video .media .play {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  width: 38%;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video .media .play .over {
  display: none;
}
.video .media .play .up {
  display: block;
}
.play_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  width: 24%;
  margin-left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play_overlay .over {
  display: none;
}
.play_overlay .up {
  display: block;
}
[data-inlinevideoid].active .play_overlay .up {
  display: none;
}
[data-inlinevideoid].active .play_overlay .over {
  display: block;
}
.desktop .video .media .play:hover .up {
  display: none;
}
.desktop .video .media .play:hover .over {
  display: block;
}
.desktop .play_overlay:hover .up {
  display: none;
}
.desktop .play_overlay:hover .over {
  display: block;
}
/* Layout */
.container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.content {
  padding: 0 40px;
  position: relative;
  width: 101.4%;
  left: -0.7%;
}
.content_wrapper {
  position: relative;
}
.fb_iframe_widget {
  margin: 0 auto;
  display: block;
  height: 100% !important;
  width: 100% !important;
}
.fb_iframe_widget >span,
.fb_iframe_widget iframe {
  height: 100% !important;
  width: 100% !important;
}
/* Competition */
.competition {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.competition iframe {
  border: none;
  display: inline-block;
}
/* overrides */
.dates table,
.guide .shows .tooltip {
  display: none;
}
@media (max-width: 1024px) {
  .content,
  footer .vcenter1 {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .fb_iframe_widget {
    height: 400px !important;
  }
  .fb_iframe_widget >span,
  .fb_iframe_widget iframe {
    height: 400px !important;
  }
  .content {
    width: 100%;
    left: 0%;
    padding: 0;
  }
}
/*# sourceMappingURL=src/stylus/mainvertical.css.map */

/*# sourceMappingURL=../sourcemaps/css/main.0.66de5b4d.css.map*/