.ent_m171 div {
  outline: none;
  /* to remove orange border on foucus on mobile */
}
.s_layouts_snapWrapper {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 0;
  height: 0;
  z-index: -2100000001;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.s_layouts_snapWrapper .s_layouts_snap {
  margin: 0 auto;
  max-width: 1220px;
  overflow: hidden;
  padding: 70px 10px 110px;
  position: relative;
}
.s_layouts_snapWrapper .s_layouts_snapHeaderWrapper {
  padding: 30px 0;
}
.s_layouts_snapWrapper .s_layouts_snapTabs .s_layouts_snapTab {
  text-decoration: none;
  cursor: pointer;
  margin-right: 1em;
  padding: 5px 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.s_layouts_snapWrapper .s_layouts_snapMessage {
  margin-bottom: 10px;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapMessage {
    margin: 20px 0;
  }
}
.s_layouts_snapWrapper .s_layouts_snapTabs,
.s_layouts_snapWrapper .s_layouts_snapHeader {
  white-space: nowrap;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper {
  position: relative;
  display: table;
  width: 100%;
  transition: margin-bottom 0.35s ease-in-out;
  -moz-transition: margin-bottom 0.35s ease-in-out;
  -webkit-transition: margin-bottom 0.35s ease-in-out;
  margin-bottom: 10px;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
  border: 0 none;
  padding: 2vw 2vw 2vw 0;
  width: 100%;
  display: table-cell;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput[placeholder]:focus::-webkit-input-placeholder {
  opacity: 1;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
    padding: 5px 20px 5px 0;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapSubmit {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose {
  cursor: pointer;
  outline: none;
  display: table-cell;
  width: 60px;
  text-align: center;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose:after {
  display: inline-block;
  padding-left: 4vw;
  line-height: 1;
  speak: none;
  text-transform: none;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose {
    top: 2.75vw;
  }
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose {
    right: 20px;
    top: 50%;
    margin-top: -15px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapColumn {
  float: left;
  margin-right: 0;
  width: 100%;
}
.s_layouts_snapWrapper .s_layouts_snapColumn.two,
.s_layouts_snapWrapper .s_layouts_snapColumn.three,
.s_layouts_snapWrapper .s_layouts_snapColumn.four {
  display: none;
}
.s_layouts_snapWrapper.s_layouts_four_column .s_layouts_snapColumn {
  float: left;
  margin-right: 1.5%;
  width: 23.85%;
}
.s_layouts_snapWrapper.s_layouts_four_column .s_layouts_snapColumn.two,
.s_layouts_snapWrapper.s_layouts_four_column .s_layouts_snapColumn.three,
.s_layouts_snapWrapper.s_layouts_four_column .s_layouts_snapColumn.four {
  display: block;
}
.s_layouts_snapWrapper.s_layouts_four_column .s_layouts_snapColumn.four {
  margin-right: 0;
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn {
  float: left;
  margin-right: 1.5%;
  width: 32.33%;
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn.two,
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn.three {
  display: block;
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn.three {
  width: 32.34%;
  margin-right: 0;
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapBadge {
  padding: .32vw .9vw;
  font-size: 2vw;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapBadge {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapItemDuration {
  padding: .65vw .9vw;
  font-size: 2vw;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapItemDuration {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapImageWrapper:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.75) 100%);
}
.s_layouts_snapWrapper .s_layouts_snapImageWrapper.no_image:before {
  background: rgba(0, 0, 0, 0.2);
}
.s_layouts_snapWrapper .s_layouts_snapImageWrapper:hover:before {
  background-image: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.75) 100%);
}
.s_layouts_snapWrapper .s_layouts_snapImageWrapper.no_image:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.s_layouts_snapWrapper .s_layouts_snapItem {
  position: relative;
  margin-bottom: 6.29%;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.s_layouts_snapWrapper .s_layouts_snapItem:nth-child(5) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.06);
}
.s_layouts_snapWrapper .s_layouts_snapItem:nth-child(4) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.075);
}
.s_layouts_snapWrapper .s_layouts_snapItem:nth-child(3) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.1);
}
.s_layouts_snapWrapper .s_layouts_snapItem:nth-child(2) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.15);
}
.s_layouts_snapWrapper .s_layouts_snapItem:nth-child(1) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.3);
}
.s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink {
  display: block;
}
.s_layouts_snapWrapper .s_layouts_snapBadge {
  position: absolute;
  padding: 0.4vw 0.7vw;
  z-index: 2;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapBadge {
    padding: 5px 10px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDuration {
  position: absolute;
  padding: 0.2vw 0.7vw;
  z-index: 2;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDuration {
    padding: 5px 10px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails {
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 0;
  width: 100%;
  padding: 0 10px 10px;
  z-index: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemDetailsContainer {
  width: 100%;
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemTitle {
  display: block;
  margin-bottom: 2px;
}
.s_layouts_snapWrapper .s_layouts_snapItemVideo:before,
.s_layouts_snapWrapper .s_layouts_snapItemEpisode:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.s_layouts_snapWrapper .s_layouts_snapItemEpisode .s_layouts_snapBadge + .s_layouts_snapItemDuration {
  display: none;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snap {
  padding-top: 30px;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapHeaderWrapper {
  overflow-x: auto;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapHeader {
  text-align: center;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapTabs .s_layouts_snapTab {
  padding: 5px 5px;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapTabs .s_layouts_snapTab.active {
  padding-right: 10px;
  padding-left: 10px;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapTabs .s_layouts_snapTab:last-child {
  margin-right: 40vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(16) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.01875);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(15) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.02);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(14) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.02142857);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(13) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.02307692);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(12) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.025);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(11) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.02727273);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(10) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.03);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(9) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.03333333);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(8) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.0375);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(7) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.04285714);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(6) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.05);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(5) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.06);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(4) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.075);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(3) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.1);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(2) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.15);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem:nth-child(1) .s_layouts_snapImageWrapper:after {
  background-color: rgba(221, 221, 221, 0.3);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapItem.s_layouts_snapItemLink {
  display: block;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapImageWrapper:before {
  background-image: none;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapBadge {
  padding: 1vw 2vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapImageWrapper,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapImageWrapper {
  width: 50%;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapImageWrapper:after,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapImageWrapper:after {
  content: '';
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapItemDetails,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapItemDetails {
  width: 50%;
  right: 0;
  left: auto;
  top: 0;
  padding-left: 15px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapItemDetails .s_layouts_snapItemTitle,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapItemDetails .s_layouts_snapItemTitle {
  overflow: hidden;
  max-height: 15.5vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapImageWrapper,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEvent .s_layouts_snapImageWrapper,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSpecials .s_layouts_snapImageWrapper {
  overflow: hidden;
  position: relative;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapImageWrapper:before,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEvent .s_layouts_snapImageWrapper:before,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSpecials .s_layouts_snapImageWrapper:before {
  padding-top: 29%;
  position: relative;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapImageWrapper .image_holder,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEvent .s_layouts_snapImageWrapper .image_holder,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSpecials .s_layouts_snapImageWrapper .image_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: visible;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapImageWrapper .image_holder:after,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEvent .s_layouts_snapImageWrapper .image_holder:after,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSpecials .s_layouts_snapImageWrapper .image_holder:after {
  opacity: 1;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapImageWrapper:after,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEvent .s_layouts_snapImageWrapper:after,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSpecials .s_layouts_snapImageWrapper:after {
  content: '';
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapItemDetails,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEvent .s_layouts_snapItemDetails,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSpecials .s_layouts_snapItemDetails {
  display: flex;
  vertical-align: middle;
  align-items: center;
  font-size: 6vw;
  text-align: center;
  padding: 0 50px;
  top: 0;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapItemDetails .s_layouts_snapItemTitle,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEvent .s_layouts_snapItemDetails .s_layouts_snapItemTitle,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSpecials .s_layouts_snapItemDetails .s_layouts_snapItemTitle {
  margin-bottom: 0;
}
body.noscroll {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
/*
.is_mobile_device {
  -webkit-overflow-scrolling: touch;

  .s_layouts_snap {
    //-webkit-transform: translateZ(0);
  }
}
*/
.s_layouts_snapWrapper.open {
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  z-index: 2000000001;
  /* thanks feedback overlay! */
  width: 100%;
  height: 100%;
}
.s_layouts_snapWrapper.open .s_layouts_snap .s_layouts_snapInputWrapper {
  margin-bottom: 0px;
}
.s_layouts_snapWrapper.fadeOut {
  opacity: 0;
  z-index: 2000000001;
  width: 100%;
  height: 100%;
}
.testing_order {
  position: absolute;
  font-size: 10px;
  color: #ffffff;
  right: 5px;
  top: 5px;
  display: none;
}
.snap-input-placeholder {
  color: #888 !important;
}
/* For blur of the page content */
@media screen and (min-width: 48.0625em) {
  body.search-open > *:not(#background_holder),
  body.search-open > #background_holder > *:not(#content_holder),
  body.search-open > #background_holder > #content_holder > *:not(.ent_m171) {
    transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
    -webkit-transition: filter 0.5s ease-in-out;
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
  /* For ie10 and above where blur filter is not supported, no transparency on overlay background */
  _:-ms-lang(x),
  .s_layouts_snapWrapper {
    background-color: currentColor;
  }
}
.s_animation_animate {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}
.s_animation_animate_fadein {
  opacity: 1;
}
#tier_0 {
  overflow: visible;
  background: #333333;
}
#tier_0:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
@media (min-width: 979px) {
  #tier_0.tier_2_col .tier_wrapper {
    max-height: 850px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #tier_0.tier_2_col .tier_wrapper:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #tier_0.tier_2_col .tier_wrapper > div {
    float: left;
    padding-left: 15px;
    width: 66.6667%;
  }
  #tier_0.tier_2_col .tier_wrapper > div + div {
    float: right;
    width: 33.3333%;
    padding-right: 15px;
  }
}
/*
No idea why we have these overflow autos on tiers -- commenting out to fix scrollbar issue on hp.*/
#tier_2 {
  overflow-x: hidden;
}
#tier_3 {
  overflow-x: hidden;
}
div[class$="_3_col"] .tier_wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
div[class$="_3_col"] .tier_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
@media (min-width: 979px) {
  div[class$="_3_col"] div[id$="_lc"],
  div[class$="_3_col"] div[id$="_mc"] {
    width: 33%;
    float: left;
  }
}
@media (min-width: 979px) {
  div[class$="_3_col"] div[id$="_rc"] {
    float: right;
    width: 33%;
  }
}
#leaderboard,
.leaderboard.mobile {
  text-align: center;
  background: #232323;
}
#leaderboard > div > * {
  padding: 8px 0;
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
#leaderboard[data-adsize="728x90"] {
  min-height: 90px;
  padding: 8px 0;
}
#leaderboard[data-adsize="728x90"] > div > * {
  padding: 0;
}
.leaderboard.mobile {
  min-height: 50px;
  padding: 5px 0;
  position: relative;
}
#coda_ad_6x6_1,
#coda_ad_6x6_2,
#survey_ad1x2 {
  position: fixed;
  top: -100%;
  left: -100%;
}
[data-adsize="300x250"] {
  min-width: 300px;
  min-height: 250px;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 *   Paths
 */
/*
 *   Variables
 */
/*	Retina Display
----------------------------------------------------------------------------------------*/
/*	Viewports
----------------------------------------------------------------------------------------*/
/* Home Page Only */
/* =============================================================================
   R3 color definitions
   ========================================================================== */
/* MTV Global Search */
/*temp m209 variable - refactor later*/
/*makes sure the variable are defined for m209 since the files where there are original definitions are not yet deployed live*/
/*
    Global font variables
*/
/* Akidenz-Grotesk Regular *************************************************/
@font-face {
  font-family: 'AkzidenzGrotesk-Regular';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdregwebfont.woff') format('woff');
}
/* Italic */
@font-face {
  font-family: 'AkzidenzGrotesk-RegularItalic';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostditawebfont.woff') format('woff');
}
/* Akidenz-Grotesk Bold *************************************************/
@font-face {
  font-family: 'AkzidenzGrotesk-Bold';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdbolwebfont.woff') format('woff');
}
/* Italic */
@font-face {
  font-family: 'AkzidenzGrotesk-BoldItalic';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdbolitawebfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
/* Akidenz-Grotesk Super *************************************************/
@font-face {
  font-family: 'AkzidenzGrotesk-Super';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdsupwebfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'AkzidenzGrotesk-SuperItalic';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdsupitawebfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
/* Akidenz-Grotesk Cnd Regular *************************************************/
@font-face {
  font-family: 'AkzidenzGrotesk Cnd';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdcndwebfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'AkzidenzGrotesk Cnd';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdcnditawebfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
/* Akidenz-Grotesk Cnd Bold *************************************************/
@font-face {
  font-family: 'AkzidenzGrotesk Cnd';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdbolcndwebfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'AkzidenzGrotesk Cnd';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdbolcnditawebfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
/* Akidenz-Grotesk Cnd Super *************************************************/
@font-face {
  font-family: 'AkzidenzGrotesk Cnd';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdxbolcndwebfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'AkzidenzGrotesk Cnd';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdxbolcnditawebfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}
/* Akidenz-Grotesk Cnd Light *************************************************/
@font-face {
  font-family: 'AkzidenzGrotesk Cnd';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdligcndwebfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: 'AkzidenzGrotesk Cnd';
  src: url('/sitewide/fonts/akzidenz_grotesk/akzidgrostdligcnditawebfont.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'mtv';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url('/sitewide/fonts/mtv-icon-font/mtv.eot');
  font-weight: normal;
  font-style: normal;
}
/************************
 * MTV Main Page Styles
 ************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}
.page--in-css-transition {
  background: #000000 url("/sitewide/images/ajax_loader.gif") no-repeat center center;
}
.page--in-css-transition body {
  display: none;
}
html.show_overlay,
html.show_overlay body {
  overflow: hidden;
}
html.show_overlay:before {
  content: "";
  z-index: 6000001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
body {
  font: 100% 'AkzidenzGrotesk-Regular';
  color: #1a1a1a;
  background-color: #ffffff;
  /*@backgroundColorPrimary;*/
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a {
  -moz-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
}
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
strong {
  font-family: 'AkzidenzGrotesk-Bold';
}
.slide_opened {
  position: fixed;
  width: 100%;
}
#background_holder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  padding-bottom: 212px;
  background-color: #ffffff;
  /*@backgroundColorPrimary;*/
  overflow-x: hidden;
}
#activityIndicator {
  display: none;
  z-index: 6000001;
  position: fixed;
  top: 0;
  overflow: hidden;
  left: 0;
  height: 4px;
  background-color: #00bbef;
  -webkit-animation: swing 3s infinite ease;
  animation: swing 3s infinite ease;
}
@-webkit-keyframes swing {
  1% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 30%;
    width: 40%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes swing {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 30%;
    width: 40%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
/************************
 * Spike module minimum heights
 ************************/
.triforce-module[data-tfdriver*=ent_m017],
.triforce-module[data-tfdriver*=ent_m018],
.triforce-module[data-tfdriver*=ent_m019],
.triforce-module[data-tfdriver*=ent_m023] {
  min-height: 926px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  .triforce-module[data-tfdriver*=ent_m017],
  .triforce-module[data-tfdriver*=ent_m018],
  .triforce-module[data-tfdriver*=ent_m019],
  .triforce-module[data-tfdriver*=ent_m023] {
    min-height: 784px;
  }
}
@media screen and (max-width: 659px) {
  .triforce-module[data-tfdriver*=ent_m017],
  .triforce-module[data-tfdriver*=ent_m018],
  .triforce-module[data-tfdriver*=ent_m019],
  .triforce-module[data-tfdriver*=ent_m023] {
    min-height: 524px;
  }
}
/************************
 * Spike image broker styles
 ************************/
.image_holder {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
.image_holder:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image_holder .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.image_holder.deferred .image {
  opacity: 0;
}
.screen_reader_text,
.screen-reader-text {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.no_transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.has_icon:before,
.ent_tfv306 .close:before,
.show_tve_info .ent_m095 .go_back:before,
.show_tve_info .ent_m095 .close_faq:before,
.ent_m104 .social_feed .feedItem .logo_twitter:before,
.ent_m104 .social_feed .feedItem .logo_facebook:before,
.ent_m108 .sbSelector:after {
  font: 23px/1 'mtv';
  color: #ffffff;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.facebook.has_icon:before,
.ent_m104 .social_feed .feedItem .logo_facebook:before {
  content: "\e63e";
}
.twitter.has_icon:before,
.ent_m104 .social_feed .feedItem .logo_twitter:before {
  content: "\e645";
}
.tumblr.has_icon:before {
  content: "\e644";
}
.instagram.has_icon:before {
  content: "\e640";
}
.link.has_icon:before {
  content: "\e63";
}
.embed.has_icon:before {
  content: "\e63d";
}
.comments.has_icon:before {
  content: "\e61a";
}
.play.has_icon:before {
  content: "\e605";
}
.lock.has_icon:before {
  content: "\e626";
}
.close.has_icon:before,
.ent_tfv306 .close:before,
.show_tve_info .ent_m095 .go_back:before,
.show_tve_info .ent_m095 .close_faq:before {
  content: "\e603";
}
.question.has_icon:before {
  content: "\e625";
}
.arrow_down.has_icon:before,
.ent_m108 .sbSelector:after {
  content: "\e612";
}
.email.has_icon:before {
  content: "\e62b";
}
.favorite.has_icon:before {
  content: "\e635";
}
.favorited.has_icon:before {
  content: "\e636";
}
.vine.has_icon:before {
  content: "\e646";
}
/*
 * Insert icon into element with data-icon specified
 * for more information visit
 * http://css-tricks.com/html-for-icon-font-usage/
 * don't use 'data-icon' because flux has their ouw styles for these elements
 **/
[data-graphics]:before {
  content: attr(data-graphics);
  font-family: 'mtv';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
[data-graphics-after]:after {
  content: attr(data-graphics-after);
  font-family: 'mtv';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
.transcript {
  overflow: hidden;
  width: 0px;
  height: 0px;
}
a.amazon,
a.hulu,
a.netflix {
  display: inline-block;
  background: url('http://www.mtv.com/sitewide/images/btn_amazon.png') no-repeat;
  width: 120px;
  height: 38px;
  text-indent: -9999px;
  position: relative;
  vertical-align: middle;
}
a.hulu {
  background-image: url('http://www.mtv.com/sitewide/images/btn_hulu.png');
  width: 74px;
}
a.netflix {
  background-image: url('http://www.mtv.com/sitewide/images/btn_netflix.png');
  width: 92px;
}
@-webkit-keyframes rowAnim {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  2% {
    background-color: rgba(223, 0, 0, 0.4);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes rowAnim {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  2% {
    background-color: rgba(223, 0, 0, 0.4);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes watchButtonAnim {
  0% {
    background-color: #000000;
  }
  2% {
    background-color: #df0000;
  }
  100% {
    background-color: #000000;
  }
}
@keyframes watchButtonAnim {
  0% {
    background-color: #000000;
  }
  2% {
    background-color: #df0000;
  }
  100% {
    background-color: #000000;
  }
}
.ent_m172 .s_buttons_button,
.ent_m174 .s_buttons_button,
.ent_m177 .s_buttons_button {
  color: #ffffff;
  background-color: #1a1a1a;
  text-decoration: none;
  width: auto;
  text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  display: inline-block;
  padding: 0.8rem 3rem 1rem;
  margin: 0 0 30px;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 20px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.ent_m172 .s_buttons_button:after,
.ent_m174 .s_buttons_button:after,
.ent_m177 .s_buttons_button:after {
  content: "\e614";
  display: inline;
  border-radius: 100%;
  color: #ffffff;
  margin-left: 5px;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 0.85em;
  font-family: 'mtv';
  line-height: 1;
}
/*

  * MTV2 OVERRIDES

  * Herein lie the necessary CSS hax to do the overrides on MTV2 pages.  The MTV2 class is added to the body in /mtv.com/javascript/global/V1_0_0/Script.js

*/
@font-face {
  font-family: "DrukText";
  font-style: normal;
  font-weight: 400;
  src: url("/sitewide/fonts/druk/DrukText-Medium-Web.woff") format("woff");
}
@font-face {
  font-family: "DrukTextWide";
  font-style: normal;
  font-weight: 400;
  src: url("/sitewide/fonts/druk/DrukTextWide-Medium-Web.woff") format("woff");
}
@font-face {
  font-family: "DrukTextWideBold";
  font-style: normal;
  font-weight: 700;
  src: url("/sitewide/fonts/druk/DrukTextWide-Bold-Web.woff") format("woff");
}
@font-face {
  font-family: "DrukTextWideSuper";
  font-style: normal;
  font-weight: 900;
  src: url("/sitewide/fonts/druk/DrukTextWide-Super-Web.woff") format("woff");
}
.MTV2 #background_holder {
  background-color: #fffef4;
}
.MTV2 #tier_2 .tier_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.MTV2 .ent_m002 .header_text {
  font-family: Arial;
  font-weight: bold;
  font-size: 2.7rem;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m122 > .ent_m051 div.content {
    margin-top: -1px;
    padding-top: 0.2em;
  }
  .MTV2 .ent_m122 > .ent_m051 div.content > div {
    margin-top: -2.8rem;
    position: absolute;
    top: auto;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m051 div:first-child {
    font-size: 2.3rem;
    line-height: 1.05;
  }
}
.MTV2 .ent_m051 .content {
  background-color: transparent;
  margin-top: -1px;
}
.MTV2 .ent_m051 .content h3 {
  font-family: 'AkzidenzGrotesk Cnd';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.MTV2 .ent_m051 .content div {
  font-family: "DrukTextWide", sans-serif;
  height: 2.4rem;
  margin-top: -2.8rem;
  text-transform: uppercase;
  background-color: #20bece;
  color: #fffcd6;
  font-size: 1.45rem;
  letter-spacing: 1px;
  padding: 0.6rem 0.7rem 0;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m051 .content div {
    margin-top: 0;
  }
}
.MTV2 .ent_m058.module {
  margin-top: 10px;
}
.MTV2 .ent_m058.module .item_sticker {
  background-color: #20bece;
  color: #fffcd6;
  font-size: 1.45rem;
  letter-spacing: 1px;
}
.MTV2 .ent_m058.module .show-tunein-info span.series-name {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  color: #fffcd6;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m058.module .show-tunein-info span.series-name {
    font-size: 2rem;
  }
}
.MTV2 .ent_m058.module #section-primetime {
  padding-top: 25px;
  margin-bottom: 0;
  background-color: #000;
}
.MTV2 .ent_m058.module #section-primetime .row {
  margin-right: -25px;
}
.MTV2 .ent_m058.module #section-primetime .call-to-action {
  margin-top: 5px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m058.module #section-primetime .call-to-action {
    margin-top: 15px;
  }
}
.MTV2 .ent_m058.module .label {
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: uppercase;
  font-size: 1.45rem;
  height: 2.3rem;
  padding: 0 0.5rem;
}
.MTV2 .ent_m058.module .headline .muted {
  font-family: 'AkzidenzGrotesk-Regular';
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #ccc;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m058.module .headline .muted {
    font-size: 1.2rem;
  }
}
.MTV2 .ent_m058.module .headline a {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 1px;
  color: #fffcd6;
  font-weight: 700;
}
.MTV2 .ent_m058.module .btn {
  box-shadow: none;
  float: left;
}
.MTV2 .ent_m058.module .btn-cta {
  font-size: 1.2rem;
  font-family: "DrukTextWide", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #20bece;
  background-color: transparent;
}
.MTV2 .ent_m058.module .btn-cta span {
  letter-spacing: 0.015em;
  padding: 9px 7px 9px 8px;
  text-transform: uppercase;
  color: #20bece;
}
.MTV2 .ent_m058.module .btn-cta span .icon-chevron-right {
  margin-left: 0;
  padding-right: 0;
}
.MTV2 .ent_m058.module .btn-cta .icon-chevron-right {
  font-family: 'mtv';
  font-size: 0.9em;
  color: #20bece;
}
.MTV2 .ent_m058.module .btn-cta:hover {
  background-color: #20bece;
}
.MTV2 .ent_m058.module .btn-cta:hover span {
  color: #fffcd6;
}
.MTV2 .ent_m058.module .btn-cta:hover span .icon-chevron-right {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .header {
  padding: 25px 14px 14px;
}
.MTV2 .ent_m068.module .header .date {
  font-family: "DrukTextWide", sans-serif;
  font-size: 4em;
  text-transform: uppercase;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m068.module .header .date {
    margin-top: 7px;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .header .date {
    font-size: 2.6rem;
    margin-bottom: 0;
    margin-top: 17px;
  }
}
.MTV2 .ent_m068.module .header .prev.loading,
.MTV2 .ent_m068.module .header .next.loading {
  display: inline-block;
  width: 24px;
  margin: 13px 0 0 6px;
}
.MTV2 .ent_m068.module .header .prev.loading:after,
.MTV2 .ent_m068.module .header .next.loading:after {
  content: "";
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .header .prev,
  .MTV2 .ent_m068.module .header .next {
    font-size: 8px;
  }
}
.MTV2 .ent_m068.module .header .nav {
  margin: 30px 0;
}
.MTV2 .ent_m068.module .header .nav .shows {
  background: #185796;
  border-radius: 0;
  color: #fffcd6;
  font-family: "DrukTextWide", sans-serif;
  font-size: 1.6rem;
  height: auto;
  font-weight: 700;
  padding: 13px 25px 11px 10px;
  text-transform: uppercase;
  width: 288px;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .header .nav .shows {
    font-size: 1.2rem;
    padding: 13px 22px 13px 11px;
    width: 208px;
  }
}
.MTV2 .ent_m068.module .header .nav .shows .opened {
  background-color: #185796;
}
.MTV2 .ent_m068.module .header .nav .shows:hover {
  background-color: #134476;
}
.MTV2 .ent_m068.module .header .nav .shows:after {
  float: right;
  left: 10px;
  text-align: right;
  top: 50%;
}
.MTV2 .ent_m068.module .header .nav .shows ul.opened {
  background-color: #185796;
  border-radius: 0;
  top: 100%;
  width: 288px;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .header .nav .shows ul.opened {
    width: 208px;
  }
}
.MTV2 .ent_m068.module .header .nav .shows ul.opened li {
  padding-bottom: 10px;
  color: #fffcd6;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .header .nav .shows ul.opened li {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}
.MTV2 .ent_m068.module .show-header .show-info .show-title {
  font-family: "DrukTextWide", sans-serif;
  font-size: 4.2rem;
  text-transform: uppercase;
}
.MTV2 .ent_m068.module .schedule {
  background-color: #fffef4;
}
.MTV2 .ent_m068.module .schedule .dark {
  color: #fffcd6;
  background-color: #185796;
}
.MTV2 .ent_m068.module .schedule .dark .arrow:after {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .dark .title h2 {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .dark .title span {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .dark .time {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .dark .time span {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .light {
  background-color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .light .arrow:after {
  color: #185796;
}
.MTV2 .ent_m068.module .schedule .light .time {
  color: #185796;
}
.MTV2 .ent_m068.module .schedule .light .time span {
  color: #185796;
}
.MTV2 .ent_m068.module .schedule .light .title h2 {
  color: #185796;
}
.MTV2 .ent_m068.module .schedule .light .title span {
  color: #185796;
}
.MTV2 .ent_m068.module .schedule .opened {
  background: #20bece;
}
.MTV2 .ent_m068.module .schedule .opened .clickable .now,
.MTV2 .ent_m068.module .schedule .opened .clickable .new {
  background: #185796;
}
.MTV2 .ent_m068.module .schedule .opened .notriforce.fullepisode {
  background-color: transparent;
  border-bottom: none;
  border: 2px solid #fffcd6;
  border-radius: 0;
  box-shadow: none;
  color: #fffcd6;
  font-size: 1.2rem;
  font-family: "DrukTextWide", sans-serif;
  font-weight: 400;
  line-height: 37px;
  margin: 18px 28px 0 0;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  width: 218px;
}
.MTV2 .ent_m068.module .schedule .opened .notriforce.fullepisode:hover {
  background: #185796;
  border-color: #185796;
  color: #fffcd6;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .opened .notriforce.fullepisode {
    display: none;
  }
}
.MTV2 .ent_m068.module .schedule .opened .time {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .opened .time span {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .opened .title h2,
.MTV2 .ent_m068.module .schedule .opened .title span {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .opened .arrow:after {
  color: #fffcd6;
}
.MTV2 .ent_m068.module .schedule .date {
  background-color: #fffef4;
  color: #185796;
  font-family: "DrukTextWide", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
  padding: 40px 0 32px 14px;
  width: 1200px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m068.module .schedule .date {
    padding-left: 18px;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .date {
    padding: 40px 0 32px 15px;
  }
}
.MTV2 .ent_m068.module .schedule .clickable .now,
.MTV2 .ent_m068.module .schedule .clickable .new {
  background-color: #20bece;
  color: #fffcd6;
  font-family: "AkzidenzGrotesk-Bold", sans-serif;
  font-size: 1.45rem;
  height: 2.3rem;
  left: 14px;
  letter-spacing: 1px;
  line-height: 21.4px;
  padding: 2px 7px 4px;
  text-transform: uppercase;
  top: 39px;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .clickable .now,
  .MTV2 .ent_m068.module .schedule .clickable .new {
    font-size: 1rem;
    top: 37px;
  }
}
.MTV2 .ent_m068.module .schedule .clickable .time {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 1.7rem;
  margin-left: 13px;
  margin-top: 14px;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .clickable .time {
    padding-top: 21px;
  }
}
.MTV2 .ent_m068.module .schedule .clickable .time span {
  font-size: 1.7rem;
  margin-left: 0;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .clickable .title {
    padding-left: 12px;
  }
}
.MTV2 .ent_m068.module .schedule .clickable .title h2 {
  font-family: "DrukTextWideSuper", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .clickable .title h2 {
    font-size: 1.25rem;
  }
}
.MTV2 .ent_m068.module .schedule .clickable .title span {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .clickable .title span {
    font-size: 1.2rem;
  }
}
.MTV2 .ent_m068.module .schedule .clickable .title a {
  background-color: transparent;
  border-bottom: none;
  border: 2px solid #20bece;
  border-radius: 0;
  box-shadow: none;
  color: #20bece;
  font-size: 1.2rem;
  font-family: "DrukTextWide", sans-serif;
  font-weight: 400;
  line-height: 37px;
  margin: 17px 28px 0 0;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  width: 218px;
}
.MTV2 .ent_m068.module .schedule .clickable .title a:hover {
  background-color: #20bece;
  color: #fffcd6;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m068.module .schedule .clickable .title a {
    margin-top: 26px;
  }
}
@media screen and (max-width: 700px) {
  .MTV2 .ent_m068.module .schedule .clickable .title a {
    display: none;
  }
}
.MTV2 .ent_m068.module .schedule .more-wrapper {
  background-color: #fffef4;
  padding-right: 13px;
  width: 100%;
}
.MTV2 .ent_m068.module .schedule .more-wrapper .more {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more {
    display: table-cell;
    min-width: 0;
    margin-top: -20px;
    padding-bottom: 10%;
    padding-left: 4%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more {
    display: table-cell;
    min-width: 0;
    padding-bottom: 5px;
    padding-left: 4%;
    padding-top: 9px;
  }
}
.MTV2 .ent_m068.module .schedule .more-wrapper .more .image {
  min-width: auto;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more .image {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.MTV2 .ent_m068.module .schedule .more-wrapper .more .image .image_holder {
  height: 100%;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more .image .image_holder {
    overflow: visible;
    width: 488px;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more .image .image_holder {
    display: table-cell;
    height: 0;
  }
}
.MTV2 .ent_m068.module .schedule .more-wrapper .more .description p {
  font-family: "AkzidenzGrotesk", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.MTV2 .ent_m068.module .schedule .more-wrapper .more .description span {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more .description {
    display: table-cell;
    float: left;
    padding: 10px 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more .description {
    margin: 0;
  }
}
.MTV2 .ent_m068.module .schedule .more-wrapper .more .fullepisode_mobile {
  background-color: transparent;
  border-bottom: none;
  border: 2px solid #20bece;
  border-radius: 0;
  box-shadow: none;
  color: #20bece;
  font-size: 1.2rem;
  font-family: "DrukTextWide", sans-serif;
  font-weight: 400;
  line-height: 37px;
  margin: 16px 28px 0 0;
  max-width: 488px;
  text-shadow: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  width: 100%;
}
.MTV2 .ent_m068.module .schedule .more-wrapper .more .fullepisode_mobile:hover {
  background-color: #20bece;
  color: #fffcd6;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more .fullepisode_mobile {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m068.module .schedule .more-wrapper .more .fullepisode_mobile {
    display: block;
    margin-top: 6px;
    margin-right: 3px;
  }
}
.MTV2 .ent_m070 .site_logo {
  opacity: 0.7;
}
.MTV2 .ent_m070 .site_logo:hover {
  opacity: 1;
}
.MTV2 .ent_m109 .overlay {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.MTV2 .ent_m109 .overlay:after {
  font-family: 'mtv';
  content: "\e61f";
  font-size: 90px;
  text-align: right;
  color: #FFFCD6;
  padding: 15px;
  bottom: 0;
  display: inline-block;
  height: 125px;
  position: absolute;
  left: -1855px;
  width: 2000px;
  z-index: 1;
}
.MTV2 .ent_m109 .image_holder {
  border-bottom: 0;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m109 .overlay:after {
    font-size: 40px;
    height: 70px;
    left: -1925px;
  }
}
.MTV2 .ent_m045 .image_holder {
  max-height: 445px;
  border-bottom: 0;
}
.MTV2 .ent_m045 .overlay:before {
  bottom: 0;
  display: inline-block;
  height: 125px;
  position: absolute;
  left: 130px;
  width: 2000px;
  content: "";
}
.MTV2 .ent_m045 .overlay:after {
  font-family: 'mtv';
  content: "\e90a";
  font-size: 90px;
  text-align: right;
  color: #FFFCD6;
  padding: 15px;
  bottom: 0;
  display: inline-block;
  height: 125px;
  position: absolute;
  left: -870px;
  width: 1000px;
}
.MTV2 .ent_m045 .overlay .modal {
  margin-left: 120px;
  position: absolute;
  top: -130px;
  width: -o-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  padding-right: 13px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m045 .overlay .modal {
    width: 100%;
    padding-right: 0;
  }
}
.MTV2 .ent_m045 .overlay .info {
  /* Sweep To Left */
}
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-right .headline,
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-right .copy {
  color: #FFFCD6;
}
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-right:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #185796;
}
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-right .headline,
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-right .copy {
  color: #FFFCD6;
  position: relative;
}
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-left:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #FFFCD6;
}
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-left .watch-now .icon-chevron-right {
  display: none;
  background-color: #00bbef;
}
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-left .watch-now .icon-chevron-right:after {
  color: #fffcd6;
}
.MTV2 .ent_m045 .overlay .info .box-slide-child-group:hover .hvr-sweep-to-left .watch-pretext {
  color: #185796;
}
.MTV2 .ent_m045 .overlay .info .hvr-sweep-to-right {
  -webkit-transform: translateZ(0);
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #FFFCD6;
}
.MTV2 .ent_m045 .overlay .info .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #185796;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.MTV2 .ent_m045 .overlay .info .hvr-sweep-to-left {
  /* display: inline-block; */
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #185796;
}
.MTV2 .ent_m045 .overlay .info .hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFCD6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.MTV2 .ent_m045 .overlay .info .box-slide {
  width: -o-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  margin-right: 10px;
  float: left;
  height: 120px;
  color: #185796;
  padding: 2em;
}
.MTV2 .ent_m045 .overlay .info .box-slide:last-child {
  margin-right: 0;
}
.MTV2 .ent_m045 .overlay .info .headline {
  margin-left: 0;
  background-color: transparent;
  color: #185796;
  font-family: "DrukTextWideSuper", sans-serif;
  text-transform: uppercase;
  font-size: 2.6rem;
  line-height: 1;
  display: block;
  padding-bottom: 0.25em;
}
.MTV2 .ent_m045 .overlay .info .headline:hover {
  color: #FFFCD6;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m045 .overlay .info .headline {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m045 .overlay .info .headline {
    padding-bottom: 0;
  }
}
.MTV2 .ent_m045 .overlay .info .watch-pretext {
  color: #FFFCD6;
  display: block;
  font-family: 'AkzidenzGrotesk Cnd', sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 10px;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m045 .overlay .info .watch-pretext {
    font-size: 1.7rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m045 .overlay .info .watch-pretext {
    font-size: 1.7rem;
    padding-left: 0;
  }
}
.MTV2 .ent_m045 .overlay .info .watch-now {
  color: #20bece;
  font-family: 'AkzidenzGrotesk Cnd', sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m045 .overlay .info .watch-now {
    font-size: 1.7rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m045 .overlay .info .watch-now {
    font-size: 1.7rem;
    padding-left: 0;
  }
}
.MTV2 .ent_m045 .overlay .info .watch-now .icon-chevron-right {
  background-color: transparent;
  border: 2px solid #00bbef;
  border-radius: 0;
  color: #00bbef;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0.45em 0.4em 0.4em 0.5em;
  margin-top: -5px;
  text-shadow: none;
}
.MTV2 .ent_m045 .overlay .info .icon-chevron-right {
  display: none;
}
.MTV2 .ent_m045 .overlay .info .copy {
  font-family: 'AkzidenzGrotesk Cnd', sans-serif;
  font-size: 1.4em;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m045 .overlay {
    padding: 0;
  }
  .MTV2 .ent_m045 .overlay:after {
    z-index: 0;
    bottom: 1.1em;
    left: -910px;
    font-size: 60px;
    content: "\e61f";
  }
  .MTV2 .ent_m045 .overlay .modal {
    margin: 0;
    bottom: 0;
    z-index: 1;
    top: auto;
  }
  .MTV2 .ent_m045 .overlay .info .box-slide {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 1em;
  }
  .MTV2 .ent_m045 .overlay .info .box-slide .headline {
    font-size: 1.8rem;
    margin-left: -1rem;
  }
  .MTV2 .ent_m045 .overlay .info .box-slide .copy {
    font-size: 1.2rem;
  }
  .MTV2 .ent_m045 .overlay .info .box-slide .watch-now .icon-chevron-right {
    font-size: 1rem;
    line-height: 1;
    padding: 0.35em 0.25em 0.3em 0.4em;
    margin-top: -1px;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m045 {
    overflow: visible;
    margin-bottom: 80px;
  }
  .MTV2 .ent_m045 .overlay:before {
    height: 70px;
    left: 0px;
    content: "";
  }
  .MTV2 .ent_m045 .overlay:after {
    font-size: 40px;
    height: 70px;
    left: -930px;
    top: -70px;
    bottom: 0;
  }
  .MTV2 .ent_m045 .overlay .modal {
    position: relative;
  }
}
.MTV2 .ent_m100.module .module_content {
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m100.module .module_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.MTV2 .ent_m100.module .L001_line_list {
  overflow-y: hidden;
}
.MTV2 .ent_m100.module .related-shows .headline {
  font-family: "DrukTextWideSuper", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fffcd6;
  background-color: #20bece;
  display: inline-block;
  padding: 0.8rem 0.8rem 0.6rem;
  margin-bottom: 15px;
}
.MTV2 .ent_m100.module .S001_line_list_item .link_wrapper h4 {
  background-color: #20bece;
  color: #fffcd6;
  letter-spacing: 1px;
  font-size: 1.45rem;
  text-transform: uppercase;
  padding: 0.6rem 0.7rem 0;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m100.module .S001_line_list_item .link_wrapper h4 {
    font-family: "AkzidenzGrotesk-Bold", sans-serif;
    padding: 0.6rem 0.7rem;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m100.module .S001_line_list_item .link_wrapper h4 {
    font-size: 1rem;
    float: left;
  }
}
.MTV2 .ent_m100.module .S001_line_list_item .link_wrapper:hover h3 {
  color: #20bece;
}
.MTV2 .ent_m100.module .S001_line_list_item .link_wrapper h3 {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #185796;
}
.MTV2 .ent_m098 .headline {
  font-family: "DrukTextWideSuper", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fffcd6;
  background-color: #185796;
  display: inline-block;
  padding: 0.8rem 0.8rem 0.6rem;
  margin-bottom: 15px;
}
.MTV2 .ent_m098 .info {
  font-size: 1.6rem;
}
.MTV2 .ent_m067 .S001_line_list_item .link_wrapper:hover h3,
.MTV2 .ent_m101 .S001_line_list_item .link_wrapper:hover h3,
.MTV2 .ent_m112 .S001_line_list_item .link_wrapper:hover h3,
.MTV2 .ent_m116 .S001_line_list_item .link_wrapper:hover h3 {
  color: #20bece;
}
.MTV2 .ent_m067 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge,
.MTV2 .ent_m101 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge,
.MTV2 .ent_m112 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge,
.MTV2 .ent_m116 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge {
  right: 0;
  bottom: 0;
  color: #ccc;
  border-radius: 0;
}
.MTV2 .ent_m067 .S001_line_list_item .link_wrapper span,
.MTV2 .ent_m101 .S001_line_list_item .link_wrapper span,
.MTV2 .ent_m112 .S001_line_list_item .link_wrapper span,
.MTV2 .ent_m116 .S001_line_list_item .link_wrapper span {
  font-size: 1.2rem;
}
.MTV2 .ent_m067 .S001_line_list_item .link_wrapper h3,
.MTV2 .ent_m101 .S001_line_list_item .link_wrapper h3,
.MTV2 .ent_m112 .S001_line_list_item .link_wrapper h3,
.MTV2 .ent_m116 .S001_line_list_item .link_wrapper h3 {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.MTV2 .ent_m067 .subFilters_list li,
.MTV2 .ent_m101 .subFilters_list li,
.MTV2 .ent_m112 .subFilters_list li,
.MTV2 .ent_m116 .subFilters_list li {
  color: #185796;
}
.MTV2 .ent_m067 .subFilters_list li:hover,
.MTV2 .ent_m101 .subFilters_list li:hover,
.MTV2 .ent_m112 .subFilters_list li:hover,
.MTV2 .ent_m116 .subFilters_list li:hover {
  background: #185796;
  color: #FFFCD6;
}
.MTV2 .ent_m067 .subFilters_list .pre-selected,
.MTV2 .ent_m101 .subFilters_list .pre-selected,
.MTV2 .ent_m112 .subFilters_list .pre-selected,
.MTV2 .ent_m116 .subFilters_list .pre-selected {
  background: #185796;
  color: #FFFCD6;
}
.MTV2 .ent_m067 .subFilters_list .selected,
.MTV2 .ent_m101 .subFilters_list .selected,
.MTV2 .ent_m112 .subFilters_list .selected,
.MTV2 .ent_m116 .subFilters_list .selected {
  background: #185796;
  color: #FFFCD6;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m112 .S002_line_list_header .content {
    width: 230px;
  }
}
@media (max-width: 979px) {
  .MTV2 .ent_m150.module .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.MTV2 .ent_m150.module .section-header-1 {
  background-color: #20bece;
  border-bottom: none;
  border-radius: 0;
  color: #fffcd6;
  display: inline-block;
  font-family: "DrukTextWideSuper", sans-serif;
  font-size: 1.6rem;
  padding: 0.8rem 0.8rem 0.6rem;
  text-transform: uppercase;
}
.MTV2 .ent_m150.module #az-ad {
  top: 130px;
}
@media (max-width: 979px) {
  .MTV2 .ent_m150.module #az-ad {
    top: 0;
  }
}
.MTV2 .ent_m150.module #alphafilter .accordion-group {
  border: 0;
  position: relative;
  margin-bottom: 15px;
  min-height: 400px;
}
.MTV2 .ent_m150.module #alphafilter.accordion {
  border-top: 5px solid #185796;
}
.MTV2 .ent_m150.module #alphafilter .accordion-body {
  position: absolute;
  top: 59px;
  width: 100%;
}
.MTV2 .ent_m150.module #alphafilter .accordion-heading {
  background-color: #fffef4;
  border-right: 2px solid #f2f6f5;
  font-family: "AkzidenzGrotesk Cnd";
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.MTV2 .ent_m150.module #alphafilter .accordion-heading.active {
  background-color: #185796;
  color: #fffcd6;
}
.MTV2 .ent_m150.module #alphafilter .accordion-heading.active:hover {
  background-color: #185796;
  color: #fffcd6;
}
.MTV2 .ent_m150.module #alphafilter .accordion-heading.active .accordion-toggle {
  color: #fffcd6;
}
.MTV2 .ent_m150.module #alphafilter .accordion-inner {
  margin-top: 15px;
}
.MTV2 .ent_m150.module #alphafilter .accordion-inner .show-item {
  color: #185796;
  font-family: "AkzidenzGrotesk Cnd";
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.MTV2 .ent_m150.module #alphafilter .accordion-inner .show-item a:hover {
  color: #20bece;
}
.MTV2 .ent_m150.module #alphafilter .accordion-inner li {
  font-size: 20px;
  margin-bottom: 15px;
}
.MTV2 .ent_m150.module #alphafilter .accordion-toggle,
.MTV2 .ent_m150.module #alphafilter .accordion-body .show-item a {
  cursor: pointer;
  text-decoration: none;
  color: #185796;
  font-weight: 700;
}
.MTV2 .ent_m150.module #alphafilter .accordion-toggle:hover {
  background-color: #185796;
  color: #fffcd6;
}
.MTV2 .ent_m150.module #alphafilter .accordion-toggle.disabled {
  background-color: #fffef4;
  color: #777777;
  cursor: default;
}
.MTV2 .ent_m150.module #alphafilter .accordion-toggle.disabled:hover {
  background-color: #fffef4;
  color: #777777;
}
.MTV2 .ent_m150.module .alphafilter-wrap {
  position: relative;
  min-height: 372px;
}
.MTV2 .ent_m150.module .alphafilter-wrap #az-ad {
  position: absolute;
  right: 13px;
  top: 109px;
}
.MTV2 .ent_m150.module .alphafilter-wrap #az-ad .celtra-ad-v3 > div {
  width: 300px !important;
}
.MTV2 .ent_m150.module .icon-chevron-down {
  margin-top: 7px;
}
@media (max-width: 979px) {
  .MTV2 .ent_m150.module {
    /* accordion collapse */
    /* accordion collapse */
  }
  .MTV2 .ent_m150.module .alphafilter-wrap #az-ad {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    margin: 30px 0;
  }
  .MTV2 .ent_m150.module .alphafilter-wrap #az-ad .celtra-ad-v3 > div {
    width: auto !important;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-body {
    position: static;
    top: auto;
    padding-left: 17px;
    padding-right: 17px;
  }
  .MTV2 .ent_m150.module #alphafilter .alphafilter-wrap {
    min-height: 0;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading {
    float: none;
    width: 100%;
    text-align: left;
    background-color: #20bece;
    border: 1px solid #fff;
    display: inherit;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading:hover {
    background-color: #185796;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading .accordion-toggle {
    color: #fffcd6;
    padding: 10px 15px 12px 15px;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading .accordion-toggle:hover {
    color: #fffcd6;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading .disabled {
    background: none repeat scroll 0 0 #cccccc;
    color: #fffcd6;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading .disabled .icon-chevron-down {
    display: none;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading .disabled:hover {
    background: none repeat scroll 0 0 #cccccc;
    color: #ffffff;
    cursor: default;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading .icon-chevron-down {
    font-family: 'mtv';
    font-size: 20px;
    color: #fffcd6;
    float: right;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading .icon-chevron-down:before {
    content: "\e612";
  }
  .MTV2 .ent_m150.module #alphafilter.accordion {
    border-top: none;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading.active .icon-chevron-down {
    display: none;
  }
}
@media (max-width: 659px) {
  .MTV2 .ent_m150.module #alphafilter .accordion-inner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .MTV2 .ent_m150.module #alphafilter.accordion {
    border: none;
  }
  .MTV2 .ent_m150.module #alphafilter .accordion-heading.active .icon-chevron-down {
    display: none;
  }
}
.MTV2 .ent_m163 .headline {
  font-family: "DrukTextWideSuper", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #fffcd6;
  background-color: #185796;
  display: inline-block;
  padding: 0.8rem 0.8rem 0.6rem;
  margin-bottom: 15px;
}
.MTV2 .ent_m163 .S001_line_list_item .link_wrapper h3 {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.MTV2 .ent_m165 .list_item .item_wrapper {
  width: 100%;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m165 .list_item .item_wrapper {
    display: inline-table;
  }
}
.MTV2 .ent_m165 .list_item .item_wrapper:hover .item_meta .headline,
.MTV2 .ent_m165 .list_item .item_wrapper:hover .item_meta .subHeadline {
  color: #20bece;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m165 .list_item .item_wrapper .image_holder {
    display: table-cell;
    vertical-align: middle;
  }
}
.MTV2 .ent_m165 .list_item .item_wrapper .item_meta {
  text-align: center;
  border-top: none;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m165 .list_item .item_wrapper .item_meta {
    display: table-cell;
    vertical-align: middle;
  }
}
.MTV2 .ent_m165 .list_item .item_wrapper .item_meta .headline {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-size: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.MTV2 .ent_m165 .list_item .item_wrapper .item_meta .subHeadline {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 1.6rem;
}
.MTV2 .ent_m165 .item_content_wrapper .item_content .item_content_details .item_content_name {
  font-family: "DrukTextWide", sans-serif;
  font-size: 5.5rem;
  font-weight: normal;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.MTV2 .ent_m165 .item_content_wrapper .item_content .item_content_details .item_content_linkwrap .item_content_linkwrap_button {
  text-transform: uppercase;
  font-family: "DrukTextWide", sans-serif;
}
.MTV2 .ent_m172 {
  margin-bottom: 50px;
}
.MTV2 .ent_m172 .module_content {
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m172 .module_content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.MTV2 .ent_m172 .image_holder:before {
  padding-top: 56.25%;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m172 span {
    font-size: 4.5vw;
  }
}
.MTV2 .ent_m172 .secondary_item {
  margin-top: 20px;
}
.MTV2 .ent_m172 .secondary_item a:hover .image {
  -webkit-filter: none;
  filter: none;
}
.MTV2 .ent_m172 .secondary_item_wrap {
  margin-left: 15px;
  margin-right: 15px;
}
.MTV2 .ent_m172 .secondary_item_wrap:hover .meta-wrap:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.MTV2 .ent_m172 .secondary_item_wrap:hover .meta-wrap .subHeader .icon-chevron-right {
  background-color: #20bece;
}
.MTV2 .ent_m172 .secondary_item_wrap:hover .meta-wrap .subHeader .icon-chevron-right:after {
  color: #fffcd6;
}
.MTV2 .ent_m172 .secondary_item_wrap:hover .meta-wrap .label span {
  color: #185796;
}
.MTV2 .ent_m172 .secondary_item_wrap:hover .meta-wrap .header {
  color: #185796;
}
.MTV2 .ent_m172 .secondary_item_wrap:hover .meta-wrap .subHeader {
  color: #185796;
}
.MTV2 .ent_m172 .secondary_item_2 {
  width: 100%;
}
.MTV2 .ent_m172 .image_holder {
  margin: 0 -15px;
}
.MTV2 .ent_m172 .meta-wrap {
  background: #185796;
  display: block;
  display: flex;
  flex-direction: column;
  padding: 1vw;
  margin-top: -50px;
  position: relative;
  padding: 15px;
}
.MTV2 .ent_m172 .meta-wrap:before {
  background: #fffcd6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: 0 50% 0;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  z-index: -1;
}
.MTV2 .ent_m172 .meta-wrap .label {
  background: none;
  line-height: 1.1;
  margin-bottom: 7px;
  margin-left: 0;
  margin-top: 0;
  min-height: 0;
  order: 1;
  text-transform: uppercase;
}
.MTV2 .ent_m172 .meta-wrap .label span {
  font-family: "AkzidenzGrotesk Cnd";
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1;
  color: #fffcd6;
  padding: 0;
  text-shadow: none;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m172 .meta-wrap .label span {
    font-size: 1.2rem;
  }
}
.MTV2 .ent_m172 .meta-wrap .header {
  font-family: "DrukTextWideSuper", sans-serif;
  font-size: 2rem;
  color: #fffcd6;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 0;
  text-shadow: none;
  text-transform: uppercase;
  transition: color 0.3s ease 0s;
  order: 2;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m172 .meta-wrap .header {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m172 .meta-wrap .header {
    font-size: 1.8rem;
  }
}
.MTV2 .ent_m172 .meta-wrap .subHeader {
  color: #fffcd6;
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.1;
  padding: 0;
  order: 3;
  text-shadow: none;
  text-transform: uppercase;
  margin-top: 0;
  transition: color 0.3s ease 0s;
}
.MTV2 .ent_m172 .meta-wrap .subHeader .icon-chevron-right {
  margin-left: 0.4em;
  right: auto;
  border: 2px solid #20bece;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.1rem;
  top: -4px;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m172 .meta-wrap .subHeader .icon-chevron-right {
    font-size: 1rem;
    top: -1px;
  }
}
.MTV2 .ent_m172 .meta-wrap .subHeader .icon-chevron-right:after {
  color: #20bece;
  font-size: 0.75em;
  font-weight: normal;
  padding: 0.5em 0.4em 0.5em 0.5em;
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m172 .meta-wrap .subHeader .icon-chevron-right:after {
    padding: 0.3em 0.2em 0.3em 0.3em;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m172 .meta-wrap .subHeader {
    font-size: 1.4rem;
  }
}
.MTV2 .ent_m177.is_hidden .s_right_rail_sticky {
  border: none;
  background-color: #fffef4;
}
.MTV2 .ent_m177.is_hidden .s_right_rail_sticky .list_header {
  border: 2px solid #20bece;
  padding: 0.8rem 0.8rem 0.6rem;
}
.MTV2 .ent_m177.is_hidden .S002_line_list_item_vertical {
  border-bottom: none;
}
.MTV2 .ent_m177 .S002_line_list_item_vertical .link_wrapper .thumbnail_holder .s_layouts_lineListDurationBadge {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m177 .s_right_rail_sticky {
    border: 2px solid #20bece;
  }
}
.MTV2 .ent_m177 .s_right_rail_sticky .link_wrapper:hover .s_fonts_lineListHeader,
.MTV2 .ent_m177 .s_right_rail_sticky .link_wrapper:hover .s_fonts_lineListDescription {
  color: #20bece;
}
.MTV2 .ent_m177 .s_right_rail_sticky .link_wrapper .s_fonts_lineListHeader {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m177 .s_right_rail_sticky .link_wrapper .s_fonts_lineListHeader {
    font-size: 1.7rem;
  }
}
.MTV2 .ent_m177 .s_right_rail_sticky .link_wrapper .s_fonts_lineListDescription {
  line-height: 1.1;
  font-size: 1.5rem;
}
.MTV2 .ent_m177 .s_right_rail_sticky .link_wrapper .meta {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 3px;
}
.MTV2 .ent_m177 .s_right_rail_sticky .list_header {
  display: inline-block;
  background-color: #20bece;
  color: #fffcd6;
  text-transform: uppercase;
  font-family: "DrukTextWideSuper", sans-serif;
  font-size: 1.6rem;
  border-bottom: none;
  padding: 0.8rem 0.8rem 0.6rem;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m177 .s_right_rail_sticky .list_header {
    color: #20bece;
    font-size: 1.6rem;
    border: 2px solid #20bece;
    padding: 0.8rem 0.8rem 0.6rem;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .ent_m177 .s_right_rail_sticky .list_header {
    font-size: 1.4rem;
  }
}
.MTV2 .ent_m177 .s_right_rail_sticky .list_header .icon-chevron-up::after {
  color: #20bece;
  font-size: 1.6rem;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m177 .s_right_rail_sticky .list_header .icon-chevron-up::after {
    font-size: 1.4rem;
  }
}
.MTV2 .ent_m177 .social_wrap {
  margin-top: 30px;
}
.MTV2 .ent_m177 .social_wrap .social_title {
  float: left;
  background-color: #20bece;
  color: #fffcd6;
  text-transform: uppercase;
  font-family: "DrukTextWideSuper", sans-serif;
  font-size: 1.6rem;
  border-bottom: none;
  padding: 0.8rem 0.8rem 0.6rem;
}
.MTV2 .ent_m177 .social_wrap .social_button {
  float: left;
}
.MTV2 .ent_m177 .social_wrap .social_button:nth-child(2) {
  clear: left;
}
.MTV2 .ent_m177 .social_wrap .social_button:before {
  color: #185796;
  margin-right: 15px;
}
.MTV2 .ent_m177 .social_wrap .social_button:hover:before {
  color: #20bece;
}
.MTV2 .ent_m178 a:hover .image {
  -webkit-filter: none;
  filter: none;
}
.MTV2 .ent_m178:hover .meta_items .meta-wrap .headers-wrap:before,
.MTV2 .ent_m178:hover .meta_items .meta-wrap .subHeader:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.MTV2 .ent_m178:hover .meta_items .meta-wrap .subHeader .icon-chevron-right {
  background-color: #20bece;
}
.MTV2 .ent_m178:hover .meta_items .meta-wrap .subHeader .icon-chevron-right:after {
  color: #fffcd6;
}
.MTV2 .ent_m178:hover .meta_items .meta-wrap .label span {
  color: #185796;
}
.MTV2 .ent_m178:hover .meta_items .meta-wrap .header,
.MTV2 .ent_m178:hover .meta_items .meta-wrap .subHeader {
  color: #185796;
}
.MTV2 .ent_m178 .image_holder {
  max-height: 800px;
}
.MTV2 .ent_m178 .image_holder:before {
  padding-top: 45%;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .image_holder:before {
    padding-top: 56.25%;
  }
}
.MTV2 .ent_m178 .meta_items {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.MTV2 .ent_m178 .meta_items .meta-wrap {
  min-height: 133px;
  height: auto;
  line-height: 3vw;
  margin-bottom: 10px;
  margin-left: 165px;
  padding: 0;
  text-transform: none;
  vertical-align: middle;
  width: -o-calc(100% - 175px);
  width: -webkit-calc(100% - 175px);
  width: -moz-calc(100% - 175px);
  width: calc(100% - 175px);
}
.MTV2 .ent_m178 .meta_items .meta-wrap .headers-wrap {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  background-color: #185796;
  float: left;
  padding: 20px;
  margin-right: 10px;
  min-height: 130px;
  width: -o-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap .headers-wrap {
    width: 100%;
    padding-bottom: 0;
    padding-top: 10px;
    margin-right: 0;
    min-height: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap {
    position: relative;
  }
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    min-height: 0;
  }
}
.MTV2 .ent_m178 .meta_items .meta-wrap .headers-wrap:before,
.MTV2 .ent_m178 .meta_items .meta-wrap .subHeader:before {
  background: #fffcd6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-property: transform;
  -webkit-transition-property: transform;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  z-index: -1;
}
.MTV2 .ent_m178 .meta_items .meta-wrap:after {
  bottom: 0;
  color: #fffcd6;
  content: "\e90a";
  display: inline-block;
  font-family: 'mtv';
  font-size: 9.8rem;
  position: absolute;
  left: -115px;
  top: 40px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap:after {
    font-size: 59px;
    content: "\e61f";
    left: 10px;
    top: -44px;
  }
}
.MTV2 .ent_m178 .meta_items .meta-wrap .label {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  display: block;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  position: relative;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap .label {
    order: 1;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 1.2rem;
  }
}
.MTV2 .ent_m178 .meta_items .meta-wrap .label span {
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 1;
  color: #fffcd6;
  padding: 0;
  text-shadow: none;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap .label span {
    font-size: 1.2rem;
  }
}
.MTV2 .ent_m178 .meta_items .meta-wrap .header {
  display: block;
  font-family: "DrukTextWideSuper", sans-serif;
  line-height: 1.2;
  font-size: 2.6rem;
  margin: 0 0 5px 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  text-shadow: none;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
  color: #fffcd6;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap .header {
    order: 2;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap .header {
    font-size: 1.8rem;
  }
}
.MTV2 .ent_m178 .meta_items .meta-wrap .subHeader {
  color: #fffcd6;
  display: inline-block;
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-left: 0;
  background-color: #185796;
  padding: 20px;
  min-height: 130px;
  float: left;
  width: -o-calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  margin-top: 0;
  position: relative;
  z-index: 1;
  /*
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            -ms-flex-order: 3;
            -webkit-order: 3;
            order: 3;*/
  text-shadow: none;
  align-self: flex-start;
  transition: color 0.3s ease 0s;
  text-transform: uppercase;
  /* text-decoration: underline;*/
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap .subHeader {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding-top: 7px;
    min-height: 0;
    padding-bottom: 17px;
    padding-left: 10px;
  }
}
.MTV2 .ent_m178 .meta_items .meta-wrap .subHeader .icon-chevron-right {
  margin-left: 0.4em;
  right: auto;
  border: 2px solid #20bece;
  background-color: transparent;
  border-radius: 0;
  font-size: 1.1rem;
  top: -4px;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap .subHeader .icon-chevron-right {
    font-size: 1rem;
    top: -1px;
  }
}
.MTV2 .ent_m178 .meta_items .meta-wrap .subHeader .icon-chevron-right:after {
  padding: 0.5em 0.4em 0.5em 0.5em;
  color: #20bece;
  font-size: 0.825rem;
}
@media screen and (max-width: 979px) {
  .MTV2 .ent_m178 .meta_items .meta-wrap .subHeader .icon-chevron-right:after {
    font-size: 1rem;
    padding: 0.3em 0.2em 0.3em 0.3em;
  }
}
.MTV2 .ent_m178 .meta_items .meta-wrap .subHeader .link-inside {
  color: #20bece;
  text-decoration: underline;
}
.MTV2 .ent_m067 .S002_line_list_header .content,
.MTV2 .ent_m101 .S002_line_list_header .content {
  width: 100%;
}
.MTV2 .ent_m067 .S002_line_list_header .content .header_text,
.MTV2 .ent_m101 .S002_line_list_header .content .header_text {
  letter-spacing: -0.03em;
  font-size: 1.6rem;
  color: #fffcd6;
  background-color: #20bece;
  padding: 0.8rem 0.8rem 0.6rem;
}
.MTV2 .ent_m067 .btn,
.MTV2 .ent_m101 .btn {
  background-color: transparent;
  border: 2px solid #20bece;
  box-shadow: none;
  border-radius: 0;
}
.MTV2 .ent_m067 .btn:hover,
.MTV2 .ent_m101 .btn:hover {
  background-color: #20bece;
  color: #fffcd6;
}
.MTV2 .ent_m067 .btn:hover span,
.MTV2 .ent_m101 .btn:hover span {
  background-color: transparent;
}
.MTV2 .ent_m067 .cta-button span,
.MTV2 .ent_m101 .cta-button span {
  font-family: "DrukTextWide", sans-serif;
  font-size: 1.2rem;
  padding: 1.2rem 1rem;
  text-transform: uppercase;
  color: #20bece;
}
.MTV2 .ent_m067 .cta-button span:hover,
.MTV2 .ent_m101 .cta-button span:hover {
  color: #fffcd6;
}
.MTV2 .ent_m067 .cta-button span .icon-chevron-right,
.MTV2 .ent_m101 .cta-button span .icon-chevron-right {
  display: inline-block;
  font-family: "mtv";
  font-size: 0.9em;
  margin-top: 0;
  padding: 0;
}
.MTV2 .ent_m067 .cta-button span .icon-chevron-right:hover,
.MTV2 .ent_m101 .cta-button span .icon-chevron-right:hover {
  color: #fffcd6;
}
.MTV2 .L001_line_list_load-more {
  background-color: transparent;
  font-family: "DrukTextWide", sans-serif;
  border: 0;
}
.MTV2 .L001_line_list_load-more span {
  font-size: 1.2rem;
  padding: 1.2rem 1rem;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  border: 2px solid #20bece;
  color: #20bece;
}
.MTV2 .L001_line_list_load-more span:hover {
  background-color: #20bece;
  color: #fffcd6;
}
.MTV2 .S002_line_list_header .content {
  border-radius: 0;
  width: 230px;
}
.MTV2 .S002_line_list_header .content .header_text {
  font-family: "DrukTextWideSuper", sans-serif;
  font-size: 1.6rem;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFCD6;
  font-weight: 400;
}
.MTV2 .S002_line_list_header .content .menu_button {
  font-size: 1.4em;
  padding: 4px 10px 0 30px;
  color: #FFFCD6;
}
.MTV2 .S002_line_list_header .content .itemCount {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 1.2rem;
  letter-spacing: 0;
}
.MTV2 .S002_line_list_header .content .filter_list {
  border-radius: 0;
  top: 101%;
  width: 230px;
}
.MTV2 .S002_line_list_header .content .filter_list li {
  font-family: "DrukTextWide", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
  color: #FFFCD6;
  font-weight: 400;
}
.MTV2 .S002_line_list_header .content .filter_list li span {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 1.2rem;
  text-transform: none;
}
.MTV2 .S001_line_list_item .thumbnail_holder .item_label,
.MTV2 .S002_line_list_item_vertical .thumbnail_holder .item_label {
  line-height: 0.65;
  background: #00bbef;
  color: #fffcd6;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-size: 2.3rem;
}
.MTV2 .S001_line_list_item .thumbnail_holder .item_label small,
.MTV2 .S002_line_list_item_vertical .thumbnail_holder .item_label small {
  font-size: 0.65em;
  font-family: "AkzidenzGrotesk Cnd", sans-serif;
  text-transform: uppercase;
}
.MTV2 .S001_line_list_item .thumbnail_holder .item_label span,
.MTV2 .S002_line_list_item_vertical .thumbnail_holder .item_label span {
  font-family: "DrukTextWideBold", sans-serif;
  font-size: 0.9em;
  margin-top: 5px;
  color: #fffcd6;
}
@media screen and (max-width: 659px) {
  .MTV2 .S001_line_list_item .thumbnail_holder .item_label span,
  .MTV2 .S002_line_list_item_vertical .thumbnail_holder .item_label span {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 659px) {
  .MTV2 .S001_line_list_item .thumbnail_holder .item_label,
  .MTV2 .S002_line_list_item_vertical .thumbnail_holder .item_label {
    width: 22%;
  }
}
.MTV2 .s_right_rail .list_wrapper .list_header {
  font-family: "DrukTextWide", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.MTV2 .site_header .show_logo .title,
.MTV2 .site_header .new_eps_info,
.MTV2 .site_header .show_menu > li a,
.MTV2 .site_header .show_menu_btn {
  font-family: "DrukTextWideSuper", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.MTV2 .site_header .show_logo .title,
.MTV2 .site_header .show_menu_btn {
  font-size: 1.6rem;
}
.MTV2 .site_header .new_eps_info {
  font-size: 1.2rem;
  padding-top: .2rem;
}
@media screen and (max-width: 659px) {
  .MTV2 .site_header .show_logo .title,
  .MTV2 .site_header .show_menu_btn {
    font-size: 1.4rem;
  }
  .MTV2 .site_header .show_logo.long_title .title {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .MTV2 .site_header .show_eps_info {
    font-size: .9rem;
  }
}
.MTV2 .ent_m070 .site_header .logo .icon {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .site_logo .icon {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .show_logo {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .show_logo:hover {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .new_eps_info {
  color: #fffcd6;
}
.MTV2 .ent_m070 .has_icon::before {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .search_input {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .search_input::-moz-placeholder {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .search_btn {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .main_nav > li > a {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .show_menu > li > a {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .main_nav > li.active > a {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .show_menu > li.active > a {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .site_menu_wrapper {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .show_menu_wrapper {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .show_menu > li.social a {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .main_nav > li.social a {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .follow_widget .hover_hint {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .follow_widget .tapped_hint {
  color: #fffcd6;
}
.MTV2 .ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu_btn {
  color: #fffcd6;
}
.MTV2 .ent_m070 .site_header .top_outer,
.MTV2 .ent_m070 .site_header .bottom_outer {
  background-color: #185796;
}
.MTV2 .ent_m067 .S002_line_list_header .content .header_text,
.MTV2 .ent_m101 .S002_line_list_header .content .header_text {
  background-color: #185796;
}
.MTV2 .site_header .show_menu {
  background-color: #185796;
}
.ent_tfv306 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 6000002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20%;
  overflow: auto;
  text-align: center;
}
.ent_tfv306 .module_content {
  position: relative;
  margin: 0 auto;
  padding: 5% 10%;
  background-color: #ffffff;
}
.ent_tfv306 .collection_header {
  font: 30px/1.3 'AkzidenzGrotesk-Regular';
  text-transform: uppercase;
}
.ent_tfv306 .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  text-decoration: none;
}
.ent_tfv306 .close,
.ent_tfv306 .close:before {
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 659px) {
  .ent_tfv306 {
    padding: 10% 5%;
  }
}
.S002_line_list_header {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: lowercase;
}
.S002_line_list_header .content {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 5px 5px 5px 16px;
  border-radius: 3px;
  background: #000;
  transition: all 0.25s ease;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.S002_line_list_header .content:hover {
  background: #333333;
}
.S002_line_list_header .content .header_text {
  display: inline-block;
  font-family: 'AkzidenzGrotesk-Bold';
  padding-left: 0;
  padding-right: 10px;
  font-size: 23px;
  line-height: 32px;
  transition: all 0.25s ease;
  color: #ffffff;
}
@media (max-width: 659px) {
  .S002_line_list_header .content .header_text {
    font-size: 26px;
  }
}
.S002_line_list_header .content .itemCount {
  display: block;
  font-family: 'AkzidenzGrotesk-RegularItalic';
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 5px;
}
.S002_line_list_header .content .menu_button {
  display: inline-block;
  text-transform: none;
  font-family: 'mtv';
  font-size: 18px;
  padding: 10px 10px 0 30px;
  color: #ffffff;
  float: right;
}
.toggleable_module .S002_line_list_header .content .menu_button {
  display: none;
}
.toggleable_module.open .S002_line_list_header .content .menu_button {
  display: inline-block;
}
.S002_line_list_header .content .menu_button:after {
  text-transform: uppercase;
  content: "\e612";
}
.S002_line_list_header .content .menu_button.open:after {
  text-transform: lowercase;
  content: "\e619";
}
@media (max-width: 659px) {
  .S002_line_list_header .content .menu_button {
    display: none;
  }
}
.S002_line_list_header .toggleable_header_icon {
  background-color: #1a1a1a;
  height: 2px;
  position: absolute;
  right: 0;
  top: 17px;
  width: 22px;
  transition: all .5s ease;
}
.S002_line_list_header .toggleable_header_icon span {
  background-color: #1a1a1a;
  display: block;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.5s ease 0s;
  width: 22px;
}
@media (max-width: 659px) {
  .S002_line_list_header .toggleable_header_icon {
    width: 18px;
  }
  .S002_line_list_header .toggleable_header_icon span {
    width: 18px;
  }
}
.S002_line_list_header .loading {
  width: 100%;
  height: 1px;
  background: #686767;
  position: relative;
  overflow: hidden;
  display: none;
}
.S002_line_list_header .loading span {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #141414;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.open.S002_line_list_header .loading span {
  width: 100%;
  left: 100%;
  -webkit-transition: width 1s, left 1s;
  -o-transition: width 1s, left 1s;
  transition: width 1s, left 1s;
}
.S002_line_list_header .filter_list {
  background: #333333;
  display: none;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 105%;
  width: 250px;
  z-index: 1000;
  color: #ffffff;
  border-radius: 3px;
}
.S002_line_list_header .filter_list ul {
  list-style-type: none;
}
.S002_line_list_header .filter_list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 12px 20px 10px 16px;
  font-size: 20px;
  font-family: 'AkzidenzGrotesk-Bold';
  color: #ffffff;
  text-transform: lowercase;
  line-height: 20px;
  transition: all 0.2s ease;
}
.S002_line_list_header .filter_list li span {
  font-family: 'AkzidenzGrotesk-RegularItalic';
  display: block;
  color: #aaaaaa;
  font-size: 12px;
}
.S002_line_list_header .filter_list li:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 659px) {
  .S002_line_list_header {
    margin-bottom: 15px;
  }
}
.S001_line_list_item {
  /*margin-bottom: 28px;*/
  font-size: 2.4rem;
  letter-spacing: -0.003em;
  line-height: 1.05;
}
body:not(.tve_auth) .S001_line_list_item.tve_locked .s_tve_lock:after {
  display: block;
  content: "\e626";
  font-family: 'mtv';
  font-size: 2.3rem;
  background: #1a1a1a;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 0px 8px;
  z-index: 50;
}
@media screen and (max-width: 659px) {
  body:not(.tve_auth) .S001_line_list_item.tve_locked .s_tve_lock:after {
    font-size: 1.6rem;
    padding: 0 6px;
    z-index: 5;
  }
}
@media screen and (max-width: 659px) {
  .S001_line_list_item {
    font-size: 1.6rem;
    font-size: 5.4vw;
    letter-spacing: -0.01em;
  }
}
.S001_line_list_item .link_wrapper {
  display: block;
  color: inherit;
  text-decoration: none;
}
.S001_line_list_item .link_wrapper:hover h3 {
  color: #00bbef;
}
.now_playing.S001_line_list_item .link_wrapper {
  cursor: default;
}
.S001_line_list_item .link_wrapper .flux_share_widget {
  display: none;
}
.S001_line_list_item .link_wrapper a {
  color: inherit;
  text-decoration: none;
  text-transform: lowercase;
}
.S001_line_list_item .link_wrapper .thumbnail_holder {
  display: block;
  position: relative;
  margin-bottom: 8px;
  color: #1a1a1a;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
.S001_line_list_item .link_wrapper .thumbnail_holder:empty:before {
  background-color: #f2f2f2;
  content: "";
  display: block;
  padding-top: 56.25%;
}
.S001_line_list_item .link_wrapper .thumbnail_holder[data-nowPlayingText]:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  content: attr(data-nowPlayingText);
  font-family: 'AkzidenzGrotesk-Super';
  font-size: 2em;
  letter-spacing: -0.032em;
  padding: 21% 0;
  text-transform: lowercase;
  z-index: 2;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 659px) {
  .S001_line_list_item .link_wrapper .thumbnail_holder {
    width: 48.6%;
    float: right;
    min-height: 0;
  }
}
.S001_line_list_item .link_wrapper .thumbnail_holder .image_holder:after {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  content: "";
  z-index: 5;
  width: 60px;
  height: 60px;
}
.S001_line_list_item .link_wrapper .item_label {
  text-align: center;
  background: #fff200;
  color: #1a1a1a;
  display: block;
  left: -5px;
  position: absolute;
  top: -5px;
  z-index: 50;
  width: 2.2em;
  padding-bottom: 0.3em;
  line-height: 0.8;
  height: 2.2em;
}
@media screen and (max-width: 659px) {
  .S001_line_list_item .link_wrapper .item_label {
    padding-top: 0;
  }
}
.S001_line_list_item .link_wrapper .item_label small {
  font-size: 0.5em;
  text-transform: lowercase;
}
.S001_line_list_item .link_wrapper .item_label span {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 1.25em;
  margin: 0;
  display: block;
  line-height: 1;
  color: #1a1a1a;
}
@media screen and (max-width: 659px) {
  .S001_line_list_item .link_wrapper .item_label span {
    font-size: 0.5em;
    line-height: auto;
    margin-top: 1.2vw;
  }
}
.S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 0.55em;
  padding: 0.35em 0.35em 0.3em;
  border-radius: 0.15em;
  color: #ffffff;
  bottom: 0.45em;
  right: 0.4em;
}
.S001_line_list_item .link_wrapper h3 {
  font-family: 'AkzidenzGrotesk-Super';
  word-wrap: break-word;
  text-transform: lowercase;
}
.S001_line_list_item .link_wrapper h4 {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 0.75em;
  margin-bottom: 0.2em;
  text-transform: lowercase;
  line-height: 1;
  letter-spacing: -0.02em;
}
.S001_line_list_item .link_wrapper pre {
  color: #1a1a1a;
  font-size: 11rem;
  display: none;
}
.S001_line_list_item .link_wrapper span {
  font-family: 'AkzidenzGrotesk-Regular';
  color: #777777;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 0.6em;
}
.S001_line_list_item .link_wrapper span.item_remaining_days {
  position: relative;
  background-color: #fff200;
  color: #000;
  padding: 5px;
  left: 10px;
}
@media (max-width: 659px) {
  .S001_line_list_item .link_wrapper span.item_remaining_days {
    left: -0.32em;
    display: inline;
  }
}
.S001_line_list_item .link_wrapper p {
  color: #1a1a1a;
  font-size: 0.65em;
  letter-spacing: 0.001em;
  line-height: 2.65ex;
  max-height: 13.7ex;
  overflow-y: hidden;
  margin-top: 0.45em;
}
.S001_line_list_item .link_wrapper p b {
  font-family: 'AkzidenzGrotesk-Bold';
}
.S001_line_list_item .link_wrapper p i {
  font-family: 'AkzidenzGrotesk-RegularItalic';
}
@media screen and (max-width: 979px) {
  .tve_locked.S001_line_list_item .link_wrapper .thumbnail_holder:after {
    margin-top: -0.2em;
  }
}
@media screen and (max-width: 659px) {
  .S001_line_list_item .link_wrapper .thumbnail_holder {
    width: 46%;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .S001_line_list_item .link_wrapper .thumbnail_holder ~ * {
    margin-left: 49%;
  }
  .now_playing.S001_line_list_item .link_wrapper .thumbnail_holder:before {
    font-size: 1em;
  }
  .S001_line_list_item .link_wrapper .thumbnail_holder small {
    display: none;
  }
  .S001_line_list_item .link_wrapper .thumbnail_holder .item_label {
    font-size: 2em;
    padding: 5px;
    width: 1em;
    height: auto;
    top: -3px;
    left: -3px;
    z-index: 8;
  }
  .S001_line_list_item .link_wrapper h3 {
    font-family: 'AkzidenzGrotesk-Bold';
  }
  .S001_line_list_item .link_wrapper h4 {
    font-family: 'AkzidenzGrotesk-Regular';
  }
  .S001_line_list_item .link_wrapper span {
    display: block;
  }
  .S001_line_list_item .link_wrapper pre {
    display: block;
  }
  .S001_line_list_item .link_wrapper p {
    display: none;
  }
}
.S001_line_list_item .item_overlay {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 3px #000000;
  z-index: 4;
}
.S001_line_list_item .item_overlay .item_policy {
  position: relative;
  top: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.S001_line_list_item .item_overlay .item_policy :before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.S001_line_list_item .item_overlay .item_policy span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1em;
  height: 8em;
}
@media (max-width: 659px) {
  .S001_line_list_item .item_overlay {
    width: 78%;
  }
  .S001_line_list_item .item_overlay .item_policy span {
    font-size: 0.55em;
    height: 5em;
  }
}
@media screen and (max-width: 659px) {
  .S001_line_list_item {
    width: 100%;
  }
}
.S002_line_list_item_vertical {
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 1.188em;
}
body:not(.tve_auth) .S002_line_list_item_vertical.tve_locked .s_tve_lock:after {
  display: block;
  content: "\e626";
  font-family: 'mtv';
  font-size: 2rem;
  background: #1a1a1a;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 0px 5px;
  z-index: 50;
}
@media screen and (max-width: 659px) {
  body:not(.tve_auth) .S002_line_list_item_vertical.tve_locked .s_tve_lock:after {
    font-size: 1.6rem;
    padding: 0 6px;
  }
}
.S002_line_list_item_vertical .link_wrapper {
  text-decoration: none;
}
.S002_line_list_item_vertical .link_wrapper:hover h3,
.S002_line_list_item_vertical .link_wrapper:hover h4 {
  color: #00bbef;
}
.S002_line_list_item_vertical .link_wrapper .thumbnail_holder {
  position: relative;
  width: 33.3%;
  float: left;
  margin: 0 10px 10px 0;
}
.S002_line_list_item_vertical .link_wrapper .thumbnail_holder .item_label {
  font-size: 2em;
  text-align: center;
  background: #fff200;
  color: #1a1a1a;
  display: block;
  left: -3px;
  position: absolute;
  top: -3px;
  z-index: 50;
  padding: 5px;
  line-height: 0.8;
}
.S002_line_list_item_vertical .link_wrapper .thumbnail_holder .item_label small {
  display: none;
}
.S002_line_list_item_vertical .link_wrapper .thumbnail_holder .item_label span {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 0.5em;
  margin: 0;
  display: block;
  line-height: 1;
  color: #1a1a1a;
  padding-left: 0px;
}
@media (max-width: 979px) {
  .S002_line_list_item_vertical .link_wrapper .thumbnail_holder .item_label span {
    font-size: 0.75em;
  }
}
@media (max-width: 659px) {
  .S002_line_list_item_vertical .link_wrapper .thumbnail_holder .item_label {
    font-size: 1em;
  }
}
.S002_line_list_item_vertical .link_wrapper .thumbnail_holder .s_layouts_lineListDurationBadge {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 0.65em;
  height: 1.6em;
  line-height: 1.6em;
  padding: 0 0.35em;
  border-radius: 0.15em;
  color: #ffffff;
  bottom: 0.45em;
  right: 0.4em;
  z-index: 5;
}
.S002_line_list_item_vertical .link_wrapper h4 {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 0.8em;
  margin-bottom: 0.2em;
  text-transform: lowercase;
  line-height: 1;
  letter-spacing: -0.04em;
}
.S002_line_list_item_vertical .link_wrapper h3 {
  font-family: 'AkzidenzGrotesk-Super';
  word-wrap: break-word;
  text-transform: lowercase;
  margin-left: 33.33%;
  padding-left: 10px;
}
.S002_line_list_item_vertical .link_wrapper span {
  display: block;
  font-family: 'AkzidenzGrotesk-Regular';
  color: #777777;
  font-size: 0.8em;
  letter-spacing: 0;
  margin-top: 0.6em;
  margin-left: 33.33%;
  padding-left: 10px;
}
#uglyModalBox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
#uglyModalBox.inYourFace {
  opacity: 1;
  pointer-events: auto;
}
body.uglyModalOpen {
  overflow: hidden;
}
.uglyModalWrapper {
  width: 500px;
  position: relative;
  margin: 10% auto;
  background: #141414;
  color: #ffffff;
  font-family: 'AkzidenzGrotesk-Regular';
}
.uglyModalByeBye {
  color: #ffffff;
  z-index: 1;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  text-decoration: none;
}
.uglyModalByeBye:active {
  color: #ffffff;
}
.uglyModalByeBye:visited {
  color: #ffffff;
}
.uglyModalByeBye:hover {
  color: #ffffff;
}
.uglyModalByeBye:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.uglyModalByeBye:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.uglyModalHeader {
  font-family: 'AkzidenzGrotesk-Bold';
  background: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  position: relative;
  cursor: default;
  -webkit-user-select: none;
  /*&:before{
    font-size: 42px;
    padding-right: 10px;
    line-height: 50px;
    content: "\e629";
    float: left;
  }*/
}
.uglyModalHeader .site-logo {
  width: 50px;
  position: relative;
  height: 50px;
  float: left;
}
.uglyModalHeader .site-logo:before {
  content: "\e627";
  font-family: 'mtv';
  font-size: 4rem;
  height: 50px;
  line-height: 1.25;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.uglyModalBody {
  padding: 15px 20px;
  padding-bottom: 70px;
}
.uglyModalBody button {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 15px;
  color: white;
  padding: 5px 15px;
  background: #232323;
  border: 0;
  margin-top: 20px;
  float: right;
  cursor: pointer;
  -webkit-user-select: none;
}
.uglyModalBody button:after {
  clear: both;
}
.uglyModalInfo {
  color: #666;
  font-size: 15px;
  margin-bottom: 10px;
  cursor: default;
  -webkit-user-select: none;
}
.uglyModalEmbed {
  background: #343737;
  padding: 5px 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
}
.uglyNotification {
  position: absolute;
  width: 300px;
  top: 100px;
  left: 50%;
  margin-left: -150px;
  background: #000;
  opacity: 0;
  text-align: center;
  padding: 20px;
  font-size: 12px;
}
.player_holder {
  position: relative;
  padding-top: 56.25%;
  clear: right;
}
.player_holder object,
.player_holder iframe,
.player_holder .video_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player_holder .video_player[style*="relative"] {
  position: absolute !important;
}
.player_holder .show_spinner {
  background-color: #ffffff;
}
.player_holder .show_spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("/sitewide/images/ajax_loader.gif") no-repeat 100% 100%;
}
.meta_info {
  margin-top: 11px;
}
.meta_info a {
  color: inherit;
  text-decoration: none;
}
.video_title {
  font: 3.3em/1.07 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  color: #ffffff;
  padding-bottom: 11px;
  letter-spacing: -0.75px;
}
.season_info {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 2.25em;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.season_info li {
  display: inline;
  padding-left: 3px;
}
.season_info li:after {
  content: " \00b7";
  font-weight: bold;
  padding-left: 3px;
}
.season_info li:first-child {
  padding-left: 0;
}
.season_info li:last-child:after {
  content: "";
}
.video_description {
  color: #ffffff;
  margin: 3px 0 10px 0;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 22px;
}
.video_airdate {
  color: #AAAAAA;
  font-size: 1.4em;
  text-transform: lowercase;
}
.share_wrapper {
  display: inline-block;
  padding: 20px 0;
  overflow: hidden;
}
.share_widget {
  margin-right: 10px;
  display: inline-block;
}
.share_widget .share_btn {
  cursor: pointer;
}
.share_widget .share .verticalView {
  border: 0;
  padding: 0;
}
.share_cta {
  display: none;
  margin-bottom: 10px;
  font: 13px/15px 'AkzidenzGrotesk-Regular';
  color: #9b9b9b;
  line-height: 14px;
}
.share_btn:before,
.comments_btn:before {
  -webkit-transition: color 0.35s ease 0s;
  -moz-transition: color 0.35s ease 0s;
  -o-transition: color 0.35s ease 0s;
  transition: color 0.35s ease 0s;
}
.share_btn {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
}
.share_btn:last-child {
  margin-right: 0;
}
.share_btn.facebook {
  background: #3b5998;
}
.share_btn.twitter {
  background: #00aced;
}
.share_btn.email {
  background: #1a1a1a;
}
.share_btn.embed {
  background: #1a1a1a;
}
.has_icon:before,
.ent_tfv306 .close:before,
.show_tve_info .ent_m095 .go_back:before,
.show_tve_info .ent_m095 .close_faq:before,
.ent_m104 .social_feed .feedItem .logo_twitter:before,
.ent_m104 .social_feed .feedItem .logo_facebook:before,
.ent_m108 .sbSelector:after {
  font-size: 23px;
}
.comments_btn {
  display: block;
  float: right;
  text-decoration: none;
  margin-top: 0;
  padding: 10px;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  width: 44px;
  height: 44px;
  margin-left: 10px;
}
.slate_holder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.slate_holder:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.slate_content {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  /* Player - Error slate */
}
.unsupported_slate,
.tve_locked_slate {
  background: rgba(0, 0, 0, 0.7);
}
.tve_locked_slate {
  display: none;
}
.tve_locked .tve_locked_slate {
  display: block;
}
.tve_locked_slate .slate_headline {
  margin: 0 auto 15px;
  font-family: 'AkzidenzGrotesk-Bold';
}
.tve_locked_slate .slate_headline span {
  font-family: 'AkzidenzGrotesk-Super';
}
.tve_locked_slate .slate_headline h1 {
  font-family: 'AkzidenzGrotesk-Super';
  font-size: 4.1rem;
  letter-spacing: -0.015em;
  line-height: 0.95;
  text-transform: lowercase;
}
.tve_locked_slate .slate_btn {
  margin: 10px auto 15px auto;
}
.tve_locked_slate .slate_description {
  padding-right: 5px;
  display: inline;
}
.unsupported_slate .slate_content {
  max-width: 75%;
  text-align: left;
}
.unsupported_slate .slate_headline {
  font: 6rem 'AkzidenzGrotesk-Regular';
  color: #00bbef;
  text-transform: lowercase;
}
@media screen and (max-width: 979px) {
  .unsupported_slate .slate_headline {
    font-size: 6vw;
  }
}
.unsupported_slate .slate_description {
  display: inline;
  font: 4rem 'AkzidenzGrotesk-Regular';
  text-transform: lowercase;
}
@media screen and (max-width: 979px) {
  .unsupported_slate .slate_description {
    font-size: 4vw;
  }
}
.slate_headline {
  margin: 0 auto 30px;
  font-size: 18px;
  line-height: 1.25;
}
.slate_description {
  margin: auto;
  padding: 40px 0 0 0;
  font-size: 18px;
  color: #ffffff;
}
.slate_link {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.slate_link:hover {
  text-decoration: underline;
}
.slate_btn {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 20px auto 15px;
  font-size: 20px;
  line-height: 34px;
  font-family: 'AkzidenzGrotesk-Super';
  text-transform: lowercase;
  color: #FFF;
  background: #00bbef;
  text-decoration: none;
  padding: 7px 12px;
  cursor: pointer;
  width: 25%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  border-radius: 3px;
}
.slate_btn:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: opacity 0.4s ease;
}
.slate_btn:hover:after {
  opacity: 0.2;
}
.slate_text {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin: 0 10px 20px;
}
@media screen and (max-width: 60em) {
  .slate_headline {
    max-width: 500px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 659px) {
  .tve_locked_slate .slate_content:before {
    font-size: 25px;
  }
  .tve_locked_slate .slate_description {
    padding-right: 5px;
    display: block;
  }
  .tve_locked_slate .slate_btn {
    margin: 10px auto 0 auto;
    width: 90%;
  }
  .tve_locked_slate .slate_headline {
    display: none;
  }
  .tve_locked_slate .slate_text {
    font-size: 14px;
  }
  .slate_description {
    padding-right: 5px;
    font-size: 14px;
  }
  .slate_link {
    font-size: 16px;
  }
  .slate_btn {
    margin: 0 auto 5px auto;
    font-size: 25px;
    line-height: 28px;
    padding: 6px;
  }
}
.toggleable_module .toggleable_module_content {
  max-height: 0;
  overflow: hidden;
}
.toggleable_module.open .toggleable_module_content {
  overflow: visible;
  max-height: none;
}
.toggleable_module.open .toggleable_header_icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggleable_module.open .toggleable_header_icon span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toggleable_module.open .loading span {
  width: 100%;
  left: 100%;
  -webkit-transition: width 1s, left 1s;
  -o-transition: width 1s, left 1s;
  transition: width 1s, left 1s;
}
.tv_provider {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
  right: 0;
}
@media screen and (max-width: 979px) {
  .tv_provider {
    font-size: 10px;
  }
}
.tv_provider_decoy {
  display: none;
}
.provider_logo {
  max-width: 110px;
  max-height: 50px;
  margin-left: 10px;
  vertical-align: middle;
}
.provider_text {
  vertical-align: middle;
  font-style: italic;
  text-transform: lowercase;
}
.tv_provider *:last-child {
  display: none;
}
.tv_provider *.provider_logo {
  display: inline-block;
}
body.tveapp_modalOpened {
  height: 100%;
  overflow: hidden;
}
.tveapp_back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  z-index: 6000001;
}
.module.ent_tfv306 .module_content {
  padding: 3% 5%;
}
.module.ent_tfv306 .module_content .close:before {
  color: #232323;
}
.module.ent_tfv306 .module_content .copy {
  font-size: 1.7rem;
}
.tveapp_wrap {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 6000002;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  font-family: 'AkzidenzGrotesk-Regular';
  /*header*/
  /*Search Box*/
  /****************************************/
  /*MVPD List*/
  /*
  .howToListed {
    display: none;
    position: relative;
  }

  .provNotListedButton {
    display: inline-block;
    width: 190px;
    vertical-align: top;
    right: 0;
    top: 0;
    text-decoration: underline;
  }

  .provNotListedText {
    padding-top: 15px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    border-top: 3px solid #FFF;
  }

  .miniClose {
    overflow: hidden;
    display: block;
    position: absolute;
    top: -8px;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    &:hover {
      background-position: 0 0;
    }
  } */
  /****************************************/
  /****************************************/
  /*Content*/
}
.tveapp_wrap .tveapp_header {
  width: 100%;
  background: none repeat scroll 0 0 #000000;
  border-bottom: 1px solid #000000;
  color: #fff;
  height: 102px;
  left: 0;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 11;
}
.tveapp_wrap .tveapp_header img {
  height: 50px;
  float: left;
  padding: 0 14px 0 0;
  display: none;
}
.tveapp_wrap .tveapp_header .tveapp_button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.tveapp_wrap .tveapp_header .tveapp_button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.tveapp_wrap .tveapp_header h4,
.tveapp_wrap .tveapp_header .tveapp_button.tveapp_close {
  font-size: 4.1rem;
  line-height: 0;
  letter-spacing: -0.02em;
  text-indent: -9999px;
  display: inline-block;
}
.tveapp_wrap .tveapp_header,
.tveapp_wrap .tveapp_mSize .tveapp_header,
.tveapp_wrap .tveapp_footer,
.tveapp_wrap .tveapp_content > div {
  padding-left: 13px;
  padding-right: 13px;
}
.tveapp_wrap .tveapp_spinner {
  display: none;
}
.tveapp_wrap .tveapp_container {
  position: absolute;
  z-index: 20001;
  left: 50%;
  font-family: 'AkzidenzGrotesk-Bold';
  color: #000;
  background: #fafafa;
  -webkit-overflow-scrolling: touch;
  width: 980px !important;
  padding: 0;
  margin-left: -490px !important;
  height: auto;
  top: auto;
  margin-top: 5%;
  font-size: 14px;
  line-height: 20px;
  min-height: 500px;
}
.tveapp_wrap .tveapp_container#tveapp_pleaseWait .tveapp_content {
  padding: 15px 13px;
  text-transform: lowercase;
}
.tveapp_wrap .tveapp_container#tveapp_selectProvider .tveapp_footer {
  background-color: #fafafa;
}
.tveapp_wrap .tveapp_container#tveapp_selectProvider h4:after {
  font-family: 'AkzidenzGrotesk-Super';
  padding-right: 50px;
  content: "please sign in with the following";
}
.tveapp_wrap .tveapp_container ul,
.tveapp_wrap .tveapp_container li,
.tveapp_wrap .tveapp_container p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tveapp_wrap .tveapp_container p ins {
  display: inline-block;
  width: 100%;
}
.tveapp_wrap .tveapp_container h4:after,
.tveapp_wrap .tveapp_container .tveapp_button.tveapp_close:after {
  line-height: 4.1rem;
  text-transform: lowercase;
  text-indent: 0;
  display: table-cell;
  height: 102px;
  vertical-align: middle;
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close {
  border: 0 none;
  position: static;
  background: transparent;
  top: 0;
  padding: 0;
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close:after {
  content: "\e603";
  font-family: 'mtv';
  font-size: 3rem;
  line-height: 0;
  overflow: visible;
  top: 50%;
  position: absolute;
  right: 13px;
  display: inline-block;
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close:after:hover {
  color: rgba(255, 255, 255, 0.8);
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close:hover {
  background-color: transparent;
}
.tveapp_wrap .tveapp_container a {
  cursor: pointer;
}
.tveapp_wrap .tveapp_content .tveapp_button.tveapp_close {
  background-color: #00bbef;
  border-radius: 3px;
  font-family: 'AkzidenzGrotesk-Bold';
  color: #fff;
  display: table;
  float: none;
  font-size: 2rem;
  line-height: 45px;
  max-width: 25%;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  transition: opacity 0.35s linear 0s;
}
.tveapp_wrap .tveapp_content .tveapp_button.tveapp_close:hover {
  opacity: 0.85;
}
.tveapp_wrap .tveapp_content .tveapp_button.tveapp_close:after {
  font-family: 'mtv';
  content: '\e614';
  font-size: 0.85em;
  line-height: 1;
  height: auto;
  position: absolute;
  top: 50%;
  margin-top: -0.425em;
  right: 15px;
}
.tveapp_wrap .tveapp_content .tveapp_button.tveapp_close img {
  display: none;
}
.tveapp_wrap div.tveapp_searchBox {
  height: 50px;
  padding: 0;
  margin: 15px 13px;
  position: relative;
  width: auto;
}
.tveapp_wrap .tveapp_wrapSearch {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}
.tveapp_wrap .tveapp_wrapSearch:after {
  content: '\e63b';
  font-family: 'mtv';
  font-size: 27px;
  left: 15px;
  color: #aaa;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 16px;
  width: 27px;
  font-weight: 700;
}
.tveapp_wrap .tveapp_search {
  border: 1px solid #BBBBBB;
  color: #000;
  float: right;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 19px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 59px;
  width: 100%;
  height: 100%;
  text-transform: lowercase;
}
.tveapp_wrap .tveapp_providersList {
  overflow: hidden;
  overflow-y: auto;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-item,
.tveapp_wrap .tveapp_providersList .tveapp_pL-item-extra {
  float: left;
  width: 100%;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-link,
.tveapp_wrap .tveapp_providersList .tveapp_providerNotListedOpen {
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  width: 100%;
}
.tveapp_wrap .tveapp_providersList img,
.tveapp_wrap .tveapp_providersList span,
.tveapp_wrap .tveapp_providersList i {
  display: inline-block;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-link img {
  display: none;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-link span {
  display: inline-block;
}
.tveapp_wrap .tveapp_providersList i {
  width: 0;
  height: 100%;
  margin: 0;
}
.tveapp_wrap .tveapp_mSize .tveapp_footer {
  padding: 0 0 20px;
}
.tveapp_wrap .tveapp_sSize .tveapp_footer {
  padding: 0 0 10px;
}
.tveapp_wrap #providersWrapper {
  display: none;
  overflow: auto;
  position: absolute;
  z-index: 9;
  height: 409px;
  background: #fff;
  left: 13px;
  right: 13px;
  width: auto;
  margin: 0;
  border: 1px solid #e6e6e6;
}
.tveapp_wrap .tveapp_searchActivated #providersWrapper {
  display: block;
}
.tveapp_wrap #extraMvpdWrapper {
  margin: 0 auto;
}
.tveapp_wrap .tveapp_extraMvpdList {
  overflow: hidden;
}
.tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
  float: left;
}
.tveapp_wrap .tveapp_ePL img,
.tveapp_wrap .tveapp_ePL span,
.tveapp_wrap .tveapp_ePL i {
  display: inline-block;
  vertical-align: middle;
}
.tveapp_wrap .tveapp_ePL span {
  display: none;
}
.tveapp_wrap .tveapp_ePL i {
  width: 0;
  height: 100%;
}
.tveapp_wrap .tveapp_ePL img {
  display: inline-block;
  max-height: 60px;
  max-width: 75%;
}
.tveapp_wrap .tveapp_ePL-link {
  float: left;
  width: 140px;
  height: 70px;
  padding: 9px;
  text-align: center;
  border: solid 1px #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.tveapp_wrap .tveapp_content .tveapp_dontSeeUrMvpdMessage,
.tveapp_wrap .tveapp_content .tveapp_successMessage {
  padding: 35px 20px 0;
}
.tveapp_wrap .tveapp_content .tveapp_dontSeeUrMvpdMessage h5,
.tveapp_wrap .tveapp_content .tveapp_successMessage h5 {
  color: #000000;
  display: block;
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
  margin: 0;
  padding: 0 0 20px;
}
.tveapp_wrap #tveapp_success .tveapp_watchNow {
  background: none repeat scroll 0 0 #00BBEF;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
  padding: 8px 15px;
  text-decoration: none;
  border: none;
}
.tveapp_wrap .tveapp_button.tveapp_close.tveapp_watchNow {
  position: static;
}
.tveapp_wrap #tveapp_success .tveapp_watchNow img {
  display: inline-block;
  max-height: 18px;
  padding: 0 0 2px 5px;
  vertical-align: middle;
}
.tveapp_wrap #tveapp_elvisLogin .tveapp_header .tveapp_button.tveapp_goBack {
  color: #00bbef;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 3rem;
  letter-spacing: -0.05em;
  margin-top: 10px;
  background-color: transparent;
  text-transform: lowercase;
  display: table-cell;
  height: 92px;
  left: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  visibility: visible;
}
.tveapp_wrap #tveapp_elvisLogin .tveapp_header .tveapp_button.tveapp_goBack:before {
  content: "\e613";
  font-family: 'mtv';
  font-size: 0.65em;
  margin-right: 5px;
  margin-top: -0.425em;
  top: 50%;
}
.tveapp_wrap #tveapp_elvisLogin .tveapp_header .tveapp_button.tveapp_goBack:after {
  display: none;
}
.tveapp_wrap #tveapp_elvisLogin .tveapp_content {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
  text-transform: lowercase;
}
.tveapp_wrap #tveapp_elvisLogin .tveapp_content h4 {
  font-size: 2.7rem;
  padding: 15px 13px;
}
.tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_content,
.tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content {
  color: white;
  height: 101px;
  position: absolute;
  top: 0;
  z-index: 2000;
  text-transform: lowercase;
}
.tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_content h4,
.tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4 {
  font-family: 'AkzidenzGrotesk-Super';
  display: table-cell;
  font-size: 3.7rem;
  height: 102px;
  padding-left: 13px;
  vertical-align: middle;
}
.tveapp_wrap #tveapp_elvisSignOut .tveapp_elvis_buttons_list,
.tveapp_wrap #tveapp_elvisSuccess .tveapp_elvis_buttons_list {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.tveapp_wrap #tveapp_elvisSignOut .tveapp_elvis_buttons_list li,
.tveapp_wrap #tveapp_elvisSuccess .tveapp_elvis_buttons_list li {
  background-color: #00bbef;
  border-radius: 3px;
}
.tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_elvis_buttons_list {
  margin-bottom: 30px;
}
.tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4 {
  margin-top: 20px;
  font-family: 'AkzidenzGrotesk-Super';
  line-height: 3.7rem;
}
.tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4:after {
  content: "You have successfully signed in";
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 15px;
  height: auto;
}
.tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_footer:after {
  content: "Viacom reserves the right to discontinue access at any time. ";
  display: block;
  text-align: center;
}
.tveapp_wrap .tveapp_elvis_buttons_list li {
  display: inline-table;
  margin: 0 13px;
  height: 45px;
  width: calc(33.333% - 26px);
  text-transform: lowercase;
  color: white;
  margin-top: 10px;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  font-family: 'AkzidenzGrotesk-Bold';
  position: relative;
  vertical-align: top;
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button {
  vertical-align: middle;
  display: table-cell;
  text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button:before {
  font-family: 'mtv';
  font-size: 2rem;
  left: 10px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 14px;
  width: 27px;
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button[elvisby="facebook"] {
  background-color: #3b5998;
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button[elvisby="facebook"]:before {
  content: '\e63e';
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button[elvisby="twitter"] {
  background-color: #00aced;
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button[elvisby="twitter"]:before {
  content: '\e645';
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button[elvisby="mail"] {
  background-color: #000;
  padding-left: 47px;
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button[elvisby="mail"]:before {
  content: '\e627';
  font-size: 3rem;
  left: 13px;
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button.tveapp_logOut {
  text-indent: -9999px;
  line-height: 0;
}
.tveapp_wrap .tveapp_elvis_buttons_list li .tveapp_elvis_button.tveapp_logOut:after {
  content: "sign out";
  display: block;
  text-align: center;
  text-indent: 0;
  line-height: initial;
}
.tveapp_wrap .tveapp_header .tveapp_button,
.tveapp_wrap #tveapp_success .tveapp_button {
  display: inline-block;
  padding: 5px;
  font-size: 1em;
  text-align: center;
}
.tveapp_wrap #tveapp_success .tveapp_watchNow {
  margin-top: 20px;
  padding: 5px 25px;
  text-decoration: none;
  color: #000;
  border: solid 1px #777;
  background: #d1d1d1;
  background: -moz-linear-gradient(top, #d1d1d1 0%, #a9a9a9 90%, #b5b5b5 91%, #d8d8d8 100%);
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #a9a9a9 90%, #b5b5b5 91%, #d8d8d8 100%);
  background: -o-linear-gradient(top, #d1d1d1 0%, #a9a9a9 90%, #b5b5b5 91%, #d8d8d8 100%);
  background: linear-gradient(top, #d1d1d1 0%, #a9a9a9 90%, #b5b5b5 91%, #d8d8d8 100%);
}
.tveapp_wrap .tveapp_button.tveapp_learnMore,
.tveapp_wrap .tveapp_button.tveapp_goBack {
  position: absolute;
  left: 10px;
  top: 10px;
}
.tveapp_wrap .tveapp_button.tveapp_close.tveapp_watchNow {
  position: static;
}
.tveapp_wrap .tveapp_box {
  position: relative;
  overflow: auto;
  max-height: 90%;
}
.tveapp_wrap .tveapp_mSize .tveapp_header,
.tveapp_wrap .tveapp_sSize .tveapp_header {
  border-bottom: solid 1px #000;
  background: #fff;
}
.tveapp_wrap .tveapp_xlSize .tveapp_header h4 {
  padding: 0 0 25px;
  font: 40px arial, helvetica, sans-serif;
}
.tveapp_wrap .tveapp_mSize .tveapp_header h4,
.tveapp_wrap .tveapp_sSize .tveapp_header h4 {
  padding: 12px 0;
  font-size: 20px;
}
.tveapp_wrap .tveapp_content {
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.tveapp_wrap #mvpddivWrap.tveapp_content {
  overflow: auto;
  height: auto;
  bottom: 0;
}
.tveapp_wrap #mvpddivWrap.tveapp_content iframe {
  width: 100% !important;
}
.tveapp_wrap #tveapp_dontSeeUrMvpd .tveapp_content,
.tveapp_wrap #tveapp_success .tveapp_content {
  position: relative;
  z-index: 9;
  border: 0;
}
.tveapp_wrap .tveapp_infoImg {
  height: 85px;
  padding: 20px 0 0;
  text-align: center;
}
.tveapp_wrap .tveapp_infoImg img {
  max-width: 90%;
  max-height: 100%;
}
.tveapp_wrap .tveapp_brandLogo {
  display: none;
}
.tveapp_wrap .tveapp_content p {
  padding: 0 0 20px;
  font-size: 16px;
}
.tveapp_wrap .tveapp_content p a {
  color: #39f;
  text-decoration: underline;
}
.tveapp_wrap .tveapp_content p a:hover {
  text-decoration: none;
}
.tveapp_wrap .tveapp_sSize .tveapp_content p {
  padding: 12px 20px 20px;
  font-size: 16px;
  text-align: center;
}
.tveapp_wrap .tveapp_indicator {
  display: inline-block;
  padding: 0 2px;
  border: solid 1px #000;
}
.tveapp_wrap .tveapp_dontSeeUrMvpdMessage h5,
.tveapp_wrap .tveapp_successMessage h5 {
  padding: 0 0 20px;
  font-family: 'AkzidenzGrotesk-Bold';
}
.tveapp_wrap .tveapp_dontSeeUrMvpdMessage p {
  font-size: 14px;
}
.tveapp_wrap .tveapp_successMessage p {
  font-size: 16px;
}
.tveapp_wrap #tveapp_mvpdLogo img {
  display: inline-block;
  max-width: 220px;
}
.tveapp_wrap #tveapp_mvpdLogo img[alt="xfinity"] {
  background-color: #fafafa;
  height: 30px;
  max-width: none;
  overflow: hidden;
  padding-bottom: 100px;
  position: absolute;
  top: 0;
  width: -o-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.tveapp_wrap .tveapp_infoImg {
  display: none;
}
.tveapp_wrap .tveapp_button.tveapp_learnMore,
.tveapp_wrap .tveapp_button.tveapp_goBack {
  left: auto;
  top: auto;
  position: inherit;
}
.tveapp_wrap .tveapp_dontSeeUrMvpdMessage h5,
.tveapp_wrap .tveapp_successMessage h5 {
  font-size: 28px;
  text-transform: lowercase;
}
.tveapp_wrap .tveapp_wrapSearch {
  margin: 0;
}
.tveapp_wrap .tveapp_search:focus,
.tveapp_wrap .tveapp_search:hover {
  color: #000;
}
.tveapp_wrap .tveapp_ePL-link {
  border: none;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-item {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 1.8rem;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-link,
.tveapp_wrap .tveapp_providersList .tveapp_providerNotListedOpen {
  padding: 15px 10px;
}
.tveapp_wrap .tveapp_providersList li {
  background-color: rgba(0, 0, 0, 0.07000000000000001);
  border-top: 1px solid #fafafa;
  display: table-cell;
}
.tveapp_wrap .tveapp_providersList li:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000000;
}
.tveapp_wrap .tveapp_searchBox .tveapp_searchButton {
  display: none;
}
.tveapp_wrap #extraMvpdWrapper {
  width: auto;
}
.tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
  width: 23.404255319148934%;
  overflow: auto;
  height: 120px;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 2.127659574468085%;
}
.tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL:first-child,
.tveapp_wrap .tveapp_extraMvpdList li:nth-child(4n+1) {
  margin-left: 0;
}
.tveapp_wrap .tveapp_ePL-link {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.07000000000000001);
  border-top: 1px solid #fafafa;
}
.tveapp_wrap .tveapp_ePL-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000000;
}
.tveapp_wrap .tveapp_pL-item-extra {
  display: block;
  width: 100%;
  float: left;
}
.tveapp_wrap #tveapp_providerNotListed {
  text-transform: lowercase;
  font-size: 1.8rem;
}
.tveapp_wrap #tveapp_providerNotListed:hover {
  color: #000;
}
.tveapp_wrap .tveapp_dontSeeUrMvpdMessage p {
  font-size: 1.7rem;
}
@media (max-width: 979px) {
  body.tveapp_modalOpened {
    position: fixed;
  }
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL:first-child,
  .tveapp_wrap .tveapp_extraMvpdList li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL:first-child,
  .tveapp_wrap .tveapp_extraMvpdList li:nth-child(3n+1) {
    margin-left: 0;
  }
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
    width: 32%;
    height: 150px;
    margin-bottom: 10px;
    margin-left: 2%;
  }
  .tveapp_wrap .tveapp_back {
    background-color: white;
  }
  .tveapp_wrap .tveapp_header .tveapp_button.tveapp_close {
    font-size: initial;
  }
  .tveapp_wrap .tveapp_elvis_buttons_list li {
    font-size: 2.3rem;
  }
  .tveapp_wrap .tveapp_container#tveapp_selectProvider h4:after {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
  .tveapp_wrap .tveapp_container {
    width: 100% !important;
    margin-left: auto !important;
    left: auto !important;
    margin-top: 0;
    height: 100% !important;
  }
  .tveapp_wrap #providersWrapper {
    height: 100%;
    max-height: inherit;
    border: none;
    top: auto;
  }
  .tveapp_wrap .tveapp_content {
    border-bottom: none;
  }
  .tveapp_wrap .tveapp_footer #providersWrapper {
    margin-top: 0;
    left: 1px;
    right: 1px;
  }
  .tveapp_wrap .tveapp_providersList .tveapp_pL-item,
  .tveapp_wrap .tveapp_providersList .tveapp_pL-item-extra {
    border-bottom: 1px solid #fafafa;
  }
}
@media only screen and (max-width: 659px) {
  .tveapp_wrap {
    width: 100%;
  }
  .tveapp_wrap #tveapp_selectProvider.tveapp_container h4::after,
  .tveapp_wrap #tveapp_selectProvider.tveapp_container .tveapp_button.tveapp_close:after,
  .tveapp_wrap #tveapp_selectProvider .tveapp_header {
    height: 70px;
  }
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
    height: 100px;
  }
  .tveapp_wrap .tveapp_ePL img {
    max-width: 95%;
  }
  .tveapp_wrap .tveapp_content .tveapp_button.tveapp_close {
    max-width: none;
  }
  .tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close:after {
    right: 10px;
  }
  .tveapp_wrap .tveapp_header,
  .tveapp_wrap .tveapp_mSize .tveapp_header,
  .tveapp_wrap .tveapp_footer,
  .tveapp_wrap .tveapp_content > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_content h4,
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4 {
    padding-left: 10px;
  }
  .tveapp_wrap .tveapp_container {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
  }
  .tveapp_wrap .tveapp_infoImg {
    height: 50px;
    padding: 10px 0 0;
    text-align: center;
  }
  .tveapp_wrap .tveapp_container#tveapp_selectProvider h4:after {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .tveapp_wrap div.tveapp_searchBox {
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tveapp_wrap #tveapp_iframeWrap.tveapp_container {
    float: left;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .tveapp_wrap #providersWrapper {
    height: auto;
    margin-left: 0;
    border-width: 1px 0 0;
  }
  .tveapp_wrap .tveapp_content .tveapp_dontSeeUrMvpdMessage,
  .tveapp_wrap .tveapp_content .tveapp_successMessage {
    padding: 20px 10px 0;
  }
  .tveapp_wrap .tveapp_dontSeeUrMvpdMessage h5 {
    font: bold 14px/18px arial, helvetica, sans-serif;
  }
  .tveapp_wrap #tveapp_elvisLogin.tveapp_container .tveapp_elvis_buttons_list li,
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_elvis_buttons_list li,
  .tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_elvis_buttons_list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .tveapp_wrap #tveapp_elvisLogin.tveapp_container .tveapp_elvis_button[elvisby="mail"],
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_elvis_button[elvisby="mail"],
  .tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_elvis_button[elvisby="mail"] {
    padding-left: 0;
  }
  .tveapp_wrap #tveapp_elvisLogin.tveapp_container .tveapp_content h4,
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4,
  .tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_content h4 {
    font-size: 3rem;
  }
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4:after {
    font-size: 1.6rem;
  }
}
.massive {
  position: relative;
  height: 460px;
  color: #ffffff;
  overflow: hidden;
}
.massive .image_holder {
  height: 100%;
}
.massive .image_holder:before {
  padding-top: 0;
}
.massive .portrait_image {
  display: none;
}
.massive .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.massive .overlay_content {
  max-width: 1200px;
  margin: auto;
  padding: 70px 10px 0;
}
.massive_title {
  font: 111px/1 'AkzidenzGrotesk-Regular';
  text-transform: uppercase;
  -webkit-transition: font-size 0.3s ease-out 0s;
  -moz-transition: font-size 0.3s ease-out 0s;
  -o-transition: font-size 0.3s ease-out 0s;
  transition: font-size 0.3s ease-out 0s;
}
.massive_subtitle {
  margin-bottom: 10px;
  font: 32px/1 'AkzidenzGrotesk-Regular';
  color: #00bbef;
}
.massive_subtitle span {
  color: #ffffff;
}
@media screen and (min-width: 48.0625em) {
  .massive_title:after {
    content: "";
    display: inline-block;
    width: 1.9em;
    height: 3px;
    margin: 0.4em 0 0 -0.7em;
    vertical-align: middle;
    background-color: #00bbef;
    -webkit-transform: rotate(133.5deg);
    -moz-transform: rotate(133.5deg);
    -ms-transform: rotate(133.5deg);
    transform: rotate(133.5deg);
  }
  .massive .overlay {
    background: linear-gradient(to right, #282626 10%, transparent 60%);
  }
}
@media screen and (max-width: 979px) {
  .massive_title {
    font-size: 77px;
  }
}
@media screen and (max-width: 979px) {
  .massive_title {
    font-size: 50px;
  }
  .massive_subtitle {
    margin-bottom: 5px;
    font-size: 25px;
  }
  .massive {
    height: 316px;
  }
  .massive .portrait_image {
    display: block;
  }
  .massive .landscape_image {
    display: none;
  }
  .massive .overlay {
    top: auto;
    bottom: 0;
    height: auto;
    text-align: center;
  }
  .massive .overlay_content {
    padding-top: 60px;
    background: linear-gradient(to top, #3a3a3a 5%, transparent 100%);
  }
}
.promo_preview {
  position: relative;
  font: 17px 'AkzidenzGrotesk-Regular';
  color: #ffffff;
  text-decoration: none;
}
.promo_preview .overlay {
  display: none;
}
.promo_body {
  position: relative;
  overflow: hidden;
}
.video_preview .promo_body:before {
  content: ">";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102px;
  height: 102px;
  margin: -55px;
  font: 38px/100px 'mtv';
  color: #1a1a1a;
  text-align: center;
  border: 4px solid #1a1a1a;
  border-radius: 102px;
  background-color: rgba(255, 255, 255, 0.5);
}
.promo_2x1 .video_preview .promo_body:before {
  width: 54px;
  height: 54px;
  font-size: 26px;
  line-height: 54px;
  border-width: 3px;
  margin: -30px;
}
.promo_cta {
  display: block;
  margin: 15px 0;
  font: 32px/1 'AkzidenzGrotesk-Regular';
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out 0s;
  -moz-transition: color 0.3s ease-out 0s;
  -o-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}
.promo_cta:before {
  content: ">";
  display: inline-block;
  margin-right: 10px;
  font-size: 0.8em;
  font-family: 'mtv';
  color: #00bbef;
}
.promo_cta:hover {
  color: #00bbef;
}
.article_preview {
  height: 100%;
  display: block;
}
.article_preview .promo_body {
  height: 100%;
  padding: 25px 20px;
  color: #3c3c3c;
  background-color: #ffffff;
}
.article_preview:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(-180deg, transparent 0%, #ffffff 80%);
  /* W3C */
  content: "";
  height: 80px;
  width: 100%;
}
.article_body {
  margin-top: 25px;
  line-height: 1.585;
}
.article_title {
  font: 24px 'AkzidenzGrotesk-Regular';
  color: #1a1a1a;
}
.article_byline,
.article_date,
.article_read_more {
  color: #00bbef;
}
.article_byline,
.article_date {
  font-size: 14px;
}
.article_byline + .article_date:before {
  content: "\2022";
  padding: 0 7px;
}
.article_read_more {
  font-family: 'AkzidenzGrotesk-Regular';
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 48.0625em) {
  .video_preview .overlay,
  .video_preview .promo_body:before {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .video_preview .promo_body:hover:before {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .video_preview .promo_body:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .promo_preview {
    width: 100%;
  }
  .promo_preview .overlay {
    box-sizing: border-box;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .promo_preview .overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .promo_preview .overlay_content {
    display: inline-block;
    max-width: 40%;
    vertical-align: middle;
  }
  .promo_2x1 .promo_preview .overlay_content {
    max-width: none;
  }
  .preview_title {
    margin-bottom: 4px;
    font: 24px/1 'AkzidenzGrotesk-Regular';
  }
  .preview_subtitle {
    margin-bottom: 12px;
    font-size: 14px;
    color: #00bbef;
    text-transform: uppercase;
  }
  .preview_description {
    font-size: 18px;
    word-spacing: 0.25em;
    line-height: 1.5;
  }
  .promo_2x1 .preview_description {
    line-height: 1.25;
  }
}
@media screen and (max-width: 47.938em) {
  .promo_cta {
    font-size: 25px;
  }
  .preview_title {
    font-size: 18px;
  }
  .preview_subtitle {
    font-size: 12px;
  }
  .preview_description {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .video_preview .promo_body:before {
    width: 54px;
    height: 54px;
    font-size: 26px;
    line-height: 54px;
    border-width: 3px;
    margin: -30px;
  }
}
.social_promo {
  position: relative;
  cursor: pointer;
}
.social_promo,
.social_promo a {
  color: #ffffff;
  text-decoration: none;
}
.social_promo.twitter {
  background-color: #55acee;
}
.social_promo.facebook {
  background-color: #3b5998;
}
.social_promo.instagram {
  background-color: #3f729b;
}
.social_promo .has_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease-out 0s;
  -moz-transition: background 0.3s ease-out 0s;
  -o-transition: background 0.3s ease-out 0s;
  transition: background 0.3s ease-out 0s;
}
.social_promo .has_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 87px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social_promo .cta_text {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font: 15px/1 'AkzidenzGrotesk-Regular';
  text-align: center;
}
@media screen and (min-width: 48.0625em) {
  .social_promo .has_icon:before,
  .social_promo .cta_text {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .social_promo .cta_text {
    top: 50%;
    left: 50%;
    bottom: auto;
    width: 100%;
    font-size: 15px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  .social_promo:hover .cta_text {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .social_promo:hover .has_icon {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .social_promo:hover .has_icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@media screen and (min-width: 48.0625em) {
  .social_promo .cta_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 979px) {
  .social_promo .has_icon:before {
    font-size: 70px;
  }
  .social_promo .cta_text {
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.show_more_btn,
.L001_line_list_load-more,
.ent_m068 .schedule li .clickable a.fullepisode,
.ent_m068 .schedule li .more-wrapper a.fullepisode_mobile {
  font-family: 'AkzidenzGrotesk-Bold';
  background-color: #00bbef;
  font-size: 2rem;
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 33.33%;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 2px rgba(255, 255, 255, 0.15) inset;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.show_more_btn:hover {
  background: #00bbef;
  border-color: #00bbef;
}
@media screen and (max-width: 979px) {
  .show_more_btn,
  .L001_line_list_load-more,
  .ent_m068 .schedule li .clickable a.fullepisode,
  .ent_m068 .schedule li .more-wrapper a.fullepisode_mobile {
    width: 50%;
  }
}
@media screen and (max-width: 659px) {
  .show_more_btn,
  .L001_line_list_load-more,
  .ent_m068 .schedule li .clickable a.fullepisode,
  .ent_m068 .schedule li .more-wrapper a.fullepisode_mobile {
    width: 100%;
  }
}
.s_right_rail {
  padding-top: 15px;
}
.s_right_rail.module_content {
  margin: 15px 0;
  padding: 10px;
  background: #232323;
}
@media (max-width: 979px) {
  .s_right_rail.module_content {
    padding: 20px 10px;
  }
}
@media (max-width: 659px) {
  .s_right_rail.module_content {
    display: table;
    width: 100%;
  }
}
@media (max-width: 979px) {
  .s_right_rail .list_wrapper {
    width: 100%;
    padding-top: 10px;
  }
}
.s_right_rail .list_header {
  text-transform: lowercase;
  font-family: 'AkzidenzGrotesk-Super';
  color: #ffffff;
  font-size: 2.5rem;
  border-bottom: 3px solid #ffffff;
  margin-bottom: 15px;
}
.s_right_rail .L001_line_list .S002_line_list_item_vertical .thumbnail_holder:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  text-align: right;
  font-size: 1.8rem;
  font-family: 'AkzidenzGrotesk-Super';
  z-index: 3;
  color: #ffffff;
}
.s_right_rail .L001_line_list .S002_line_list_item_vertical.now_playing .thumbnail_holder:after {
  content: 'now playing';
  font-size: inherit;
}
.s_right_rail .L001_line_list .S002_line_list_item_vertical.up_next .thumbnail_holder:after {
  content: 'up next';
}
.s_right_rail .S002_line_list_item_vertical .link_wrapper h4 {
  color: #ffffff;
}
.s_right_rail .S002_line_list_item_vertical .link_wrapper h3 {
  color: #ffffff;
}
.s_right_rail .S002_line_list_item_vertical .link_wrapper:hover h3,
.s_right_rail .S002_line_list_item_vertical .link_wrapper:hover h4 {
  color: #00bbef;
}
.s_right_rail .S002_line_list_item_vertical .item_overlay {
  display: none;
}
.s_layouts_snapWrapper {
  background: rgba(249, 249, 249, 0.9);
  /* Will Be News */
}
@media screen and (max-width: 48.0625em) {
  .s_layouts_snapWrapper {
    background: #f9f9f9;
  }
}
.s_layouts_snapWrapper .s_layouts_snapTabs .s_layouts_snapTab {
  color: #1e0014;
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: uppercase;
}
.s_layouts_snapWrapper .s_layouts_snapTabs .s_layouts_snapTab.active {
  color: #f9f9f9;
  background-color: #1e0014;
  border-radius: 15px;
}
.s_layouts_snapWrapper .s_layouts_snapHeader {
  color: #1e0014;
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: uppercase;
}
.s_layouts_snapWrapper .s_layouts_snapTabs,
.s_layouts_snapWrapper .s_layouts_snapHeader {
  font-size: 1.2vw;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapTabs,
  .s_layouts_snapWrapper .s_layouts_snapHeader {
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapMessage {
  color: #1e0014;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 6vw;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapMessage {
    font-size: 32px;
    margin: 20px 0;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
  background-color: #1e0014;
  color: #777777;
  font: 7vw/1.5 'AkzidenzGrotesk-Regular';
  padding: 2vw 3vw;
  text-transform: lowercase;
  outline-width: 0;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput::-moz-placeholder {
  color: #777777;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput::-webkit-input-placeholder {
  color: #777777;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput:-ms-input-placeholder {
  color: #777777;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput:focus {
  color: #f9f9f9;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
    font-size: 40px;
    padding: 5px 20px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose {
  vertical-align: middle;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose:after {
  content: "\e603";
  font-family: 'mtv';
  font-size: 8vw;
  color: #1e0014;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose:after {
    font-size: 30px;
    padding-left: 2vw;
  }
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapTabs,
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapHeader {
  font-size: 14px;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapInput {
  font-size: 5.5vw;
  letter-spacing: -1px;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapTabs,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapHeader {
  font-size: 4vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapBadge {
  font-size: 3vw;
}
.s_layouts_snapWrapper a.s_layouts_snapItemLink.s_layouts_snapItemArticles:hover .s_layouts_snapItemDetailsContainer {
  background-color: #f9f9f9;
  color: #00bbef;
}
.s_layouts_snapWrapper .s_layouts_snapBadge {
  top: 0;
  left: 0;
  text-transform: lowercase;
  background-color: #00bbef;
  color: #f9f9f9;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 1.1vw;
  line-height: 1;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapBadge {
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDuration {
  background-color: rgba(30, 0, 20, 0.8);
  color: #f9f9f9;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 1.1vw;
  top: 0;
  left: 0;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDuration {
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails {
  font: 2vw/1 'AkzidenzGrotesk-Bold';
  color: #f9f9f9;
  text-transform: lowercase;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDetails {
    font-size: 18px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle {
  display: block;
  font-family: 'AkzidenzGrotesk-Regular';
  color: #f9f9f9;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle {
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle {
  color: #bbbbbb;
  display: block;
  font-family: 'AkzidenzGrotesk-Regular';
  margin-top: 1px;
  text-transform: lowercase;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle {
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemVideo:before,
.s_layouts_snapWrapper .s_layouts_snapItemEpisode:before {
  background: #1e0014;
  content: '';
  opacity: 0;
  transition: opacity 0.2s ease;
}
.s_layouts_snapWrapper .s_layouts_snapItemVideo .s_layouts_snapImageWrapper .image_holder:after,
.s_layouts_snapWrapper .s_layouts_snapItemEpisode .s_layouts_snapImageWrapper .image_holder:after {
  border-radius: 9px;
  color: #f9f9f9;
  content: "\e605";
  display: block;
  font: 3vw/1 'mtv';
  font-weight: bold;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transition: opacity 0.2s ease;
  z-index: 3;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemVideo .s_layouts_snapImageWrapper .image_holder:after,
  .s_layouts_snapWrapper .s_layouts_snapItemEpisode .s_layouts_snapImageWrapper .image_holder:after {
    font-size: 40px;
  }
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemVideo:hover:before,
  .s_layouts_snapWrapper .s_layouts_snapItemEpisode:hover:before {
    content: '';
    opacity: 0.7;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemVideo:hover .image_holder:after,
.s_layouts_snapWrapper .s_layouts_snapItemEpisode:hover .image_holder:after {
  content: "\e605";
  opacity: 1;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemVideo .s_layouts_snapItemTitle,
  .s_layouts_snapWrapper .s_layouts_snapItemEpisode .s_layouts_snapItemTitle {
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemSeries .s_layouts_snapImageWrapper.no_image .image_holder {
  background-color: #1e0014;
}
.s_layouts_snapWrapper .s_layouts_snapItemSeries .s_layouts_snapImageWrapper.no_image .image_holder:before {
  background: rgba(0, 0, 0, 0.2);
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles .s_layouts_snapImageWrapper {
  position: relative;
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles .s_layouts_snapImageWrapper:before {
  content: '';
  background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0) 100%);
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles .s_layouts_snapItemDetails {
  position: relative;
  left: auto;
  bottom: auto;
  border: 1px solid #1e0014;
  border-top: 0 none;
  color: #1e0014;
  padding-bottom: 43.41%;
  height: 0;
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle {
  color: #1e0014;
  padding-top: 3px;
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles .s_layouts_snapItemDetailsContainer {
  position: absolute;
  margin: 0;
  padding: 10px;
  height: 100%;
  left: 0;
  top: 0;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapBadge {
  top: 0;
  left: 0;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapImageWrapper .image_holder:after,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapImageWrapper .image_holder:after {
  font-size: 9vw;
  opacity: 1;
  font-weight: 600;
  padding: 5px 5px 0;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapItemDuration,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapItemDuration {
  font-size: 14px;
  padding: 3px 10px;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapItemDetails,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapItemDetails {
  background-color: #f2f2f2;
  color: #1e0014;
  font-size: 4vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle {
  font-size: 3.25vw;
  color: #1e0014;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapImageWrapper .image_holder:before {
  padding-top: 33%;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapImageWrapper {
  width: 28.125%;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapImageWrapper .image_holder:before {
  padding-top: 100%;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapImageWrapper:before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapImageWrapper:after {
  content: '';
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapItemDetails {
  width: 72%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  border: 1px solid #1e0014;
  border-left: 0 none;
  padding: 0 10px 0 15px;
  font-size: 4vw;
  position: absolute;
  display: flex;
  align-items: center;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapItemDetails .s_layouts_snapItemTitle {
  overflow: hidden;
  max-height: 15.5vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles:hover .s_layouts_snapItemDetailsContainer {
  background-color: transparent;
  color: #1e0014;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapItemDetailsContainer {
  position: relative;
  padding: 0;
  height: auto;
}
/* Loading Icon */
.loadingFirstPage .s_layouts_snapResultsWrapper,
.loadingNextPage .s_layouts_snapResultsWrapper {
  margin-bottom: 400px;
}
@media screen and (min-width: 30.0625em) {
  .loadingFirstPage .s_layouts_snapResultsWrapper,
  .loadingNextPage .s_layouts_snapResultsWrapper {
    margin-bottom: 700px;
  }
}
.loadingFirstPage .s_layouts_snapResultsWrapper:after,
.loadingNextPage .s_layouts_snapResultsWrapper:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background: url("/sitewide/images/ajax_loader.gif") no-repeat 100% 100%;
}
.loadingNextPage .s_layouts_snapResultsWrapper:after {
  content: "";
  bottom: .75%;
}
/* For blur of the page content */
@media screen and (min-width: 48.0625em) {
  /* For ie10 and above where blur filter is not supported, no transparency on overlay background */
  _:-ms-lang(x),
  .s_layouts_snapWrapper {
    background-color: #f9f9f9;
  }
}
/* For blur of the page content */
@media screen and (min-width: 48.0625em) {
  body.search-open > *:not(#background_holder),
  body.search-open > #background_holder > *:not(#content_holder),
  body.search-open > #background_holder > #content_holder > *:not(.ent_m171) {
    transition: filter 0.5s ease-in-out;
    -moz-transition: filter 0.5s ease-in-out;
    -webkit-transition: filter 0.5s ease-in-out;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  /* For ie10 and above where blur filter is not supported, no transparency on overlay background */
  _:-ms-lang(x) body.search-open > *:not(#background_holder),
  .s_layouts_snapWrapper body.search-open > *:not(#background_holder),
  _:-ms-lang(x) body.search-open > #background_holder > *:not(#content_holder),
  .s_layouts_snapWrapper body.search-open > #background_holder > *:not(#content_holder),
  _:-ms-lang(x) body.search-open > #background_holder > #content_holder > *:not(.ent_m171),
  .s_layouts_snapWrapper body.search-open > #background_holder > #content_holder > *:not(.ent_m171) {
    filter: none;
  }
}
body:not(.tve_auth) .s_layouts_snapItem div.tve_lock .tve_lock_desktop:after {
  content: "\e626";
  font-family: 'mtv';
  font-size: 2.3rem;
  color: #ffffff;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 0px 8px;
  z-index: 50;
  display: none;
}
@media screen and (min-width: 30.0625em) {
  body:not(.tve_auth) .s_layouts_snapItem div.tve_lock .tve_lock_desktop:after {
    display: block;
  }
}
body:not(.tve_auth) .s_layouts_snapItem div.tve_lock .tve_lock_mobile:after {
  content: "\e626";
  font-family: 'mtv';
  font-size: 2.8rem;
  color: #ffffff;
  position: absolute;
  top: 2px;
  right: 49.5%;
  padding: 0px 8px;
  z-index: 50;
  display: none;
}
@media screen and (max-width: 30em) {
  body:not(.tve_auth) .s_layouts_snapItem div.tve_lock .tve_lock_mobile:after {
    display: block;
  }
}
@media (min-width: 980px) {
  #tier_1.tier_2_col .tier_wrapper:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #tier_1.tier_2_col .tier_wrapper > #t1_lc {
    float: left;
    width: 66.6667%;
  }
  #tier_1.tier_2_col .tier_wrapper > #t1_rc {
    float: right;
    width: 33.3333%;
  }
}
#tier_2.tier_2_col {
  overflow-y: hidden;
}
#tier_2.tier_2_col .tier_wrapper {
  width: 100%;
  position: relative;
}
#tier_4.tier_2_col .tier_wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 13px;
  width: 100%;
}
#tier_5.tier_2_col .tier_wrapper {
  max-width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
#tier_5.tier_2_col .tier_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#tier_5.tier_2_col .tier_wrapper #t5_lc {
  float: left;
  width: 66.6667%;
}
@media (max-width: 48.0625em) {
  #tier_5.tier_2_col .tier_wrapper #t5_lc {
    width: 100%;
  }
}
#tier_5.tier_2_col .tier_wrapper #t5_rc {
  float: right;
  width: 33.3333%;
}
@media (max-width: 48.0625em) {
  #tier_5.tier_2_col .tier_wrapper #t5_rc {
    width: 100%;
  }
}
#tier_6.tier_2_col .tier_wrapper {
  max-width: 1200px;
  padding: 0 13px;
  margin: 0 auto;
}
#tier_6.tier_2_col .tier_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#tier_6.tier_2_col .tier_wrapper #t6_lc {
  float: left;
  width: 66.6667%;
}
@media (max-width: 48.0625em) {
  #tier_6.tier_2_col .tier_wrapper #t6_lc {
    width: 100%;
  }
}
#tier_6.tier_2_col .tier_wrapper #t6_rc {
  float: right;
  width: 33.3333%;
}
@media (max-width: 48.0625em) {
  #tier_6.tier_2_col .tier_wrapper #t6_rc {
    width: 100%;
  }
}
@media (min-width: 980px) {
  #tier_2.tier_2_col .tier_wrapper:after,
  #tier_4.tier_2_col .tier_wrapper:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #tier_2.tier_2_col .tier_wrapper > #t2_lc,
  #tier_4.tier_2_col .tier_wrapper > #t4_lc {
    float: left;
    width: 66.6667%;
  }
  body.ent_p016_mtv #tier_2.tier_2_col .tier_wrapper > #t2_lc {
    float: none;
    width: auto;
  }
  #tier_2.tier_2_col .tier_wrapper > #t2_rc,
  #tier_4.tier_2_col .tier_wrapper > #t4_rc {
    float: right;
    width: 33.3333%;
  }
}
.L001_line_list {
  list-style-type: none;
  margin-right: -13px;
  margin-left: -13px;
}
@media screen and (max-width: 979px) {
  .L001_line_list {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.L001_line_list > li {
  vertical-align: top;
  display: inline-block;
  width: 33.33%;
  padding: 0 13px;
  margin-bottom: 30px;
}
.L001_line_list > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .L001_line_list > li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 659px) {
  .L001_line_list > li {
    width: 100%;
  }
}
.L001_line_list > li .lineList_ad {
  margin: auto;
  text-align: center;
}
.module_content.content_loading .L001_line_list {
  position: relative;
  padding-bottom: 70px;
}
.module_content.content_loading .L001_line_list:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin: -32px 0 0 -50px;
  width: 100px;
  height: 63px;
  background: url("/sitewide/images/ajax_loader.gif") no-repeat 100% 100%;
  background-size: 100%;
}
.L001_line_list_load-more {
  /*
  &:hover {
    &:extend(.show_more_btn:hover);
    color: @fontColorSecondary;
  }*/
}
.L001_line_list_load-more > span {
  display: inline-block;
  font-size: 2.3rem;
  height: 100%;
  padding: 0.8rem 1.7rem 1rem;
  position: relative;
  text-transform: lowercase;
  transition-duration: 0.2s;
  vertical-align: middle;
  width: 100%;
}
.L001_line_list_load-more > span:hover {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
/*
 *  This is a shared override (currently used by M164 and M169) that allows the existing line listing code to render in a vertical list.
 *  It's hacky, I know, forgive me.
 */
.L001_line_list_vertical > li {
  width: 100%;
  margin-bottom: 10px;
}
.L001_line_list_vertical > li:nth-child(4n) {
  margin-right: 0;
}
.L001_line_list_vertical > li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 979px) {
  .L001_line_list_vertical > li {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 659px) {
  .L001_line_list_vertical > li {
    width: 100%;
  }
}
.ent_m017,
.ent_m018,
.ent_m019 {
  background-color: #333333;
  z-index: 1;
}
.tveapp_modalOpened .ent_m017,
.tveapp_modalOpened .ent_m018,
.tveapp_modalOpened .ent_m019 {
  z-index: auto;
}
.show_overlay .ent_m017,
.show_overlay .ent_m018,
.show_overlay .ent_m019 {
  z-index: auto;
}
.ent_m017.module,
.ent_m018.module,
.ent_m019.module {
  max-width: 100%;
  margin: 0;
  padding: 15px 0 80px 0;
  position: relative;
}
@media (max-width: 979px) {
  .ent_m017.module:after,
  .ent_m018.module:after,
  .ent_m019.module:after {
    border-bottom-width: 200px;
    border-left-width: 200px;
  }
}
@media (max-width: 659px) {
  .ent_m017.module:after,
  .ent_m018.module:after,
  .ent_m019.module:after {
    border-bottom-width: 100px;
    border-left-width: 100px;
  }
}
.ent_m017 > .module_content,
.ent_m018 > .module_content,
.ent_m019 > .module_content {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m017 .video_thumbnail,
.ent_m018 .video_thumbnail,
.ent_m019 .video_thumbnail {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hide_thumbnail.ent_m017 .video_thumbnail,
.hide_thumbnail.ent_m018 .video_thumbnail,
.hide_thumbnail.ent_m019 .video_thumbnail {
  display: none;
}
.ent_m017.show_error .ent_tfv306,
.ent_m018.show_error .ent_tfv306,
.ent_m019.show_error .ent_tfv306 {
  display: block;
}
.ent_m017 .ent_m095,
.ent_m018 .ent_m095,
.ent_m019 .ent_m095 {
  display: none;
}
.ent_m017.show_tve_info .ent_m095,
.ent_m018.show_tve_info .ent_m095,
.ent_m019.show_tve_info .ent_m095 {
  display: block;
}
.ent_m017 .ad_300x250,
.ent_m018 .ad_300x250,
.ent_m019 .ad_300x250 {
  display: none !important;
  z-index: 2;
}
@media (min-width: 48.0625em) {
  .ent_m017.has_ad .module_content:after,
  .ent_m018.has_ad .module_content:after,
  .ent_m019.has_ad .module_content:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .ent_m017.has_ad .ad_300x250,
  .ent_m018.has_ad .ad_300x250,
  .ent_m019.has_ad .ad_300x250 {
    display: block !important;
    float: right;
    margin-top: 30px;
  }
  .ent_m017.has_ad .share_wrapper,
  .ent_m018.has_ad .share_wrapper,
  .ent_m019.has_ad .share_wrapper {
    margin-right: 360px;
  }
}
@media screen and (max-width: 60em) {
  .ent_m017.module,
  .ent_m018.module,
  .ent_m019.module {
    padding: 15px 0 40px 0;
  }
  .ent_m017 .tv_provider,
  .ent_m018 .tv_provider,
  .ent_m019 .tv_provider,
  .ent_m017 .share_wrapper,
  .ent_m018 .share_wrapper,
  .ent_m019 .share_wrapper,
  .ent_m017 .meta_info,
  .ent_m018 .meta_info,
  .ent_m019 .meta_info,
  .ent_m017 .box_ad,
  .ent_m018 .box_ad,
  .ent_m019 .box_ad {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.grid {
  padding: 0;
  overflow: hidden;
}
.grid .promo {
  z-index: 2;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.grid .promo .module {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.grid .promo:before {
  content: "";
  display: block;
}
.grid .promo_1x1 {
  width: 16.66666667%;
}
.grid .promo_1x1:before {
  padding-top: 112.5%;
}
.grid .promo_1x2 {
  width: 16.66666667%;
}
.grid .promo_1x2:before {
  padding-top: 225%;
}
.grid .promo_2x1 {
  width: 33.33333333%;
}
.grid .promo_2x1:before {
  padding-top: 56.25%;
}
.grid .promo_2x2 {
  width: 33.33333333%;
}
.grid .promo_2x2:before {
  padding-top: 112.5%;
}
.grid .promo_4x1 {
  width: 66.66666667%;
}
.grid .promo_4x1:before {
  padding-top: 28.125%;
}
.grid .promo_4x2 {
  width: 66.66666667%;
}
.grid .promo_4x2:before {
  padding-top: 56.25%;
}
@media screen and (min-width: 979px) {
  .grid .promo_4x2 + .promo_2x1,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 {
    margin-right: -33.33333333%;
  }
  .grid .promo_4x2 + .promo_2x1 + .promo_1x1,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_1x1,
  .grid .promo_4x2 + .promo_2x1 + .promo_1x1 + .promo_1x1,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_1x1 + .promo_1x1,
  .grid .promo_4x2 + .promo_2x1 + .promo_2x1,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_2x1 {
    z-index: 1;
  }
  .grid .promo_4x2 + .promo_2x1 + .promo_1x1 .module,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_1x1 .module,
  .grid .promo_4x2 + .promo_2x1 + .promo_1x1 + .promo_1x1 .module,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_1x1 + .promo_1x1 .module,
  .grid .promo_4x2 + .promo_2x1 + .promo_2x1 .module,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_2x1 .module {
    top: 50%;
    height: 50%;
  }
  .grid .promo_4x2 + .promo_2x1 + .promo_2x1:before,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_2x1:before {
    margin-top: 56.25%;
  }
  .grid .promo_4x2 + .promo_2x1 + .promo_1x1:before,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_1x1:before,
  .grid .promo_4x2 + .promo_2x1 + .promo_1x1 + .promo_1x1:before,
  .grid .promo_4x2 + .promo_1x1 + .promo_1x1 + .promo_1x1 + .promo_1x1:before {
    margin-top: 112.5%;
  }
}
@media screen and (max-width: 47.938em) {
  .grid .promo_1x1,
  .grid .promo_1x2 {
    width: 25%;
  }
  .grid .promo_2x1,
  .grid .promo_2x2 {
    width: 50%;
  }
  .grid .promo_4x1,
  .grid .promo_4x2 {
    width: 100%;
  }
}
@media screen and (max-width: 659px) {
  .grid .promo_1x1,
  .grid .promo_1x2 {
    width: 50%;
  }
  .grid .promo_2x1,
  .grid .promo_2x2,
  .grid .promo_4x1,
  .grid .promo_4x2 {
    width: 100%;
  }
  .grid .promo_4x2:before {
    padding-top: 112.5%;
  }
}
.ent_m002 {
  padding-left: 13px;
  padding-right: 13px;
}
.ent_m002 .module_content {
  margin: 30px auto;
  max-width: 1200px;
  padding: 10px 13px;
  width: 100%;
  border: 3px solid #00bbef;
  border-radius: 3px;
  transition: all 0.1s linear 0s;
  cursor: pointer;
}
.ent_m002 .module_content.open {
  border: none;
}
.ent_m002 .module_content.open:hover .S002_line_list_header .content .header_text {
  color: #00bbef;
}
.ent_m002 .module_content:hover {
  border-color: #000;
}
.ent_m002 .module_content:hover .S002_line_list_header:after {
  animation: 0.15s linear 0s normal forwards 1 running spin;
  color: #000;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
.ent_m002 .module_content:hover .S002_line_list_header .content .header_text {
  color: #000;
  transition: all 0.1s linear 0s;
}
.ent_m002 .open .S002_line_list_header:after {
  display: none;
}
.ent_m002 .open .flux4Widget > .comments .mainHeader.floatsWrapper {
  margin-top: 10px;
}
.ent_m002 .toggleable_header_icon {
  display: none;
}
.ent_m002 .flux4Widget > .comments .mainHeader:first-child {
  padding: 0;
}
.ent_m002 .flux4Widget > .comments .mainHeader {
  border: none;
}
.ent_m002 .flux4 {
  color: #666;
  font: 'AkzidenzGrotesk-Regular';
}
.ent_m002 .flux4Widget .comments .commentInput,
.ent_m002 .flux4Widget .comments .commentInput.m-sm4_commentInput_focused {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #aaa;
}
.ent_m002 .flux4 .primaryButton {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  text-transform: lowercase;
  font-family: 'AkzidenzGrotesk-Super';
}
.ent_m002 .flux4Widget .comments .txtComment.placeHolder {
  color: #777777;
}
.ent_m002 .S002_line_list_header {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ent_m002 .S002_line_list_header:after {
  content: "\e602";
  display: inline-block;
  right: 0;
  font-family: 'mtv';
  font-size: 1.8rem;
  margin-top: 0.55rem;
  float: right;
  color: #00bbef;
  transition: all 0.1s linear 0s;
}
.ent_m002 .S002_line_list_header .content {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ent_m002 .S002_line_list_header .content .header_text {
  color: #00bbef;
  font-family: 'AkzidenzGrotesk-Super';
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
  transition: all 0.1s linear 0s;
}
.ent_m002 .S002_line_list_header .content .itemCount {
  display: inline-block;
  margin-bottom: 0;
}
.ent_m002 .flux4 a,
.ent_m002 .Flux .flux4 a,
.ent_m002 .flux4 .link {
  font-family: 'AkzidenzGrotesk-Super';
  color: #1a1a1a;
  text-transform: lowercase;
}
.ent_m002 .sm4_filter.m-sm4_filter_comments .e-sm4_filter_item {
  text-transform: lowercase;
}
.ent_m006 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 36px 40px 43px;
  background-color: #f2f2f2;
  border-top: 5px solid #e6e6e6;
  text-align: center;
  z-index: 999;
  font-size: 14px;
  color: #777;
}
.ent_m006 .list {
  margin: 0 0 17px;
  list-style-type: none;
}
.ent_m006 .list li {
  display: inline-block;
  font-family: 'AkzidenzGrotesk-Regular';
  padding: 0 10px;
  margin-bottom: 15px;
}
.ent_m006 .list li a {
  margin: 0;
  color: #777;
  text-decoration: none;
}
.ent_m006 .list .ad_choices:after {
  content: '\e607';
  color: #00bbef;
  font-family: 'mtv';
  margin-left: 5px;
  font-size: 16px;
}
.ent_m006 .logo {
  background: url('/sitewide/images/common/viacom_logo.png') no-repeat;
  display: inline-block;
  height: 11px;
  width: 65px;
  margin-right: 5px;
  background-size: 65px 11px;
}
.ent_m006 .copyright {
  display: inline-block;
}
.ent_m006 .facebook,
.ent_m006 .twitter,
.ent_m006 .tumblr,
.ent_m006 .instagram,
.ent_m006 .vine,
.ent_m006 .newsletter {
  height: 23px;
  width: 24px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block;
}
.ent_m006 .facebook:before,
.ent_m006 .twitter:before,
.ent_m006 .tumblr:before,
.ent_m006 .instagram:before,
.ent_m006 .vine:before,
.ent_m006 .newsletter:before {
  display: inline-block;
  font-family: "mtv";
  font-size: 23px;
}
.ent_m006 .facebook:before {
  content: "\e63e";
}
.ent_m006 .twitter:before {
  content: "\e645";
}
.ent_m006 .tumblr:before {
  content: "\e644";
}
.ent_m006 .instagram:before {
  content: "\e640";
}
.ent_m006 .vine:before {
  content: "\e646";
}
.ent_m006 .newsletter:before {
  content: "\e62b";
}
/*
.ent_m006 {
  *zoom: 1;
}
.ent_m006:before, .ent_m006:after {
  display: table;
  content: "";
  line-height: 0;
  display: table;

}
.ent_m006:after {
  clear: both;
}
*/
.ent_m017 {
  /*Player styles go here */
}
.ent_m017 .auth-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'AkzidenzGrotesk-Bold';
}
.ent_m017 .auth-container .overlay-not_available {
  background-color: rgba(0, 0, 0, 0.8);
  display: table;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.ent_m017 .auth-container .overlay-not_available .header {
  background-color: #EB3335;
  padding: 50px;
  font-family: 'AkzidenzGrotesk-Super';
  font-size: 3.7rem;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: lowercase;
  color: #fff;
}
.ent_m017 .auth-container .overlay-not_available .header:after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EB3335;
  content: "";
  position: absolute;
  top: 135px;
  margin-left: 50%;
  left: -15px;
}
.ent_m017 .auth-container .overlay-not_available .deck {
  display: table;
  height: 100%;
  width: 100%;
}
.ent_m017 .auth-container .overlay-not_available #authForm {
  margin-top: 45px;
}
.ent_m017 .auth-container .overlay-not_available #authForm input.form-control {
  border-radius: 3px;
  font-size: 1.6rem;
  height: 45px;
  padding: 0 13px;
  width: 65%;
}
.ent_m017 .auth-container .overlay-not_available #authForm .btn {
  font-family: 'AkzidenzGrotesk-Bold';
  display: block;
  padding: 6px 12px;
  font-size: 2rem;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #00bbef;
  color: #fff;
  margin: 30px auto;
}
.ent_m017 .auth-container .auth-error {
  font-family: 'AkzidenzGrotesk-Bold';
  color: #df0000;
  padding-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 979px) {
  .ent_m017 .auth-container {
    left: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 659px) {
  .ent_m017 .auth-container {
    top: 10px;
  }
  .ent_m017 .auth-container .overlay-not_available #authForm {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
  }
  .ent_m017 .auth-container .overlay-not_available #authForm input.form-control {
    width: 95%;
  }
  .ent_m017 .auth-container .overlay-not_available #authForm .btn {
    margin: 15px auto;
  }
  .ent_m017 .auth-container .overlay-not_available .header {
    display: none;
  }
}
.ent_p050_mtv .ent_m017 .share_wrapper {
  display: none;
}
.ent_m018 {
  /*Player styles go here */
}
.ent_m018 .carouselWrapper li {
  width: 180px;
}
.ent_m018 .share_wrapper .comments_btn {
  display: block;
}
.ent_m022 {
  max-width: 1200px;
  padding: 0 13px;
  margin: 30px auto 30px auto;
}
.ent_m022 .module_header {
  margin-bottom: 40px;
}
.ent_m022 .module_header:empty {
  display: none;
}
.ent_m022 .module_header .description {
  font-size: 16px;
}
.ent_m022 .module_header .headline {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 34px;
  padding-bottom: 20px;
  text-transform: lowercase;
}
.ent_m022 .module_header .subhead {
  font-size: 16px;
}
.ent_m022 .promo_item {
  display: inline-block;
  width: 32.23333333%;
  margin: 0 1.65% 16px 0;
  vertical-align: top;
}
.ent_m022 .promo_item a {
  text-decoration: none;
  color: #1a1a1a;
}
.ent_m022 .promo_item a:hover .meta .promo_title,
.ent_m022 .promo_item a:hover .meta .promo_subtitle {
  color: #00bbef;
}
.ent_m022 .promo_item:last-child {
  margin-right: 0;
}
.ent_m022 .promo_item .meta {
  padding-top: 3px;
}
.ent_m022 .promo_item .meta .promo_title {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 20px;
  text-transform: lowercase;
}
.ent_m022 .promo_item .meta .promo_subtitle {
  text-transform: lowercase;
}
@media (max-width: 979px) {
  .ent_m022 .promo_item {
    margin-bottom: 20px;
  }
}
@media (max-width: 47.938em) {
  .ent_m022 .promo_item {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 16px;
  }
  .ent_m022 .promo_item:last-child {
    margin: 0 auto 16px;
  }
}
.ent_m022 .more_link {
  background-color: #333333;
  color: #1a1a1a;
  display: block;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 1.4375em;
  line-height: 1;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  width: 100%;
}
.ent_m022 .more_link:hover {
  color: #00bbef;
}
@media (max-width: 979px) {
  .ent_m022 .more_link {
    font-size: 1em;
    margin-top: 10px;
  }
}
.ent_m022.has_ad {
  position: relative;
}
.ent_m022.has_ad .module_header:before {
  content: '';
  float: right;
  width: 260px;
  height: 72px;
}
.ent_m022.has_ad .ad_260x72 {
  position: absolute;
  top: 30px;
  right: 10px;
  width: 260px;
  height: 72px;
}
@media (max-width: 47.938em) {
  .ent_m022.has_ad .module_header:before {
    display: none;
  }
  .ent_m022.has_ad .ad_260x72 {
    display: none;
  }
}
.ent_m023 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333333;
}
.ent_m023:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m023.module {
  max-width: 100%;
  margin: 0;
  padding: 60px 0 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48.0625em) {
  .ent_m023.module {
    padding-top: 60px;
  }
}
.ent_m023 .module_content {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .ent_m023 .module_content:before {
    border-bottom-width: 200px;
    border-left-width: 200px;
  }
}
@media (max-width: 659px) {
  .ent_m023 .module_content:before {
    border-bottom-width: 100px;
    border-left-width: 100px;
  }
}
.ent_m023 .tv_provider {
  float: right;
  padding: 10px 0;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
}
.ent_m023 .provider_logo {
  max-width: 110px;
  max-height: 50px;
  margin-left: 10px;
  vertical-align: middle;
}
.ent_m023 .provider_text {
  vertical-align: middle;
}
.ent_m023 .player_holder {
  position: relative;
  padding-top: 56.25%;
  clear: right;
}
.ent_m023 .image_holder {
  position: absolute;
  top: 0;
  width: 100%;
}
.ent_m023 .slate_holder {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.ent_m023 .slate_holder .slate_up_next {
  width: 95%;
  margin-left: 5%;
  position: absolute;
  bottom: 0;
  text-align: left;
}
.ent_m023 .slate_holder .slate_up_next .up_next_context {
  font-size: 1.5vw;
  color: #ffffff;
}
@media screen and (max-width: 659px) {
  .ent_m023 .slate_holder .slate_up_next .up_next_context {
    font-size: 2.5vw;
  }
}
.ent_m023 .slate_holder .slate_up_next .up_next_title {
  color: #00bbef;
  font-size: 2vw;
  font-family: 'AkzidenzGrotesk-Super';
  margin-bottom: 15px;
}
.ent_m023 .slate_holder .slate_up_next .up_next_title span {
  color: #ffffff;
}
@media screen and (max-width: 48.0625em) {
  .ent_m023 .slate_holder .slate_up_next .up_next_title {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 659px) {
  .ent_m023 .slate_holder .slate_up_next .up_next_title {
    font-size: 4vw;
  }
}
.ent_m023 .slate_holder .slate_up_next .slate_progress_bar {
  height: 20px;
  width: 0%;
  background: yellow;
}
.ent_m023 .share_wrapper {
  margin-right: 360px;
  padding: 20px 0;
  overflow: hidden;
  display: none;
}
.ent_m023 .has_icon:before {
  font-size: 23px;
  font-family: 'mtv';
}
.ent_m023 .share_widget {
  margin-right: 70px;
}
.ent_m023 .share_widget .share .verticalView {
  padding: 0;
  border: none;
}
.ent_m023 .comments_btn {
  float: right;
  text-decoration: none;
}
.ent_m023 .share_cta {
  margin-bottom: 10px;
  font: 13px/15px 'AkzidenzGrotesk-Regular';
  color: #9b9b9b;
  line-height: 14px;
}
.ent_m023 .meta_info {
  margin-top: 11px;
}
.ent_m023 .season_info {
  display: inline;
  font-size: 20px;
  text-transform: lowercase;
  line-height: 22px;
  color: #FFFFFF;
}
.ent_m023 .season_info li {
  display: inline;
  padding-left: 3px;
}
.ent_m023 .season_info li:after {
  content: " \00b7";
  font-weight: bold;
  padding-left: 3px;
}
.ent_m023 .season_info li:first-child {
  padding-left: 0;
}
.ent_m023 .season_info li:last-child:after {
  content: "";
}
.ent_m023 .slate_content.available {
  width: 100%;
  height: 100%;
}
.ent_m023 .slate_content.available .slate_link {
  display: block;
  padding-top: 20%;
  font-size: 6vw;
  font-family: 'AkzidenzGrotesk-Super';
  text-transform: lowercase;
  text-decoration: none;
}
.ent_m023 .slate_content.available .slate_link:before {
  content: "\e605";
  display: block;
  color: #ffffff;
  padding-bottom: 1vw;
  font-family: 'mtv';
  font-size: 4vw;
  line-height: normal;
  text-transform: none;
}
.ent_m023 .slate_content.available .slate_link:hover {
  color: #00bbef;
}
.ent_m023 .slate_content.available .slate_link:hover:before {
  color: #00bbef;
}
.ent_m023 .slate_content.unavailable {
  vertical-align: middle;
  margin-bottom: 100px;
  width: 70%;
}
@media (max-width: 979px) {
  .ent_m023 .slate_content.unavailable {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 659px) {
  .ent_m023 .slate_content.unavailable {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 20em) {
  .ent_m023 .slate_content.unavailable {
    margin-bottom: 50px;
  }
}
.ent_m023 .slate_content.unavailable a {
  color: #00bbef;
  text-decoration: none;
}
.ent_m023 .slate_content.unavailable .slate_headline {
  font-family: 'AkzidenzGrotesk-Super';
  color: #ffffff !important;
  font-size: 2rem;
  margin: 0 auto 5px auto;
  text-transform: lowercase;
}
.ent_m023 .slate_content.unavailable .slate_subhead {
  margin: 0 auto 20px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.25;
  color: #ffffff;
}
.ent_m023 .slate_content.unavailable .slate_headlineBlock2 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
}
.ent_m023 .slate_content.unavailable .slate_link {
  box-sizing: border-box;
  display: block;
  margin: 20px auto 15px;
  font: 20px/1 'AkzidenzGrotesk-Regular';
  text-transform: uppercase;
  width: 300px;
  color: #ffffff;
  text-decoration: none;
  text-transform: lowercase;
  padding: 12px 20px;
  border: 3px solid #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ent_m023 .ad_300x250 {
  display: block;
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 60em) {
  .ent_m023 .meta_info,
  .ent_m023 .share_wrapper {
    margin-left: 10px;
  }
  .ent_m023 .slate_content.unavailable .slate_headline {
    max-width: 500px;
  }
}
@media screen and (max-width: 48.0625em) {
  .ent_m023 .share_wrapper {
    margin: 0 10px;
  }
  .ent_m023 .meta_info {
    margin-left: 10px;
    margin-right: 10px;
  }
  .ent_m023 .slate_content.unavailable .slate_headline {
    font-size: 2rem;
  }
  .ent_m023 .slate_content.unavailable .slate_subhead {
    margin-bottom: 25px;
  }
  .ent_m023 .slate_content.unavailable .slate_link {
    font-size: 23px;
  }
  .ent_m023 .ad_300x250 {
    display: none !important;
  }
}
@media screen and (max-width: 659px) {
  .ent_m023.module {
    padding: 30px 0 40px 0;
  }
  .ent_m023 .share_wrapper {
    margin: 0 10px;
    padding: 15px 0;
  }
  .ent_m023 .share_cta {
    display: none;
  }
  .ent_m023 .meta_info {
    margin-top: 11px;
  }
  .ent_m023 .slate_content.unavailable .slate_headline {
    font-size: 4vw;
    margin: 15px auto 10px;
  }
  .ent_m023 .slate_content.unavailable .slate_subhead {
    display: none;
  }
  .ent_m023 .slate_content.unavailable .slate_link {
    font-size: 16px;
    margin: 20px auto 15px;
    padding: 15px 20px 8px;
    width: 200px;
  }
  .ent_m023 .slate_content.unavailable .slate_headlineBlock2 {
    display: none;
  }
  .ent_m023 .slate_content.unavailable .slate_subheadBlock2 {
    font-family: 'AkzidenzGrotesk-Super';
    text-transform: lowercase;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 5px;
    display: block;
    font-size: 4vw;
    line-height: 2;
  }
}
.ent_m027 {
  background: #e5e5e5;
  padding: 0;
}
.ent_m027 .module_content {
  width: 100%;
  overflow: hidden;
}
.ent_m027 .image_holder {
  max-height: 300px;
}
@media (max-width: 47.938em) {
  .ent_m027 .image_holder {
    height: 200px;
  }
}
@media (max-width: 29.938em) {
  .ent_m027 .image_holder {
    height: 120px;
  }
}
.ent_m045 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 26px;
  /*
      &:hover {
          .video_type:before {
              opacity: 1;
          }
      }
*/
  /*
	.modal {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: @backgroundColorSecondary;
		color: @white;
		opacity: 0.8;
	}
	.info{
		margin: 0 auto;
		padding: 20px 10px;
		overflow: hidden;
		max-width: @moduleMaxWidth;
		position: relative;
		@media screen and (min-width: @xlarge-min-width) {
			margin-top: 25px;
			margin-bottom: 25px;
			padding-top: 0;
			padding-bottom: 0;
		}

		@media screen and (min-width: @3xlarge) {
			padding-top: 0;
			padding-bottom: 0;
		}


		span{
			background-color: #6ca2a9;
			font-family: @fontPrimary;
			color: @white;
			display: inline-block;
			font-size: 17px;
			line-height: 16px;
			margin-bottom: 10px;
			padding: 4px 6px;
			text-transform: uppercase;

			@media screen and (min-width: @large-min-width) {
				margin-right: 0;
			}
		}
		h2
		{
  			color: @white;
			font-family: @fontPrimary;
			display: block;
			font-size: 16px;
			margin-bottom: 18px;
			line-height: 20px;
			max-width: 840px;
			@media screen and (min-width: @2xlarge-min-width) {
				font-size: 20px;
				line-height: 29px;
				margin-bottom: 0;
			}

		}
		.watch-now{
            &:extend(.show_more_btn);
            top: 0;
            right: 10px;
            width: 200px;
            margin: 0;

            &:hover {
                &:extend(.show_more_btn:hover);
            }

			@media screen and (min-width: @2xlarge-min-width) {
				position: absolute;
			}
		}
	}*/
}
@media screen and (max-width: 979px) {
  .ent_m045 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 659px) {
  .ent_m045 {
    margin-bottom: 10px;
  }
}
.ent_m045 a {
  display: block;
  position: relative;
  text-decoration: none;
}
.ent_m045 .image_holder {
  position: relative;
  max-height: 452px;
  background-color: transparent;
  border-bottom: 5px solid #1a1a1a;
}
.ent_m045 .image_holder:before {
  padding-top: 33.33%;
}
@media screen and (max-width: 979px) {
  .ent_m045 .image_holder:before {
    padding-top: 56.25%;
  }
}
.ent_m045 .image_holder:after {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 69%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ent_m045 .image_holder img {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.ent_m045 .video_type:before {
  content: "j";
  font-family: 'mtv';
  color: #ffffff;
  font-size: 72px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -30px;
  margin-left: -36px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
@media screen and (min-width: 48.0625em) {
  .ent_m045 .video_type:before {
    top: 40%;
    font-size: 116px;
    margin-left: -58px;
  }
}
.ent_m045 .overlay {
  font-family: 'AkzidenzGrotesk-Super';
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  text-transform: lowercase;
  z-index: 2;
}
.ent_m045 .overlay .modal {
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 659px) {
  .ent_m045 .overlay .modal {
    bottom: 20px;
  }
}
.ent_m045 .info .headline {
  font-family: 'AkzidenzGrotesk-Regular';
  color: #ffffff;
  font-size: 1.7rem;
  background-color: #1a1a1a;
  padding: 0.2rem 1rem 0.4rem;
  margin-left: -1rem;
  /* text-decoration: none; */
}
@media screen and (max-width: 979px) {
  .ent_m045 .info .headline {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 659px) {
  .ent_m045 .info .headline {
    font-size: 1.2rem;
  }
}
.ent_m045 .info .watch-now {
  color: #ffffff;
  font-size: 3.7rem;
  letter-spacing: -0.02em;
  margin-top: 10px;
  /* text-decoration: none; */
}
@media screen and (max-width: 979px) {
  .ent_m045 .info .watch-now {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 659px) {
  .ent_m045 .info .watch-now {
    font-size: 6vw;
    margin-top: 5px;
  }
}
.ent_m045 .info .watch-now .icon-chevron-right {
  position: inherit;
  background-color: #00bbef;
  border-radius: 100%;
  color: #ffffff;
  display: inline-table;
  margin-left: 10px;
  vertical-align: middle;
  padding: 0.22em 0.17em 0.25em 0.27em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 80%;
  font-family: 'mtv';
}
.ent_m045 .info .watch-now :after {
  content: "\e614";
}
.ent_m045 .show-header {
  font-family: 'AkzidenzGrotesk-Bold';
  max-height: 320px;
  width: 100%;
  background-size: cover;
  background-color: #333333;
  position: relative;
  overflow: hidden;
  display: table;
  z-index: 3;
}
.ent_m045 .show-header .show-info {
  color: #1a1a1a;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto;
  text-align: center;
}
.ent_m045 .show-header .show-info .show-title {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 3.8rem;
  line-height: 1;
  text-transform: lowercase;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  max-width: 1200px;
}
.ent_m050 {
  position: relative;
}
.ent_m050 .carousel-wrapper {
  overflow: hidden;
}
.ent_m050 .carousel-wrapper ul {
  position: relative;
}
.ent_m050 .carousel-wrapper li {
  float: left;
  position: relative;
}
.ent_m050 .carousel-wrapper li .image_holder {
  height: 450px;
}
@media screen and (min-width: 30.0625em) {
  .ent_m050 .carousel-wrapper li .image_holder {
    height: 550px;
  }
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li .image_holder {
    height: 600px;
  }
}
.ent_m050 .carousel-wrapper li .overlay {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 150px;
  background-image: -moz-linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background-image: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li .overlay {
    min-height: 180px;
  }
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li .overlay {
    min-height: 252px;
  }
}
.ent_m050 .carousel-wrapper li .overlay .info {
  max-width: 1200px;
  margin: 15px auto 43px;
  padding: 0 10px;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li .overlay .info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li .overlay .info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1230px) {
  .ent_m050 .carousel-wrapper li .overlay .info {
    padding: 0;
  }
}
.ent_m050 .carousel-wrapper li h2 {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 42px;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li h2 {
    font-size: 86px;
    line-height: 1;
  }
}
.ent_m050 .carousel-wrapper li h3 {
  font-family: 'AkzidenzGrotesk-Regular';
  color: #00bbef;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin: -5px 0 5px;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li h3 {
    font-size: 38px;
    line-height: 37px;
    margin: 0 0 14px;
    max-width: 700px;
    margin-top: -10px;
    position: relative;
  }
}
.ent_m050 .carousel-wrapper li .watch-now {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 13px 0 0 30px;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li .watch-now {
    padding-top: 20px;
    padding-left: 46px;
  }
}
.ent_m050 .carousel-wrapper li .watch-now span:before {
  content: "j";
  font-family: 'mtv';
  font-size: 24px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li .watch-now span:before {
    top: 12px;
    font-size: 36px;
  }
}
.ent_m050 .carousel-wrapper li .watch-now p {
  font-family: 'AkzidenzGrotesk-Regular';
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050 .carousel-wrapper li .watch-now p {
    font-size: 24px;
    margin-top: -4px;
  }
}
.ent_m050 .carousel-tabs {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ent_m050 .carousel-tabs .tabs {
  display: none;
}
.ent_m050 .carousel-tabs .dots {
  display: inline-block;
}
.ent_m050 .carousel-tabs .dots li {
  cursor: pointer;
  float: left;
  width: 6px !important;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 7px;
}
.ent_m050 .carousel-tabs .dots li.active {
  background-color: #00bbef;
  width: 8px !important;
  height: 8px;
}
.ent_m050 .module-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ent_p016_mtv #content_holder .tier_3_col,
.ent_p016_mtv div[class$="_3_col"] .tier_wrapper {
  overflow: visible;
}
.ent_p016_mtv div[class$="_3_col"] div[id$="_lc"],
.ent_p016_mtv div[class$="_3_col"] div[id$="_mc"],
.ent_p016_mtv div[class$="_3_col"] div[id$="_rc"] {
  float: left;
  width: 33.33%;
}
@media screen and (max-width: 659px) {
  .ent_p016_mtv div[class$="_3_col"] div[id$="_lc"],
  .ent_p016_mtv div[class$="_3_col"] div[id$="_mc"],
  .ent_p016_mtv div[class$="_3_col"] div[id$="_rc"] {
    width: 50%;
    font-family: 'AkzidenzGrotesk-Bold';
  }
}
@media screen and (max-width: 659px) {
  .ent_p016_mtv div[class$="_3_col"] div[id$="_lc"] {
    width: 100%;
    font-family: 'AkzidenzGrotesk-Super';
    font-size: 5.4vw;
  }
}
.ent_m051 {
  text-transform: lowercase;
  color: #1a1a1a;
}
.ent_m051 div:first-child {
  font-size: 2.3rem;
  line-height: 1.05;
  padding: 0;
  letter-spacing: -0.003em;
}
@media screen and (max-width: 979px) {
  .ent_m051 div:first-child {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 659px) {
  .ent_m051 div:first-child {
    font-family: 'AkzidenzGrotesk-Bold';
    font-size: 1.6rem;
    line-height: 1.188em;
    letter-spacing: -0.01em;
  }
}
.ent_m051 a {
  text-decoration: none;
}
.ent_m051 a .image_holder {
  position: relative;
}
.ent_m051 .content {
  font-family: 'AkzidenzGrotesk-Regular';
  background-color: #fff;
  margin-top: -4.4ex;
  min-height: 4.4ex;
  position: relative;
  width: 85%;
  padding-top: 0.2em;
}
@media screen and (max-width: 979px) {
  .ent_m051 .content {
    margin-top: 0;
  }
}
.ent_m051 .content h3 {
  font-family: 'AkzidenzGrotesk-Super';
  color: #1a1a1a;
}
.ent_m051 .content h3:hover {
  color: #00bbef;
}
.ent_m051 .content div {
  font-family: 'AkzidenzGrotesk-Regular';
  background-color: #1a1a1a;
  color: #ffffff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  height: 2.6rem;
  line-height: 1;
  margin-top: -3.1rem;
  padding: 0.5rem 0.7rem 0;
  position: absolute;
}
@media screen and (max-width: 979px) {
  .ent_m051 .content div {
    margin-bottom: 0.3em;
  }
}
@media screen and (max-width: 659px) {
  .ent_m051 .content div {
    line-height: 1;
    letter-spacing: 0.014em;
    margin-bottom: 0;
  }
}
.ent_m058 #section-primetime {
  background-color: #333;
  margin-bottom: 30px;
  padding: 15px 0 40px;
}
.ent_m058 .container {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 13px;
  width: 100%;
}
.ent_m058 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.ent_m058 .container::after,
.ent_m058 .container::before,
.ent_m058 .row::before,
.ent_m058 .row::after,
.ent_m058 [class*="col-"] > div::before,
.ent_m058 [class*="col-"] > div::after {
  content: "";
  display: table;
}
.ent_m058 .container::after,
.ent_m058 .row::after,
.ent_m058 [class*="col-"] > div::after {
  clear: both;
}
.ent_m058 .col-lg-12 {
  width: 100%;
}
.ent_m058 .col-lg-4 {
  width: 33.3333%;
}
.ent_m058 .col-lg-5 {
  width: 41.6667%;
}
.ent_m058 .col-lg-3 {
  width: 25%;
}
.ent_m058 [class*="col-"] {
  float: left;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}
.ent_m058 .pull-right {
  float: right;
}
.ent_m058 .label {
  font-family: 'AkzidenzGrotesk-Bold';
  height: 2.5rem;
  margin-top: 0;
  padding: 0 0.7rem;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0;
  background-color: black;
  vertical-align: middle;
  line-height: 23.4px;
}
.ent_m058 .show-tunein-info {
  margin-top: 6px;
  text-transform: lowercase;
}
.ent_m058 .show-tunein-info a,
.ent_m058 .show-tunein-info span.series-name {
  color: white;
  text-decoration: none;
}
.ent_m058 .headline {
  letter-spacing: -0.02em;
  font-size: 2.3rem;
  line-height: 1.13;
  font-family: 'AkzidenzGrotesk-Bold';
}
.ent_m058 .show-tunein-info span:first-child {
  padding-right: 7px;
}
.ent_m058 .show-tunein-info a,
.ent_m058 .show-tunein-info span {
  display: table-cell;
}
.ent_m058 .muted {
  color: #777;
  display: table-cell;
}
.ent_m058 .call-to-action .btn {
  float: right;
}
.ent_m058 .btn {
  background-color: #00bbef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  text-transform: lowercase;
  cursor: pointer;
  font-size: 2rem;
  font-family: 'AkzidenzGrotesk-Bold';
  text-align: center;
  text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.ent_m058 [class*="btn-"] [class*="icon-"] {
  margin-left: 5px;
}
.ent_m058 .btn-primary {
  color: #ffffff;
}
.ent_m058 .btn > span {
  display: table-cell;
  height: 100%;
  padding: 5px 15px;
  position: relative;
  transition-duration: 0.2s;
  vertical-align: middle;
}
.ent_m058 .icon-chevron-right {
  font-family: 'mtv';
}
.ent_m058 .icon-chevron-right:after {
  content: "\e614";
}
@media screen and (max-width: 979px) {
  .ent_m058 [class*="col-lg"] {
    position: relative;
    width: 100%;
  }
  .ent_m058 .col-md-12 {
    width: 100%;
  }
  .ent_m058 [class*="col-"] {
    margin-bottom: 10px;
  }
  .ent_m058 [class*="col-"]:last-child {
    margin-top: 10px;
  }
  .ent_m058 .call-to-action .btn {
    float: left;
  }
  .ent_m058 #section-primetime {
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 659px) {
  .ent_m058 .col-sm-12 {
    width: 100%;
  }
}
.ent_m061 .ad {
  text-align: center;
  margin-top: 73px;
  margin-bottom: 15px;
}
@media (max-width: 979px) {
  .ent_m061 .ad {
    display: none;
  }
}
/* is this the right way to do this? if tier1 and on right column then */
#t1_rc > .ent_m061 {
  margin-top: 110px;
}
/* guess this is indeed how were doin this.  This is for the case on series homepages with the ad next to M098 -mv */
#t5_rc > .ent_m061 .ad,
#t6_rc > .ent_m061 .ad {
  margin: 30px 0;
}
.ent_m062 {
  background-color: #1a1a1a;
  width: 100%;
}
.ent_m062 .module_content {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 30px 0 40px;
}
@media screen and (min-width: 30.0625em) {
  .ent_m062 .module_content {
    padding: 40px 0 60px;
  }
}
.ent_m062 .module_content a {
  text-decoration: none;
}
.ent_m062 .module_content .heading {
  font-size: 20px;
  line-height: 23px;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0 10px 0 52px;
  min-height: 40px;
}
@media screen and (min-width: 30.0625em) {
  .ent_m062 .module_content .heading {
    padding-left: 110px;
    min-height: inherit;
  }
}
@media screen and (min-width: 48.0625em) {
  .ent_m062 .module_content .heading {
    padding-left: 170px;
    padding-right: 0;
  }
}
.ent_m062 .module_content .twitter.has_icon:before {
  color: #55acee;
  font-size: 46px;
  float: left;
  content: "O";
  font: 34px/1 'mtv';
  position: absolute;
  top: 37px;
  left: 10px;
}
@media screen and (min-width: 30.0625em) {
  .ent_m062 .module_content .twitter.has_icon:before {
    font-size: 47px;
    top: 50%;
    left: 29px;
    margin-top: -24px;
  }
}
@media screen and (min-width: 48.0625em) {
  .ent_m062 .module_content .twitter.has_icon:before {
    left: 58px;
    margin-top: -24px;
  }
}
.ent_m062 .module_content .author {
  font-family: 'AkzidenzGrotesk-Regular';
  color: #ffffff;
  font-size: 15px;
  padding-right: 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 30.0625em) {
  .ent_m062 .module_content .author {
    display: inline;
    font-size: 20px;
  }
}
.ent_m062 .module_content .handle {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 14px;
  font-weight: bold;
  color: #9b9b9b;
  line-height: 17px;
  display: block;
}
@media screen and (min-width: 30.0625em) {
  .ent_m062 .module_content .handle {
    display: inline;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.ent_m062 .module_content .copy {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 33px;
  padding-left: 10px;
  padding-right: 48px;
  color: #9b9b9b;
}
.ent_m062 .module_content .copy a {
  color: #ffffff;
}
@media screen and (min-width: 30.0625em) {
  .ent_m062 .module_content .copy {
    padding-left: 110px;
    padding-right: 10px;
    font-size: 52px;
    line-height: 65px;
  }
}
@media screen and (min-width: 48.0625em) {
  .ent_m062 .module_content .copy {
    padding-left: 170px;
    padding-right: 0;
  }
}
.ent_m062 .module_content ul {
  overflow: hidden;
  padding-left: 10px;
}
@media screen and (min-width: 30.0625em) {
  .ent_m062 .module_content ul {
    padding-left: 110px;
  }
}
@media screen and (min-width: 48.0625em) {
  .ent_m062 .module_content ul {
    padding-left: 170px;
  }
}
.ent_m062 .module_content ul li a {
  border: 2px solid #777777;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  width: 141px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 10px;
  float: left;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (min-width: 48.0625em) {
  .ent_m062 .module_content ul li a {
    float: left;
  }
}
.ent_m062 .module_content ul li a:hover {
  border-color: #00bbef;
  background-color: #00bbef;
}
.ent_m066.module {
  height: 100px;
}
.ent_m066.sticky_header .site_header .show_menu > li > a,
.ent_m066.sticky_header .site_header .main_nav > li > a {
  height: 50px;
  overflow: hidden;
}
.ent_m066.sticky_header .site_header .logo {
  position: absolute;
  height: 50px;
  z-index: 1;
  top: 0;
}
.ent_m066 .site_header .logo {
  padding-left: 15px;
}
.ent_m066 .site_header .full_logo_wrapper {
  display: none;
}
.ent_m066 .site_header .menu_holder {
  margin-right: 0;
  display: none;
}
.ent_m066 .site_header .site_menu_wrapper .main_nav li a[href*="/live-tv"] {
  padding: 0 15px;
}
.ent_m066 .site_header .site_menu_wrapper .main_nav li a[href*="/live-tv"]:after,
.ent_m066 .site_header .top_inner .side_navigation li a[href*="/live-tv"]:after {
  content: "";
  border-radius: 50%;
  background-color: #df0000;
  border-width: 4px;
  margin-left: 8px;
  margin-bottom: 1px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
@media screen and (min-width: 48.0625em) {
  .sticky_header.ent_m066 .site_header .site_menu_wrapper .main_nav {
    margin-left: 65px;
  }
  .ent_m066 .site_header .top_inner:before {
    margin-right: -105px;
  }
  .ent_m066 .site_header .top_inner:after {
    left: 105px;
  }
}
@media screen and (max-width: 979px) {
  .ent_m066 .site_header .site_logo {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ent_m066 .site_header .logo {
    display: none;
  }
  .ent_m066 .site_header .bottom_outer {
    display: none;
  }
  .ent_m066 .site_header .show_menu_wrapper {
    display: none;
  }
  .ent_m066 .site_header .site_menu_wrapper {
    display: none;
  }
  .ent_m066 .site_header .menu_holder {
    display: block;
  }
}
@media screen and (max-width: 979px) {
  .ent_m066.module {
    height: 50px;
  }
  .sticky_header.ent_m066 .site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .sticky_header.ent_m066 .site_header .top_outer {
    position: relative;
  }
  .ent_m066 .site_header .menu_holder {
    margin-left: 0;
  }
}
@media screen and (max-width: 40em) {
  .sticky_header.ent_m066 .site_header .bottom_outer {
    display: none;
  }
}
.ent_m067 {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 13px;
  margin-bottom: 50px;
}
.ent_m067 .L001_line_list > li {
  width: 25%;
}
@media screen and (min-width: 980px) {
  .ent_m067 .S001_line_list_item.tve_locked .thumbnail_holder::before {
    padding-top: 13%;
  }
  .ent_m067 .S001_line_list_item.tve_locked .thumbnail_holder::after {
    padding-top: 33%;
  }
}
.ent_m067 .L001_line_list > li {
  font-size: 2rem;
}
.ent_m067 .S002_line_list_header .content .header_text {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
  color: #1a1a1a;
}
.ent_m067 .S002_line_list_header .content {
  background-color: transparent;
  padding: 0;
}
.ent_m067 .S002_line_list_header .content .itemCount {
  display: none;
}
.ent_m067 .S001_line_list_item .link_wrapper p {
  line-height: 1.3;
  font-size: 0.72em;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.ent_m067 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge {
  font-size: 0.7em;
  height: 1.6em;
  line-height: 0.87;
}
.ent_m067 .cta-button {
  width: 33.33%;
  margin-left: auto;
  margin-right: auto;
}
.ent_m067 .btn-block {
  width: 100%;
}
.ent_m067 .btn,
.ent_m067 .btn:hover,
.ent_m067 .btn-cta:hover {
  color: #ffffff;
}
.ent_m067 .btn {
  font-family: 'AkzidenzGrotesk-Bold';
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  text-transform: lowercase;
  text-decoration: none;
  background-color: #00bbef;
  border-radius: 3px;
  cursor: pointer;
  display: inline-table;
  font-size: 20px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ent_m067 .btn > span {
  font-size: 2.0rem;
  padding: 0.8rem 1.7rem 1rem;
  display: table-cell;
  height: 100%;
  position: relative;
  transition: background 0.2s ease;
}
.ent_m067 .btn .icon-chevron-right {
  margin-left: 7px;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'mtv';
  font-feature-settings: "liga";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ent_m067 .btn .icon-chevron-right::before {
  content: "\e614";
}
.ent_m067 .btn:hover > span {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
.ent_m067 #tve-banner {
  margin-left: -5px;
  margin-bottom: 15px;
}
.ent_m067 #tve-banner #tve-wrapper {
  text-align: center;
  background-color: #fbfbfb;
  color: #777;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ent_m067 #tve-banner #tve-wrapper div {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.ent_m067 #tve-banner #tve-wrapper .tve-lock {
  margin-right: 10px;
}
.ent_m067 #tve-banner #tve-wrapper .tve-lock:before {
  font-family: 'mtv';
  content: "\e626";
  position: absolute;
  font-size: 3rem;
  margin-top: -1.5rem;
  top: 50%;
  z-index: 2;
  margin-left: -3rem;
}
.ent_m067 #tve-banner #tve-wrapper .header {
  font-size: 1.8rem;
  font-family: 'AkzidenzGrotesk-Bold';
  letter-spacing: -0.015em;
  line-height: 0.95;
  text-transform: lowercase;
  position: relative;
}
.ent_m067 #tve-banner #tve-wrapper .sub-header {
  font-size: 1.8rem;
  margin-bottom: 2px;
  text-transform: lowercase;
}
.ent_m067 #tve-banner #tve-wrapper .deck {
  font-size: 1.6rem;
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 979px) {
  .ent_m067 {
    padding: 0 10px;
  }
  .ent_m067 .L001_line_list > li {
    width: 50%;
  }
  .ent_m067 .cta-button {
    width: 50%;
  }
  .ent_m067 #tve-banner .deck {
    width: 50%;
  }
}
@media screen and (max-width: 659px) {
  .ent_m067 .L001_line_list > li {
    width: 100%;
  }
  .ent_m067 .cta-button {
    width: 100%;
    margin-top: 0;
  }
  .ent_m067 .L001_line_list > li {
    font-size: 5.4vw;
  }
  .ent_m067 .S002_line_list_header {
    padding-bottom: 0;
  }
  .ent_m067 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge {
    bottom: 0.25em;
    font-size: 0.55em;
    right: 0.2em;
  }
}
.tve_auth .ent_m067 #tve-banner {
  display: none;
}
.ent_m068 {
  font-family: 'AkzidenzGrotesk-Bold';
  background: transparent;
  clear: both;
  margin: 0 auto  !important;
  width: 100%;
}
.ent_m068 .header {
  margin: 0 auto;
  width: 1200px;
  padding: 25px 20px 14px;
  position: relative;
}
.ent_m068 .header .prev,
.ent_m068 .header .next {
  cursor: pointer;
  display: inline-block;
  height: 3em;
  line-height: 3em;
  vertical-align: top;
}
.ent_m068 .header .prev.disabled:after,
.ent_m068 .header .next.disabled:after {
  color: #777777;
}
.ent_m068 .header .prev.loading,
.ent_m068 .header .next.loading {
  display: inline-block;
  width: 24px;
  margin: 13px 0 0 6px;
}
.ent_m068 .header .prev.loading:after,
.ent_m068 .header .next.loading:after {
  content: "";
}
.ent_m068 .header .prev.hidden,
.ent_m068 .header .next.hidden {
  display: none;
}
.ent_m068 .header .prev:after {
  content: "\e613";
  display: inline-block;
  font-family: 'mtv';
  color: #1a1a1a;
  font-size: 2.7em;
  margin: 14px 10px 0 0;
}
.ent_m068 .header .next:after {
  content: "\e614";
  display: inline-block;
  font-family: 'mtv';
  color: #1a1a1a;
  font-size: 2.7em;
  margin: 14px 0 0 10px;
}
.ent_m068 .header h2 {
  font-family: 'AkzidenzGrotesk-Bold';
  font-weight: 900;
  text-transform: lowercase;
  color: #1a1a1a;
  font-size: 3.25em;
  display: inline-block;
  margin: 8px 0 30px;
}
.ent_m068 .header ul.nav {
  z-index: 6;
  /*margin-left: 20px;*/
  /*background-color: @configurableColor;*/
  width: auto;
  height: 40px;
  border-radius: 3px;
  /*padding-left: 20px;*/
  display: block;
  /*padding-top: 7px;*/
  /*width:100%;
			height:24px;*/
}
.ent_m068 .header ul.nav > li {
  float: right;
  position: relative;
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  color: #1a1a1a;
  cursor: pointer;
  padding: 0 10px 0 0;
  font-size: 2.0rem;
}
.ent_m068 .header ul.nav > li.shows {
  float: left;
  width: auto;
  color: #ffffff;
  font-size: 2.3rem;
  height: 40px;
  padding: 6px 30px 0 20px;
  /*margin-right: 80px;*/
  background: #00bbef;
  border-radius: 3px;
}
.ent_m068 .header ul.nav > li.shows ul {
  position: absolute;
  top: 38px;
  left: 0;
  height: 0px;
  width: 0px;
  overflow: hidden;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.ent_m068 .header ul.nav > li.shows ul.opened {
  background: #00bbef;
  width: 275px;
  /*border: 1px solid #686767;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 4;
}
.ent_m068 .header ul.nav > li.shows ul li {
  /*opacity: 0.5;*/
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 17px;
  padding: 12px 20px 12px;
  /*margin-bottom: 10px;*/
}
.ent_m068 .header ul.nav > li.shows ul li:hover {
  /*color:@black;
                                opacity: 1;*/
  background: rgba(255, 255, 255, 0.2);
}
.ent_m068 .header ul.nav > li.shows ul li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ent_m068 .header ul.nav > li.shows:after {
  content: "\e612";
  /*display: inline-block;*/
  font-family: 'mtv';
  /*position:absolute;*/
  /*right:-16px;*/
  /*top:4px;*/
  left: 10px;
  position: relative;
  font-size: 1.7rem;
}
.ent_m068 .header ul.nav > li.shows.opened:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ent_m068 .header ul.nav > li.shows:hover {
  /*color:@backgroundColorTertiary;*/
  background: #39c7f6;
}
.ent_m068 .header ul.nav > li.selected {
  /*color:@backgroundColorTertiary;*/
}
.ent_m068 .header ul.nav:after {
  content: " ";
  clear: both;
}
.ent_m068 .show-header {
  max-height: 320px;
  width: 100%;
  background-size: cover;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: table;
  z-index: 3;
}
.ent_m068 .show-header img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.ent_m068 .show-header .show-info {
  position: absolute;
  bottom: 20px;
  color: #1a1a1a;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto;
  text-align: center;
}
.ent_m068 .show-header span.show-title {
  position: relative;
  width: 100%;
  color: #1a1a1a;
  font-size: 3.8rem;
  line-height: 1;
  text-transform: lowercase;
  margin: 0 auto;
  text-align: left;
  display: none;
  max-width: 1150px;
}
.ent_m068 .show-header span.show-tunein {
  display: none;
  color: #1a1a1a;
  font-size: 16px;
  margin: 0 auto;
  max-width: 1150px;
  text-transform: lowercase;
  text-align: left;
}
.ent_m068 .show-header.noimage {
  background-color: #1a1a1a;
}
.ent_m068 .show-header.noimage span.show-title,
.ent_m068 .show-header.noimage span.show-tunein {
  max-width: 100% !important;
}
.ent_m068 .show-header.noimage .show-info {
  position: relative;
  bottom: 0;
  text-align: left;
  max-width: 1200px;
}
.ent_m068 .show-header.noimage span.show-title {
  display: inline-block;
  color: #ffffff;
}
.ent_m068 .show-header.noimage span.show-tunein {
  display: block;
  color: #ffffff;
}
.ent_m068 .schedule {
  background-color: #fff;
}
.ent_m068 .schedule li {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.ent_m068 .schedule li.dark {
  /*background: @backgroundColorPrimary;*/
  background: #e5e5e5;
}
.ent_m068 .schedule li.light {
  /*background: @backgroundColorTertiary;*/
  background: #f1f1f1;
}
.ent_m068 .schedule li.watch {
  background: #2e2f33;
}
.ent_m068 .schedule li.date {
  min-height: 40px;
  padding: 15px 0 15px 20px;
  color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 2em;
  margin: 0 auto;
  text-transform: lowercase;
  font-weight: 700;
  width: 1200px;
}
@media screen and (min-device-width: 979px) {
  .ent_m068 .schedule li:hover .clickable .arrow:after {
    color: #555555;
  }
}
.ent_m068 .schedule li .clickable a.fullepisode,
.ent_m068 .schedule li .more-wrapper a.fullepisode_mobile {
  line-height: 50px;
  text-transform: lowercase;
  text-decoration: none;
  z-index: 9;
  font-weight: 700;
  border-radius: 3px;
}
.ent_m068 .schedule li .clickable a.fullepisode:after,
.ent_m068 .schedule li .more-wrapper a.fullepisode_mobile:after {
  content: "\e614";
  margin-right: 8px;
  font-family: 'mtv';
  left: 10px;
  position: relative;
}
.ent_m068 .schedule li .clickable a.fullepisode:hover,
.ent_m068 .schedule li .more-wrapper a.fullepisode_mobile:hover {
  background: #39c7f6;
}
.ent_m068 .schedule li .clickable {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  min-height: 72px;
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.ent_m068 .schedule li .clickable .new,
.ent_m068 .schedule li .clickable .now {
  display: block;
  text-transform: lowercase;
  color: #1a1a1a;
  background-color: #fff030;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 1.7rem;
  left: 20px;
  position: absolute;
  top: 45px;
  padding-left: 4px;
  padding-right: 4px;
}
.ent_m068 .schedule li .clickable .now {
  color: 'AkzidenzGrotesk';
}
.ent_m068 .schedule li .clickable a.fullepisode {
  display: block;
  float: right;
  width: 240px;
  margin: 19px 28px 0 0;
}
.ent_m068 .schedule li .clickable > a.fullepisode {
  display: none;
}
.ent_m068 .schedule li .clickable .time {
  color: #909090;
  float: left;
  font-size: 2rem;
  margin: 18px 0 0 20px;
  text-transform: lowercase;
  font-weight: 700;
  width: 197px;
}
.ent_m068 .schedule li .clickable .time span {
  color: #909090;
  font-size: 2rem;
  letter-spacing: 0;
  margin: 0 0 0 4px;
}
.ent_m068 .schedule li .clickable .title {
  float: left;
  width: 929px;
}
.ent_m068 .schedule li .clickable .title h2 {
  color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 2.7rem;
  line-height: 33px;
  margin: 15px 0 5px;
  text-transform: lowercase;
}
.ent_m068 .schedule li .clickable .title span {
  color: #909090;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: lowercase;
  margin: 0 0 15px;
}
.ent_m068 .schedule li .clickable .title a.fullepisode {
  display: block;
}
.ent_m068 .schedule li .clickable .arrow {
  bottom: 0;
  color: #f2f2f2;
  float: right;
  height: 72px;
  position: relative;
  width: 54px;
}
.ent_m068 .schedule li .clickable .arrow:after {
  content: "\e612";
  display: inline-block;
  font-family: 'mtv';
  position: absolute;
  right: 32px;
  top: 34%;
  font-size: 24px;
  color: #555555;
}
.ent_m068 .schedule li .more-wrapper {
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
  width: 1200px;
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  -o-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}
.ent_m068 .schedule li .more-wrapper .more {
  cursor: default;
  display: table-row;
}
.ent_m068 .schedule li .more-wrapper .more > .image,
.ent_m068 .schedule li .more-wrapper .more .description {
  opacity: 0.1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ent_m068 .schedule li .more-wrapper .more > .image {
  display: table-cell;
  padding: 18px 0 46px 217px;
  vertical-align: top;
}
.ent_m068 .schedule li .more-wrapper .more > .image .image_holder {
  width: 393px;
  margin-right: 30px;
}
.ent_m068 .schedule li .more-wrapper .more .fullepisode_mobile {
  display: none;
}
.ent_m068 .schedule li .more-wrapper .more .description {
  display: table-cell;
  padding: 18px 40px 46px 0;
  vertical-align: top;
}
.ent_m068 .schedule li .more-wrapper .more .description h3 {
  color: #909090;
  font-size: 18px;
  text-transform: uppercase;
}
.ent_m068 .schedule li .more-wrapper .more .description span {
  color: #2e2f33;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 15px;
  text-transform: uppercase;
}
.ent_m068 .schedule li .more-wrapper .more .description p {
  color: #1a1a1a;
  font-size: 1.7rem;
  line-height: 22px;
  margin: 15px 0 0;
}
.ent_m068 .schedule li.opened {
  /*background: #e5e5e5;*/
}
.ent_m068 .schedule li.opened .arrow:after {
  color: #555555;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ent_m068 .schedule li.opened .more-wrapper {
  max-height: 300px;
}
.ent_m068 .schedule li.opened .more-wrapper .more > .image,
.ent_m068 .schedule li.opened .more-wrapper .more .description {
  opacity: 1;
}
.ent_m068 .loading {
  background: url("/sitewide/images/ajax_loader.gif") no-repeat center center;
  display: none;
  height: 350px;
  background-size: 24px 24px;
}
.ent_m068.is-loading .loading {
  display: block;
}
.ent_m068.is-loading .schedule {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ent_m068 .header,
  .ent_m068 .show-header .show-info {
    width: 1024px;
  }
  .ent_m068 .schedule li .clickable,
  .ent_m068 .schedule li .more-wrapper,
  .ent_m068 .schedule li.date {
    width: 1024px;
  }
  .ent_m068 .schedule li .clickable .time {
    width: 150px;
  }
  .ent_m068 .schedule li .clickable .title {
    width: 800px;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image {
    padding: 32px 0 46px 45px;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image .image_holder {
    width: 295px;
    margin-right: 45px;
  }
  .ent_m068 .schedule li .more-wrapper .more .description {
    padding: 32px 40px 46px 0;
  }
}
@media screen and (max-width: 1024px) {
  .ent_m068 .header,
  .ent_m068 .show-header .show-info {
    width: auto;
  }
  .ent_m068 .header {
    padding: 20px 20px 14px;
  }
  .ent_m068 .header h2 {
    margin: 0 0 20px;
  }
  .ent_m068 .schedule li {
    position: relative;
  }
  .ent_m068 .schedule li .clickable,
  .ent_m068 .schedule li .more-wrapper,
  .ent_m068 .schedule li.date {
    width: auto;
  }
  .ent_m068 .schedule li .clickable {
    display: table-row;
  }
  .ent_m068 .schedule li .clickable:before {
    content: "";
    display: block;
    float: left;
    height: 102px;
  }
  .ent_m068 .schedule li .clickable .time {
    display: table-cell;
    float: none;
    letter-spacing: 1px;
    margin: 0;
    min-width: 134px;
    padding: 25px 0 0 19px;
    vertical-align: top;
    font-size: 26px;
  }
  .ent_m068 .schedule li .clickable .time span {
    font-size: 16px;
    margin: 0 0 0 5px;
  }
  .ent_m068 .schedule li .clickable .now,
  .ent_m068 .schedule li .clickable .new {
    font-size: 1.7rem;
    font-family: 'AkzidenzGrotesk-Bold';
    left: 20px;
    margin: 7px 0 0 0;
    position: absolute;
    top: 50px;
  }
  .ent_m068 .schedule li .clickable .title {
    display: table-cell;
    float: none;
    vertical-align: top;
    width: 100%;
  }
  .ent_m068 .schedule li .clickable .title h2 {
    font-size: 24px;
    margin-top: 24px;
  }
  .ent_m068 .schedule li .clickable .title span {
    font-size: 14px;
  }
  .ent_m068 .schedule li .clickable a.fullepisode {
    width: 190px;
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .ent_m068 .schedule li .clickable .arrow {
    display: table-cell;
    float: none;
    height: 100%;
    min-width: 54px;
    vertical-align: middle;
    text-align: right;
  }
  .ent_m068 .schedule li .clickable .arrow:after {
    margin: 0 32px 0 0;
    position: relative;
    right: auto;
    top: auto;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image {
    min-width: 105px;
    padding: 32px 0 46px 20px;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image .image_holder {
    height: 166px;
    margin: 0;
  }
  .ent_m068 .schedule li .more-wrapper .more .description {
    padding: 25px 40px 46px 30px;
  }
}
@media screen and (max-width: 768px) {
  .ent_m068 .header ul.nav > li.shows ul li {
    padding: 10px 10px 0;
  }
  .ent_m068 .show-header {
    max-height: 210px;
  }
  .ent_m068 .show-header .image_holder {
    right: -425px;
  }
  .ent_m068 .show-header .show-info {
    top: 0;
  }
}
@media screen and (max-width: 568px) {
  .ent_m068 .show-header span.show-tunein {
    max-width: 50%;
  }
  .ent_m068 .show-header img {
    right: -435px;
  }
  .ent_m068 .header {
    padding: 20px 0 10px 6px;
  }
  .ent_m068 .header h2 {
    font-size: 40px;
  }
  .ent_m068 .header .prev,
  .ent_m068 .header .next {
    height: 30px;
    line-height: 30px;
  }
  .ent_m068 .header .prev:after,
  .ent_m068 .header .next:after {
    font-size: 20px;
    margin: 14px 10px 0 0;
  }
  .ent_m068 .header .next:after {
    margin: 14px 0 0 10px;
  }
  .ent_m068 .header ul.nav > li.shows {
    font-size: 14px;
    padding-left: 10px;
  }
  .ent_m068 .header ul.nav > li.shows ul li {
    padding: 10px 10px 0;
  }
  .ent_m068 .schedule li.opened .clickable > a.fullepisode {
    display: none;
  }
  .ent_m068 .schedule li.date {
    padding: 20px 0 0 15px;
  }
  .ent_m068 .schedule li .clickable:before {
    height: 76px;
  }
  .ent_m068 .schedule li .clickable .time {
    padding: 25px 0 0 14px;
    min-width: 90px;
    font-size: 16px;
  }
  .ent_m068 .schedule li .clickable .time span {
    font-size: 14px;
    margin: 0 0 0 4px;
  }
  .ent_m068 .schedule li .clickable .title h2 {
    margin: 24px 0 5px;
    font-size: 16px;
    line-height: 16px;
  }
  .ent_m068 .schedule li .clickable .title span {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 19px;
  }
  .ent_m068 .schedule li .clickable .title a.fullepisode {
    display: none;
  }
  .ent_m068 .schedule li .clickable .arrow {
    min-width: 38px;
  }
  .ent_m068 .schedule li .clickable .arrow:after {
    margin: 0 19px 0 0;
    font-size: 16px;
  }
  .ent_m068 .schedule li .clickable .now,
  .ent_m068 .schedule li .clickable .new {
    left: 15px;
    font-size: 12px;
    position: absolute;
    top: 41px;
  }
  .ent_m068 .schedule li .more-wrapper .more {
    padding: 0 10px 17px;
    display: block;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image {
    display: block;
    padding: 0;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image .image_holder {
    height: auto;
    width: 100%;
  }
  .ent_m068 .schedule li .more-wrapper .more .fullepisode_mobile {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .ent_m068 .schedule li .more-wrapper .more .description {
    display: block;
    margin: 12px 14px 20px;
    padding: 0;
  }
  .ent_m068 .schedule li .more-wrapper .more .description h3 {
    margin: 20px 0 0;
  }
  .ent_m068 .schedule li .more-wrapper .more .description span {
    font-size: 12px;
  }
  .ent_m068 .schedule li .more-wrapper .more .description p {
    font-size: 1.2rem;
    line-height: 18px;
    margin: 2px 0 0;
  }
}
.ent_m070 {
  background: #232323;
}
.ent_m070.module {
  height: 100px;
}
.ent_m070 .site_header .menu_holder {
  margin-left: 0;
}
.ent_m070 .site_menu_wrapper .main_nav li a[href*="/live-tv"] {
  padding: 0 15px;
}
.ent_m070 .site_menu_wrapper .main_nav li a[href*="/live-tv"]:after,
.ent_m070 .top_inner .side_navigation li a[href*="/live-tv"]:after {
  content: "";
  border-radius: 50%;
  background-color: #df0000;
  border-width: 4px;
  margin-left: 8px;
  margin-bottom: 1px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.ent_m082 {
  padding-bottom: 30px;
  position: relative;
}
.ent_m082 .series_header {
  width: 100%;
  background: #333333;
  margin-bottom: 30px;
  position: relative;
}
.ent_m082 .series_header .series_title {
  max-width: 1200px;
  margin: auto;
  font-size: 4.4rem;
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  color: #ffffff;
  padding-left: 10px;
  padding: 45px 0;
  margin-bottom: 30px;
}
.ent_m082 .series_header .overlay {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
}
.ent_m082 .series_header .overlay .series_image_caption {
  position: absolute;
  bottom: 30px;
  color: #ffffff;
  font-size: 4.4rem;
  font-family: 'AkzidenzGrotesk-Super';
  text-transform: lowercase;
}
@media screen and (max-width: 659px) {
  .ent_m082 .series_header .overlay .series_image_caption {
    bottom: 20px;
  }
}
.ent_m082 .series_header .image_holder {
  position: relative;
  max-height: 452px;
  background-color: transparent;
  border-bottom: 5px solid #1a1a1a;
}
.ent_m082 .series_header .image_holder:before {
  padding-top: 33.33%;
}
.ent_m082 .series_header .image_holder:after {
  background: linear-gradient(-168deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 95%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ent_m082 .series_header .image_holder img {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.ent_m082 .L001_line_list {
  max-width: 1200px;
  margin: auto;
}
.ent_m095 {
  font: 17px/1.35 'AkzidenzGrotesk-Regular';
  color: #ffffff;
}
.ent_m095 .module_content {
  background: #282626;
}
.webview .ent_m095 .collection_header {
  display: none;
}
.ent_m095 .has_button .faq_categories {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 99px;
  overflow: auto;
}
.ent_m095 .scrollable {
  -webkit-overflow-scrolling: touch;
}
.ent_m095 .faq_category {
  margin: 0 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.ent_m095 .faq_category:first-child {
  border: 0;
}
.ent_m095 .faq_category.active .category:after {
  background-position: -80px -5px;
}
.ent_m095 .category {
  position: relative;
  margin: 0 -13px;
  padding: 17px 48px 14px 13px;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
}
.ent_m095 .category:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: url(/sitewide/images/sprites/spike_sprite.png) no-repeat -50px -5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ent_m095 .category:after {
    background-image: url(/sitewide/images/sprites/spike_sprite_2x.png);
    background-size: 110px 36px;
  }
}
.ent_m095 .toggleable {
  cursor: pointer;
}
.ent_m095 .more {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ent_m095 .active .more {
  opacity: 1;
}
.ent_m095 .content {
  padding: 11px 0 25px;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 16px;
  color: #ffffff;
}
.ent_m095 .content a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'AkzidenzGrotesk-Regular';
}
.ent_m095 .question {
  margin: 22px 0 5px;
  font-size: 18px;
  line-height: 1.3;
  color: #00bbef;
  font-family: 'AkzidenzGrotesk-Regular';
}
.ent_m095 .question:first-child {
  margin-top: 0;
}
.ent_m095 .contact_support_btn,
.ent_m095 .contact_support_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ent_m095 .contact_support_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
}
.show_tve_info .ent_m095 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 6000002;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 564px;
  margin-top: -282px;
  font-family: 'AkzidenzGrotesk';
}
.show_tve_info .ent_m095 .module_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 786px;
  max-height: 564px;
  height: 100%;
  margin: 0 auto;
  background-color: #282626;
}
.show_tve_info .ent_m095 .scrollable,
.show_tve_info .ent_m095 .collection_header,
.show_tve_info .ent_m095 .contact_support_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 35px;
}
.show_tve_info .ent_m095 .scrollable {
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 100px;
  width: 100%;
  overflow: auto;
}
.show_tve_info .ent_m095 .collection_header {
  height: 80px;
  margin: 0 20px;
  padding-top: 18px;
  padding-bottom: 10px;
}
.show_tve_info .ent_m095 .header {
  font-size: 32px;
  text-align: center;
  font-family: 'AkzidenzGrotesk-Regular';
}
.show_tve_info .ent_m095 .go_back {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}
.show_tve_info .ent_m095 .go_back:before {
  margin-left: -21px;
  font-weight: bold;
}
.show_tve_info .ent_m095 .go_back:before {
  font-size: 24px;
}
.show_tve_info .ent_m095 .close_faq {
  display: none;
  position: absolute;
  top: 14px;
  right: -46px;
  padding: 10px;
  text-decoration: none;
}
.show_tve_info .ent_m095 .close_faq:before {
  font-size: 13px;
}
.show_tve_info .ent_m095 .question {
  padding: 5px 0 6px;
  font-size: 18px;
  font-weight: bold;
  color: #00bbef;
}
.show_tve_info .ent_m095 .answer {
  padding: 0 0 15px;
  font-size: 18px;
  line-height: 1.3;
}
.show_tve_info .ent_m095 .contact_support_wrapper {
  height: 100px;
  text-align: center;
}
.show_tve_info .ent_m095 .contact_support_btn {
  display: inline-block;
  min-width: 245px;
  max-width: 100%;
  height: auto;
  padding: 15px 15px 17px;
  font: 21px 'AkzidenzGrotesk';
  background-color: #df0000;
}
@media screen and (max-width: 659px), screen and (max-height: 35.25em) {
  .show_tve_info .ent_m095 {
    top: 0;
    height: 100%;
    margin: 0;
    padding: 60px 10px 30px;
  }
  .show_tve_info .ent_m095 .show_more_btn {
    margin: auto;
  }
  .show_tve_info .ent_m095 .scrollable,
  .show_tve_info .ent_m095 .collection_header,
  .show_tve_info .ent_m095 .contact_support_wrapper {
    padding: 10px 15px;
  }
  .show_tve_info .ent_m095 .scrollable {
    top: 45px;
    bottom: 70px;
  }
  .show_tve_info .ent_m095 .collection_header {
    height: 45px;
    padding-top: 10px;
  }
  .show_tve_info .ent_m095 .header {
    font-size: 34px;
  }
  .show_tve_info .ent_m095 .go_back {
    top: 5px;
    left: 15px;
  }
  .show_tve_info .ent_m095 .go_back:before {
    margin-left: -19px;
    font-size: 20px;
  }
  .show_tve_info .ent_m095 .close_faq {
    top: -55px;
    right: 0;
  }
  .show_tve_info .ent_m095 .close_faq:before {
    font-size: 28px;
    font-weight: bold;
  }
  .show_tve_info .ent_m095 .question,
  .show_tve_info .ent_m095 .answer {
    font-size: 16px;
  }
  .show_tve_info .ent_m095 .answer {
    padding-bottom: 10px;
  }
  .show_tve_info .ent_m095 .contact_support_wrapper {
    height: 70px;
  }
  .show_tve_info .ent_m095 .contact_support_btn {
    width: 100%;
    padding: 10px 15px 11px;
    font-size: 16px;
  }
}
.ent_m098 {
  max-width: 800px;
  margin: 30px auto;
  padding: 0;
  line-height: 1.4;
  display: inline-block;
}
.ent_m098 .headline {
  font: 2.7rem 'AkzidenzGrotesk-Bold';
  letter-spacing: -0.03em;
  line-height: 1.07;
  text-transform: lowercase;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.ent_m098 .info {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #1a1a1a;
}
.ent_m098 .info a {
  text-decoration: none;
  color: #00bbef;
}
.ent_m098 .info a:hover {
  color: #1a1a1a;
  opacity: 0.7;
}
@media screen and (max-width: 659px) {
  .ent_m098 {
    max-width: none;
    width: 100%;
  }
}
.ent_m100 .module_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 10px 0;
}
.ent_m100 .headline {
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  color: #1a1a1a;
  /*line-height: 26px;*/
  margin-bottom: 10px;
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
}
.ent_m100 .L001_line_list .deck {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: none;
}
@media screen and (max-width: 659px) {
  .ent_m100 .L001_line_list {
    display: flexbox;
    display: box;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 659px) {
  .ent_m100 .L001_line_list li {
    width: 50%;
  }
  .ent_m100 .L001_line_list li:nth-child(1) {
    order: 1;
  }
  .ent_m100 .L001_line_list li:nth-child(2) {
    order: 2;
  }
  .ent_m100 .L001_line_list li:nth-child(3) {
    order: 5;
  }
  .ent_m100 .L001_line_list li:nth-child(4) {
    order: 3;
  }
  .ent_m100 .L001_line_list li:nth-child(5) {
    order: 4;
  }
  .ent_m100 .L001_line_list li:nth-child(5) ~ li {
    order: 6;
  }
}
@media screen and (max-width: 979px) {
  .ent_m100 .L001_line_list li.box_ad {
    float: right;
  }
}
@media screen and (max-width: 659px) {
  .ent_m100 .L001_line_list li.box_ad {
    float: none;
    width: 100%;
  }
}
.ent_m100 li.S001_line_list_item {
  position: relative;
  min-height: 260px;
}
@media screen and (max-width: 659px) {
  .ent_m100 li.S001_line_list_item {
    min-height: 0;
  }
}
.ent_m100 li.S001_line_list_item h4 {
  position: absolute;
  background-color: #fff200;
  margin-top: -2.3rem;
  height: 2.4rem;
  padding: 0.35rem 0.7rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 659px) {
  .ent_m100 li.S001_line_list_item h4 {
    position: relative;
    margin-top: 0px;
    display: inline-block;
    height: auto;
    padding-bottom: 0.35rem;
    width: 100%;
  }
}
.ent_m100 li.S001_line_list_item h3 {
  padding-top: 0.3rem;
}
.ent_m100 li.box_ad {
  float: right;
}
.ent_m101 {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 13px;
  margin-bottom: 50px;
}
.ent_m101 .L001_line_list > li {
  width: 25%;
}
.ent_m101 .S001_line_list_item.tve_locked .thumbnail_holder::before {
  padding-top: 10%;
  padding-bottom: 10%;
}
.ent_m101 .L001_line_list > li {
  font-size: 2rem;
}
.ent_m101 .S002_line_list_header .content .header_text {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
  color: #1a1a1a;
}
.ent_m101 .S002_line_list_header .content {
  background-color: transparent;
  padding: 0;
}
.ent_m101 .S002_line_list_header .content .itemCount {
  display: none;
}
.ent_m101 .S001_line_list_item .link_wrapper p {
  line-height: 1.3;
  font-size: 0.72em;
  letter-spacing: 0;
}
.ent_m101 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge {
  font-size: 0.7em;
  height: 1.6em;
  line-height: 0.87;
}
.ent_m101 .cta-button {
  width: 33.33%;
  margin-left: auto;
  margin-right: auto;
}
.ent_m101 .btn-block {
  width: 100%;
}
.ent_m101 .btn,
.ent_m101 .btn:hover,
.ent_m101 .btn-cta:hover {
  color: #ffffff;
}
.ent_m101 .btn {
  font-family: 'AkzidenzGrotesk-Bold';
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  text-transform: lowercase;
  text-decoration: none;
  background-color: #00bbef;
  border-radius: 3px;
  cursor: pointer;
  display: inline-table;
  font-size: 2rem;
  height: 40px;
  position: relative;
  text-align: center;
}
.ent_m101 .btn > span {
  font-size: 2.0rem;
  padding: 0.8rem 1.7rem 1rem;
  display: table-cell;
  height: 100%;
  position: relative;
  transition: background 0.2s ease;
}
.ent_m101 .btn .icon-chevron-right {
  margin-left: 7px;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'mtv';
  font-feature-settings: "liga";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ent_m101 .btn .icon-chevron-right::before {
  content: "\e614";
}
.ent_m101 .btn:hover > span {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
@media screen and (max-width: 979px) {
  .ent_m101 {
    padding: 0 10px;
  }
  .ent_m101 .L001_line_list > li {
    width: 50%;
  }
  .ent_m101 .cta-button {
    width: 50%;
  }
}
@media screen and (max-width: 659px) {
  .ent_m101 .L001_line_list > li {
    width: 100%;
  }
  .ent_m101 .cta-button {
    width: 100%;
    margin-top: 0;
  }
  .ent_m101 .L001_line_list > li {
    font-size: 5.4vw;
  }
  .ent_m101 .S002_line_list_header {
    padding-bottom: 0;
  }
  .ent_m101 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge {
    bottom: 0.25em;
    font-size: 0.55em;
    right: 0.2em;
  }
}
.ent_m104 {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m104 .social_feed:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m104 .social_feed .feedItem {
  box-sizing: border-box;
  word-wrap: break-word;
  height: 280px;
  overflow: hidden;
  border: 6px solid #ffffff;
  padding: 15px;
  background: #ffffff;
}
.ent_m104 .social_feed .feedItem .userImage {
  position: relative;
  float: left;
  border-radius: 10px;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}
.ent_m104 .social_feed .feedItem .userInfo {
  padding-bottom: 10px;
}
.ent_m104 .social_feed .feedItem .userName {
  font-size: 15px;
}
.ent_m104 .social_feed .feedItem .logo {
  position: relative;
  float: right;
  margin-top: -1px;
}
.ent_m104 .social_feed .feedItem .logo_twitter:before {
  color: #6ca2a9;
}
.ent_m104 .social_feed .feedItem .logo_facebook:before {
  color: #6ca2a9;
}
.ent_m104 .social_feed .feedItem .source {
  font-size: 13px;
  color: #6ca2a9;
}
.ent_m104 .social_feed .feedItem .feedItemContent {
  margin-top: 5px;
  padding-right: 35px;
  max-height: 151px;
  overflow: hidden;
  font-size: 32px;
  line-height: 38px;
  color: #6ca2a9;
  position: relative;
  font-style: italic;
}
.ent_m104 .social_feed .feedItem .feedItemContent a {
  color: #6ca2a9;
  text-decoration: none;
}
.ent_m104 .social_feed .feedItem .feedItemContent .overlay {
  background-color: #1a1a1a;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ent_m104 .social_feed .feedAd {
  width: 300px;
  height: 250px;
  float: left;
  margin: 15px;
}
.ent_m104 .social_feed .feedItem-image {
  background: none;
  border: 0;
  padding: 0;
}
.ent_m104 .social_feed .feedItem-image img {
  width: 100%;
}
.ent_m106 {
  margin: 0 auto;
  /*padding: 20px;*/
  word-wrap: break-word;
}
.ent_m106 .promoWrapper {
  margin-top: 15px;
  margin-bottom: 30px;
}
.ent_m106 .promoWrapper .promoCopy > * {
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (max-width: 979px) {
  .ent_m106 .promoWrapper .promoCopy > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ent_m106 .promoWrapper .promoCopy > iframe {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 979px) {
  .ent_m106 .promoWrapper .promoCopy > iframe {
    padding-left: 0;
    padding-right: 0;
  }
}
.ent_m106 .promoHeader {
  font-weight: bold;
  font-size: 34pt;
  font-family: 'AkzidenzGrotesk-Super';
  text-transform: lowercase;
  margin: 20px 0 30px 0;
  padding-left: 10px;
  parring-right: 10px;
}
.ent_m106 .promoHeader:empty {
  display: none;
}
.ent_m106 a {
  color: #0081A5;
  text-decoration: none;
}
.ent_m106 a:hover {
  text-decoration: underline;
}
.ent_m106 h2 {
  font-size: 26pt;
  color: #777777;
}
.ent_m106 h3 {
  font-size: 12pt;
  color: #000000;
}
.ent_m106 h4 {
  font-size: 16pt;
  color: #777777;
}
.ent_m106 h2,
.ent_m106 h3,
.ent_m106 h4 {
  font-family: 'AkzidenzGrotesk-Bold';
  margin-bottom: 20px;
}
.ent_m106 p {
  font-size: 12pt;
  margin-bottom: 20px;
  line-height: 18pt;
}
.ent_m106 ul {
  margin: 0 0 20px 20px;
  list-style: inherit;
}
.ent_m106 b {
  font-family: 'AkzidenzGrotesk-Bold';
}
.ent_m106 i {
  font-family: 'AkzidenzGrotesk-RegularItalic';
}
.ent_m106 u {
  text-decoration: none;
}
.ent_m106 .nanorep_loadingData {
  position: relative !important;
}
.ent_m108 {
  min-height: 600px;
  position: relative;
  font: 19px 'AkzidenzGrotesk-Regular';
}
@media screen and (max-width: 47.938em) {
  .ent_m108 {
    font-size: 13px;
  }
}
.ent_m108 .date .sticky_content,
.ent_m108 .filter,
.ent_m108 .header,
.ent_m108 .more {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m108 .tv_listing.content_loading {
  position: relative;
  padding-bottom: 50px;
}
.ent_m108 .tv_listing.content_loading:after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  background: url("/sitewide/images/ajax_loader.gif") no-repeat 100% 100%;
  background-size: 100%;
}
.ent_m108 .tv_item {
  padding: 0 10px;
  color: #1a1a1a;
  cursor: pointer;
  box-sizing: border-box;
}
.ent_m108 .tv_item:first-child {
  border-top: 0;
}
.ent_m108 .tv_item:hover {
  background: #9b9b9b;
}
.ent_m108 .tv_item:hover .scheduled_time {
  color: #ffffff;
}
.ent_m108 .tv_item:hover .show {
  color: #f2f2f2;
}
.ent_m108 .tv_item:hover .show .title {
  color: #ffffff;
}
.ent_m108 .tv_item .header {
  border-top: 1px solid #9b9b9b;
}
.ent_m108 .date {
  min-height: 84px;
  background-color: #e5e5e5;
}
.ent_m108 .date + .tv_item .header {
  border-top: 0;
}
.ent_m108 .date .sticky_content {
  padding: 35px 10px 14px 10px;
  font-size: 68px;
  color: #ffffff;
  text-transform: uppercase;
}
.ent_m108 .date.sticky .sticky_wrap {
  z-index: 98;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: #1a1a1a;
}
@media screen and (max-width: 640px) {
  .ent_m108 .date.sticky .sticky_wrap {
    top: 40px;
  }
}
@media screen and (max-width: 979px) {
  .ent_m108 .date {
    min-height: 88px;
  }
  .ent_m108 .date .sticky_content {
    padding: 35px 10px 19px 10px;
    font-size: 42px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .date {
    min-height: 77px;
  }
  .ent_m108 .date .sticky_content {
    padding: 21px 10px 4px 10px;
    font-size: 42px;
  }
}
.ent_m108.content_loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background-color: #e5e5e5;
}
@media screen and (max-width: 979px) {
  .ent_m108.content_loading:before {
    height: 68px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108.content_loading:before {
    min-height: 48px;
  }
}
.ent_m108 .header {
  position: relative;
  padding: 23px 0 25px;
}
.ent_m108 .header:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.webview .ent_m108 .header {
  cursor: pointer;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .header {
    padding: 18px 0 20px;
  }
}
.ent_m108 .scheduled_time {
  font-family: 'AkzidenzGrotesk-Regular';
  float: left;
  width: 100px;
}
.ent_m108 .scheduled_time .numeric {
  font-size: 31px;
}
@media screen and (max-width: 979px) {
  .ent_m108 .scheduled_time .numeric {
    font-size: 25px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .scheduled_time {
    width: 60px;
  }
  .ent_m108 .scheduled_time .numeric {
    font-size: 24px;
  }
}
.ent_m108 .on_now .scheduled_time:after {
  content: "on now";
  display: block;
  background: #1a1a1a;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  max-width: 55px;
  padding: 3px 2px;
  margin-top: 2px;
}
.ent_m108 .show {
  padding-right: 280px;
  color: #777777;
}
.ent_m108 .show .title {
  color: #1a1a1a;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .show {
    padding-right: 0;
  }
}
.ent_m108 .watch_button {
  padding: 12px 36px;
  font: 20px/1 'AkzidenzGrotesk-Regular';
  color: #1a1a1a;
  border: 3px solid #1a1a1a;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ent_m108 .watch_button:hover {
  background: #555555;
  color: #ffffff;
  border-color: #555555;
}
@media screen and (min-width: 979px) {
  .ent_m108 .watch_button {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .watch_button {
    display: block;
    margin: 15px 35px 0;
    padding: 12px 15px;
    font-size: 15px;
  }
}
@media screen and (min-width: 979px) {
  .ent_m108 .show,
  .ent_m108 .content {
    margin-left: 142px;
  }
  .ent_m108 .content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .show,
  .ent_m108 .watch_button,
  .ent_m108 .content {
    margin-left: 80px;
  }
}
.ent_m108 .title {
  font: 32px 'AkzidenzGrotesk-Regular';
  color: #1a1a1a;
}
@media screen and (max-width: 979px) {
  .ent_m108 .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .title {
    font-size: 17px;
  }
}
.ent_m108 .more {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
}
.ent_m108 .tv_item.opened {
  background: #ffffff;
}
.ent_m108 .tv_item.opened:hover .scheduled_time {
  color: #1a1a1a;
}
.ent_m108 .tv_item.opened:hover .show {
  color: #9b9b9b;
}
.ent_m108 .tv_item.opened:hover .show .title {
  color: #1a1a1a;
}
.ent_m108 .tv_item.opened .more {
  opacity: 1;
}
.ent_m108 .content {
  padding-bottom: 25px;
  line-height: 24px;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .content {
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
  }
}
.ent_m108 .info {
  display: block;
  color: #1a1a1a;
  text-transform: uppercase;
}
.ent_m108 .filter {
  position: relative;
  text-transform: uppercase;
}
.webview .ent_m108 .filter {
  z-index: 50000001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.ent_m108 .filter a {
  color: #ffffff;
  text-decoration: none;
}
.ent_m108 .sbHolder {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
}
.ent_m108 .sbSelector {
  font-family: 'AkzidenzGrotesk-Regular';
  font-color: #ffffff;
  font-size: 24px;
  display: table-cell;
  padding: 80px 40px 0 15px;
  height: 133px;
  vertical-align: middle;
  cursor: pointer;
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  float: right;
}
.ent_m108 .sbSelector:hover {
  transition: color 0s;
}
.ent_m108 .sbSelector:hover:after {
  transition: color 0s;
}
.ent_m108 .sbSelector:after {
  position: absolute;
  top: 45%;
  right: 10px;
  margin-top: -4px;
  font-size: 11px;
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
}
@media screen and (max-width: 979px) {
  .ent_m108 .sbSelector {
    height: 106px;
    padding: 53px 40px 0 15px;
  }
  .ent_m108 .sbSelector:after {
    top: 43%;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .sbSelector {
    height: 77px;
    padding: 28px 30px 0 10px;
    line-height: 48px;
  }
  .ent_m108 .sbSelector:after {
    font-size: 9px;
    right: 5px;
    top: 54%;
  }
}
.ent_m108 .sbToggleOpen + .sbSelector:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ent_m108 .sbToggle {
  display: none;
}
.ent_m108 .sbOptions {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  font-size: 16px;
  line-height: 42px;
  text-transform: none;
  padding-top: 10px;
  max-height: none !important;
  background-color: #282626;
}
.ent_m108 .sbOptions li {
  padding: 0 30px;
}
.ent_m108 .sbOptions li a {
  display: block;
  transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  color: #9b9b9b;
}
.ent_m108 .sbOptions li:hover a {
  color: #ffffff;
  transition: color 0s;
}
.ent_m108 .sbOptions:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 30px;
  left: 0;
  background: #282626;
  height: 30px;
}
.ent_m108 .sbOptions:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid #57B993;
  border-left: 15px solid #57B993;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 500;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .sbOptions {
    font-size: 16px;
    width: 100%;
  }
  .ent_m108 .sbOptions li {
    padding: 0 15px;
  }
  .ent_m108 .sbOptions a {
    padding: 0 15px;
  }
}
.ent_m108 .spinner_wrapper {
  display: none;
  position: relative;
  padding: 270px 0 40px;
  font: 32px/1 'AkzidenzGrotesk-Regular';
  color: #756f6f;
  text-align: center;
}
.ent_m108 .spinner_wrapper .spinner {
  top: 225px !important;
}
@media screen and (max-width: 979px) {
  .ent_m108 .spinner_wrapper {
    padding-top: 170px;
  }
  .ent_m108 .spinner_wrapper .spinner {
    top: 125px !important;
  }
}
.ent_m108.content_loading .spinner_wrapper {
  display: block;
}
.ent_m109 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ent_m109 a {
  display: block;
  position: relative;
  text-decoration: none;
}
.ent_m109 .image_holder {
  position: relative;
  max-height: 452px;
  background-color: transparent;
  border-bottom: 5px solid #1a1a1a;
}
.ent_m109 .image_holder:before {
  padding-top: 33.33%;
}
.ent_m109 .image_holder:after {
  background: linear-gradient(-168deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 95%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ent_m109 .image_holder img {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.ent_m109 .show-header {
  font-family: 'AkzidenzGrotesk-Bold';
  max-height: 320px;
  width: 100%;
  background-size: cover;
  background-color: #333333;
  position: relative;
  overflow: hidden;
  display: table;
  z-index: 3;
}
.ent_m109 .show-header .show-info {
  color: #1a1a1a;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto;
  text-align: center;
}
.ent_m109 .show-header .show-info .show-title {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 3.8rem;
  line-height: 1;
  text-transform: lowercase;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  max-width: 1200px;
}
.ent_m111 {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m112 {
  max-width: 1200px;
  margin: 15px auto;
  margin-top: 0;
  padding: 0 13px 20px;
}
.ent_m112 #tve-banner {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ent_m112 #tve-banner #tve-wrapper {
  text-align: center;
  background-color: #fbfbfb;
  color: #777;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ent_m112 #tve-banner #tve-wrapper div {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.ent_m112 #tve-banner #tve-wrapper .tve-lock {
  margin-right: 10px;
}
.ent_m112 #tve-banner #tve-wrapper .tve-lock:before {
  font-family: 'mtv';
  content: "\e626";
  position: absolute;
  font-size: 3rem;
  margin-top: -1.5rem;
  top: 50%;
  z-index: 2;
  margin-left: -3rem;
}
.ent_m112 #tve-banner #tve-wrapper .header {
  font-size: 1.8rem;
  font-family: 'AkzidenzGrotesk-Bold';
  letter-spacing: -0.015em;
  line-height: 0.95;
  text-transform: lowercase;
  position: relative;
}
.ent_m112 #tve-banner #tve-wrapper .sub-header {
  font-size: 1.8rem;
  margin-bottom: 2px;
  text-transform: lowercase;
}
.ent_m112 #tve-banner #tve-wrapper .deck {
  font-size: 1.6rem;
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.ent_m112 #sub-filter {
  float: right;
  position: relative;
  z-index: 1;
  top: 10px;
}
.ent_m112 #sub-filter label {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 1.8em;
}
.ent_m112 #sub-filter label input[type="checkbox"] {
  display: none;
}
.ent_m112 #sub-filter label input[type="checkbox"] + label span {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 15px;
  border: 3px solid #00bbef;
  margin-right: 5px;
}
.ent_m112 #sub-filter label input[type="checkbox"]:checked + label span {
  top: 0;
  background: #00bbef;
}
.ent_m112 #sub-filter label input[type="checkbox"]:checked + label span:after {
  font-family: 'mtv';
  content: "\e65e";
  color: #ffffff;
}
.ent_m112 #sub-filter .info-hover:after {
  font-family: 'mtv';
  content: "\e625";
  border: 1px solid #aaa;
  border-radius: 100%;
  display: inline-block;
  padding: 4px 4px;
  color: #aaa;
  text-decoration: none;
}
.ent_m112 #sub-filter .tooltip {
  display: inline;
  position: relative;
  font-size: 12px;
  text-decoration: none;
}
.ent_m112 #sub-filter .tooltip:hover:after {
  background: #484848;
  border-radius: 5px;
  top: 26px;
  color: #fff;
  content: attr(title);
  right: -10px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 250px;
  text-decoration: none;
}
.ent_m112 #sub-filter .tooltip:hover:before {
  border: 1px solid #484848;
  border-color: #484848 transparent;
  border-width: 0 6px 6px 6px;
  top: 20px;
  content: "";
  left: 22%;
  position: absolute;
  z-index: 99;
}
.ent_m112 .S002_line_list_header {
  margin-top: 15px;
}
.ent_m112 #season_watch_container {
  border-top: 1px solid #f3f3f3;
  text-transform: lowercase;
  margin-top: 30px;
}
.ent_m112 #season_watch_container .header {
  padding: 20px 0 0;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 2rem;
}
.ent_m112 #season_watch_container .deck {
  font-size: 1.8rem;
}
.ent_m112 #season_watch_container a {
  text-decoration: none;
  color: #00bbef;
}
.ent_m112 #season_watch_container a:hover {
  color: #00bbef;
}
@media screen and (max-width: 979px) {
  .ent_m112 #tve-banner .deck {
    width: 50%;
  }
}
@media screen and (max-width: 659px) {
  .ent_m112 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_m112 #sub-filter {
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }
  .ent_m112 .S002_line_list_header .content {
    width: 100%;
  }
}
.tve_auth .ent_m112 #tve-banner {
  display: none;
}
.ent_m116 {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 13px 20px;
}
.ent_m116 .S002_line_list_header {
  margin-top: 40px;
}
.ent_m116 .subFilters_list ul {
  margin-bottom: 35px;
  margin-top: 30px;
}
.ent_m116 .subFilters_list ul li {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-family: 'AkzidenzGrotesk-Bold';
  font-weight: 700;
  letter-spacing: -0.43px;
  line-height: 30px;
  list-style: none;
  margin-right: 5px;
  padding: 5px 15px;
  text-transform: lowercase;
}
@media (max-width: 979px) {
  .ent_m116 .subFilters_list ul li {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.ent_m116 .subFilters_list ul li:hover {
  background: #232323;
  color: #ffffff;
}
.ent_m116 .subFilters_list ul .pre-selected {
  background: #232323;
  color: #ffffff;
}
.ent_m116 .subFilters_list ul .selected {
  background: #232323;
  color: #ffffff;
}
@media (max-width: 659px) {
  .ent_m116 .subFilters_list {
    display: none;
  }
}
.ent_m117 {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m118 {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m121 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 10px;
  background-color: #282626;
  color: #ffffff;
}
.ent_m121 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  vertical-align: top;
}
.ent_m121 a .image_holder {
  display: block;
  float: left;
  width: 40%;
  max-height: 270px;
  position: relative;
}
.ent_m121 a .image_holder:after {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  content: "";
  z-index: 5;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, transparent 60%, #00bbef 40%);
}
.ent_m121 a .image_holder div {
  display: block;
  position: absolute;
  z-index: 4;
  left: 10px;
  bottom: 10px;
  padding: 4px 9px 6px;
  margin-bottom: 0px;
  font-size: 13px;
  border-radius: 5px;
  background-color: #1a1a1a;
  color: #ffffff;
}
.ent_m121 a .image_holder.article div {
  font-family: 'mtv';
  background-color: transparent;
  color: #ffffff;
  font-size: 40px;
  padding: 0;
}
.ent_m121 a .content {
  display: block;
  float: right;
  width: 58%;
}
.ent_m121 a .content div {
  background-color: #6ca2a9;
  color: #ffffff;
  display: inline-block;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 17px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 4px 6px;
  text-transform: uppercase;
}
.ent_m121 a .content h2 {
  color: #ffffff;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.ent_m121 a .content p {
  color: #9b9b9b;
}
.ent_m121 a .content a {
  display: block;
  width: 200px;
  float: right;
  margin-bottom: 0;
}
@media screen and (max-width: 659px) {
  .ent_m121 a .content a {
    width: 100%;
  }
}
@media screen and (max-width: 659px) {
  .ent_m121 a .image_holder {
    float: none;
    width: 100%;
  }
  .ent_m121 a .image_holder:after {
    width: 60px;
    height: 60px;
  }
  .ent_m121 a .image_holder.article div {
    font-size: 30px;
  }
  .ent_m121 a .content {
    float: none;
    width: 100%;
  }
  .ent_m121 a .content div {
    margin-top: 10px;
  }
  .ent_m121 a .content h2 {
    font-size: 16px;
    line-height: 16px;
    margin-right: 20px;
  }
  .ent_m121 a .content p {
    font-size: 15px;
    line-height: 20px;
  }
  .ent_m121 a .content a {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.ent_m121 ~ .ent_m121 {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.ent_m122 {
  margin: 0 auto;
  max-width: 1200px;
  min-height: 280px;
  display: table;
  width: 100%;
}
.ent_m122 > .ent_m061 {
  display: inline-block !important;
  margin-bottom: 30px;
  margin-top: 0;
  width: 33.3333%;
  float: right;
  text-align: center;
}
.ent_m122 > .ent_m061 .ad {
  margin-top: 0;
}
.ent_m122 .ent_m051 {
  margin-bottom: 30px;
  padding: 0 13px;
}
.ent_m122 .ent_m051 .content > div {
  font-family: 'AkzidenzGrotesk-Bold';
}
@media screen and (max-width: 979px) {
  .ent_m122 {
    display: block;
  }
  .ent_m122 > .ent_m061 {
    width: 50%;
    padding: 0 10px;
  }
  .ent_m122 > .ent_m061 .ad {
    display: inline-block;
  }
  .ent_m122 > div.ent_m051 {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
  }
  .ent_m122 > div.ent_m051 .content {
    width: 100%;
    display: table-cell;
  }
  .ent_m122 > .ent_m051 ~ .ent_m051 {
    clear: left;
  }
  .ent_m122 > .ent_m051 ~ .ent_m061 {
    text-align: center;
    position: absolute;
  }
  .ent_m122 > .ent_m051 ~ .ent_m061 .ad {
    margin-top: 15px;
  }
  .ent_m122 > .ent_m051 .image_holder {
    float: left;
    margin-right: 15px;
    margin-top: 0;
    width: 33.33%;
  }
  .ent_m122 > .ent_m051 .content {
    background-color: transparent;
    padding-top: 0;
  }
  .ent_m122 > .ent_m051 .content > div {
    margin-top: 0;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 659px) {
  .ent_m122 > .ent_m061 .ad {
    display: inline-block;
  }
  .ent_m122 > .ent_m061 {
    width: 100%;
  }
  .ent_m122 > .ent_m051 {
    width: 100%;
  }
  .ent_m122 > .ent_m051 .image_holder {
    width: 100%;
    float: none;
    margin: 0;
  }
  .ent_m122 > .ent_m051 div.content {
    margin-top: -2.6rem;
    display: inline-block;
  }
  .ent_m122 > .ent_m051 .content h3 {
    font-size: 5.4vw;
    line-height: 1.05;
    padding-top: 0.5rem;
  }
  .ent_m122 > .ent_m051 ~ .ent_m061 {
    position: relative;
    margin-top: 30px;
  }
  .ent_m122 > .ent_m051 ~ .ent_m051 {
    clear: none;
    width: 100%;
  }
}
.ent_m122 .ent_m051 {
  float: left;
  width: 33.33%;
}
@media screen and (max-width: 659px) {
  .ent_m122 .ent_m051 {
    width: 50%;
    font-family: 'AkzidenzGrotesk-Bold';
  }
}
@media screen and (max-width: 659px) {
  .ent_m122 .ent_m051:nth-child(2) {
    width: 100%;
    font-family: 'AkzidenzGrotesk-Super';
    font-size: 5.4vw;
  }
}
.ent_m145 {
  display: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.8);
  z-index: 2100000001;
  overflow: hidden;
  padding: 50px;
}
.ent_m145.active {
  display: table !important;
}
.ent_m145-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m145-button-link-wrap {
  cursor: pointer;
}
.ent_m145-close-button {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.ent_m145-close-button:after {
  opacity: 1;
  content: "\e603";
  font-family: 'mtv';
  color: #FFF;
  font-size: 30px;
}
.ent_m150 {
  /*mtv specific headingsbody.css*/
  /*------------------*/
}
.ent_m150 .container {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 13px;
  width: 100%;
}
.ent_m150 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.ent_m150 .container::after,
.ent_m150 .container::before,
.ent_m150 .row::before,
.ent_m150 .row::after,
.ent_m150 [class*="col-"] > div::before,
.ent_m150 [class*="col-"] > div::after {
  content: "";
  display: table;
}
.ent_m150 .container::after,
.ent_m150 .row::after,
.ent_m150 [class*="col-"] > div::after {
  clear: both;
}
.ent_m150 .col-lg-12 {
  width: 100%;
}
.ent_m150 [class*="col-"] {
  float: left;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}
.ent_m150 .section-header-1 {
  color: #e62970;
}
.ent_m150 .section-header-lg {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
  font-family: 'AkzidenzGrotesk-Bold';
  margin-top: 10px;
  margin-bottom: 10px;
}
.ent_m150 #alphafilter .accordion-group {
  border: 0;
  position: relative;
  margin-bottom: 15px;
  min-height: 400px;
}
.ent_m150 #alphafilter.accordion {
  border-top: 5px solid #000;
}
.ent_m150 #alphafilter .accordion-heading {
  font-family: 'AkzidenzGrotesk-Bold';
  background-color: #f2f2f2;
  border-right: 2px solid #fff;
  font-size: 2.4rem;
  text-transform: lowercase;
}
.ent_m150 #alphafilter .accordion-heading.active {
  background-color: #000;
  color: #ffffff;
}
.ent_m150 #alphafilter .accordion-heading.active .accordion-toggle {
  color: #ffffff;
}
.ent_m150 #alphafilter .accordion-heading.inactive {
  cursor: default;
}
.ent_m150 #alphafilter .accordion-heading.inactive .accordion-toggle {
  opacity: .35;
}
.ent_m150 #alphafilter .accordion-heading.inactive .accordion-toggle:hover {
  color: inherit;
}
.ent_m150 #alphafilter .accordion-heading:hover {
  background-color: #f2f2f2;
}
.ent_m150 #alphafilter .accordion-heading.active:hover {
  background-color: #000;
}
.ent_m150 #alphafilter .accordion-heading:last-child {
  border-right: none;
}
.ent_m150 #alphafilter .accordion-inner li {
  text-transform: lowercase;
}
.ent_m150 #alphafilter .accordion-body {
  padding-right: 320px;
}
.ent_m150 #alphafilter .accordion-heading {
  width: 3.7%;
  text-align: center;
  float: left;
  display: block;
}
.ent_m150 #alphafilter .accordion-heading .accordion-toggle {
  padding: 10px 0;
  display: block;
}
.ent_m150 #alphafilter .accordion-inner ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.ent_m150 #alphafilter .accordion-inner .show-item {
  display: inline-block;
  width: 100%;
  font-family: 'AkzidenzGrotesk-Bold';
}
.ent_m150 #alphafilter .accordion-inner li {
  font-size: 20px;
  margin-bottom: 15px;
}
.ent_m150 #alphafilter .accordion-inner li a:hover {
  color: #00bbef;
}
.ent_m150 #alphafilter .accordion-heading {
  display: inline-block;
}
.ent_m150 #alphafilter .accordion-body {
  position: absolute;
  top: 59px;
  width: 100%;
}
.ent_m150 #alphafilter .accordion-toggle,
.ent_m150 #alphafilter .accordion-body a {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}
.ent_m150 #alphafilter .accordion-toggle:hover {
  color: #00bbef;
}
.ent_m150 #alphafilter .accordion-toggle.disabled {
  cursor: default;
  color: #B8B8B8;
}
.ent_m150 .alphafilter-wrap {
  position: relative;
  min-height: 372px;
}
.ent_m150 .alphafilter-wrap #az-ad {
  position: absolute;
  right: 13px;
  top: 109px;
  z-index: 10;
}
.ent_m150 .alphafilter-wrap #az-ad .celtra-ad-v3 > div {
  width: 300px !important;
}
@media (max-width: 979px) {
  .ent_m150 {
    /* accordion collapse */
    /* accordion collapse */
  }
  .ent_m150 .alphafilter-wrap #az-ad {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    margin: 30px 0;
  }
  .ent_m150 .alphafilter-wrap #az-ad .celtra-ad-v3 > div {
    width: auto !important;
  }
  .ent_m150 #alphafilter .accordion-body {
    position: static;
    top: auto;
    padding-right: 0px;
  }
  .ent_m150 #alphafilter .alphafilter-wrap {
    min-height: 0;
  }
  .ent_m150 #alphafilter .accordion-heading {
    float: none;
    width: 100%;
    text-align: left;
    background-color: #000;
    border: 1px solid #fff;
    display: inherit;
  }
  .ent_m150 #alphafilter .accordion-heading:hover {
    background-color: #000;
  }
  .ent_m150 #alphafilter .accordion-heading .accordion-toggle {
    color: #ffffff;
  }
  .ent_m150 #alphafilter .accordion-heading .disabled {
    background: none repeat scroll 0 0 #1a1a1a;
    color: #555;
  }
  .ent_m150 #alphafilter .accordion-heading .disabled .icon-chevron-down {
    display: none;
  }
  .ent_m150 #alphafilter .accordion-heading .icon-chevron-down {
    font-family: 'mtv';
    font-size: 20px;
    color: #333;
    float: right;
  }
  .ent_m150 #alphafilter .accordion-heading .icon-chevron-down:before {
    content: "\e612";
  }
  .ent_m150 #alphafilter .accordion-heading .accordion-toggle {
    padding: 10px 15px 12px 15px;
  }
}
@media (max-width: 659px) {
  .ent_m150 #alphafilter .accordion-inner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.ent_m151 {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m151 .headline {
  font-family: 'AkzidenzGrotesk-Bold';
  color: #1a1a1a;
  margin: 25px 0;
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
}
.ent_m151 .dropdown-btn {
  background-color: #00bbef;
}
.ent_m151 .dropdown-btn:hover {
  background-color: #00bbef;
}
.ent_m151 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  float: left;
  min-width: 180px;
  margin: 2px 0 0;
  background-color: #00bbef;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ent_m151 .dropdown-menu a {
  color: #ffffff;
  text-decoration: none;
}
.ent_m151 .hide {
  display: none;
}
.ent_m151 .show {
  display: block;
}
.ent_m151 .link_wrapper .meta-wrap a.label {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 600;
  height: 2.4rem;
  letter-spacing: 0.005em;
  line-height: 1;
  margin-top: -3.1rem;
  padding: 0.2rem 0.7rem;
  background-color: #00bbef;
  color: #fff;
}
.ent_m151 .link_wrapper .meta-wrap a.label:hover {
  background-color: #1a1a1a;
}
@media (max-width: 659px) {
  .ent_m151 .link_wrapper .meta-wrap a.label {
    position: relative;
    top: 0px;
    display: table;
    margin-top: 0;
    margin-bottom: 0.3em;
    padding: 0.35rem 0.7rem;
  }
}
@media screen and (min-width: 659px) {
  body:not(.tve_auth) .ent_m151 .S001_line_list_item.tve_locked .s_tve_lock:after {
    bottom: 3rem;
  }
}
.ent_m155 {
  margin: auto;
  padding: 0 13px;
  max-width: 1200px;
}
.ent_m155 .headline {
  font-size: 27px;
  font-family: 'AkzidenzGrotesk-Super';
  text-transform: lowercase;
  padding: 15px 0;
}
.ent_m155 .L001_line_list > li {
  width: 25%;
}
.ent_m155 .L001_line_list > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .ent_m155 .L001_line_list > li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 659px) {
  .ent_m155 .L001_line_list > li {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .ent_m155 {
    padding: 0 10px;
  }
}
.ent_m156 {
  margin: auto;
  padding: 0 10px;
  max-width: 1200px;
}
.ent_m156 .headline {
  font-size: 27px;
  font-family: 'AkzidenzGrotesk-Super';
  text-transform: lowercase;
  padding: 15px 0;
}
.ent_m156 .L001_line_list > li {
  width: 25%;
}
.ent_m156 .L001_line_list > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .ent_m156 .L001_line_list > li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 659px) {
  .ent_m156 .L001_line_list > li {
    width: 100%;
  }
}
.ent_m156 .cta-button {
  width: 33.33%;
  margin-left: auto;
  margin-right: auto;
}
.ent_m156 .btn-block {
  width: 100%;
}
.ent_m156 .btn,
.ent_m156 .btn:hover,
.ent_m156 .btn-cta:hover {
  color: #ffffff;
}
.ent_m156 .btn {
  font-family: 'AkzidenzGrotesk-Bold';
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  text-transform: lowercase;
  text-decoration: none;
  background-color: #00bbef;
  border-radius: 3px;
  cursor: pointer;
  display: inline-table;
  font-size: 2rem;
  height: 40px;
  position: relative;
  text-align: center;
}
.ent_m156 .btn > span {
  font-size: 2.3rem;
  padding: 0.8rem 1.7rem 1rem;
  display: table-cell;
  height: 100%;
  position: relative;
  transition: background 0.2s ease;
}
.ent_m156 .btn .icon-chevron-right {
  margin-left: 7px;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'mtv';
  font-feature-settings: "liga";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
}
.ent_m156 .btn .icon-chevron-right::before {
  content: "\e614";
}
.ent_m156 .btn:hover > span {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}
@media screen and (max-width: 979px) {
  .ent_m156 .cta-button {
    width: 50%;
  }
}
@media screen and (max-width: 659px) {
  .ent_m156 .cta-button {
    width: 100%;
    margin-top: 30px;
  }
}
.ent_m161 {
  max-width: 800px;
  margin: 30px auto;
  padding: 0;
  line-height: 1.4;
}
.ent_m161 .headline {
  font: 23px/1 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  color: #1a1a1a;
  line-height: 26px;
  margin-bottom: 10px;
}
.ent_m161 .info {
  font-size: 17px;
  line-height: 24px;
  color: #1a1a1a;
}
.ent_m161 .info b {
  font-family: 'AkzidenzGrotesk-Bold';
}
.ent_m161 .info i {
  font-family: 'AkzidenzGrotesk-RegularItalic';
}
.ent_m161 .info a {
  text-decoration: none;
  color: #00bbef;
}
.ent_m161 .info a:hover {
  color: #1a1a1a;
  opacity: 0.7;
}
.ent_m163 {
  background-color: #f2f2f2;
}
.ent_m163 .module_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 10px 0;
}
.ent_m163 .module_content .image_holder {
  margin-bottom: 0.3em;
}
.ent_m163 .headline {
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  color: #1a1a1a;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
}
.ent_m163 li {
  font-size: 1.6rem;
  width: 16.6%;
  line-height: 1.05;
}
@media (max-width: 979px) {
  .ent_m163 li {
    width: 33.3%;
  }
}
@media (max-width: 659px) {
  .ent_m163 li {
    width: 50%;
    margin: 0 0 10px;
    margin-bottom: 30px;
  }
}
.ent_m164 .list_wrapper {
  clear: both;
}
.ent_m165 {
  margin-bottom: 50px;
}
@media screen and (max-width: 659px) {
  .ent_m165 {
    margin-bottom: 200px;
  }
}
.ent_m165 .list_item {
  transition: height 350ms ease;
  overflow-y: hidden;
  overflow-x: hidden;
}
.ent_m165 .list_item .item_wrapper {
  cursor: pointer;
  position: relative;
}
.ent_m165 .list_item .item_wrapper .image_holder {
  height: 100%;
  background: none;
}
.ent_m165 .list_item .item_wrapper .image_holder img {
  border-radius: 1000px;
}
.ent_m165 .list_item .item_wrapper .image_holder:before {
  padding-top: 100%;
}
@media screen and (max-width: 659px) {
  .ent_m165 .list_item .item_wrapper .image_holder {
    display: inline-block;
    width: 33%;
  }
}
.ent_m165 .list_item .item_wrapper .item_meta {
  min-height: 50px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid black;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.ent_m165 .list_item .item_wrapper .item_meta .headline {
  display: block;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 2.3rem;
}
.ent_m165 .list_item .item_wrapper .item_meta .subHeadline {
  display: block;
  font-size: 2.3rem;
}
@media screen and (max-width: 659px) {
  .ent_m165 .list_item .item_wrapper .item_meta {
    vertical-align: top;
    display: inline-block;
    border-top: none;
    width: 60%;
    margin-left: 15px;
  }
}
.ent_m165 .list_item.expanded .item_wrapper:after {
  border-color: transparent transparent #dddddd;
  border-image: none;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
  width: 0;
  left: 5%;
}
@media screen and (max-width: 659px) {
  .ent_m165 .list_item.expanded .item_wrapper:after {
    bottom: -30px;
    left: 10%;
  }
}
.ent_m165 .list_item .item_content_wrapper {
  border: 1px solid transparent;
  background: #dddddd;
  box-sizing: border-box;
  display: none;
  padding: 0 0 30px 0;
  margin: 30px 0 30px 0;
  clear: both;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
}
.ent_m165 .list_item .item_content_wrapper .item_content {
  position: relative;
  margin: 0 auto;
  padding: 50px 13px 0px 13px;
  width: 100%;
  max-width: 1200px;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_image {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  padding-right: 13px;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_image .image_holder:before {
  padding-top: 100%;
}
@media screen and (max-width: 659px) {
  .ent_m165 .list_item .item_content_wrapper .item_content .item_content_image {
    display: none;
  }
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details {
  float: left;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 50%;
  padding-left: 13px;
}
@media screen and (max-width: 659px) {
  .ent_m165 .list_item .item_content_wrapper .item_content .item_content_details {
    width: 100%;
  }
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_name {
  font-family: 'AkzidenzGrotesk-Bold';
  display: block;
  font-size: 4.4rem;
  margin-bottom: 10px;
  line-height: 0.9;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  vertical-align: middle;
  text-align: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  padding: 10px 0;
  text-decoration: none;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton.facebook {
  background: #3b5998;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton.twitter {
  background: #00aced;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton.instagram {
  background: #F9F9F9;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton.instagram:before {
  color: #000;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton:hover:after {
  opacity: 1;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton span {
  width: 100%;
  height: 100%;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_copy {
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 1.6rem;
  line-height: 1.4;
  color: #9a9a9a;
  font-weight: 400;
  margin-top: 15px;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_linkwrap {
  width: 100%;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_linkwrap .item_content_linkwrap_button {
  position: relative;
  display: inline-block;
  width: 47%;
  padding: 10px 15px;
  margin: 15px 10px 0 0;
  letter-spacing: -0.01em;
  background: #00bbef;
  color: white;
  font-size: 2rem;
  font-family: 'AkzidenzGrotesk-Super';
  border-radius: 3px;
  text-transform: lowercase;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_linkwrap .item_content_linkwrap_button {
    width: 46%;
    font-size: 1.3rem;
  }
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_linkwrap .item_content_linkwrap_button span:after {
  font-family: 'mtv';
  font-size: 0.8em;
  content: "\e614";
  margin-left: 7px;
  padding-top: 3px;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_linkwrap .item_content_linkwrap_button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_linkwrap .item_content_linkwrap_button:hover:after {
  opacity: 1;
}
.ent_m165 .list_item .item_content_wrapper .item_content .close {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
}
.ent_m165 .list_item .item_content_wrapper .item_content .close:before,
.ent_m165 .list_item .item_content_wrapper .item_content .close:after {
  background: #777777;
  content: "";
  height: 3px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 100%;
}
.ent_m165 .list_item .item_content_wrapper .item_content .close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 659px) {
  .ent_m165 .list_item .item_content_wrapper .item_content .close {
    padding: 8px;
  }
  .ent_m165 .list_item .item_content_wrapper .item_content .close:before,
  .ent_m165 .list_item .item_content_wrapper .item_content .close:after {
    width: 24px;
  }
}
.ent_m165 .L001_line_list {
  margin: 20px auto;
  max-width: 1200px;
}
.ent_m165 .L001_line_list > li {
  width: 25%;
}
.ent_m165 .L001_line_list > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .ent_m165 .L001_line_list > li {
    width: 33%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 659px) {
  .ent_m165 .L001_line_list > li {
    width: 100%;
  }
}
.ent_m165 .item_content_copy a {
  text-decoration: none;
  color: #00bbef;
}
.ent_m168 {
  margin: 0 auto;
  max-width: 1200px;
  min-height: 280px;
  display: table;
  width: 100%;
}
.ent_m168 .ent_m061 + .ent_m161 {
  display: inline-block;
  margin-top: 0px;
  padding-right: 13px;
  padding-left: 13px;
  width: 66.6667%;
  max-width: none;
  vertical-align: top;
}
@media screen and (max-width: 979px) {
  .ent_m168 .ent_m061 + .ent_m161 {
    Spadding: 0 10px;
  }
}
.ent_m168 .ent_m061 + .ent_m161 .headline {
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
}
.ent_m168 .ent_m061 + .ent_m161 .info {
  font-size: 1.8rem;
  line-height: 1.4;
}
.ent_m168 .ent_m061 {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 0;
  width: 33.3333%;
  float: right;
  text-align: center;
}
.ent_m168 .ent_m061 .ad {
  margin-top: 0;
}
@media screen and (max-width: 979px) {
  .ent_m168 {
    display: block;
  }
  .ent_m168 .ent_m061 {
    width: 50%;
    padding: 0 10px;
  }
  .ent_m168 .ent_m061 + .ent_m161 {
    width: 50%;
  }
  .ent_m168 .ent_m061 .ad {
    display: inline-block;
  }
}
@media screen and (max-width: 659px) {
  .ent_m168 .ent_m061 .ad {
    display: inline-block;
  }
  .ent_m168 .ent_m061 + .ent_m161 {
    width: 100%;
  }
  .ent_m168 .ent_m061 {
    width: 100%;
  }
}
.ent_m169 .list_wrapper {
  clear: both;
}
.ent_m170 {
  margin: 30px auto;
  max-width: 1200px;
  padding: 0 13px;
  width: 100%;
}
.ent_m170 h2.headline {
  color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Super';
  font-size: 2.7rem;
  line-height: 1.07;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}
.ent_m170 h2.headline a {
  text-decoration: none;
  color: #1a1a1a;
}
.ent_m170 h2.headline a:hover {
  color: #00bbef;
}
.ent_m170 h4.s_fonts_lineListTuneIn {
  position: absolute;
  height: 2.4rem;
  margin-top: -2.4rem;
  z-index: 50;
}
.ent_m170 h4.s_fonts_lineListTuneIn .s_layouts_lineListBadge {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 1.6rem;
  padding: 4px 7px 4px;
  display: table-cell;
  vertical-align: bottom;
  color: #ffffff;
  background-color: #00bbef;
}
.ent_m170 h4.s_fonts_lineListTuneIn a.s_layouts_lineListBadge:hover {
  background-color: #1a1a1a;
}
.ent_m170 .S001_line_list_item {
  width: 50%;
}
.ent_m170 .S001_line_list_item .link_wrapper h3 {
  margin-top: 1rem;
  text-transform: capitalize;
}
.ent_m170 .S001_line_list_item .link_wrapper h3 em,
.ent_m170 .S001_line_list_item .link_wrapper h3 i {
  font-style: italic;
}
.ent_m170 .S001_line_list_item span {
  font-size: 0.75em;
  color: #909090;
}
.triforce_rendered .ent_m171 {
  padding: 0;
  margin: 0;
}
.ent_m171 div {
  outline: none;
  /* to remove orange border on focus on mobile */
}
.ent_m171 .s_layouts_snapItemSpecials .s_layouts_snapBadge {
  background: #ffff00;
  color: #1a1a1a;
}
.ent_m172 .module_content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m172 .secondary_item {
  position: relative;
  float: left;
  width: 100%;
}
.ent_m172 .secondary_item a {
  display: block;
  position: relative;
  text-decoration: none;
}
.ent_m172 .secondary_item a:hover .image {
  -webkit-filter: saturate(1.2) contrast(1.1);
  filter: saturate(1.2) contrast(1.1);
}
.ent_m172 .secondary_item a:hover .header,
.ent_m172 .secondary_item a:hover .subHeader {
  color: #00bbef;
}
@media (min-width: 660px) {
  .ent_m172 .secondary_item_2 {
    width: 50%;
  }
}
.ent_m172 .image_holder {
  background-color: transparent;
  max-height: 400px;
}
@media (min-width: 660px) {
  .ent_m172 .image_holder {
    height: auto;
    max-height: 535px;
  }
}
.ent_m172 .image_holder:before {
  padding-top: 56.25%;
}
@media (min-width: 660px) {
  .ent_m172 .image_holder:before {
    padding-top: 75%;
  }
}
.ent_m172 .image_holder:after {
  background: rgba(0, 0, 0, 0) linear-gradient(-168deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.27) 79%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 660px) {
  .ent_m172 .secondary_item_1 .image_holder {
    max-height: none;
  }
}
@media (min-width: 660px) {
  .ent_m172 .secondary_item_1 .image_holder:before {
    padding-top: 56.25%;
  }
}
.ent_m172 .secondary_item_1 .image_holder:after {
  background: 0 none;
}
.ent_m172 .secondary_item_1 .alt_ratio .image_holder:before {
  padding-top: 33.33%;
}
.ent_m172 .secondary_item_1 .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  max-height: 400px;
}
@media (min-width: 660px) {
  .ent_m172 .secondary_item_1 .image {
    max-height: none;
  }
}
.ent_m172 .meta-wrap {
  bottom: 0;
  padding: 0 10px 5%;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  text-transform: lowercase;
  text-align: left;
  line-height: 1;
  font-family: 'AkzidenzGrotesk-Regular';
}
@media (min-width: 660px) {
  .ent_m172 .meta-wrap {
    padding: 0 10px 3.5vw;
  }
}
@media (min-width: 980px) {
  .ent_m172 .meta-wrap {
    padding: 0 13px 2.5vw;
  }
}
.ent_m172 .label {
  position: relative;
  background-color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: -10px;
  display: inline-block;
}
@media (min-width: 660px) {
  .ent_m172 .label {
    margin-top: 10px;
  }
}
.ent_m172 .label span {
  display: inline-block;
  padding: 5px 10px 5px;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 16px;
}
.ent_m172 .header {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 30px;
  line-height: 0.72em;
  letter-spacing: -1.7px;
}
@media (min-width: 660px) {
  .ent_m172 .header {
    font-size: 40px;
  }
}
.ent_m172 .subHeader {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 0.45em;
  padding-right: 1vw;
  display: inline-block;
  position: relative;
}
@media (min-width: 660px) {
  .ent_m172 .subHeader {
    font-size: 24px;
    margin-top: 0.35em;
  }
}
.ent_m172 .icon-chevron-right {
  background-color: #00bbef;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  right: -1.5vw;
  top: -1px;
}
@media (min-width: 660px) {
  .ent_m172 .icon-chevron-right {
    top: 0;
  }
}
@media (min-width: 980px) {
  .ent_m172 .icon-chevron-right {
    right: -0.7vw;
  }
}
.ent_m172 .icon-chevron-right:after {
  content: "\e614";
  color: #ffffff;
  display: block;
  padding: 0.24em 0.20em 0.24em 0.30em;
  vertical-align: middle;
  font-size: 3vw;
  font-family: 'mtv';
  text-align: center;
  line-height: 1;
}
@media (min-width: 660px) {
  .ent_m172 .icon-chevron-right:after {
    font-size: 1.8vw;
  }
}
@media (min-width: 980px) {
  .ent_m172 .icon-chevron-right:after {
    font-size: 1.10vw;
  }
}
.ent_m172 .s_layouts_buttonWrapper {
  width: 100%;
  text-align: center;
}
.ent_m172 .s_buttons_button {
  width: auto;
  margin-top: 40px;
}
@media (min-width: 980px) {
  .ent_m172 .s_buttons_button {
    display: none;
  }
}
.ent_m173 {
  clear: both;
  margin-bottom: 30px;
  padding: 0 10px 0;
}
@media (min-width: 660px) {
  .ent_m173 {
    padding: 20px 10px;
  }
}
@media (min-width: 980px) {
  .ent_m173 {
    margin-bottom: 0;
    padding: 50px 10px;
  }
}
.ent_m173 .section-header-2 {
  border-bottom: 5px solid #000;
  text-transform: lowercase;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
  font-family: 'AkzidenzGrotesk-Bold';
}
.ent_m173 .section-header-md {
  font-size: 2.3rem;
  letter-spacing: -0.05em;
}
.ent_m173 .media .image_inner_wrapper .image_holder {
  background: transparent;
}
.ent_m173 .media .image_inner_wrapper .image_holder:before {
  width: 100%;
  padding-top: 0;
}
.ent_m173 .media .image_inner_wrapper .image_holder .image {
  position: relative;
}
.ent_m173 .meta-wrap {
  padding-top: 0.5rem;
  color: #000;
}
.ent_m173 .meta-wrap .label {
  padding: 0.2rem 0.8rem;
  font-size: 1.6rem;
  position: absolute;
  margin-top: -3.3rem;
  font-weight: 400;
  text-transform: lowercase;
  display: inline-block;
  float: left;
  clear: right;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.ent_m173 .meta-wrap:hover .header {
  color: #00bbef;
}
.ent_m173 .meta-wrap .header span {
  font-family: 'AkzidenzGrotesk-Bold';
  line-height: 1;
  font-size: 2.6rem;
  display: inline-block;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: -0.05em;
}
@media (min-width: 660px) {
  .ent_m173 .meta-wrap .header span {
    font-size: 3.7rem;
  }
}
.ent_m174 {
  position: relative;
  margin: 0 10px 0 10px;
}
.ent_m174 .L001_line_list li {
  position: relative;
}
.ent_m174 .S001_line_list_item .link_wrapper:hover .image {
  -webkit-filter: saturate(1.2) contrast(1.1);
  filter: saturate(1.2) contrast(1.1);
}
.ent_m174 .S001_line_list_item .link_wrapper:hover h3 {
  color: #00bbef;
}
.ent_m174 .S001_line_list_item .link_wrapper h3 {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 2rem;
  padding-top: 5px;
  text-transform: capitalize;
}
.ent_m174 .S001_line_list_item .trend-box {
  position: absolute;
  top: 0;
  left: 12px;
  height: 25px;
  width: 25px;
  z-index: 2;
}
.ent_m174 .S001_line_list_item span {
  color: #777;
  font-size: 0.5em;
}
.ent_m174 .med {
  position: relative;
  width: 50%;
}
.ent_m174 .med .link_wrapper h3 {
  position: relative;
  margin-top: -4.2ex;
  min-height: 4.2ex;
  background-color: #ffffff;
  font-size: 2.4rem;
  line-height: 2.1ex;
  width: 85%;
  padding: 8px 13px 0 0;
  text-transform: capitalize;
}
.ent_m174 header {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 2.3rem;
  line-height: 1.13;
  margin-bottom: 15px;
  border-bottom: 5px solid #1a1a1a;
  text-transform: lowercase;
}
.ent_m174 .cta-button {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
.ent_m174 .btn-cta:hover {
  color: #ffffff;
}
.ent_m174 .trending-stories-body .s_buttons_button:after {
  content: "";
}
.ent_m174 .s_buttons_button:hover {
  cursor: pointer;
}
@media screen and (max-width: 659px) {
  .ent_m174 .L001_line_list > li {
    width: 100%;
  }
  .ent_m174 .cta-button {
    width: 100%;
    margin-top: 0;
  }
}
.ent_m174 .js_btn_showMore.is_hidden {
  display: none;
}
.ent_m174 .latest-stories-body {
  height: 0px;
}
.ent_m174 .s_layouts_lineListItemImageWrapper {
  position: relative;
}
.ent_m174 .s_layouts_lineListBadge {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #00bbef;
  padding: 4px 7px 4px;
}
.ent_m174 .s_layouts_lineListBadge span {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 16px;
  color: #ffffff;
  text-transform: lowercase;
  line-height: 1;
  display: table-cell;
  vertical-align: bottom;
}
.ent_m174 a.s_layouts_lineListBadge:hover {
  background-color: #1a1a1a;
}
.ent_m175 {
  background-color: #f2f2f2;
  padding: 15px 10px;
}
.ent_m175 .link_wrapper:hover h3 {
  color: #1a1a1a;
}
.ent_m175 .link_wrapper:hover h3:hover {
  color: #00bbef;
}
.ent_m175 .headline {
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  color: #1a1a1a;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
}
.ent_m175 li {
  font-size: 1.6rem;
  width: 16.6%;
  line-height: 1.05;
}
.ent_m175 li .image_holder {
  margin-bottom: 5px;
}
@media (max-width: 659px) {
  .ent_m175 li {
    width: 50%;
    margin: 0 0 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 979px) {
  .ent_m177.is_hidden .s_right_rail_sticky {
    position: fixed;
    bottom: 0;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1003;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
  }
  .ent_m177.is_hidden.open .s_right_rail_sticky {
    background-color: #ffffff;
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
    overflow-y: scroll;
  }
  .ent_m177.is_hidden .s_right_rail_sticky .list_header {
    background-color: transparent;
    border-bottom: 0 solid transparent;
    padding: 5px;
  }
  .ent_m177.is_hidden .s_right_rail_sticky .toggleable_module_content {
    width: 100%;
  }
  .ent_m177.is_hidden .s_right_rail_sticky .s_fonts_lineListHeader {
    font-size: 5.05vw;
    line-height: 1;
  }
  .ent_m177.is_hidden .s_right_rail_sticky .s_fonts_lineListDescription {
    font-size: 4.5vw;
    line-height: 1.05;
  }
  .ent_m177.is_hidden .icon-chevron-up:after {
    content: "\e619";
    display: inline;
    color: #1a1a1a;
    cursor: pointer;
    font-family: 'mtv';
    font-size: 23px;
    line-height: 1;
    margin-right: 15px;
    border-radius: 100%;
    vertical-align: top;
  }
  .ent_m177.is_hidden.open .icon-chevron-up:after {
    content: "\e612";
  }
  .ent_m177.is_hidden .list_header {
    font-family: 'AkzidenzGrotesk-Bold';
    font-size: 20px;
    font-weight: 700;
  }
  .ent_m177.is_hidden .S002_line_list_item_vertical {
    border-bottom: 1px dotted #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .ent_m177.is_hidden .s_buttons_button {
    display: none;
  }
}
@media (max-width: 979px) and (min-width: 660px) {
  .ent_m177.is_hidden .s_right_rail_sticky .toggleable_module_content {
    margin: 0 auto;
    width: 83.3333%;
  }
}
@media (max-width: 979px) and (min-width: 660px) {
  .ent_m177.is_hidden .s_right_rail_sticky .s_fonts_lineListHeader {
    font-size: 3.05vw;
    line-height: 1.05;
  }
}
@media (max-width: 979px) and (min-width: 660px) {
  .ent_m177.is_hidden .s_right_rail_sticky .s_fonts_lineListDescription {
    font-size: 2.7vw;
    letter-spacing: -0.04em;
    margin-top: 0.5vw;
  }
}
@media (min-width: 980px) {
  .ent_m177.is_stuck .s_right_rail_sticky {
    position: fixed;
    top: 50px;
    height: auto;
  }
  .ent_m177.is_bottomed .s_right_rail_sticky {
    position: absolute;
    bottom: 0;
    height: auto;
  }
}
.ent_m177 .s_right_rail_sticky {
  height: auto;
  padding: 15px 13px 15px;
}
.ent_m177 .s_right_rail_sticky .link_wrapper {
  color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Regular';
  display: block;
  clear: both;
}
.ent_m177 .s_right_rail_sticky .link_wrapper .s_fonts_lineListHeader {
  font-family: 'AkzidenzGrotesk-Bold';
}
.ent_m177 .s_right_rail_sticky .link_wrapper:hover .s_fonts_lineListHeader,
.ent_m177 .s_right_rail_sticky .link_wrapper:hover .s_fonts_lineListDescription {
  color: #00bbef;
}
.ent_m177 .s_right_rail_sticky .list_header {
  color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
  border-bottom: 5px solid #1a1a1a;
  padding: 5px 15px;
  margin-bottom: 15px;
  background-color: #ffff00;
}
.ent_m177 .s_right_rail_sticky .S002_line_list_item_vertical {
  margin-bottom: 15px;
}
.ent_m177 .s_right_rail_sticky .s_layouts_lineListItemImageWrapper {
  margin-bottom: 0;
  display: table-cell;
}
.ent_m177 .s_right_rail_sticky .s_layouts_lineListMetaWrapper {
  display: table-cell;
}
.ent_m177 .s_right_rail_sticky .s_fonts_lineListHeader {
  font-size: 20px;
}
.ent_m177 .s_right_rail_sticky .s_layouts_lineListHeader {
  margin-left: 0;
  padding-left: 0;
}
.ent_m177 .s_right_rail_sticky .s_fonts_lineListDescription {
  font-size: 17px;
  text-transform: lowercase;
}
.ent_m177 .s_right_rail_sticky .meta {
  font-size: 14px;
  color: #777777;
}
.ent_m177 .s_layouts_buttonWrapper {
  width: 100%;
  text-align: center;
}
.ent_m177 .social_wrap .social_title {
  display: block;
  font-size: 4vw;
  margin-bottom: 10px;
}
.ent_m177 .social_wrap .social_button {
  text-decoration: none;
}
.ent_m177 .social_wrap .social_button:before {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.ent_m178 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ent_m178 a {
  display: block;
  position: relative;
  text-decoration: none;
}
.ent_m178 a:hover .image {
  -webkit-filter: saturate(1.2) contrast(1.1);
  filter: saturate(1.2) contrast(1.1);
}
.ent_m178 a:hover .header,
.ent_m178 a:hover .subHeader {
  color: #00bbef;
}
.ent_m178 .image_holder {
  position: relative;
  background-color: transparent;
  max-height: 400px;
}
.ent_m178 .image_holder:before {
  padding-top: 56.25%;
}
.ent_m178 .image_holder:after {
  background: rgba(0, 0, 0, 0) linear-gradient(-168deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.27) 79%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 660px) {
  .ent_m178 .image_holder {
    height: auto;
    max-height: 535px;
  }
}
@media (min-width: 980px) {
  .ent_m178 .image_holder:before {
    padding-top: 33.33%;
  }
}
.ent_m178 .meta_items {
  position: relative;
  width: 100%;
}
.ent_m178 .meta_items .meta-wrap {
  bottom: 0;
  color: #ffffff;
  font-family: 'AkzidenzGrotesk-Regular';
  line-height: 1;
  padding: 0 10px 5%;
  position: absolute;
  text-align: left;
  text-transform: lowercase;
  top: auto;
  width: 100%;
  z-index: 1;
}
@media (min-width: 980px) {
  .ent_m178 .meta_items .meta-wrap {
    padding: 0 13px 3.5vw;
  }
}
.ent_m178 .label {
  position: relative;
  background-color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: -10px;
  display: inline-block;
}
@media (min-width: 660px) {
  .ent_m178 .label {
    margin-top: 10px;
  }
}
.ent_m178 .label span {
  display: inline-block;
  padding: 5px 10px 5px;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 16px;
  text-transform: lowercase;
}
.ent_m178 .header {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 30px;
  line-height: 0.72em;
  letter-spacing: -1.7px;
  text-transform: lowercase;
}
@media (min-width: 660px) {
  .ent_m178 .header {
    font-size: 70px;
  }
}
.ent_m178 .subHeader {
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  margin-top: 0.45em;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
}
@media (min-width: 660px) {
  .ent_m178 .subHeader {
    font-size: 30px;
  }
}
.ent_m178 .icon-chevron-right {
  background-color: #00bbef;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  right: -1.5vw;
  top: -1px;
}
.ent_m178 .icon-chevron-right:after {
  content: "\e614";
  color: #ffffff;
  display: block;
  padding: 0.24em 0.20em 0.24em 0.30em;
  vertical-align: middle;
  font-size: 3vw;
  text-align: center;
  font-family: 'mtv';
  line-height: 1;
}
@media (min-width: 660px) {
  .ent_m178 .icon-chevron-right {
    top: 1px;
  }
  .ent_m178 .icon-chevron-right:after {
    font-size: .8em;
  }
}
@media (min-width: 980px) {
  .ent_m178 .icon-chevron-right {
    right: -1vw;
  }
  .ent_m178 .icon-chevron-right:after {
    font-size: .75em;
  }
}
.ent_m206 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 56px;
}
@media (max-width: 1200px) {
  .ent_m206 {
    padding: 0 10px;
  }
}
.gallery {
  position: relative;
}
.gallery__share {
  position: absolute;
  top: 0;
  left: -40px;
}
.gallery__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.2em 1.6em 4em;
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.gallery__overlay-share {
  position: absolute;
  bottom: 2.2em;
  left: 1.6em;
}
.gallery__share-button {
  width: 1.8em;
  height: 1.8em;
  padding: .4em 0;
  cursor: pointer;
}
.gallery__share-button:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
.gallery__share-button--horizontal {
  display: inline-block;
}
.gallery__share-button.whatsapp {
  display: none;
}
.gallery__item-sizer {
  width: 2px;
}
.gallery-item__popup {
  display: none;
}
.gallery__item {
  padding: 0 0 2px 0;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.gallery__overlay {
  display: none;
}
.no-touch .gallery__overlay {
  display: block;
  opacity: 0;
}
.gallery__ad-item--200x31 {
  float: right;
  width: 200px;
  height: 31px;
  margin-top: 50px;
}
.gallery__ad-item--320x250 {
  padding: 0 0 2px 0;
  position: absolute;
  right: 2px;
  top: 0;
  display: inline-block;
  overflow: hidden !important;
  vertical-align: top;
  width: 298px;
  min-width: 298px;
  overflow: hidden;
  height: 252px;
}
.gallery__full-image {
  position: relative;
  display: block;
  height: 100%;
}
@media (max-width: 1200px) {
  .gallery {
    width: 900px;
    margin: 40px auto 0 auto;
  }
  .gallery__share {
    left: 0;
    top: -35px;
  }
  .gallery__share-button {
    display: inline-block;
  }
  .gallery__ad-item--200x31 {
    margin-right: 7%;
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  .gallery {
    width: 600px;
  }
}
@media (max-width: 600px) {
  .gallery {
    width: 300px;
  }
  .gallery__share {
    left: 10px;
  }
  .gallery__item {
    width: 300px;
    text-align: center;
  }
  .gallery__item:hover .gallery__overlay {
    opacity: 0;
  }
  .gallery__full-image {
    display: inline-block;
  }
  .gallery__share-button.whatsapp {
    display: inline-block;
  }
  .gallery__ad-item--200x31 {
    float: none;
    margin: 0 auto 0 auto;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('/sitewide/images/photoswipe/default-skin.svg') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('/sitewide/images/photoswipe/default-skin.svg');
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url('/sitewide/images/photoswipe/preloader.gif') 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: left;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.gallery__top-bar {
  height: 66px;
  text-align: center;
}
.pswp__ui--fit .gallery__top-bar,
.pswp__ui--fit .gallery__caption {
  background-color: rgba(0, 0, 0, 0.88);
}
.pswp__ui--fit .gallery__caption {
  height: 100px;
}
.gallery__nav-button:before {
  background-color: rgba(0, 0, 0, 0.88);
}
.gallery__counter {
  position: relative;
  display: inline-block;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
}
.gallery__top-item {
  display: inline-block;
  vertical-align: middle;
}
.gallery__buttons-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.gallery__topbar-button {
  margin-top: 11px;
}
.gallery__share-tooltip a {
  font-size: 16px;
}
.gallery__caption__center {
  padding: 20px;
  max-width: 500px;
  font-size: 16px;
  text-align: center;
}
.pswp__share-tooltip .pswp__share--whatsapp {
  display: none;
}
@media (max-width: 320px) {
  .pswp__share-tooltip .pswp__share--whatsapp {
    display: block;
  }
}
.m206-pswp-generated-ad {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -125px -150px;
}
body.show_overlay {
  overflow: hidden;
}
.page-overlay {
  z-index: 6000001;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font: normal 16px 'AkzidenzGrotesk-Regular';
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.page-overlay.shown {
  display: flex;
}
.page-overlay.animate {
  opacity: 1;
}
.page-overlay.embed .page-overlay_wrapper {
  max-width: 500px;
}
.page-overlay.embed .page-overlay_copy {
  padding: 5px 10px;
  color: #ffffff;
  background-color: #343737;
  word-wrap: break-word;
}
.page-overlay_wrapper {
  position: relative;
  display: flex;
  max-width: 786px;
  max-height: 564px;
  width: 100%;
  flex-direction: column;
}
.page-overlay_body {
  padding: 15px 20px 20px;
  background-color: #141414;
  overflow-y: auto;
}
.page-overlay_close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.page-overlay_close:before,
.page-overlay_close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: currentColor;
}
.page-overlay_close:before {
  transform: rotate(45deg);
}
.page-overlay_close:after {
  transform: rotate(-45deg);
}
.page-overlay_header {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  min-height: 50px;
  padding: 5px 50px 5px 10px;
  background-color: #434343;
}
.page-overlay_header:before {
  content: "\e627";
  margin-right: 10px;
  font: normal 40px/1 'mtv';
  vertical-align: middle;
}
.page-overlay_headline {
  font: normal 20px 'AkzidenzGrotesk-Bold';
}
.page-overlay_description {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666666;
}
.page-overlay_copy {
  font-size: 16px;
}
.page-overlay_button {
  float: right;
  margin-top: 20px;
  padding: 5px 15px;
  font-size: 15px;
  font-family: 'AkzidenzGrotesk-Bold';
  color: #ffffff;
  background-color: #232323;
  border: 0;
  text-align: center;
  outline: 0;
}
@keyframes overlayNotificationAnimation {
  0% {
    opacity: 0;
    transform: translate(-50%, -75%);
  }
  33%,
  67% {
    opacity: .8;
    transform: translate(-50%, -50%);
  }
  100% {
    display: none;
    opacity: 0;
    transform: translate(-50%, -15%);
  }
}
.page-overlay_notification {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  padding: 20px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  animation: overlayNotificationAnimation 2.4s linear forwards;
}
.linelist-grid,
.gallery__items-list {
  list-style: none;
}
.linelist-grid li,
.gallery__items-list .gallery__item {
  opacity: 0;
}
.linelist-grid li.shown,
.no-js .linelist-grid li,
.no-cssanimations .linelist-grid li,
.gallery__items-list .gallery__item.shown,
.no-js .gallery__items-list .gallery__item,
.no-cssanimations .gallery__items-list .gallery__item {
  opacity: 1;
}
.linelist-grid li a,
.linelist-grid li img,
.gallery__items-list .gallery__item a,
.gallery__items-list .gallery__item img {
  outline: none;
  border: none;
  max-width: 100%;
}
/* Effect 2: Move Up */
.linelist-grid.effect-2 li.animate,
.gallery__items-list.effect-2 .gallery__item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.linelist-load-more-btn {
  clear: both;
  float: none;
}
.page-overlay_headline {
  text-transform: uppercase;
}
.page-overlay_button {
  text-transform: uppercase;
}
.page-overlay_notification {
  font-size: 12px;
}
.gallery__headline {
  margin: 25px 0;
}
.gallery__item:hover .gallery__overlay {
  opacity: 1;
  background-color: rgba(255, 255, 0, 0.7);
}
.gallery__overlay-description {
  color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Regular';
}
.gallery__caption,
.gallery__counter {
  font-family: 'AkzidenzGrotesk-Regular';
}
.gallery__ad {
  width: 298px !important;
  height: 252px !important;
  overflow: hidden !important;
}
.gallery__share-button {
  text-align: center;
  line-height: 1;
}
.gallery__share-button:before {
  font-size: 1em;
}
.gallery__share-button.facebook {
  background-color: #3b5998;
}
.gallery__share-button.twitter {
  background-color: #00aced;
}
.gallery__share-button.pinterest {
  background-color: #cd2028;
}
.gallery__share-button.whatsapp {
  background-color: #1bd741;
}
.pswp__share-tooltip {
  font-family: 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  font-weight: bold;
}
.pswp__share-tooltip .pswp__share--whatsapp:hover {
  background: #1bd741;
  color: #fff;
}
.gallery__topbar-button {
  background-image: none;
}
.gallery__topbar-button.has_icon:before {
  font-size: 20px;
  line-height: 1;
}
.gallery__topbar-button.full-screen:before {
  content: "\e64b";
}
.gallery__topbar-button.share:before {
  content: "\e63";
}
.gallery__topbar-button.zoom-in:before {
  content: "\e600";
}
.gallery__nav-button:before {
  width: 35px;
  height: 35px;
  background-image: none;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
}
.pswp--touch .gallery__nav-button {
  visibility: visible;
}
.pswp--svg .pswp__ui .gallery__topbar-button,
.pswp--svg .pswp__ui .gallery__nav-button:before {
  background-image: none;
}
.pinterest.has_icon:before {
  content: "\e641";
}
.arrow_left.has_icon:before {
  content: "\e60c";
}
.arrow_right.has_icon:before {
  content: "\e60d";
}
@media (max-width: 47.938em) {
  .simple_header {
    position: relative;
  }
}
@media (max-width: 659px) {
  .leaderboard {
    display: none;
  }
}
.ent_m206 .gallery__headline {
  text-transform: uppercase;
  font-size: 2.8rem;
  display: inline-block;
}
.ent_m206 ul.gallery__share,
.ent_m206 ul.gallery__overlay-share {
  font-size: 1.8em;
}
.ent_m206 .gallery__share-button {
  padding: .4em 0;
}
.ent_m206 .gallery__overlay .gallery__overlay-description {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
  line-height: 20px;
}
.ent_m208 {
  display: none;
  visibility: hidden;
  height: 0px !important;
}
.ent_m209 .player {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
.ent_m209 .player .player_video {
  position: absolute;
  top: 0;
  left: 0;
}
.ent_m209 .image_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
.ent_m209 .player_share {
  display: inline-block;
  padding: 20px 0;
  overflow: hidden;
}
.ent_m209 .player_meta {
  margin-top: 11px;
  color: #ffffff;
}
.ent_m209 .player_meta .player_parent-title {
  font-size: 2.25em;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 22px;
  margin-bottom: 4px;
}
.ent_m209 .player_meta .player_video-title {
  font: 3.3em/1.07 'AkzidenzGrotesk-Bold';
  text-transform: lowercase;
  padding-bottom: 11px;
  letter-spacing: -0.75px;
}
.ent_m209 .player_meta .player_description {
  margin: 3px 0 10px 0;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 22px;
}
.ent_m209 .player_meta .player_display-date {
  color: #aaaaaa;
  font-size: 1.4em;
  text-transform: lowercase;
}
.ent_m209 .player_meta .player_display-date:before {
  content: 'aired ';
}
.ent_m209 .tve_locked_slate {
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.ent_m209 .tve_locked_slate .player_slate_content {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'AkzidenzGrotesk-Super';
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ent_m209 .tve_locked_slate .player_slate_content:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_title {
  margin: 0 auto 15px;
  font-size: 4.1rem;
  letter-spacing: -0.015em;
  line-height: 0.95;
  text-transform: lowercase;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_description {
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin: 0 40px 20px;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_button {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 10px auto 15px auto;
  font-size: 20px;
  line-height: 34px;
  text-transform: lowercase;
  color: #FFF;
  background: #00bbef;
  text-decoration: none;
  padding: 7px 12px;
  cursor: pointer;
  width: 25%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  border-radius: 3px;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_button::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 659px) {
  .ent_m209 .tve_locked_slate .player_slate_content .player_slate_title {
    display: none;
  }
  .ent_m209 .tve_locked_slate .player_slate_content .player_slate_description {
    font-size: 14px;
  }
  .ent_m209 .tve_locked_slate .player_slate_content .player_slate_button {
    margin: 10px auto 0 auto;
    width: 90%;
  }
}
.ent_m209 .player_share-button {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  cursor: pointer;
}
.ent_m209 .player_share-button:last-child {
  margin-right: 0;
}
.ent_m209 li.facebook {
  background: #3b5998;
}
.ent_m209 li.twitter {
  background: #00aced;
}
.ent_m209 li.email {
  background: #1a1a1a;
}
.ent_m209 li.embed {
  background: #606060;
}
.ent_m209 .unavailable_slate {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 23%;
  text-align: center;
  font-size: 1.6rem;
  font-family: AkzidenzGrotesk-Regular;
  background-color: #1E1E1E;
  color: #ffffff;
}
.ent_m209 .unavailable_slate h2 {
  font-family: AkzidenzGrotesk-Bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 659px) {
  .ent_m209 .unavailable_slate h2 {
    font-size: 2rem;
  }
}
.ent_m209 .unavailable_slate .player_slate_description {
  margin: 0 4em;
}
@media screen and (max-width: 659px) {
  .ent_m209 .unavailable_slate .player_slate_description {
    display: none;
  }
}
.ent_m209 .player_tvProvider_holder .player_tvProvider {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
  right: 0;
}
.ent_m209 .player_tvProvider_holder .player_tvProvider_title {
  vertical-align: middle;
  font-style: italic;
  text-transform: lowercase;
}
.ent_m209 .player_tvProvider_holder .player_tvProvider_logo {
  display: inline-block;
  max-width: 110px;
  max-height: 50px;
  margin-left: 10px;
  vertical-align: middle;
}
.ent_m209 .overlay_headline,
.ent_m209 .overlay_button {
  text-transform: uppercase;
  cursor: pointer;
}
.show_portal .ent_m213 {
  max-width: 1200px;
  margin: auto;
  padding: 0 13px;
  /*css from package*/
}
.show_portal .ent_m213 .linelist-module-content {
  min-height: 300px;
}
@media (max-width: 979px) {
  .show_portal .ent_m213 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.show_portal .ent_m213 .linelist-module-header-title {
  font-family: "AkzidenzGrotesk-Bold", sans-serif;
  font-size: 2.7rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
  color: #1a1a1a;
  text-transform: lowercase;
}
.show_portal .ent_m213 .linelist-module-filter-list-item {
  margin-bottom: 10px;
}
.show_portal .ent_m213 .linelist-module-header {
  margin: 10px 0 10px 0;
}
.show_portal .ent_m213 .linelist-module-filter-list-item:not(.linelist-module-filter-list-item-selected) {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-right: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.show_portal .ent_m213 .linelist-module-filter-list-item:not(.linelist-module-filter-list-item-selected):hover {
  border-radius: 50px;
}
.show_portal .ent_m213 .linelist-module-filter-list-item-selected {
  border-radius: 50px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-right: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.show_portal .ent_m213 .linelist-item-label {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'AkzidenzGrotesk-Regular';
  padding: 3px 7px;
}
.show_portal .ent_m213 .linelist-item-badge {
  font-size: 11px;
  line-height: 13px;
  padding-top: 5px;
}
.show_portal .ent_m213 .linelist-item-badge:first-line {
  font-size: 16px;
  line-height: 15px;
}
.show_portal .ent_m213 .linelist-item-meta-label {
  color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 2em;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.2em;
  text-transform: lowercase;
}
.show_portal .ent_m213 .linelist-item-meta-title {
  color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Super';
  font-size: 2.4rem;
  line-height: 30px;
  margin-bottom: 3px;
  text-transform: lowercase;
}
.show_portal .ent_m213 .linelist-item-meta-description {
  color: #1a1a1a;
  font-family: sans-serif;
  font-size: 11.7px;
  letter-spacing: 0.001em;
  line-height: 2.65ex;
  overflow-y: hidden;
}
.show_portal .ent_m213 .linelist-item-meta-timestamp {
  color: #1a1a1a;
  font-size: 0.65em;
  letter-spacing: 0.001em;
  line-height: 2.65ex;
  overflow-y: hidden;
}
.show_portal .ent_m213 .linelist-item-meta-wrapper {
  margin-top: 10px;
}
.show_portal .ent_m213 body:not(.tve_auth) .linelist-item-tve-lock:after {
  font-size: 2.3rem;
}
@media screen and (max-width: 659px) {
  .show_portal .ent_m213 body:not(.tve_auth) .linelist-item-tve-lock:after {
    font-size: 1.6rem;
    padding: 0 6px;
  }
}
.show_portal .ent_m213 .linelist-item-label {
  overflow: hidden;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  text-align: center;
  display: inline-block;
  bottom: 7px;
  right: 7px;
}
.show_portal .ent_m213 .linelist-item-badge {
  overflow: hidden;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 40px;
  z-index: 100;
}
.show_portal .ent_m213 .linelist-item-meta-label {
  margin-bottom: 2px;
  padding: 3px 7px 3px 0;
}
.show_portal .ent_m213 .linelist-item-meta-title {
  clear: none;
  display: block;
  margin-top: 0;
}
.show_portal .ent_m213 .linelist-link-wrapper {
  text-decoration: none;
}
.show_portal .ent_m213 .linelist-link-wrapper:hover .linelist-item-meta-title {
  border-bottom: 2px none;
  text-decoration: none;
}
.show_portal .ent_m213 body:not(.tve_auth) .linelist-item-tve-lock:after {
  display: block;
  content: "\e626";
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 0px 8px;
  z-index: 50;
}
.show_portal .ent_m213 .linelist_item {
  letter-spacing: -0.003em;
  line-height: 1.05;
}
@media screen and (max-width: 659px) {
  .show_portal .ent_m213 .linelist_item {
    font-size: 5.4vw;
    letter-spacing: -0.01em;
  }
}
.show_portal .ent_m213 .linelist-link-wrapper:hover .linelist-item-meta-title {
  color: #39c7f6;
}
.show_portal .ent_m213 .linelist-items {
  list-style-type: none;
  margin-right: -13px;
  margin-left: -13px;
}
@media screen and (max-width: 979px) {
  .show_portal .ent_m213 .linelist-items {
    margin-right: -10px;
    margin-left: -10px;
    padding: 0 10px;
  }
}
.show_portal .ent_m213 .linelist-items .linelist-item {
  vertical-align: top;
  display: inline-block;
  width: 33.0%;
  padding: 0 13px;
  margin-bottom: 30px;
}
.show_portal .ent_m213 .linelist-items .linelist-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .show_portal .ent_m213 .linelist-items .linelist-item {
    width: 50%;
  }
}
@media screen and (max-width: 659px) {
  .show_portal .ent_m213 .linelist-items .linelist-item {
    width: 100%;
  }
}
.show_portal .ent_m213 .linelist-items .linelist-item .lineList_ad {
  margin: auto;
  text-align: center;
}
.show_portal .ent_m213 .linelist-load-more-btn {
  cursor: pointer;
  position: relative;
  text-decoration: none;
  width: 33.33%;
  margin: 20px auto 50px;
  display: block;
  margin-top: 0;
  text-align: center;
  border-radius: 2px;
  font-family: 'AkzidenzGrotesk-Bold';
}
@media screen and (max-width: 979px) {
  .show_portal .ent_m213 .linelist-load-more-btn {
    width: 50%;
  }
}
@media screen and (max-width: 659px) {
  .show_portal .ent_m213 .linelist-load-more-btn {
    width: 100%;
  }
}
.show_portal .ent_m213 .linelist-minimized .primary_btn:after {
  content: "\e614";
}
.show_portal .ent_m213 .linelist-loading-graphic {
  width: 80px;
  height: 80px;
  background: url("/sitewide/images/ajax_loader.gif") no-repeat 100% 100%;
  background-size: 100%;
  margin: 10px auto;
  display: none;
}
.show_portal .ent_m213 .linelist-loading-graphic.linelist-content-loading {
  display: block;
}
.show_portal .ent_m213 .linelist-filter-title {
  float: none;
  text-align: center;
  display: inline-block;
  display: none;
}
.show_portal .ent_m213 .linelist-filter-title:after {
  font-family: 'mtv';
  content: '\e612';
  margin-left: 20px;
  transform: rotate(0deg);
}
.show_portal .ent_m213 .linelist-filter-title.arrow-up:after {
  display: inline-block;
  transform: rotate(180deg);
}
@media (max-width: 659px) {
  .show_portal .ent_m213 .linelist-filter-title {
    display: block;
    cursor: pointer;
  }
  .show_portal .ent_m213 .linelist-module-filter-list {
    display: none;
  }
  .show_portal .ent_m213 .linelist-module-filter-list-item {
    width: 100%;
    text-align: center;
  }
  .show_portal .ent_m213 .linelist-item-image-wrapper {
    float: left;
    width: 33.33%;
    margin-right: 15px;
  }
  .show_portal .ent_m213 .linelist-item-badge {
    display: none;
  }
  .show_portal .ent_m213 .linelist-item-meta-wrapper {
    margin-top: 0;
    display: table;
  }
  .show_portal .ent_m213 .linelist-item-meta-wrapper .linelist-item-meta-title {
    font-size: 19px;
    line-height: 21px;
  }
  .show_portal .ent_m213 .linelist-item-meta-wrapper .linelist-item-meta-description {
    display: none;
  }
}
.ent_m219 {
  /*****/
}
.ent_m219 .video-loop-promo-meta-items.video-loop-promo-centered {
  max-width: 600px;
}
.ent_m219 .video-loop-promo-meta-wrap {
  padding-bottom: 4%;
  text-align: left;
  bottom: 0;
}
.ent_m219 .video-loop-promo-meta-wrap .thumbnail-image img {
  width: 125px;
}
.ent_m219 .video-loop-promo-meta-description {
  color: #fff;
  height: 21px;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 21px;
}
.ent_m219 .video-loop-promo-meta-title {
  color: #fff;
  font-family: 'AkzidenzGrotesk-Bold';
  font-size: 62px;
  letter-spacing: -2.07px;
  line-height: 64px;
  text-transform: lowercase;
  margin: 10px 0 15px 0;
}
.ent_m219 .video-loop-promo-centered .video-loop-promo-meta-wrap {
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 0 0 8%;
}
.ent_m219 .video-loop-promo-centered .hero-promo-content-meta-title {
  margin: 10px auto 15px;
}
.ent_m219 .video-loop-cta-btn {
  cursor: pointer;
  margin: 40px 0 10px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #00baf1;
  display: inline-block;
}
.ent_m219 .video-loop-cta-btn:hover {
  opacity: .8;
}
@media screen and (max-width: 979px) {
  .ent_m219 .video-loop-cta-btn {
    max-width: 98%;
  }
}
@media screen and (max-width: 659px) {
  .ent_m219 .video-loop-cta-btn {
    max-width: 98%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.ent_m219 .video-loop-cta-btn .primary_btn {
  display: block;
  font-family: "AkzidenzGrotesk-Bold";
  font-size: 2.1rem;
  letter-spacing: -0.52px;
  line-height: 1;
  padding: 13px 25px 12px;
  text-transform: lowercase;
  transition: background 0.2s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.ent_m219 .video-loop-cta-btn .primary_btn:after {
  content: "\e614";
  font-family: 'mtv';
  font-size: 16px;
  padding: 2px 0 0 5px;
}
@media screen and (max-width: 979px) {
  .ent_m219 .video-loop-cta-btn .primary_btn {
    font-size: 1.8rem;
    padding: 13px 25px 12px;
  }
  .ent_m219 .video-loop-cta-btn .primary_btn:after {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 659px) {
  .ent_m219 .video-loop-cta-btn .primary_btn {
    font-size: 1.4rem;
    padding: 8px 6px;
  }
  .ent_m219 .video-loop-cta-btn .primary_btn:after {
    font-size: 1.1rem;
  }
}
@media (max-width: 979px) {
  .ent_m219 .video-loop-promo-meta-title {
    width: 100%;
  }
}
@media (max-width: 659px) {
  .ent_m219 .video-loop-promo-meta-title {
    font-size: 33px;
    letter-spacing: -0.3px;
    line-height: 1;
    width: 100%;
  }
  .ent_m219 .video-loop-promo-meta-description {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.53px;
    line-height: 1;
  }
  .ent_m219 .video-loop-promo-meta-wrap .thumbnail-image img {
    width: 75px;
  }
}
.ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-title {
  margin-bottom: 5px;
}
.ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-description {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.ent_m219 .video-loop-promo-meta-items .video-loop-cta-btn {
  margin-top: 0;
}
@media (max-width: 979px) {
  .ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-wrap {
    padding-bottom: 4%;
  }
  .ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-title {
    font-size: 3.4rem;
  }
}
@media (max-width: 659px) {
  .ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-wrap {
    padding-bottom: 15px;
  }
  .ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-items {
    padding-left: 0;
  }
  .ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .ent_m219 .video-loop-promo-meta-items .video-loop-promo-meta-description {
    font-size: 1.3rem;
    margin-bottom: 8px;
    margin-top: 10px;
    height: auto;
  }
  .ent_m219 .video-loop-promo-meta-items .video-loop-cta-btn {
    max-width: unset;
  }
}
.ent_m219 {
  background-color: #000;
}
.ent_m219 .video-loop-promo {
  max-height: 500px;
  overflow: hidden;
}
.ent_m219 .video-loop-promo video {
  height: auto;
  width: 100%;
}
.ent_m219 .video-loop-promo-meta-items {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
}
.ent_m219 .video-loop-promo-centered.video-loop-promo-meta-items {
  padding-left: 0;
}
.ent_m219 .video-loop-promo-meta-wrap {
  position: absolute;
}
.ent_m219 .video-loop-cta-btn .primary_btn:after {
  content: "\e614";
}
.ent_m219 video::-webkit-media-controls-play-button {
  display: none;
  -webkit-appearance: none;
}
.ent_m219 video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
}
@-webkit-keyframes ccSearch {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 0 54.71698113%;
  }
}
@-moz-keyframes ccSearch {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 0 54.71698113%;
  }
}
@-ms-keyframes ccSearch {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 0 54.71698113%;
  }
}
@-o-keyframes ccSearch {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 0 54.71698113%;
  }
}
@keyframes ccSearch {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 0 54.71698113%;
  }
}
@-webkit-keyframes ccSearchReversed {
  0% {
    background-position: 0 54.71698113%;
  }
  100% {
    background-position: 0 0%;
  }
}
@-moz-keyframes ccSearchReversed {
  0% {
    background-position: 0 54.71698113%;
  }
  100% {
    background-position: 0 0%;
  }
}
@-ms-keyframes ccSearchReversed {
  0% {
    background-position: 0 54.71698113%;
  }
  100% {
    background-position: 0 0%;
  }
}
@-o-keyframes ccSearchReversed {
  0% {
    background-position: 0 54.71698113%;
  }
  100% {
    background-position: 0 0%;
  }
}
@keyframes ccSearchReversed {
  0% {
    background-position: 0 54.71698113%;
  }
  100% {
    background-position: 0 0%;
  }
}
@-webkit-keyframes ccSearchRotate {
  0% {
    background-position: 0 56.60377358%;
  }
  100% {
    background-position: 0 100%;
  }
}
@-moz-keyframes ccSearchRotate {
  0% {
    background-position: 0 56.60377358%;
  }
  100% {
    background-position: 0 100%;
  }
}
@-ms-keyframes ccSearchRotate {
  0% {
    background-position: 0 56.60377358%;
  }
  100% {
    background-position: 0 100%;
  }
}
@-o-keyframes ccSearchRotate {
  0% {
    background-position: 0 56.60377358%;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes ccSearchRotate {
  0% {
    background-position: 0 56.60377358%;
  }
  100% {
    background-position: 0 100%;
  }
}
#leaderboard[data-adsize="728x90"],
.leaderboard.mobile {
  padding-top: 0;
  padding-bottom: 0;
}
#leaderboard[data-adsize="728x90"] > div,
.leaderboard.mobile > div {
  background-color: rgba(0, 0, 0, 0.15);
  padding-top: 8px;
  padding-bottom: 8px;
}
.site_header {
  width: 100%;
  left: 0;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  /*z-index: 1002;*/
  /*background-color: @headerBackgroundColorPrimary;*/
  position: absolute;
  text-transform: lowercase;
}
.site_header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site_header .search_wrapper {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 2;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  overflow: hidden;
  /*.form_containment{
          height: 50px;
          width: 295px;
          background-color: rgba(255, 255, 255, 0.15);
		}*/
  /*form:before{
          content: "\e63b";
          font-family: @mtvIcons;
          position: absolute;
          top: 14px;
          right: 14px;
          font-size: 2.2rem;
          line-height: 1;
          cursor: pointer;
          color: #fafafa;
        }*/
}
.site_header .search_btn {
  outline: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  /*&.active {
			opacity: 0;
		}*/
}
.site_header .search_btn::-ms-clear {
  display: none;
}
.site_header .search_btn:before {
  content: "\e63b";
  font-family: 'mtv';
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 2.2rem;
  line-height: 1;
  color: #fafafa;
}
.site_header .search_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.site_header .preload_wrapper {
  z-index: -1;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in 0s;
  -moz-transition: opacity 1s ease-in 0s;
  -o-transition: opacity 1s ease-in 0s;
  transition: opacity 1s ease-in 0s;
}
.site_header .preload_wrapper.active {
  z-index: 1;
  opacity: 1;
}
.site_header .hide_search {
  display: none;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}
.site_header .hide_search:before {
  font-weight: bold;
}
.site_header .search_input {
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  font-size: 1.4rem;
  font-family: 'AkzidenzGrotesk-Bold';
  color: #ffffff;
  text-transform: lowercase;
}
.site_header .search_input::-moz-placeholder {
  color: #ffffff;
}
.site_header .search_input::-webkit-input-placeholder {
  color: #ffffff;
}
.site_header .search_input:-ms-input-placeholder {
  color: #ffffff;
}
.site_header .search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus::-moz-placeholder {
  color: transparent;
}
.site_header .search_input:focus:-ms-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus {
  color: #ffffff;
}
.site_header .slide_menu .search {
  display: none;
}
.site_header .slide_menu .search_input {
  color: #ffffff;
}
.site_header .slide_menu .search_input::-moz-placeholder {
  color: #ffffff;
}
.site_header .slide_menu .search_input::-webkit-input-placeholder {
  color: #ffffff;
}
.site_header .slide_menu .search_input:-ms-input-placeholder {
  color: #ffffff;
}
.site_header .slide_menu .search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.site_header .slide_menu .search_input:focus::-moz-placeholder {
  color: transparent;
}
.site_header .slide_menu .search_input:focus:-ms-input-placeholder {
  color: transparent;
}
.site_header .slide_menu .search_input:focus {
  color: #ffffff;
}
.site_header .slide_menu .search_btn {
  color: #ffffff;
}
.site_header .search .search_input {
  padding: 0 0 0 20px;
  width: 285px;
}
.site_header .top_inner {
  position: relative;
  max-width: 1200px;
  height: 50px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  padding-right: 50px;
  padding-left: 100px;
}
.site_header .top_outer {
  z-index: 1000;
  width: 100%;
  background-color: #232323;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.site_header .bottom_outer {
  width: 100%;
  background: #232323;
  height: 50px;
}
.site_header .show_logo,
.site_header .new_eps_info,
.site_header .show_menu li {
  display: inline-block;
  vertical-align: top;
}
.site_header .menu_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  margin: 0 7px 0 10px;
}
.site_header .menu_holder .hamburger {
  display: inline-block;
  width: 45px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 0 10px 0 13px;
}
@media screen and (max-width: 979px) {
  .site_header .menu_holder .hamburger {
    padding-left: 10px;
  }
}
.site_header .menu_holder .hamburger .icon:after {
  content: "\e643";
  display: block;
  font-family: 'mtv';
  font-size: 2.2rem;
  speak: none;
  position: absolute;
  top: 50%;
  margin-top: -1.1rem;
}
.site_header .menu_holder .hamburger:hover {
  color: #ffffff;
}
.site_header .menu_holder .page_overlay {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 2000;
  display: none;
}
.site_header .menu_holder .slide_menu {
  position: fixed;
  top: 0;
  background-color: #fff;
  height: 100%;
  z-index: 3000;
  overflow: hidden;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: -280px;
  width: 280px;
}
.site_header .menu_holder .slide_menu .see_all {
  display: none;
}
.site_header .menu_holder .slide_menu .search {
  height: 50px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}
.site_header .menu_holder .slide_menu .side_navigation {
  background-color: #1a1a1a;
  font-family: 'AkzidenzGrotesk-Regular';
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.site_header .menu_holder .slide_menu .side_navigation > li {
  position: relative;
  margin-bottom: 3px;
  background-color: #333;
  font-family: 'AkzidenzGrotesk-Super';
  font-size: 2em;
}
.site_header .menu_holder .slide_menu .side_navigation > li.login {
  background-color: transparent;
  margin-bottom: 0;
  cursor: pointer;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout {
  color: #ffffff;
  background-color: transparent;
  border-bottom: 3px solid #333;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  line-height: 6rem;
  padding: 0 30px;
  text-decoration: none;
  text-transform: lowercase;
  margin-bottom: 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.site_header .menu_holder .slide_menu .side_navigation > li > a {
  padding: 0.85em 30px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.active {
  background-color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries a:not(.see_all) {
  position: relative;
  color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries a:not(.see_all):hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  padding: 0 30px;
  line-height: 50px;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated {
  position: relative;
  color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated:before {
  position: absolute;
  left: 20px;
  height: 38px;
  bottom: 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated a {
  padding-left: 47px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a,
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.has_arrow,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.has_arrow {
  padding-right: 50px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.has_arrow:after,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.has_arrow:after {
  font-family: 'mtv';
  content: '\e612';
  position: absolute;
  font-size: 0.85em;
  top: 20px;
  right: 30px;
  color: #ffffff;
  -webkit-transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1);
}
.site_header .menu_holder .slide_menu .side_navigation > li > a:hover,
.site_header .menu_holder .slide_menu .side_navigation > li ul a:hover,
.site_header .menu_holder .slide_menu .side_navigation > li > a.highlighted,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.highlighted,
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  transition: none;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background-color: #fff200;
  color: #000;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected:after,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #000;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected + .sub_entries,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected + .sub_entries {
  max-height: 1000px;
}
.site_header .menu_holder .slide_menu .side_navigation .social {
  height: 100px;
  background-color: transparent;
}
.site_header .menu_holder .slide_menu .side_navigation .social:before {
  content: "Follow us on";
  display: block;
  line-height: 1;
  border-top: 3px solid rgba(250, 250, 250, 0.15);
  padding: 17px 30px 0;
  color: rgba(250, 250, 250, 0.3);
  text-transform: lowercase;
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 1.6rem;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a {
  float: left;
  margin: 10px 0 0 10px;
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a:hover {
  background-color: transparent;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a:first-child {
  margin-left: 30px;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics] {
  display: inline-block;
  color: #fff;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics]:hover {
  color: rgba(255, 255, 255, 0.85);
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics]:before {
  font-family: 'mtv';
  font-size: 2.7rem;
  vertical-align: middle;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics="N"]:before {
  content: "\e900";
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics="O"]:before {
  content: "\e905";
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics="Q"]:before {
  content: "\e904";
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics="d"]:before {
  content: "\e902";
}
.site_header .logo {
  position: absolute;
  top: 50%;
  left: 0;
}
.site_header .logo,
.site_header .site_logo {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 48px;
}
.site_header .logo .icon,
.site_header .site_logo .icon {
  color: #ffffff;
}
.site_header .logo .icon:before,
.site_header .site_logo .icon:before {
  content: "\e627";
  font-family: 'mtv';
  font-size: 3.8rem;
  position: absolute;
  top: 50%;
  margin-top: -1.9rem;
}
.site_header .show_logo {
  z-index: 1;
  position: relative;
  color: #ffffff;
  -webkit-transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  font-family: 'AkzidenzGrotesk-Bold';
}
.site_header .show_logo:hover {
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.site_header .show_logo .title {
  font-family: 'AkzidenzGrotesk-Bold';
  letter-spacing: -0.045em;
}
.site_header .show_logo,
.site_header .new_eps_info {
  padding-left: 10px;
  font-family: 'AkzidenzGrotesk-Bold';
  text-decoration: none;
  text-transform: lowercase;
}
.site_header .show_logo {
  font-size: 2.7rem;
  line-height: 1;
}
.site_header .new_eps_info {
  font-size: 1.7rem;
  line-height: 1;
  padding-top: .7rem;
  opacity: 0.7;
  color: #ffffff;
}
.site_header .new_eps_info br {
  display: none;
}
.site_header .site_menu_wrapper,
.site_header .show_menu_wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site_header .site_menu_wrapper.active,
.site_header .show_menu_wrapper.active {
  z-index: 1100;
}
.site_header .site_menu_wrapper .site_menu_inner,
.site_header .show_menu_wrapper .site_menu_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.site_header .show_menu_btn {
  display: none;
  height: 50px;
  padding: 0 0 0 10px;
  margin: 0;
  line-height: 50px;
  font-size: 2rem;
  font-family: 'AkzidenzGrotesk-Bold';
  cursor: pointer;
}
.site_header .show_menu_btn span[data-graphics]:before {
  font-family: 'mtv';
  content: "\e612";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  font-size: 0.9em;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .show_menu_wrapper.active .show_menu_btn span[data-graphics]:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .show_menu,
.site_header .main_nav {
  z-index: 1000;
}
.site_header .show_menu > li,
.site_header .main_nav > li {
  float: left;
  line-height: 50px;
  font-size: 2rem;
}
.site_header .show_menu > li.social,
.site_header .main_nav > li.social {
  font-size: 0;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a {
  position: relative;
  margin-right: 10px;
}
.site_header .show_menu > li.social [data-graphics],
.site_header .main_nav > li.social [data-graphics] {
  display: inline-block;
  color: #fff;
}
.site_header .show_menu > li.social [data-graphics]:before,
.site_header .main_nav > li.social [data-graphics]:before {
  font-family: 'mtv';
  font-size: 2.7rem;
  vertical-align: middle;
}
.site_header .show_menu > li.social [data-graphics]:hover,
.site_header .main_nav > li.social [data-graphics]:hover {
  color: rgba(255, 255, 255, 0.85);
}
.site_header .show_menu > li.social [data-graphics="N"]:before,
.site_header .main_nav > li.social [data-graphics="N"]:before {
  content: "\e900";
}
.site_header .show_menu > li.social [data-graphics="O"]:before,
.site_header .main_nav > li.social [data-graphics="O"]:before {
  content: "\e905";
}
.site_header .show_menu > li.social [data-graphics="Q"]:before,
.site_header .main_nav > li.social [data-graphics="Q"]:before {
  content: "\e904";
}
.site_header .show_menu > li.social [data-graphics="d"]:before,
.site_header .main_nav > li.social [data-graphics="d"]:before {
  content: "\e902";
}
.site_header .show_menu > li > a,
.site_header .main_nav > li > a {
  font-family: 'AkzidenzGrotesk-Super';
  font-size: 2rem;
  text-decoration: none;
  color: inherit;
  display: block;
}
.site_header .show_menu > li > a.has_arrow:after,
.site_header .main_nav > li > a.has_arrow:after {
  text-transform: none;
  display: inline-block;
  font-family: 'mtv';
  speak: none;
  content: "\e612";
  position: relative;
  top: 1px;
  left: 9px;
  font-size: 0.8em;
  line-height: 13px;
}
.site_header .show_menu > li > a.has_arrow.opened,
.site_header .main_nav > li > a.has_arrow.opened {
  background-color: #00bbef;
  color: #1a1a1a;
}
.site_header .show_menu > li:hover > a.has_arrow:after,
.site_header .main_nav > li:hover > a.has_arrow:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site_header .show_menu > li.social,
.site_header .main_nav > li.social {
  padding: 0 10px;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a {
  text-decoration: none;
  color: #ffffff;
  padding: 0;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  vertical-align: middle;
  text-align: center;
}
.site_header .show_menu > li.social a:hover,
.site_header .main_nav > li.social a:hover {
  background: none;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.site_header .show_menu > li.social a .label,
.site_header .main_nav > li.social a .label {
  display: none !important;
}
.site_header .show_menu > li:not(.social) > a:before,
.site_header .main_nav > li:not(.social) > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: background 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: background 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  background-color: transparent;
}
.site_header .show_menu > li.active > a:before,
.site_header .main_nav > li.active > a:before,
.site_header .show_menu > li:not(.social):hover > a:before,
.site_header .main_nav > li:not(.social):hover > a:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.site_header .show_menu > li.active > a,
.site_header .main_nav > li.active > a {
  color: #ffffff;
}
.site_header .show_menu > li:not(.social):not(.active):hover > a:before,
.site_header .main_nav > li:not(.social):not(.active):hover > a:before {
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li:not(.social):not(.active):hover .menu_dropdown,
.site_header .main_nav > li:not(.social):not(.active):hover .menu_dropdown {
  display: block;
}
.site_header .show_menu > li {
  position: relative;
}
.site_header .show_menu > li a {
  padding: 0 15px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 2rem;
}
.site_header .show_menu > li.active {
  color: #ffffff;
  cursor: pointer;
}
.site_header .show_menu > li.social {
  position: absolute;
  right: 0;
  top: 0;
}
.site_header .show_menu > li:hover .sub_nav {
  display: block;
}
.site_header .show_menu > li .sub_nav {
  display: none;
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 100%;
  width: 335px;
  padding: 22px 30px;
  background: #191c1c;
}
.site_header .show_menu > li .sub_nav li {
  display: block;
  line-height: 20px;
  padding: 7px 0;
  color: #ffffff;
}
.site_header .show_menu > li .sub_nav li a {
  padding: 0;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  color: #ffffff;
}
.site_header .show_menu > li .sub_nav li a:hover {
  color: #00bbef;
  background: none;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu .blog {
  width: auto;
  background: none;
}
.site_header .main_nav > li.active > a::before {
  background-color: transparent;
}
.site_header .main_nav > li:hover:not(.social) .menu_dropdown {
  display: block;
}
.site_header .main_nav > li > a {
  position: relative;
  padding: 0 25px 0 15px;
  text-transform: lowercase;
}
.site_header .main_nav > li > a.has_arrow {
  padding: 0 25px 0 15px;
}
.site_header .main_nav > li.social {
  float: right;
}
.site_header .main_nav > li .current {
  color: #00bbef;
  cursor: default;
}
.site_header .main_nav > li .current:hover {
  color: #00bbef;
  background: transparent;
}
.site_header .main_nav > li .menu_dropdown {
  display: none;
  background-color: #434343;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  z-index: 99;
  left: 0;
}
.site_header .main_nav > li .menu_dropdown > div {
  background-color: inherit;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 20px 0 30px;
  position: relative;
}
.site_header .main_nav > li .menu_dropdown > div .see_all {
  display: none;
}
.site_header .main_nav > li .menu_dropdown > div .close {
  color: #878787;
  font-size: 18px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 35px;
  display: none;
}
.site_header .main_nav > li .menu_dropdown > div .sidea {
  float: left;
  padding-right: 10px;
  width: 69%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea.wide {
  width: 100%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea.wide .column {
  width: 25%;
  padding: 0 13px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .links {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column {
  width: 33.3%;
  min-width: 200px;
  float: left;
  padding-right: 12px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .top_rated {
  margin-left: 18px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .top_rated:before {
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: -19px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column .recent:after {
  content: 'new';
  color: #00bbef;
  font-size: 12px;
  padding-left: 10px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a {
  float: left;
  width: 100%;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'AkzidenzGrotesk-Regular';
  font-size: 2rem;
  line-height: 1;
  padding: 15px 0;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a:hover {
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.site_header .main_nav > li .menu_dropdown > div .sideb {
  background-color: #232323;
  color: #ffffff;
  float: right;
  font-family: 'AkzidenzGrotesk';
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.site_header .main_nav > li .menu_dropdown > div .sideb img {
  display: block;
}
.site_header .main_nav > li .menu_dropdown > div .sideb img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.site_header .main_nav > li .menu_dropdown > div .sideb > span {
  display: block;
  padding: 10px;
  max-width: 295px;
}
/* STICKY HEADER */
.sticky_header[style] {
  -webkit-transform: none !important;
  transform: none !important;
}
.sticky_header .site_header {
  /*.show_menu_scroll_wrapper {
          margin-right: 13px;
        }*/
}
.sticky_header .site_header .top_outer {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
}
.sticky_header .site_header .bottom_outer,
.sticky_header .site_header .follow_widget {
  display: none;
}
.sticky_header .site_header .show_menu {
  margin-top: 50px;
  max-height: 505px;
  width: 320px;
  overflow: auto;
  clear: both;
}
.sticky_header .site_header .show_menu:hover .sub_nav {
  display: none;
}
.sticky_header .site_header .show_menu li.social {
  background: none;
  height: auto;
}
.sticky_header .site_header .show_menu_wrapper {
  left: inherit;
  top: 0;
  right: 0;
  padding: 0 0 30px;
  width: auto;
  max-height: 50px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.sticky_header .site_header .show_menu_wrapper:not(.active):before {
  border: 0;
}
.sticky_header .site_header .show_menu_wrapper.active {
  max-height: 600px;
}
.sticky_header .site_header .show_menu_wrapper:hover .show_menu_btn {
  font-weight: normal;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.sticky_header .site_header .show_menu_wrapper .show_menu_btn {
  z-index: 1001;
  position: relative;
  display: block;
  line-height: 50px;
  float: right;
  margin: 0 65px 0 0;
  color: #ffffff;
  -webkit-transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 35px;
}
.sticky_header .site_header .show_menu_wrapper .show_menu_btn span[data-graphics]::before {
  right: 10px;
}
.sticky_header .site_header .show_menu_wrapper .show_menu {
  position: relative;
  top: 0;
  color: #ffffff;
  background: #232323;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li {
  display: block;
  float: none;
  line-height: 1;
  margin: 0;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li a {
  padding: 10px 10px 10px 30px;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease-out 0s;
  -moz-transition: color 0.3s ease-out 0s;
  -o-transition: color 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li.social {
  padding: 10px 10px 10px 0;
  margin-left: 30px;
  margin-top: 10px;
  border-top: 5px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
  position: relative;
  top: 0;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li.social a {
  padding: 0;
  line-height: 1;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li.social a:hover {
  color: #ffffff;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before {
  color: #ffffff;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li.active a {
  color: #ffffff;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li:not(.social):not(.active):hover a {
  color: #ffffff;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li:not(.social):not(.active):hover a:before {
  display: none;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li.has_subnav:hover .sub_nav {
  display: none;
}
.sticky_header .site_header .site_menu_wrapper {
  top: 0;
}
.sticky_header .site_header .site_menu_wrapper .main_nav {
  margin-left: 50px;
}
.sticky_header .site_header .site_menu_wrapper .main_nav > li {
  -webkit-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  -moz-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  -o-animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  color: #ffffff;
}
.sticky_header .site_header .site_menu_wrapper .main_nav > li:hover {
  color: #ffffff;
}
.sticky_header .site_header .site_menu_wrapper .social {
  display: none;
}
.sticky_header .site_header .search_wrapper {
  /*.form_containment{
			width: 50px;
			}*/
}
@media screen and (min-width: 961px) {
  .sticky_header .site_header .search_wrapper {
    animation: search_wrapper_slide_in 0.25s;
  }
}
.sticky_header .site_header .search_wrapper .search_input {
  display: none;
}
.sticky_header .site_header .search_wrapper.opened {
  right: 50px;
  width: 250px;
  overflow: visible;
  line-height: 50px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
  /*.form_containment{
					width: 250px;
				}*/
}
.sticky_header .site_header .search_wrapper.opened .search_input {
  display: block;
  width: 215px;
  margin-right: 55px;
}
.sticky_header .site_header .search_wrapper.opened .search_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.sticky_header .site_header .search_wrapper.opened .hide_search {
  display: block;
  right: -50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media screen and (min-width: 961px) {
  .un_sticky_header .site_header .search_wrapper {
    animation: search_wrapper_slide_out 0.25s;
  }
}
.triforce_rendered #background_holder {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: 0;
}
.slide_opened .menu_holder .slide_menu {
  left: 0;
}
@media screen and (max-width: 659px) {
  .slide_opened .menu_holder .slide_menu {
    left: 0 !important;
  }
}
.slide_opened .menu_holder .hamburger {
  opacity: 1;
  z-index: 100;
}
.slide_opened #background_holder {
  left: 280px;
  position: relative;
}
.slide_opened #background_holder .sticky_header .top_outer {
  left: 280px;
}
.slide_opened #background_holder .hamburger .icon {
  color: #ffffff;
}
.slide_opened #background_holder .page_overlay {
  top: 0;
  display: block;
}
.slide_opened #background_holder .slide_menu {
  margin-top: 0;
}
@media screen and (max-width: 979px) {
  .site_header .show_menu_wrapper.active .show_menu_btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .site_header .search_wrapper {
    width: 50px;
    /*.form_containment {
        width: 50px;
      }*/
    right: 0;
  }
  .site_header .search_wrapper .search_input {
    display: none;
  }
  .site_header .search_wrapper.opened {
    width: 250px;
    right: 50px;
    overflow: visible;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15);
    /*.form_containment {
          width: 250px;
        }*/
  }
  .site_header .search_wrapper.opened .search_input {
    display: block;
    width: 205px;
    margin-right: 45px;
  }
  .site_header .search_wrapper.opened .search_btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .site_header .search_wrapper.opened .hide_search {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -50px;
    display: block;
  }
  .site_header .show_menu_wrapper:not(.active) .show_menu_scroll_wrapper:before,
  .site_header .show_menu_wrapper:not(.active) .show_menu_scroll_wrapper:after {
    visibility: hidden;
  }
  .site_header .show_menu_wrapper {
    left: 0;
    right: 0;
    max-height: 50px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
    margin-top: 1px;
  }
  .site_header .show_menu_wrapper:not(.active):before {
    border: 0;
  }
  .site_header .show_menu_wrapper.active {
    max-height: 600px;
  }
  .site_header .show_menu_wrapper .show_menu_btn {
    z-index: 10001;
    display: block;
    font-size: 2rem;
    font-family: 'AkzidenzGrotesk-Super';
    width: 100%;
  }
  .site_header .show_menu_wrapper .show_menu_btn:hover,
  .site_header .show_menu_wrapper .show_menu_btn.visible,
  .site_header .show_menu_wrapper.active .show_menu_btn {
    cursor: pointer;
  }
  .site_header .show_menu {
    color: #ffffff;
    background-color: #232323;
  }
  .site_header .show_menu li {
    float: none;
    display: block;
    margin: 0;
  }
  .site_header .show_menu li a {
    padding: 0 10px;
    -webkit-transition: color 0.7s ease-out 0s;
    -moz-transition: color 0.7s ease-out 0s;
    -o-transition: color 0.7s ease-out 0s;
    transition: color 0.7s ease-out 0s;
  }
  .site_header .show_menu li a:hover {
    transition: none;
    -webkit-transition: none;
    opacity: 0.78;
  }
  .site_header .show_menu li.social {
    position: relative;
    background: none;
    display: block;
    padding: 10px 10px 10px 0;
    margin-left: 10px;
    margin-top: 10px;
    border-top: 5px solid rgba(255, 255, 255, 0.3);
    line-height: 1;
  }
  .site_header .show_menu li.social a {
    display: inline-block;
  }
  .site_header .show_menu li.social a + .top_flux_userbar {
    padding-left: 10px;
  }
  .site_header .show_menu li:hover .sub_nav {
    display: none;
  }
  .site_header .show_menu li:not(.social).active a {
    color: #ffffff;
  }
  .site_header .show_menu li:not(.social):not(.active):hover a {
    color: #ffffff;
  }
  .site_header .show_menu li:not(.social):not(.active):hover a:before {
    display: none;
  }
  .site_header .show_menu li.has_subnav:hover .sub_nav {
    display: none;
  }
  .site_header .top_inner {
    max-width: 100%;
  }
  .sticky_header .site_header .show_menu_wrapper {
    width: 100%;
    top: 50px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu {
    width: auto;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li a {
    padding-left: 10px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social {
    margin-left: 10px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu_scroll_wrapper {
    width: 100%;
    margin: 0;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu_btn {
    margin-right: 0;
    border-left: 0;
    background-color: #232323;
  }
}
@media screen and (max-width: 1024px) {
  .site_header .show_logo {
    font-size: 2.4rem;
  }
  .site_header .new_eps_info {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 659px) {
  .site_header .show_logo,
  .site_header .new_eps_info {
    padding-left: 5px;
  }
  .site_header .show_logo {
    font-size: 3.65vw;
  }
  .site_header .new_eps_info {
    font-size: 2.65vw;
    padding-top: .8vw;
  }
  .site_header .long_title .title {
    font-size: .95em;
  }
}
@media screen and (min-width: 481px) and (max-width: 659px) {
  .site_header .long_title + .new_eps_info {
    padding-top: .4vw;
  }
}
@media screen and (max-width: 480px) {
  .site_header .show_logo {
    font-size: 4.3vw;
    width: 100%;
  }
  .site_header .new_eps_info {
    font-size: 3.3vw;
    padding-top: 0;
  }
}
@-webkit-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-moz-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-ms-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-moz-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-o-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-webkit-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-o-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-moz-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-o-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-webkit-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@-moz-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@-o-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes full_logo_slide_left {
  0% {
    left: 0px;
  }
  100% {
    left: -123px;
  }
}
@keyframes full_logo_slide_right {
  0% {
    left: -123px;
  }
  100% {
    left: 0px;
  }
}
@keyframes search_wrapper_slide_in {
  0% {
    width: 295px;
  }
  100% {
    width: 50px;
  }
}
@keyframes search_wrapper_slide_out {
  0% {
    width: 50px;
  }
  100% {
    width: 295px;
  }
}
@keyframes site_logo_size_in {
  0% {
    font-size: 60px;
  }
  100% {
    font-size: 40px;
  }
}
@keyframes site_logo_size_out {
  0% {
    font-size: 40px;
  }
  100% {
    font-size: 60px;
  }
}
.ani-go {
  -webkit-animation: subtle_slide_left 0.7s forwards;
  -moz-animation: subtle_slide_left 0.7s forwards;
  -ms-animation: subtle_slide_left 0.7s forwards;
  animation: subtle_slide_left 0.7s forwards;
}
#triforce_debug ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#triforce_debug ul.visible {
  margin-bottom: 3px;
  border-bottom: 1px solid #919191;
}
#triforce_debug .corner {
  position: fixed;
  z-index: 9999999;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  display: block;
  cursor: pointer;
}
#triforce_debug .corner .megaman {
  background: url("/sitewide/images/megaman_sprite.png") no-repeat;
  width: 20px;
  height: 28px;
  margin: 10px 10px 10px 14px;
}
#triforce_debug .corner .megaman.megaman-0 {
  background-position: -160px -8px;
}
#triforce_debug .corner .megaman.megaman-1 {
  background-position: -188px -8px;
  margin-left: 18px;
}
#triforce_debug .corner .megaman.megaman-2 {
  background-position: -216px -8px;
  margin-left: 22px;
}
#triforce_debug .corner .megaman.megaman-3 {
  background-position: -238px -8px;
  margin-left: 24px;
}
#triforce_debug .corner .megaman.megaman-4 {
  background-position: -216px -8px;
  margin-left: 28px;
}
#triforce_debug .corner .megaman.megaman-5 {
  background-position: -260px -8px;
  margin-left: 32px;
}
#triforce_debug .corner .megaman.megaman-6 {
  background-position: -260px -8px;
  margin-left: 36px;
}
#triforce_debug .corner .megaman.megaman-7 {
  display: none;
}
#triforce_debug .corner .megaman.stopped {
  background-position: -6px -132px;
  width: 24px;
}
#triforce_debug .triforce_overlay {
  display: none;
  width: 240px;
  position: fixed;
  bottom: 40px;
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  opacity: 0.9;
  padding: 10px;
  color: black;
  font-weight: bold;
  z-index: 1001;
}
#triforce_debug .triforce_overlay .manifest {
  width: 100%;
  margin-bottom: 8px;
}
#triforce_debug .triforce_overlay li {
  display: block;
  margin: 0 0 10px 0;
  height: 28px;
}
#triforce_debug .triforce_overlay .text {
  height: 28px;
  display: inline-block;
  width: 140px;
  float: left;
  line-height: 28px;
  padding-left: 8px;
}
#triforce_debug .triforce_overlay .showMore {
  cursor: pointer;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  border-bottom: solid 1px #919191;
  margin-bottom: 3px;
}
#triforce_debug .triforce_overlay .switch {
  display: block;
  float: left;
  height: 28px;
  width: 77px;
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
#triforce_debug .triforce_overlay .switch input[type=checkbox] {
  display: none;
}
#triforce_debug .triforce_overlay .switch .thumb {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 0;
  z-index: 3;
  border: solid 1px #919191;
  border-radius: 28px;
  box-shadow: inset 0 2px 1px #ffffff, inset 0 -2px 1px #ffffff;
  background-color: #cecece;
  background-image: linear-gradient(top, #cecece, #fbfbfb);
  transition: all 0.125s ease-in-out;
  transform: translate3d(0, 0, 0);
}
#triforce_debug .triforce_overlay .switch.on .thumb {
  -webkit-transform: translate3d(49px, 0, 0);
  -o-transform: translateX(49px);
  -moz-transform: translateX(49px);
}
#triforce_debug .triforce_overlay .switch::before {
  content: "";
  display: block;
  height: 28px;
  width: 0px;
  position: absolute;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px #0063b7, inset 0 12px 3px 2px rgba(0, 127, 234, 0.5);
  background-color: #64B1F2;
}
#triforce_debug .triforce_overlay .switch.on::before {
  width: 77px;
}
#triforce_debug div.standalone_debug {
  height: 28px;
  line-height: 26px;
  width: 205px;
  text-align: center;
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
a.standalone_debug {
  display: inline-block !important;
  background: #fff;
  padding: 5px 10px;
  width: 200px !important;
  color: blue;
  box-shadow: inset 0 1px 3px #bababa, inset 0 12px 3px 2px rgba(232, 232, 232, 0.5);
}
button.page-clear {
  color: #fff;
  background-color: #5cb85c;
  display: block;
  padding: 6px 12px;
  margin: 5px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #4cae4c;
  border-radius: 4px;
}
div.logout {
  display: inline-block !important;
  background: #fff;
  color: #000;
  cursor: pointer;
  width: 200px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}
div.page-clear-overlay {
  width: 320px;
  height: 320px;
  z-index: 9999999;
  position: fixed;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  color: #428bca;
  padding: 5px;
}
div.page-clear-overlay span.close {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
}
div.page-clear-overlay p {
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
div.page-clear-overlay p.error {
  color: #d9534f;
}
div.page-clear-overlay button.start {
  color: #fff;
  background-color: #5cb85c;
  display: block;
  padding: 6px 12px;
  margin: 5px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #4cae4c;
  border-radius: 4px;
}
div.page-clear-overlay ul.events {
  font-size: 12px;
  margin: 10px;
  height: 180px;
  overflow-y: scroll;
}
div.page-clear-overlay ul.events li {
  margin-bottom: 5px;
  background: url(/sitewide/images/preloader.gif) no-repeat;
  background-size: 10px 10px;
  padding-left: 12px;
  line-height: 15px;
}
div.page-clear-overlay ul.events li.complete {
  color: #5cb85c;
  font-weight: bold;
  background: transparent none;
}
div.page-clear-overlay ul.events li.complete:after {
  content: '\2713 ';
}
