.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: #373a3d;
}
#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: 106px;
  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
   ========================================================================== */
/* =============================================================================
   CMT color definitions
   ========================================================================== */
/*
	COLOR OVERRIDES

	Color variables that can be overridden through ISiS
	using a Configuration Object Color Scheme Object.
	Colors are accessible through triforceManifestFeed
	supplemental colors JS Object. Variable naming convention
	is events specific and only works for events.
*/
/* END COLOR OVERRIDES */
@font-face {
  font-family: 'TitlingGothicFBComp-Medium';
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBComp-Medium.eot');
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBComp-Medium.eot?#iefix') format('embedded-opentype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBComp-Medium.woff') format('woff'), url('/sitewide/fonts/GothicFB/TitlingGothicFBComp-Medium.ttf') format('truetype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBComp-Medium.svg#TitlingGothicFBComp-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TitlingGothicFBNarrow-Medium';
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.eot');
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.eot?#iefix') format('embedded-opentype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.woff') format('woff'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.ttf') format('truetype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.svg#TitlingGothicFBNarrow-Regular') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'TitlingGothicFBNarrow-Italic';
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.eot');
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.eot?#iefix') format('embedded-opentype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.woff') format('woff'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.ttf') format('truetype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.svg#TitlingGothicFBNarrow-Regular') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'TitlingGothicFBNarrow-Regular';
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.eot');
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.eot?#iefix') format('embedded-opentype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.woff') format('woff'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.ttf') format('truetype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Regular.svg#TitlingGothicFBNarrow-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitlingGothicFBNarrow-Standard';
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Standard.eot');
  src: url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Standard.eot?#iefix') format('embedded-opentype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Standard.woff') format('woff'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Standard.ttf') format('truetype'), url('/sitewide/fonts/GothicFB/TitlingGothicFBNarrow-Standard.svg#TitlingGothicFBNarrow-Standard') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "cmt";
  src: url('/sitewide/fonts/cmt-icon-font/cmt.eot');
  src: url('/sitewide/fonts/cmt-icon-font/cmt.eot') format('embedded-opentype'), url('/sitewide/fonts/cmt-icon-font/cmt.woff2') format('woff2'), url('/sitewide/fonts/cmt-icon-font/cmt.woff') format('woff'), url('/sitewide/fonts/cmt-icon-font/cmt.ttf') format('truetype'), url('/sitewide/fonts/cmt-icon-font/cmt.svg#ProximaNovaBoldItalic') format('svg');
  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% 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
  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;
}
body a {
  text-decoration: none;
}
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
strong {
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
}
.slide_opened {
  position: fixed;
  width: 100%;
}
#background_holder {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  padding-bottom: 212px;
  background-color: #f0f0f0;
  overflow-x: hidden;
}
#activityIndicator {
  display: none;
  z-index: 6000001;
  position: fixed;
  top: 0;
  overflow: hidden;
  left: 0;
  height: 4px;
  background-color: #fb156b;
  -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;
  -ms-box-sizing: border-box;
  -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 {
  font: 23px/1 'cmt';
  color: #ffffff;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.facebook.has_icon:before {
  content: "\e63e";
}
.twitter.has_icon: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 {
  content: "\e603";
}
.question.has_icon:before {
  content: "\e625";
}
.arrow_down.has_icon:before {
  content: "\e615";
}
.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,
[data-graphics-after]:after {
  font-family: 'cmt';
  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]:before {
  content: attr(data-graphics);
}
[data-graphics-after]:after {
  content: attr(data-graphics-after);
}
.transcript {
  overflow: hidden;
  width: 0;
  height: 0;
}
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_m058 .btn,
.ent_m067 .btn,
.ent_m068 .clickable a.fullepisode,
.ent_m068 .more-wrapper a.fullepisode_mobile,
.ent_m101 .btn,
.ent_m172 .s_buttons_button,
.ent_m174 .s_buttons_button,
.ent_m177 .s_buttons_button,
.ent_m209 .player_slate_button,
.tveapp_wrap #tveapp_success .tveapp_watchNow {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #373a3d;
  text-decoration: none;
  width: auto;
  display: inline-block;
  padding: 1.5rem 3rem 1.5rem;
  margin: 20px 0;
  font: 16px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.ent_m058 .btn:hover,
.ent_m067 .btn:hover,
.ent_m068 .clickable a.fullepisode:hover,
.ent_m068 .more-wrapper a.fullepisode_mobile:hover,
.ent_m101 .btn:hover,
.ent_m172 .s_buttons_button:hover,
.ent_m174 .s_buttons_button:hover,
.ent_m177 .s_buttons_button:hover,
.ent_m209 .player_slate_button:hover,
.tveapp_wrap #tveapp_success .tveapp_watchNow:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.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: 2rem 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  background-color: #373a3d;
  width: 33.33%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  margin: 20px auto 10px;
}
.show_more_btn:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
@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%;
  }
}
.ent_tfv306 {
  -ms-box-sizing: border-box;
  -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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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%;
  }
}
.ent_m067 .S002_line_list_header .content .header_text,
.ent_m068 .header h2,
.ent_m098 .headline,
.ent_m100 .headline,
.ent_m101 .S002_line_list_header .content .header_text,
.ent_m150 .section-header-lg,
.ent_m151 .headline,
.ent_m163 .headline,
.ent_m170 .headline,
.ent_m173 .section-header-2,
.ent_m174 .section-header-md,
.ent_m175 .headline,
.ent_m177 .s_right_rail_sticky .list_header,
.s_right_rail .list_header {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #373a3d;
  text-decoration: none;
  font: 2.2rem/1.13 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 0.4px;
}
.ent_m068 .label,
.ent_m172 .label,
.ent_m173 .label,
.ent_m178 .label {
  position: relative;
  background-color: #373a3d;
  margin-bottom: 9px;
  display: inline-block;
}
@media (min-width: 660px) {
  .ent_m068 .label,
  .ent_m172 .label,
  .ent_m173 .label,
  .ent_m178 .label {
    margin-top: 10px;
  }
}
.ent_m068 .label span,
.ent_m172 .label span,
.ent_m173 .label span,
.ent_m178 .label span {
  display: inline-block;
  padding: 9px;
  font: 10px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fb156b;
  letter-spacing: 1.8px;
}
.ent_m058 .label,
.ent_m045 .headline,
.ent_m051 .content div {
  font-size: 15px;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  padding: 9px;
  color: #fb156b;
  display: inline-block;
  background-color: #373a3d;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.S002_line_list_header {
  position: relative;
  margin: 15px 0;
  text-transform: uppercase;
}
.S002_line_list_header .content {
  min-width: 200px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 8px 42px 8px 14px;
  background: #373a3d;
  transition: all 0.25s ease;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.S002_line_list_header .content .header_text {
  padding-left: 0;
  font-size: 17px;
  letter-spacing: 3.5px;
  display: inline-block;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  transition: all 0.25s ease;
  color: #f0f0f0;
}
.S002_line_list_header .content .itemCount {
  margin-top: 4px;
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #f0f0f0;
}
.S002_line_list_header .content .itemCount:empty {
  display: none;
}
.S002_line_list_header .content .menu_button {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 12px;
  display: inline-block;
  text-transform: none;
  font-family: 'cmt';
  font-size: 18px;
  color: #f0f0f0;
  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: "\e615";
}
.S002_line_list_header .content .menu_button.open:after {
  text-transform: lowercase;
  content: "\e618";
}
.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: #555555;
  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: #373a3d;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  color: #f0f0f0;
  z-index: 1000;
}
.S002_line_list_header .filter_list ul {
  list-style-type: none;
}
.S002_line_list_header .filter_list li {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  position: relative;
  padding: 10px 14px;
  font-size: 17px;
  letter-spacing: 3.5px;
  color: #f0f0f0;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.S002_line_list_header .filter_list li:hover {
  background: rgba(0, 0, 0, 0.2);
}
.S002_line_list_header .filter_list li span {
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  display: block;
  color: #f0f0f0;
  font-size: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 659px) {
  .S002_line_list_header {
    margin-bottom: 15px;
  }
}
.S001_line_list_item {
  font-size: 2.4rem;
  line-height: 1.05;
}
body:not(.tve_auth) .S001_line_list_item.tve_locked .s_tve_lock:after {
  display: block;
  content: "\e626";
  font: 2.3rem 'cmt';
  background: #373a3d;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 0 8px;
  z-index: 9;
}
@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;
  }
}
@media screen and (max-width: 659px) {
  .S001_line_list_item {
    font-size: 5.4vw;
  }
}
.S001_line_list_item .link_wrapper {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}
.S001_line_list_item .link_wrapper:hover h3 {
  color: #fb156b;
}
.S001_line_list_item .link_wrapper:hover h4 {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  font-size: 2em;
  letter-spacing: -0.032em;
  padding: 21% 0;
  text-transform: lowercase;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
}
@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: #373a3d;
  color: #fb156b;
  display: block;
  left: -5px;
  position: absolute;
  top: -5px;
  z-index: 9;
  width: 51px;
  height: 51px;
}
.S001_line_list_item .link_wrapper .item_label small {
  font-size: 10px;
  text-transform: lowercase;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  display: block;
  margin-top: 5px;
}
.S001_line_list_item .link_wrapper .item_label span {
  font-family: 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
  margin-top: 5px;
  display: block;
  line-height: 1;
  color: #fb156b;
}
@media screen and (max-width: 659px) {
  .S001_line_list_item .link_wrapper .item_label span {
    margin-top: 4px;
  }
}
.S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge {
  position: absolute;
  background-color: #373a3d;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 15px;
  padding: 5px;
  bottom: 7px;
  right: 6px;
  letter-spacing: 1px;
}
.S001_line_list_item .link_wrapper h3 {
  font: 20px/1.1 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  margin-top: .3em;
  color: #373a3d;
  word-wrap: break-word;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.S001_line_list_item .link_wrapper h4 {
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin-top: 1rem;
  text-transform: capitalize;
  line-height: 1.1;
  letter-spacing: 0.8px;
}
.S001_line_list_item .link_wrapper pre {
  color: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  font-size: 11rem;
  display: none;
}
.S001_line_list_item .link_wrapper span {
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 0.6em;
  color: #373a3d;
}
.S001_line_list_item .link_wrapper span.item_remaining_days {
  position: relative;
  background-color: #373a3d;
  color: #fb156b;
  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 {
  text-overflow: ellipsis;
  font-size: 15px;
  letter-spacing: 0.7px;
  margin-bottom: 4px;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  max-height: 97px;
  overflow-y: hidden;
  margin-top: 0.45em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.S001_line_list_item .link_wrapper p b {
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
}
.S001_line_list_item .link_wrapper p i {
  font-family: 'TitlingGothicFBNarrow-Italic', Helvetica, Arial, sans-serif;
}
@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: 1.7em;
    padding: 5px;
    top: -3px;
    left: -3px;
    width: 39px;
    height: 39px;
  }
  .S001_line_list_item .link_wrapper span,
  .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: 2rem 'cmt';
  background: #111111;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding: 0 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: #fb156b;
}
.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: #373a3d;
  color: #fb156b;
  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: 0.5em 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  margin: 0;
  display: block;
  line-height: 1;
  color: #1a1a1a;
  padding-left: 0;
}
@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: 0.65em/1.6em 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  padding: 0 0.35em;
  color: #ffffff;
  bottom: 0.45em;
  right: 0.4em;
  z-index: 5;
}
.S002_line_list_item_vertical .link_wrapper h4 {
  font: 0.8em/1 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  margin-bottom: 0.2em;
  text-transform: capitalize;
}
.S002_line_list_item_vertical .link_wrapper h3 {
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  text-transform: capitalize;
  margin-left: 33.33%;
  padding-left: 10px;
}
.S002_line_list_item_vertical .link_wrapper span {
  display: block;
  font: 0.8em 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #777777;
  letter-spacing: 0;
  margin-top: 0.6em;
  margin-left: 33.33%;
  padding-left: 10px;
}
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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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 70px;
  background: #434343 url(/sitewide/images/cmt-logo.png) no-repeat 10px 50%;
  background-size: 50px;
}
.page-overlay_headline {
  font: normal 18px 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 2px;
}
.page-overlay_description {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666666;
}
.page-overlay_copy {
  font-size: 15px;
  letter-spacing: 0.8px;
}
.page-overlay_button {
  float: right;
  margin-top: 20px;
  padding: 5px 15px;
  font-size: 15px;
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #232323;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
}
@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%);
  font-size: 14px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  animation: overlayNotificationAnimation 2.4s linear forwards;
}
.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%;
}
.ent_m023 .meta_info,
.ent_m209 .player_meta {
  clear: left;
  margin-top: 15px;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
}
.ent_m023 .meta_info .player_parent-title,
.ent_m209 .player_meta .player_parent-title,
.ent_m023 .meta_info .season_info,
.ent_m209 .player_meta .season_info {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  margin-bottom: 7px;
  color: #ffffff;
}
.ent_m023 .meta_info .player_parent-title li,
.ent_m209 .player_meta .player_parent-title li,
.ent_m023 .meta_info .season_info li,
.ent_m209 .player_meta .season_info li {
  display: inline;
  padding-left: 3px;
}
.ent_m023 .meta_info .player_parent-title li:after,
.ent_m209 .player_meta .player_parent-title li:after,
.ent_m023 .meta_info .season_info li:after,
.ent_m209 .player_meta .season_info li:after {
  content: "\00b7";
  font-weight: bold;
  padding-left: 3px;
}
.ent_m023 .meta_info .player_parent-title li:first-child,
.ent_m209 .player_meta .player_parent-title li:first-child,
.ent_m023 .meta_info .season_info li:first-child,
.ent_m209 .player_meta .season_info li:first-child {
  padding-left: 0;
}
.ent_m023 .meta_info .player_parent-title li:last-child:after,
.ent_m209 .player_meta .player_parent-title li:last-child:after,
.ent_m023 .meta_info .season_info li:last-child:after,
.ent_m209 .player_meta .season_info li:last-child:after {
  content: "";
}
.ent_m023 .meta_info .player_video-title,
.ent_m209 .player_meta .player_video-title,
.ent_m023 .meta_info .video_title,
.ent_m209 .player_meta .video_title {
  font: 24px/25px 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m023 .meta_info .video_description,
.ent_m209 .player_meta .video_description,
.ent_m023 .meta_info .player_description,
.ent_m209 .player_meta .player_description {
  margin-top: 13px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #ffffff;
}
.ent_m023 .meta_info .player_display-date,
.ent_m209 .player_meta .player_display-date,
.ent_m023 .meta_info .video_airdate,
.ent_m209 .player_meta .video_airdate {
  margin-top: 13px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  color: #ffffff;
}
.ent_m023 .meta_info .player_display-date:before,
.ent_m209 .player_meta .player_display-date:before {
  content: 'aired ';
}
/*
.meta_info {
	margin-top: 11px;

    a {
        color: inherit;
        text-decoration: none;
    }
}

.video_title {
	font: 2.8em/1.2 @fontPrimaryComp;
    color: @videoTitle;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 0.1em;
    margin-bottom: 10px;
}

.season_info {
    font: 2.4em/1.1 @fontPrimaryStandard;
    text-transform: capitalize;
    color: @videoSeasonInfo;

    li {
      display: inline;
      padding-left: 3px;

      &:after {
        content: "\00b7";
        font-weight: bold;
        padding-left: 3px;
      }

      &:first-child {
        padding-left: 0;
      }

      &:last-child:after {
        content: "";
      }
    }
}

.video_description {
    color: @videoDescription;
	margin: 3px 0 10px 0;
    font: 1.8em/1.2 @fontPrimaryStandard;
    //.opacity(0.85);
}

.video_airdate {
  color: @videoAirDate;
  font-size: 1.4em;
  text-transform: lowercase;
}


@media screen and (max-width: @xlarge) {
	.video_title {
		font-size: 26px;
	}
}

@media screen and (max-width: @large) {
	.meta_info {
		margin-top: 12px;
	}
	.video_title {
		font-size: 23px;
	}
    .season_info {
        font-size: 12px;
    }
	.video_description {
		font-size: 16px;
		line-height: 1.45;
	}
}
*/
.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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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 {
  font-size: 23px;
}
.comments_btn {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: right;
  text-decoration: none;
  margin-top: 0;
  padding: 10px;
  background: #1a1a1a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  width: 44px;
  height: 44px;
  margin-left: 10px;
}
.slate_holder {
  -ms-box-sizing: border-box;
  -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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
}
.tve_locked_slate .slate_headline span {
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
}
.tve_locked_slate .slate_headline h1 {
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #fb156b;
  text-transform: lowercase;
}
@media screen and (max-width: 979px) {
  .unsupported_slate .slate_headline {
    font-size: 6vw;
  }
}
.unsupported_slate .slate_description {
  display: inline;
  font: 4rem 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  color: #ffffff;
  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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  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;
}
/* white label tve css */
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;
}
.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;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  font-family: sans-serif;
}
.tveapp_wrap *,
.tveapp_wrap *::before,
.tveapp_wrap *::after {
  box-sizing: border-box;
}
.tveapp_wrap .tveapp_header,
.tveapp_wrap .tveapp_footer,
.tveapp_wrap .tveapp_content > div {
  padding-left: 13px;
  padding-right: 13px;
}
.tveapp_wrap .tveapp_close,
.tveapp_wrap .tveapp_button {
  display: inline-block;
  background-color: #505050;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 60px;
  font-weight: 700;
}
.tveapp_wrap .tveapp_close {
  margin-top: 15px;
}
.tveapp_wrap .tveapp_header .tveapp_close {
  margin-top: 0;
}
.tveapp_wrap .tveapp_watchNow {
  margin-right: 15px;
}
.tveapp_wrap .tveapp_elvis_buttons_list .tveapp_watchNow {
  margin-right: 0;
  margin-bottom: 15px;
}
.tveapp_wrap .tveapp_container {
  position: absolute;
  left: 50%;
  color: #fff;
  background: #000;
  -webkit-overflow-scrolling: touch;
  width: 980px;
  padding: 0;
  margin-left: -490px;
  height: auto;
  top: auto;
  margin-top: 5%;
  font-size: 14px;
  line-height: 20px;
  min-height: 606px;
  z-index: 20001;
  /*header*/
  /*Content*/
  /*vip framework override */
  /*vip framework override */
}
.tveapp_wrap .tveapp_container#tveapp_dontSeeUrMvpd .tveapp_content {
  text-align: center;
}
.tveapp_wrap .tveapp_container#tveapp_dontSeeUrMvpd .tveapp_dontSeeUrMvpdMessage {
  padding-top: 30px;
}
.tveapp_wrap .tveapp_container#tveapp_dontSeeUrMvpd .tveapp_dontSeeUrMvpdMessage h5 {
  display: block;
  font-size: 18px;
  margin: 0;
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.tveapp_wrap .tveapp_container#tveapp_dontSeeUrMvpd .tveapp_dontSeeUrMvpdMessage p {
  font-size: 16px;
  color: #a6a6a6;
}
.tveapp_wrap .tveapp_container#tveapp_dontSeeUrMvpd .tveapp_getfp p {
  font-size: 16px;
  color: #a6a6a6;
}
.tveapp_wrap .tveapp_container#tveapp_dontSeeUrMvpd .tveapp_getfp .tveapp_24h {
  margin-top: 30px;
  width: 260px;
  background-color: #505050;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}
.tveapp_wrap .tveapp_container#tveapp_pleaseWait .tveapp_content {
  padding: 15px 13px;
}
.tveapp_wrap .tveapp_container#tveapp_selectProvider .tveapp_goBack {
  display: none;
}
.tveapp_wrap .tveapp_container#tveapp_selectProvider .tveapp_content {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tveapp_wrap .tveapp_container#tveapp_elvisSignOut .tveapp_content {
  text-align: center;
  padding-top: 30px;
}
.tveapp_wrap .tveapp_container#tveapp_elvisSignOut .tveapp_content h5 {
  display: block;
  font-size: 18px;
  margin: 0;
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.tveapp_wrap .tveapp_container#tveapp_elvisSignOut .tveapp_content p {
  font-size: 16px;
  color: #a6a6a6;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tveapp_wrap .tveapp_container#tveapp_elvisSignOut .tveapp_content .tveapp_elvis_buttons_list li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.tveapp_wrap .tveapp_container a {
  cursor: pointer;
}
.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 .tveapp_header {
  width: 100%;
  background-color: #232323;
  border-bottom: 1px solid #000000;
  color: #fff;
  height: 70px;
  left: 0;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
  position: relative;
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_goBack,
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  text-indent: -9999px;
  display: inline-block;
  z-index: 100;
  background-color: transparent;
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_goBack:after,
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close:after {
  top: 26px;
  overflow: visible;
  position: absolute;
  text-indent: 0;
  cursor: pointer;
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_goBack:after:hover,
.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_goBack:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+YmFjay1idG48L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iVFZFLUZsb3ctRGVza3RvcC1EYXJrIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iYmFjay1idG4iPgogICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJpY29uLWFyZWEiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9InJlY3RhbmdsZSIgZmlsbD0iI0ZGRkZGRiIgeD0iMiIgeT0iOSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0icGF0aCIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iMTAuNSAxIDEuNSAxMCAxMC41IDE5Ij48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  left: 28px;
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close {
  right: 0;
  height: 0;
}
.tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+Y2xvc2UtYnRuPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlRWRS1GbG93LURlc2t0b3AtRGFyayIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImNsb3NlLWJ0biI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9Imljb24tYXJlYSIgb3BhY2l0eT0iMCIgeD0iMCIgeT0iMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMSwxIEwxOSwxOSBNMTksMSBMMSwxOSIgaWQ9IngiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  right: 26px;
  width: 20px;
  height: 20px;
}
.tveapp_wrap .tveapp_container .tveapp_content {
  color: #fff;
  overflow: hidden;
  /*Search Box*/
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_actions {
  display: table;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_actions li {
  display: table-cell;
  font-family: sans-serif;
  font-size: 20px;
  padding-right: 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_actions li:nth-child(n+2) {
  opacity: 0.3;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_description {
  font-size: 16px;
  color: #a6a6a6;
  font-family: sans-serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_description .tveapp_learnMore,
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_description span {
  display: none;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_description a {
  margin-left: 20px;
  margin-top: 4px;
  font-size: 24px;
  position: absolute;
  color: #fff;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_description a:hover {
  text-decoration: none;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_searchBox {
  height: 50px;
  padding: 0;
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  position: relative;
  width: auto;
  display: none;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_searchBox .tveapp_searchButton {
  display: none;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_searchBox .tveapp_wrapSearch {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  /*????*/
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_searchBox .tveapp_wrapSearch:after {
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDIwIDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+c2VhcmNoLWljb248L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8Y2lyY2xlIGlkPSJwYXRoLTEiIGN4PSI3IiBjeT0iNyIgcj0iNyI+PC9jaXJjbGU+CiAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgbWFza0NvbnRlbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIG1hc2tVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHg9IjAiIHk9IjAiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgIDwvbWFzaz4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJUVkUtRmxvdy1EZXNrdG9wLURhcmsiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJzZWFyY2gtaWNvbiI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAxLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9ImJvdW5kcyIgZmlsbC1vcGFjaXR5PSIwLjIiIGZpbGw9IiNGRkZGRkYiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHVzZSBpZD0ib3ZhbCIgc3Ryb2tlPSIjRkZGRkZGIiBtYXNrPSJ1cmwoI21hc2stMikiIHN0cm9rZS13aWR0aD0iNCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIsMTIgTDE2Ljk5MDIzNDQsMTYuOTE5NDMzNiIgaWQ9InBhdGgiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  font-size: 27px;
  left: 15px;
  color: #aaa;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 16px;
  width: 27px;
  font-weight: 700;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_searchBox .tveapp_wrapSearch .placeholder {
  color: #aaa;
  cursor: text;
  font-size: 20px;
  left: 55px;
  position: absolute;
  top: 16px;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_searchBox .tveapp_wrapSearch .tveapp_search {
  border: none;
  background-color: #232323;
  color: #fff;
  float: right;
  font-size: 19px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 59px;
  width: 100%;
  height: 100%;
  text-transform: lowercase;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_successMessage {
  text-align: center;
  padding-top: 30px;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_successMessage h5 {
  display: block;
  font-size: 18px;
  margin: 0;
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_successMessage p {
  font-size: 16px;
  color: #a6a6a6;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tveapp_wrap .tveapp_container .tveapp_content .tveapp_successMessage #tveapp_signOutMvpdLogo {
  background-color: transparent;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_footer {
  margin-top: 118px;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_footer #extraMvpdWrapper,
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_footer .tveapp_footbutton {
  display: none;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_footer #providersWrapper {
  display: block;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox {
  display: block;
}
.tveapp_wrap .tveapp_container .tveapp_footer {
  margin-top: 68px;
  padding-bottom: 20px;
  text-align: center;
}
.tveapp_wrap .tveapp_container .tveapp_footer #providersWrapper {
  display: none;
  overflow: auto;
  z-index: 9;
  height: 391px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.tveapp_wrap .tveapp_container .tveapp_footer #providersWrapper .tveapp_providersList {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.tveapp_wrap .tveapp_container .tveapp_footer #providersWrapper .tveapp_providersList .tveapp_pL-item,
.tveapp_wrap .tveapp_container .tveapp_footer #providersWrapper .tveapp_providersList .tveapp_pL-item-extra {
  float: left;
  width: 100%;
}
.tveapp_wrap .tveapp_container .tveapp_footer #providersWrapper .tveapp_providersList .tveapp_pL-item {
  font-family: sans-serif;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.07000000000000001);
  border-bottom: 1px solid #232323;
  display: table-cell;
  text-align: left;
}
.tveapp_wrap .tveapp_container .tveapp_footer #providersWrapper .tveapp_providersList .tveapp_pL-item:hover {
  color: rgba(255, 255, 255, 0.5);
}
.tveapp_wrap .tveapp_container .tveapp_footer #providersWrapper .tveapp_providersList .tveapp_pL-link {
  display: inline-block;
  padding: 13px 10px;
  min-width: 150px;
  width: 100%;
}
.tveapp_wrap .tveapp_container .tveapp_footer #providersWrapper .tveapp_providersList #tveapp_providerNotListed {
  background-color: #505050;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 260px;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList {
  overflow: hidden;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL {
  float: left;
  width: 23.404255319148934%;
  overflow: auto;
  height: 88px;
  padding: 0;
  margin-bottom: 10px;
  margin-left: 2.127659574468085%;
  background-color: #fff;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL:first-child,
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL:nth-child(4n+1) {
  margin-left: 0;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL img,
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL span,
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL i {
  display: inline-block;
  vertical-align: middle;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL span {
  display: none;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL i {
  width: 0;
  height: 100%;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL img {
  max-height: 60px;
  max-width: 75%;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL .tveapp_ePL-link {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07000000000000001);
  float: left;
  padding: 9px;
  text-align: center;
}
.tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL .tveapp_ePL-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000000;
}
.tveapp_wrap .tveapp_container .tveapp_footer .tveapp_footbutton {
  text-align: center;
}
.tveapp_wrap .tveapp_container .tveapp_footer .tveapp_footbutton .viewAllProviders {
  display: inline-block;
  color: #fff;
  background-color: #505050;
  padding: 13px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: sans-serif;
}
.tveapp_wrap .tveapp_container .tveapp_footer .tveapp_footmessage {
  display: inline-block;
  color: #a6a6a6;
  margin-top: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  font-size: 16px;
}
.tveapp_wrap .tveapp_container .tveapp_footer .tveapp_footmessage .tveapp_24h {
  background-color: transparent;
  border: none;
  float: right;
  font-weight: 700;
  color: #fff;
  margin-left: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.tveapp_wrap .tveapp_container .tveapp_button.tveapp_learnMore,
.tveapp_wrap .tveapp_container .tveapp_button.tveapp_goBack {
  left: auto;
  top: auto;
  position: inherit;
}
.tveapp_wrap .tveapp_container #iui-component .datepicker {
  color: #000;
  margin-top: 80px;
}
.tveapp_wrap .tveapp_container #iui-component .iui-welcome .iui-text-view {
  color: #a6a6a6;
}
.tveapp_wrap .tveapp_container #iui-component .iui-social img {
  width: auto;
}
.tveapp_wrap .tveapp_container #iui-component .iui-show-log-in img {
  height: 46px;
  width: auto;
}
.tveapp_wrap .tveapp_container #iui-component .iui-form button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.tveapp_wrap .tveapp_container #iui-component .iui-signup .iui-social .iui-social-btns .iui-facebook-btn {
  float: right;
  margin-right: 0;
}
.tveapp_wrap .tveapp_container #iui-component .iui-signup .iui-social .iui-social-btns .iui-twitter-btn {
  float: left;
}
.tveapp_wrap .tveapp_container #iui-component .iui-forgot-password .iui-top-space {
  text-transform: capitalize;
}
.tveapp_wrap .tveapp_container #iui-component .iui-show-email-form a img {
  height: 46px;
  width: auto;
}
.tveapp_wrap #tveapp_elvisSuccess .tveapp_content {
  text-align: center;
}
.tveapp_wrap #tveapp_elvisSuccess h5 {
  font-size: 22px;
  margin-top: 20px;
}
@media (max-width: 979px) {
  body.tveapp_modalOpened {
    position: fixed;
  }
  .tveapp_wrap .tveapp_container .tveapp_content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList {
    max-width: 660px;
    width: 100%;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL {
    width: 32%;
    margin-bottom: 12px;
    margin-left: 2%;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL:nth-child(3n+1) {
    margin-left: 0;
  }
  .tveapp_wrap .tveapp_container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    left: auto;
    margin-top: 0;
  }
  .tveapp_wrap #providersWrapper {
    height: 100%;
    max-height: inherit;
    border: none;
    top: auto;
  }
}
@media only screen and (max-width: 659px) {
  .tveapp_wrap {
    width: 100%;
  }
  .tveapp_wrap .tveapp_watchNow,
  .tveapp_wrap .tveapp_signOut {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .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,
  .tveapp_wrap #tveapp_vipLogin .tveapp_header,
  .tveapp_wrap .tveapp_container .tveapp_content .tveapp_actions {
    height: 50px;
  }
  .tveapp_wrap .tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_goBack::after,
  .tveapp_wrap .tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close::after {
    top: 16px;
  }
  .tveapp_wrap .tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_goBack::after {
    left: 16px;
  }
  .tveapp_wrap .tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close::after {
    right: 16px;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer {
    margin-top: 80px;
  }
  .tveapp_wrap .tveapp_container .tveapp_content .tveapp_actions li:nth-child(n+2) {
    display: none;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL {
    height: 62px;
    margin-bottom: 5px;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer #extraMvpdWrapper .tveapp_extraMvpdList .tveapp_ePL img {
    max-height: 45px;
  }
  .tveapp_wrap .tveapp_container .tveapp_content .tveapp_description {
    line-height: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .tveapp_wrap .tveapp_container .tveapp_content .tveapp_description a {
    margin-top: -12px;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer .tveapp_footmessage {
    margin-top: 10px;
  }
  .tveapp_wrap .tveapp_container .tveapp_footer .tveapp_footbutton .viewAllProviders {
    display: block;
  }
  .tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close::after {
    font-size: 22px;
    line-height: 22px;
    margin-top: 13px;
    top: 0;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_footer {
    margin-top: 131px;
  }
  .tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close:after {
    top: 10px;
  }
  .tveapp_wrap #tveapp_selectProvider.tveapp_container .tveapp_button.tveapp_close::after {
    top: 2px;
  }
  .tveapp_wrap .tveapp_header,
  .tveapp_wrap .tveapp_footer,
  .tveapp_wrap .tveapp_content > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tveapp_wrap .tveapp_container {
    left: 0;
    top: 0;
    margin-left: 0;
  }
}
/*VIP************/
/* Contains: bootstrap --  */
#iui-component .btn-group > .btn-group,
#iui-component .btn-toolbar .btn,
#iui-component .btn-toolbar .btn-group,
#iui-component .btn-toolbar .input-group,
#iui-component .col-xs-1,
#iui-component .col-xs-10,
#iui-component .col-xs-11,
#iui-component .col-xs-12,
#iui-component .col-xs-2,
#iui-component .col-xs-3,
#iui-component .col-xs-4,
#iui-component .col-xs-5,
#iui-component .col-xs-6,
#iui-component .col-xs-7,
#iui-component .col-xs-8,
#iui-component .col-xs-9,
#iui-component .dropdown-menu {
  float: left;
}
#iui-component html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#iui-component article,
#iui-component aside,
#iui-component details,
#iui-component figcaption,
#iui-component figure,
#iui-component footer,
#iui-component header,
#iui-component hgroup,
#iui-component main,
#iui-component menu,
#iui-component nav,
#iui-component section,
#iui-component summary {
  display: block;
}
#iui-component audio,
#iui-component canvas,
#iui-component progress,
#iui-component video {
  display: inline-block;
  vertical-align: baseline;
}
#iui-component audio:not([controls]) {
  display: none;
  height: 0;
}
#iui-component [hidden],
#iui-component template {
  display: none;
}
#iui-component a {
  background-color: transparent;
  text-decoration: none;
}
#iui-component a:active,
#iui-component a:hover {
  outline: 0;
}
#iui-component b,
#iui-component optgroup,
#iui-component strong {
  font-weight: 700;
}
#iui-component dfn {
  font-style: italic;
}
#iui-component h1 {
  margin: 0.67em 0;
}
#iui-component mark {
  background: #ff0;
  color: #000;
}
#iui-component sub,
#iui-component sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#iui-component sup {
  top: -.5em;
}
#iui-component sub {
  bottom: -.25em;
}
#iui-component img {
  border: 0;
  vertical-align: middle;
}
#iui-component svg:not(:root) {
  overflow: hidden;
}
#iui-component hr {
  box-sizing: content-box;
  height: 0;
}
#iui-component pre,
#iui-component textarea {
  overflow: auto;
}
#iui-component code,
#iui-component kbd,
#iui-component pre,
#iui-component samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
#iui-component button,
#iui-component input,
#iui-component optgroup,
#iui-component select,
#iui-component textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#iui-component button {
  overflow: visible;
}
#iui-component button,
#iui-component select {
  text-transform: none;
}
#iui-component button,
#iui-component html input[type=button],
#iui-component input[type=reset],
#iui-component input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
#iui-component button[disabled],
#iui-component html input[disabled] {
  cursor: default;
}
#iui-component button::-moz-focus-inner,
#iui-component input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#iui-component input[type=checkbox],
#iui-component input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
#iui-component input[type=number]::-webkit-inner-spin-button,
#iui-component input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
#iui-component input[type=search]::-webkit-search-cancel-button,
#iui-component input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#iui-component table {
  border-collapse: collapse;
  border-spacing: 0;
}
#iui-component td,
#iui-component th {
  padding: 0;
}
#iui-component *,
#iui-component:after,
#iui-component:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#iui-component html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
#iui-component body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}
#iui-component button,
#iui-component input,
#iui-component select,
#iui-component textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#iui-component a:focus,
#iui-component a:hover {
  color: #002682;
  text-decoration: underline;
}
#iui-component a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
#iui-component figure {
  margin: 0;
}
#iui-component .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#iui-component .img-rounded {
  border-radius: 6px;
}
#iui-component .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#iui-component .img-circle {
  border-radius: 50%;
}
#iui-component hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
#iui-component .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#iui-component .sr-only-focusable:active,
#iui-component .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#iui-component [role=button] {
  cursor: pointer;
}
#iui-component .h1,
#iui-component .h2,
#iui-component .h3,
#iui-component .h4,
#iui-component .h5,
#iui-component .h6,
#iui-component h1,
#iui-component h2,
#iui-component h3,
#iui-component h4,
#iui-component h5,
#iui-component h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#iui-component .h1 .small,
#iui-component .h1 small,
#iui-component .h2 .small,
#iui-component .h2 small,
#iui-component .h3 .small,
#iui-component .h3 small,
#iui-component .h4 .small,
#iui-component .h4 small,
#iui-component .h5 .small,
#iui-component .h5 small,
#iui-component .h6 .small,
#iui-component .h6 small,
#iui-component h1 .small,
#iui-component h1 small,
#iui-component h2 .small,
#iui-component h2 small,
#iui-component h3 .small,
#iui-component h3 small,
#iui-component h4 .small,
#iui-component h4 small,
#iui-component h5 .small,
#iui-component h5 small,
#iui-component h6 .small,
#iui-component h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
#iui-component .h1,
#iui-component .h2,
#iui-component .h3,
#iui-component h1,
#iui-component h2,
#iui-component h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#iui-component .h1 .small,
#iui-component .h1 small,
#iui-component .h2 .small,
#iui-component .h2 small,
#iui-component .h3 .small,
#iui-component .h3 small,
#iui-component h1 .small,
#iui-component h1 small,
#iui-component h2 .small,
#iui-component h2 small,
#iui-component h3 .small,
#iui-component h3 small {
  font-size: 65%;
}
#iui-component .h4,
#iui-component .h5,
#iui-component .h6,
#iui-component h4,
#iui-component h5,
#iui-component h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#iui-component .h4 .small,
#iui-component .h4 small,
#iui-component .h5 .small,
#iui-component .h5 small,
#iui-component .h6 .small,
#iui-component .h6 small,
#iui-component h4 .small,
#iui-component h4 small,
#iui-component h5 .small,
#iui-component h5 small,
#iui-component h6 .small,
#iui-component h6 small {
  font-size: 75%;
}
#iui-component .h1,
#iui-component h1 {
  font-size: 36px;
}
#iui-component .h2,
#iui-component h2 {
  font-size: 30px;
}
#iui-component .h3,
#iui-component h3 {
  font-size: 24px;
}
#iui-component .h4,
#iui-component h4 {
  font-size: 18px;
}
#iui-component .h5,
#iui-component h5 {
  font-size: 14px;
}
#iui-component .h6,
#iui-component h6 {
  font-size: 12px;
}
#iui-component .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #iui-component .lead {
    font-size: 21px;
  }
}
#iui-component .small,
#iui-component small {
  font-size: 85%;
}
#iui-component .mark,
#iui-component mark {
  background-color: #fcf8e3;
  padding: .2em;
}
#iui-component .list-inline,
#iui-component .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#iui-component .text-left {
  text-align: left;
}
#iui-component .text-right {
  text-align: right;
}
#iui-component .text-center {
  text-align: center;
}
#iui-component .text-justify {
  text-align: justify;
}
#iui-component .text-nowrap {
  white-space: nowrap;
}
#iui-component .text-muted {
  color: #777;
}
#iui-component .text-primary {
  color: #337ab7;
}
#iui-component a.text-primary:focus,
#iui-component a.text-primary:hover {
  color: #286090;
}
#iui-component .text-success {
  color: #3c763d;
}
#iui-component a.text-success:focus,
#iui-component a.text-success:hover {
  color: #2b542c;
}
#iui-component .text-info {
  color: #31708f;
}
#iui-component a.text-info:focus,
#iui-component a.text-info:hover {
  color: #245269;
}
#iui-component .text-warning {
  color: #8a6d3b;
}
#iui-component a.text-warning:focus,
#iui-component a.text-warning:hover {
  color: #66512c;
}
#iui-component .text-danger {
  color: #a94442;
}
#iui-component a.text-danger:focus,
#iui-component a.text-danger:hover {
  color: #843534;
}
#iui-component .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
#iui-component a.bg-primary:focus,
#iui-component a.bg-primary:hover {
  background-color: #286090;
}
#iui-component .bg-success {
  background-color: #dff0d8;
}
#iui-component a.bg-success:focus,
#iui-component a.bg-success:hover {
  background-color: #c1e2b3;
}
#iui-component .bg-info {
  background-color: #d9edf7;
}
#iui-component a.bg-info:focus,
#iui-component a.bg-info:hover {
  background-color: #afd9ee;
}
#iui-component .bg-warning {
  background-color: #fcf8e3;
}
#iui-component a.bg-warning:focus,
#iui-component a.bg-warning:hover {
  background-color: #f7ecb5;
}
#iui-component .bg-danger {
  background-color: #f2dede;
}
#iui-component a.bg-danger:focus,
#iui-component a.bg-danger:hover {
  background-color: #e4b9b9;
}
#iui-component .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
#iui-component blockquote ol:last-child,
#iui-component blockquote p:last-child,
#iui-component blockquote ul:last-child,
#iui-component ol ol,
#iui-component ol ul,
#iui-component ul ol,
#iui-component ul ul {
  margin-bottom: 0;
}
#iui-component ol,
#iui-component ul {
  margin-top: 0;
  margin-bottom: 10px;
}
#iui-component .list-inline {
  margin-left: -5px;
}
#iui-component .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#iui-component dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#iui-component dd,
#iui-component dt {
  line-height: 1.42857;
}
#iui-component dt {
  font-weight: 700;
}
#iui-component dd {
  margin-left: 0;
}
#iui-component .dl-horizontal dd:after,
#iui-component .dl-horizontal dd:before {
  content: " ";
  display: table;
}
#iui-component .dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  #iui-component .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #iui-component .dl-horizontal dd {
    margin-left: 180px;
  }
  #iui-component .container {
    width: 750px;
  }
}
#iui-component .btn-group-vertical > .btn-group:after,
#iui-component .btn-toolbar:after,
#iui-component .clearfix:after,
#iui-component .container-fluid:after,
#iui-component .container:after,
#iui-component .form-horizontal .form-group:after,
#iui-component .row:after {
  clear: both;
}
#iui-component abbr[data-original-title],
#iui-component abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
#iui-component .initialism {
  font-size: 90%;
}
#iui-component blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
#iui-component blockquote .small,
#iui-component blockquote footer,
#iui-component blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
#iui-component .container-fluid:after,
#iui-component .container-fluid:before,
#iui-component .container:after,
#iui-component .container:before,
#iui-component .row:after,
#iui-component .row:before {
  display: table;
  content: " ";
}
#iui-component blockquote .small:before,
#iui-component blockquote footer:before,
#iui-component blockquote small:before {
  content: '\2014 \00A0';
}
#iui-component .blockquote-reverse,
#iui-component blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
#iui-component .blockquote-reverse .small:before,
#iui-component .blockquote-reverse footer:before,
#iui-component .blockquote-reverse small:before,
#iui-component blockquote.pull-right .small:before,
#iui-component blockquote.pull-right footer:before,
#iui-component blockquote.pull-right small:before {
  content: '';
}
#iui-component .blockquote-reverse .small:after,
#iui-component .blockquote-reverse footer:after,
#iui-component .blockquote-reverse small:after,
#iui-component blockquote.pull-right .small:after,
#iui-component blockquote.pull-right footer:after,
#iui-component blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
#iui-component address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
#iui-component .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #iui-component .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #iui-component .container {
    width: 1170px;
  }
}
#iui-component .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#iui-component .row {
  margin-left: -15px;
  margin-right: -15px;
}
#iui-component .col-xs-1,
#iui-component .col-xs-10,
#iui-component .col-xs-11,
#iui-component .col-xs-12,
#iui-component .col-xs-2,
#iui-component .col-xs-3,
#iui-component .col-xs-4,
#iui-component .col-xs-5,
#iui-component .col-xs-6,
#iui-component .col-xs-7,
#iui-component .col-xs-8,
#iui-component .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#iui-component .col-xs-1 {
  width: 8.33333%;
}
#iui-component .col-xs-2 {
  width: 16.66667%;
}
#iui-component .col-xs-3 {
  width: 25%;
}
#iui-component .col-xs-4 {
  width: 33.33333%;
}
#iui-component .col-xs-5 {
  width: 41.66667%;
}
#iui-component .col-xs-6 {
  width: 50%;
}
#iui-component .col-xs-7 {
  width: 58.33333%;
}
#iui-component .col-xs-8 {
  width: 66.66667%;
}
#iui-component .col-xs-9 {
  width: 75%;
}
#iui-component .col-xs-10 {
  width: 83.33333%;
}
#iui-component .col-xs-11 {
  width: 91.66667%;
}
#iui-component .col-xs-12 {
  width: 100%;
}
#iui-component fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#iui-component legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#iui-component label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
#iui-component input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
#iui-component input[type=checkbox],
#iui-component input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
#iui-component .form-control,
#iui-component output {
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  display: block;
}
#iui-component input[type=file] {
  display: block;
}
#iui-component input[type=range] {
  display: block;
  width: 100%;
}
#iui-component select[multiple],
#iui-component select[size] {
  height: auto;
}
#iui-component input[type=file]:focus,
#iui-component input[type=checkbox]:focus,
#iui-component input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
#iui-component output {
  padding-top: 7px;
}
#iui-component .form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#iui-component .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#iui-component .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#iui-component .form-control:-ms-input-placeholder {
  color: #999;
}
#iui-component .form-control::-webkit-input-placeholder {
  color: #999;
}
#iui-component .has-success .checkbox,
#iui-component .has-success .checkbox-inline,
#iui-component .has-success .control-label,
#iui-component .has-success .form-control-feedback,
#iui-component .has-success .help-block,
#iui-component .has-success .radio,
#iui-component .has-success .radio-inline,
#iui-component .has-success.checkbox label,
#iui-component .has-success.checkbox-inline label,
#iui-component .has-success.radio label,
#iui-component .has-success.radio-inline label {
  color: #3c763d;
}
#iui-component .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
#iui-component .form-control[disabled],
#iui-component .form-control[readonly],
fieldset[disabled] #iui-component .form-control {
  background-color: #eee;
  opacity: 1;
}
#iui-component .form-control[disabled],
fieldset[disabled] #iui-component .form-control {
  cursor: not-allowed;
}
#iui-component textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #iui-component input[type=date].form-control,
  #iui-component input[type=time].form-control,
  #iui-component input[type=datetime-local].form-control,
  #iui-component input[type=month].form-control {
    line-height: 34px;
  }
  #iui-component input[type=date].input-sm,
  #iui-component input[type=time].input-sm,
  #iui-component input[type=datetime-local].input-sm,
  #iui-component input[type=month].input-sm,
  .input-group-sm #iui-component input[type=date],
  .input-group-sm #iui-component input[type=time],
  .input-group-sm #iui-component input[type=datetime-local],
  .input-group-sm #iui-component input[type=month] {
    line-height: 30px;
  }
  #iui-component input[type=date].input-lg,
  #iui-component input[type=time].input-lg,
  #iui-component input[type=datetime-local].input-lg,
  #iui-component input[type=month].input-lg,
  .input-group-lg #iui-component input[type=date],
  .input-group-lg #iui-component input[type=time],
  .input-group-lg #iui-component input[type=datetime-local],
  .input-group-lg #iui-component input[type=month] {
    line-height: 46px;
  }
}
#iui-component .form-group {
  margin-bottom: 15px;
}
#iui-component .checkbox,
#iui-component .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#iui-component .checkbox label,
#iui-component .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
#iui-component .checkbox input[type=checkbox],
#iui-component .checkbox-inline input[type=checkbox],
#iui-component .radio input[type=radio],
#iui-component .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
#iui-component .checkbox + .checkbox,
#iui-component .radio + .radio {
  margin-top: -5px;
}
#iui-component .checkbox-inline,
#iui-component .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
#iui-component .checkbox-inline + .checkbox-inline,
#iui-component .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
#iui-component .checkbox-inline.disabled,
#iui-component .checkbox.disabled label,
#iui-component .radio-inline.disabled,
#iui-component .radio.disabled label,
#iui-component input[type=checkbox].disabled,
#iui-component input[type=checkbox][disabled],
#iui-component input[type=radio].disabled,
#iui-component input[type=radio][disabled],
fieldset[disabled] #iui-component .checkbox label,
fieldset[disabled] #iui-component .checkbox-inline,
fieldset[disabled] #iui-component .radio label,
fieldset[disabled] #iui-component .radio-inline,
fieldset[disabled] #iui-component input[type=checkbox],
fieldset[disabled] #iui-component input[type=radio] {
  cursor: not-allowed;
}
#iui-component .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
#iui-component .form-control-static.input-lg,
#iui-component .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
#iui-component .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#iui-component select.input-sm {
  height: 30px;
  line-height: 30px;
}
#iui-component select[multiple].input-sm,
#iui-component textarea.input-sm {
  height: auto;
}
#iui-component .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#iui-component .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
#iui-component .form-group-sm select[multiple].form-control,
#iui-component .form-group-sm textarea.form-control {
  height: auto;
}
#iui-component .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#iui-component .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
#iui-component select.input-lg {
  height: 46px;
  line-height: 46px;
}
#iui-component select[multiple].input-lg,
#iui-component textarea.input-lg {
  height: auto;
}
#iui-component .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
#iui-component .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
#iui-component .form-group-lg select[multiple].form-control,
#iui-component .form-group-lg textarea.form-control {
  height: auto;
}
#iui-component .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
#iui-component .has-feedback {
  position: relative;
}
#iui-component .has-feedback .form-control {
  padding-right: 42.5px;
}
#iui-component .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
#iui-component .form-group-lg .form-control + .form-control-feedback,
#iui-component .input-group-lg + .form-control-feedback,
#iui-component .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
#iui-component .form-group-sm .form-control + .form-control-feedback,
#iui-component .input-group-sm + .form-control-feedback,
#iui-component .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#iui-component .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#iui-component .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
#iui-component .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
#iui-component .has-warning .checkbox,
#iui-component .has-warning .checkbox-inline,
#iui-component .has-warning .control-label,
#iui-component .has-warning .form-control-feedback,
#iui-component .has-warning .help-block,
#iui-component .has-warning .radio,
#iui-component .has-warning .radio-inline,
#iui-component .has-warning.checkbox label,
#iui-component .has-warning.checkbox-inline label,
#iui-component .has-warning.radio label,
#iui-component .has-warning.radio-inline label {
  color: #8a6d3b;
}
#iui-component .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#iui-component .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
#iui-component .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
#iui-component .has-error .checkbox,
#iui-component .has-error .checkbox-inline,
#iui-component .has-error .control-label,
#iui-component .has-error .form-control-feedback,
#iui-component .has-error .help-block,
#iui-component .has-error .radio,
#iui-component .has-error .radio-inline,
#iui-component .has-error.checkbox label,
#iui-component .has-error.checkbox-inline label,
#iui-component .has-error.radio label,
#iui-component .has-error.radio-inline label {
  color: #a94442;
}
#iui-component .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#iui-component .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
#iui-component .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
#iui-component .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
#iui-component .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
#iui-component .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  #iui-component .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #iui-component .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #iui-component .form-inline .form-control-static {
    display: inline-block;
  }
  #iui-component .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #iui-component .form-inline .input-group .form-control,
  #iui-component .form-inline .input-group .input-group-addon,
  #iui-component .form-inline .input-group .input-group-btn {
    width: auto;
  }
  #iui-component .form-inline .input-group > .form-control {
    width: 100%;
  }
  #iui-component .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #iui-component .form-inline .checkbox,
  #iui-component .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #iui-component .form-inline .checkbox label,
  #iui-component .form-inline .radio label {
    padding-left: 0;
  }
  #iui-component .form-inline .checkbox input[type=checkbox],
  #iui-component .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  #iui-component .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#iui-component .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#iui-component .btn.active.focus,
#iui-component .btn.active:focus,
#iui-component .btn.focus,
#iui-component .btn:active.focus,
#iui-component .btn:active:focus,
#iui-component .btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
#iui-component .btn.focus,
#iui-component .btn:focus,
#iui-component .btn:hover {
  color: #333;
  text-decoration: none;
}
#iui-component .btn.active,
#iui-component .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#iui-component .btn.disabled,
#iui-component .btn[disabled],
fieldset[disabled] #iui-component .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#iui-component a.btn.disabled,
fieldset[disabled] #iui-component a.btn {
  pointer-events: none;
}
#iui-component .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#iui-component .btn-default.focus,
#iui-component .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
#iui-component .btn-default.active,
#iui-component .btn-default:active,
#iui-component .btn-default:hover,
.open > #iui-component .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#iui-component .btn-default.active.focus,
#iui-component .btn-default.active:focus,
#iui-component .btn-default.active:hover,
#iui-component .btn-default:active.focus,
#iui-component .btn-default:active:focus,
#iui-component .btn-default:active:hover,
.open > #iui-component .btn-default.dropdown-toggle.focus,
.open > #iui-component .btn-default.dropdown-toggle:focus,
.open > #iui-component .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
#iui-component .btn-default.active,
#iui-component .btn-default:active,
.open > #iui-component .btn-default.dropdown-toggle {
  background-image: none;
}
#iui-component .btn-default.disabled.focus,
#iui-component .btn-default.disabled:focus,
#iui-component .btn-default.disabled:hover,
#iui-component .btn-default[disabled].focus,
#iui-component .btn-default[disabled]:focus,
#iui-component .btn-default[disabled]:hover,
fieldset[disabled] #iui-component .btn-default.focus,
fieldset[disabled] #iui-component .btn-default:focus,
fieldset[disabled] #iui-component .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
#iui-component .btn-default .badge {
  color: #fff;
  background-color: #333;
}
#iui-component .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
#iui-component .btn-primary.focus,
#iui-component .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
#iui-component .btn-primary.active,
#iui-component .btn-primary:active,
#iui-component .btn-primary:hover,
.open > #iui-component .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
#iui-component .btn-primary.active.focus,
#iui-component .btn-primary.active:focus,
#iui-component .btn-primary.active:hover,
#iui-component .btn-primary:active.focus,
#iui-component .btn-primary:active:focus,
#iui-component .btn-primary:active:hover,
.open > #iui-component .btn-primary.dropdown-toggle.focus,
.open > #iui-component .btn-primary.dropdown-toggle:focus,
.open > #iui-component .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
#iui-component .btn-primary.active,
#iui-component .btn-primary:active,
.open > #iui-component .btn-primary.dropdown-toggle {
  background-image: none;
}
#iui-component .btn-primary.disabled.focus,
#iui-component .btn-primary.disabled:focus,
#iui-component .btn-primary.disabled:hover,
#iui-component .btn-primary[disabled].focus,
#iui-component .btn-primary[disabled]:focus,
#iui-component .btn-primary[disabled]:hover,
fieldset[disabled] #iui-component .btn-primary.focus,
fieldset[disabled] #iui-component .btn-primary:focus,
fieldset[disabled] #iui-component .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
#iui-component .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
#iui-component .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#iui-component .btn-success.focus,
#iui-component .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
#iui-component .btn-success.active,
#iui-component .btn-success:active,
#iui-component .btn-success:hover,
.open > #iui-component .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
#iui-component .btn-success.active.focus,
#iui-component .btn-success.active:focus,
#iui-component .btn-success.active:hover,
#iui-component .btn-success:active.focus,
#iui-component .btn-success:active:focus,
#iui-component .btn-success:active:hover,
.open > #iui-component .btn-success.dropdown-toggle.focus,
.open > #iui-component .btn-success.dropdown-toggle:focus,
.open > #iui-component .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
#iui-component .btn-success.active,
#iui-component .btn-success:active,
.open > #iui-component .btn-success.dropdown-toggle {
  background-image: none;
}
#iui-component .btn-success.disabled.focus,
#iui-component .btn-success.disabled:focus,
#iui-component .btn-success.disabled:hover,
#iui-component .btn-success[disabled].focus,
#iui-component .btn-success[disabled]:focus,
#iui-component .btn-success[disabled]:hover,
fieldset[disabled] #iui-component .btn-success.focus,
fieldset[disabled] #iui-component .btn-success:focus,
fieldset[disabled] #iui-component .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#iui-component .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
#iui-component .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
#iui-component .btn-info.focus,
#iui-component .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
#iui-component .btn-info.active,
#iui-component .btn-info:active,
#iui-component .btn-info:hover,
.open > #iui-component .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
#iui-component .btn-info.active.focus,
#iui-component .btn-info.active:focus,
#iui-component .btn-info.active:hover,
#iui-component .btn-info:active.focus,
#iui-component .btn-info:active:focus,
#iui-component .btn-info:active:hover,
.open > #iui-component .btn-info.dropdown-toggle.focus,
.open > #iui-component .btn-info.dropdown-toggle:focus,
.open > #iui-component .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
#iui-component .btn-info.active,
#iui-component .btn-info:active,
.open > #iui-component .btn-info.dropdown-toggle {
  background-image: none;
}
#iui-component .btn-info.disabled.focus,
#iui-component .btn-info.disabled:focus,
#iui-component .btn-info.disabled:hover,
#iui-component .btn-info[disabled].focus,
#iui-component .btn-info[disabled]:focus,
#iui-component .btn-info[disabled]:hover,
fieldset[disabled] #iui-component .btn-info.focus,
fieldset[disabled] #iui-component .btn-info:focus,
fieldset[disabled] #iui-component .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
#iui-component .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
#iui-component .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#iui-component .btn-warning.focus,
#iui-component .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
#iui-component .btn-warning.active,
#iui-component .btn-warning:active,
#iui-component .btn-warning:hover,
.open > #iui-component .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
#iui-component .btn-warning.active.focus,
#iui-component .btn-warning.active:focus,
#iui-component .btn-warning.active:hover,
#iui-component .btn-warning:active.focus,
#iui-component .btn-warning:active:focus,
#iui-component .btn-warning:active:hover,
.open > #iui-component .btn-warning.dropdown-toggle.focus,
.open > #iui-component .btn-warning.dropdown-toggle:focus,
.open > #iui-component .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
#iui-component .btn-warning.active,
#iui-component .btn-warning:active,
.open > #iui-component .btn-warning.dropdown-toggle {
  background-image: none;
}
#iui-component .btn-warning.disabled.focus,
#iui-component .btn-warning.disabled:focus,
#iui-component .btn-warning.disabled:hover,
#iui-component .btn-warning[disabled].focus,
#iui-component .btn-warning[disabled]:focus,
#iui-component .btn-warning[disabled]:hover,
fieldset[disabled] #iui-component .btn-warning.focus,
fieldset[disabled] #iui-component .btn-warning:focus,
fieldset[disabled] #iui-component .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
#iui-component .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
#iui-component .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#iui-component .btn-danger.focus,
#iui-component .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
#iui-component .btn-danger.active,
#iui-component .btn-danger:active,
#iui-component .btn-danger:hover,
.open > #iui-component .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
#iui-component .btn-danger.active.focus,
#iui-component .btn-danger.active:focus,
#iui-component .btn-danger.active:hover,
#iui-component .btn-danger:active.focus,
#iui-component .btn-danger:active:focus,
#iui-component .btn-danger:active:hover,
.open > #iui-component .btn-danger.dropdown-toggle.focus,
.open > #iui-component .btn-danger.dropdown-toggle:focus,
.open > #iui-component .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
#iui-component .btn-danger.active,
#iui-component .btn-danger:active,
.open > #iui-component .btn-danger.dropdown-toggle {
  background-image: none;
}
#iui-component .btn-danger.disabled.focus,
#iui-component .btn-danger.disabled:focus,
#iui-component .btn-danger.disabled:hover,
#iui-component .btn-danger[disabled].focus,
#iui-component .btn-danger[disabled]:focus,
#iui-component .btn-danger[disabled]:hover,
fieldset[disabled] #iui-component .btn-danger.focus,
fieldset[disabled] #iui-component .btn-danger:focus,
fieldset[disabled] #iui-component .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#iui-component .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
#iui-component .btn-link {
  color: #003dce;
  font-weight: 400;
  border-radius: 0;
}
#iui-component .btn-link,
#iui-component .btn-link.active,
#iui-component .btn-link:active,
#iui-component .btn-link[disabled],
fieldset[disabled] #iui-component .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#iui-component .btn-link,
#iui-component .btn-link:active,
#iui-component .btn-link:focus,
#iui-component .btn-link:hover {
  border-color: transparent;
}
#iui-component .btn-link:focus,
#iui-component .btn-link:hover {
  color: #002682;
  text-decoration: underline;
  background-color: transparent;
}
#iui-component .btn-link[disabled]:focus,
#iui-component .btn-link[disabled]:hover,
fieldset[disabled] #iui-component .btn-link:focus,
fieldset[disabled] #iui-component .btn-link:hover {
  color: #777;
  text-decoration: none;
}
#iui-component .btn-group-lg > .btn,
#iui-component .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
#iui-component .btn-group-sm > .btn,
#iui-component .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#iui-component .btn-group-xs > .btn,
#iui-component .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#iui-component .btn-block {
  display: block;
  width: 100%;
}
#iui-component .btn-block + .btn-block {
  margin-top: 5px;
}
#iui-component input[type=button].btn-block,
#iui-component input[type=reset].btn-block,
#iui-component input[type=submit].btn-block {
  width: 100%;
}
#iui-component .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#iui-component .dropdown,
#iui-component .dropup {
  position: relative;
}
#iui-component .dropdown-toggle:focus {
  outline: 0;
}
#iui-component .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#iui-component .dropdown-menu-right,
#iui-component .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
#iui-component .dropdown-header,
#iui-component .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.42857;
  white-space: nowrap;
}
#iui-component .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
#iui-component .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
#iui-component .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#iui-component .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
#iui-component .btn-group > .btn:last-child:not(:first-child),
#iui-component .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#iui-component .btn-group-vertical > .btn:not(:first-child):not(:last-child),
#iui-component .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
#iui-component .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
#iui-component .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#iui-component .dropdown-menu > li > a {
  clear: both;
  font-weight: 400;
  color: #333;
}
#iui-component .dropdown-menu > li > a:focus,
#iui-component .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
#iui-component .dropdown-menu > .active > a,
#iui-component .dropdown-menu > .active > a:focus,
#iui-component .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
#iui-component .dropdown-menu > .disabled > a,
#iui-component .dropdown-menu > .disabled > a:focus,
#iui-component .dropdown-menu > .disabled > a:hover {
  color: #777;
}
#iui-component .dropdown-menu > .disabled > a:focus,
#iui-component .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
#iui-component .open > .dropdown-menu {
  display: block;
}
#iui-component .open > a {
  outline: 0;
}
#iui-component .dropdown-menu-left {
  left: 0;
  right: auto;
}
#iui-component .dropdown-header {
  font-size: 12px;
  color: #777;
}
#iui-component .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
#iui-component .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#iui-component .dropup .caret,
#iui-component .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: "";
}
#iui-component .dropup .dropdown-menu,
#iui-component .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  #iui-component .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  #iui-component .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
#iui-component .btn-group,
#iui-component .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#iui-component .btn-group-vertical > .btn,
#iui-component .btn-group > .btn {
  position: relative;
  float: left;
}
#iui-component .btn-group-vertical > .btn.active,
#iui-component .btn-group-vertical > .btn:active,
#iui-component .btn-group-vertical > .btn:focus,
#iui-component .btn-group-vertical > .btn:hover,
#iui-component .btn-group > .btn.active,
#iui-component .btn-group > .btn:active,
#iui-component .btn-group > .btn:focus,
#iui-component .btn-group > .btn:hover {
  z-index: 2;
}
#iui-component .btn-group .btn + .btn,
#iui-component .btn-group .btn + .btn-group,
#iui-component .btn-group .btn-group + .btn,
#iui-component .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
#iui-component .btn-toolbar {
  margin-left: -5px;
}
#iui-component .btn-toolbar:after,
#iui-component .btn-toolbar:before {
  content: " ";
  display: table;
}
#iui-component .btn-toolbar > .btn,
#iui-component .btn-toolbar > .btn-group,
#iui-component .btn-toolbar > .input-group {
  margin-left: 5px;
}
#iui-component .btn .caret,
#iui-component .btn-group > .btn:first-child {
  margin-left: 0;
}
#iui-component .btn-group .dropdown-toggle:active,
#iui-component .btn-group.open .dropdown-toggle {
  outline: 0;
}
#iui-component .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
#iui-component .btn-group-lg.btn-group > .btn + .dropdown-toggle,
#iui-component .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
#iui-component .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#iui-component .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#iui-component .btn-group-lg > .btn .caret,
#iui-component .btn-lg .caret {
  border-width: 5px 5px 0;
}
#iui-component .dropup .btn-group-lg > .btn .caret,
#iui-component .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
#iui-component .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
#iui-component .btn-group-justified > .btn,
#iui-component .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
#iui-component .btn-group-justified > .btn-group .btn {
  width: 100%;
}
#iui-component .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
#iui-component [data-toggle=buttons] > .btn input[type=checkbox],
#iui-component [data-toggle=buttons] > .btn input[type=radio],
#iui-component [data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
#iui-component [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#iui-component .clearfix:after,
#iui-component .clearfix:before {
  content: " ";
  display: table;
}
#iui-component .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#iui-component .pull-right {
  float: right !important;
}
#iui-component .pull-left {
  float: left !important;
}
#iui-component .hide {
  display: none !important;
}
#iui-component .show {
  display: block !important;
}
#iui-component .hidden,
#iui-component .visible-lg,
#iui-component .visible-lg-block,
#iui-component .visible-lg-inline,
#iui-component .visible-lg-inline-block,
#iui-component .visible-md,
#iui-component .visible-md-block,
#iui-component .visible-md-inline,
#iui-component .visible-md-inline-block,
#iui-component .visible-sm,
#iui-component .visible-sm-block,
#iui-component .visible-sm-inline,
#iui-component .visible-sm-inline-block,
#iui-component .visible-xs,
#iui-component .visible-xs-block,
#iui-component .visible-xs-inline,
#iui-component .visible-xs-inline-block {
  display: none !important;
}
#iui-component .invisible {
  visibility: hidden;
}
#iui-component .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#iui-component .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  #iui-component .visible-xs {
    display: block !important;
  }
  #iui-component table.visible-xs {
    display: table !important;
  }
  #iui-component tr.visible-xs {
    display: table-row !important;
  }
  #iui-component td.visible-xs,
  #iui-component th.visible-xs {
    display: table-cell !important;
  }
  #iui-component .visible-xs-block {
    display: block !important;
  }
  #iui-component .visible-xs-inline {
    display: inline !important;
  }
  #iui-component .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #iui-component .hidden-xs {
    display: none !important;
  }
}
#iui-component .visible-print {
  display: none !important;
}
#iui-component .visible-print-block {
  display: none !important;
}
@media print {
  #iui-component .visible-print-block {
    display: block !important;
  }
}
#iui-component .visible-print-inline {
  display: none !important;
}
@media print {
  #iui-component .visible-print-inline {
    display: inline !important;
  }
}
#iui-component .visible-print-inline-block {
  display: none !important;
}
@media print {
  #iui-component .visible-print-inline-block {
    display: inline-block !important;
  }
  #iui-component .hidden-print {
    display: none !important;
  }
}
#iui-component {
  font-family: sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  left: 0;
  line-height: 1.42857;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  text-align: left;
  top: 15px;
  z-index: 16777271;
}
#iui-component .iui-header.iui-full-width .iui-title,
#iui-component .iui-row,
#iui-component .iui-social {
  text-align: center;
}
#iui-component a {
  color: #003dce;
}
#iui-component p,
#iui-component ul {
  margin: 0;
}
#iui-component p,
#iui-component select,
#iui-component ul {
  padding: 0;
}
#iui-component li {
  list-style: none;
}
#iui-component button,
#iui-component input {
  outline: 0;
}
#iui-component label {
  margin-bottom: 0;
}
#iui-component .container {
  background: #fff;
}
#iui-component .col-xs-1,
#iui-component .col-xs-11,
#iui-component .col-xs-12,
#iui-component .col-xs-4,
#iui-component .col-xs-6,
#iui-component .col-xs-8 {
  opacity: 1;
}
#iui-component .iui-container {
  display: none;
  margin: 0 auto;
  max-width: 720px;
}
#iui-component .iui-login .iui-show-email-form {
  margin-bottom: 63px;
}
#iui-component .iui-show-email-form img {
  max-width: 330px;
}
#iui-component .iui-show-forgot-password {
  cursor: pointer;
}
#iui-component .iui-input-password {
  margin-bottom: 10px;
}
#iui-component .iui-forgot-password .iui-return-to-sign-in,
#iui-component .iui-forgot-password.iui-forgot-password-email-sent .iui-form-field,
#iui-component .iui-forgot-password.iui-forgot-password-email-sent .iui-send,
#iui-component .iui-forgot-password.iui-forgot-password-email-sent .iui-small {
  display: none;
}
#iui-component .iui-forgot-password.iui-forgot-password-email-sent .iui-has-been-sent,
#iui-component .iui-forgot-password.iui-forgot-password-email-sent .iui-return-to-sign-in {
  display: block;
}
#iui-component .iui-header {
  background: #592561;
  color: #fff;
  min-height: 100px;
  padding: 20px 10px 10px 0;
  position: relative;
  text-transform: uppercase;
}
#iui-component .iui-header ul {
  margin-left: 160px;
}
#iui-component .iui-header li {
  font-size: .8em;
}
#iui-component .iui-header img {
  bottom: 0;
  left: 0;
  max-height: 135px;
  max-width: 150px;
  position: absolute;
}
#iui-component .iui-header .iui-title {
  font-size: 1.3em;
  font-weight: 700;
}
#iui-component .iui-header .glyphicon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
#iui-component .iui-header.iui-full-width {
  min-height: 50px;
  padding: 30px 20px 20px;
}
#iui-component .iui-header.iui-full-width ul {
  margin: 0 auto;
  max-width: 480px;
  width: auto;
}
@media (min-width: 630px) {
  #iui-component .iui-header ul {
    margin-left: 200px;
    width: 200px;
  }
}
#iui-component .iui-info {
  margin: 5px 0;
  text-align: center;
}
#iui-component .iui-row {
  float: none;
  margin: 15px auto;
  max-width: 400px;
}
#iui-component .iui-no-account a {
  color: #592561;
  font-weight: 700;
}
#iui-component .iui-loader {
  margin: 15px 0 10px;
}
#iui-component .iui-loader img {
  height: 40px;
  width: 40px;
}
#iui-component .iui-social span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 23px;
}
#iui-component .iui-social span:hover {
  opacity: .8;
}
#iui-component .iui-social span:active {
  opacity: .9;
}
#iui-component .iui-social img {
  max-height: 59px;
  max-width: 330px;
  min-height: 30px;
  width: 100%;
}
#iui-component .iui-social .iui-facebook-btn {
  position: relative;
}
#iui-component .iui-social .iui-facebook-btn .iui-facebook-loader {
  display: none;
}
#iui-component .iui-social .iui-facebook-loading {
  cursor: default;
}
#iui-component .iui-social .iui-facebook-loading img {
  opacity: .2;
}
#iui-component .iui-social .iui-facebook-loading.iui-facebook-btn {
  opacity: 1;
}
#iui-component .iui-social .iui-facebook-loading .iui-facebook-loader {
  bottom: 0;
  display: inline;
  height: 40px;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
#iui-component .iui-social-btns {
  max-width: 800px;
}
#iui-component .iui-social-info {
  font-size: .8em;
}
#iui-component .iui-social-error {
  color: red;
  display: block;
  font-size: .9em;
  min-height: 20px;
}
#iui-component .iui-social-small img {
  max-width: 150px;
  width: 100%;
}
#iui-component .iui-social-small .iui-social-btns {
  margin: 0 auto;
  max-width: 400px;
}
#iui-component .iui-social-small .iui-facebook-btn {
  margin-right: 0;
}
@media (max-width: 630px) {
  #iui-component .iui-social-small span {
    margin-bottom: 0;
  }
  #iui-component .iui-social .iui-facebook-btn {
    margin-right: 0;
  }
}
@media (min-width: 730px) {
  #iui-component .iui-social .iui-facebook-btn {
    margin-right: 20px;
  }
}
#iui-component .iui-ape-terms-of-service div {
  font-size: .8em;
}
#iui-component .iui-ape-terms-of-service label {
  width: 120px;
}
#iui-component .iui-text-view {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
}
#iui-component .iui-text-view a {
  color: #003dce;
}
#iui-component .iui-text-view.iui-small {
  font-size: .8em;
}
#iui-component .iui-text-view.iui-bold {
  font-weight: 700;
}
#iui-component .iui-text-view .iui-last {
  margin-bottom: 30px;
}
#iui-component .iui-text-view .img-responsive.iui-text-img {
  margin: 0 auto;
}
#iui-component .iui-narrower {
  max-width: 700px;
}
#iui-component .iui-top-large-space {
  margin-top: 10px;
}
#iui-component .iui-top-space {
  margin-top: 30px;
}
#iui-component .iui-bottom-space {
  margin-bottom: 63px;
}
#iui-component .iui-medium {
  font-size: 14px;
}
@media (max-width: 630px) {
  #iui-component .iui-text-view {
    font-size: 16px;
  }
  #iui-component .iui-top-large-space {
    margin-top: 23px;
  }
  #iui-component .iui-narrower {
    max-width: 300px;
  }
}
#iui-component.iui-mtvu .iui-form .iui-success-message,
#iui-component.iui-mtvu .iui-form button,
#iui-component.iui-mtvu .iui-form label,
#iui-component.iui-mtvu .iui-text-view,
#iui-component.iui-mtvu .iui-text-view a {
  color: #b5b774;
}
#iui-component.iui-mtvu .iui-header {
  background-color: #b5b774;
  color: #fff;
}
#iui-component.iui-mtv2 .iui-form .iui-success-message,
#iui-component.iui-mtv2 .iui-form button,
#iui-component.iui-mtv2 .iui-form label,
#iui-component.iui-mtv2 .iui-text-view,
#iui-component.iui-mtv2 .iui-text-view a {
  color: #333;
}
#iui-component.iui-mtv2 .iui-header {
  background-color: #333;
  color: #fff;
}
#iui-component.iui-nickonite .iui-form .iui-success-message,
#iui-component.iui-nickonite .iui-form button,
#iui-component.iui-nickonite .iui-form label,
#iui-component.iui-nickonite .iui-text-view,
#iui-component.iui-nickonite .iui-text-view a {
  color: #00468f;
}
#iui-component.iui-nickonite .iui-header {
  background-color: #00468f;
  color: #fff;
}
#iui-component.iui-nickjr .iui-form .iui-success-message,
#iui-component.iui-nickjr .iui-form button,
#iui-component.iui-nickjr .iui-form label,
#iui-component.iui-nickjr .iui-text-view,
#iui-component.iui-nickjr .iui-text-view a {
  color: #3da2dc;
}
#iui-component.iui-nickjr .iui-header {
  background-color: #3da2dc;
  color: #fff;
}
#iui-component.iui-centric .iui-form .iui-success-message,
#iui-component.iui-centric .iui-form button,
#iui-component.iui-centric .iui-form label,
#iui-component.iui-centric .iui-text-view,
#iui-component.iui-centric .iui-text-view a {
  color: #aea975;
}
#iui-component.iui-centric .iui-header {
  background-color: #aea975;
  color: #fff;
}
#iui-component.iui-cmt .iui-form .iui-success-message,
#iui-component.iui-cmt .iui-form button,
#iui-component.iui-cmt .iui-form label,
#iui-component.iui-cmt .iui-text-view,
#iui-component.iui-cmt .iui-text-view a {
  color: #44b13a;
}
#iui-component.iui-cmt .iui-header {
  background-color: #44b13a;
  color: #fff;
}
#iui-component.iui-comedycentral .iui-form .iui-success-message,
#iui-component.iui-comedycentral .iui-form button,
#iui-component.iui-comedycentral .iui-form label,
#iui-component.iui-comedycentral .iui-text-view,
#iui-component.iui-comedycentral .iui-text-view a {
  color: #b5b774;
}
#iui-component.iui-comedycentral .iui-header {
  background-color: #b5b774;
  color: #fff;
}
#iui-component.iui-logo .iui-form .iui-success-message,
#iui-component.iui-logo .iui-form button,
#iui-component.iui-logo .iui-form label,
#iui-component.iui-logo .iui-text-view,
#iui-component.iui-logo .iui-text-view a {
  color: #bc2426;
}
#iui-component.iui-logo .iui-header {
  background-color: #bc2426;
  color: #fff;
}
#iui-component.iui-mtv .iui-form .iui-success-message,
#iui-component.iui-mtv .iui-form button,
#iui-component.iui-mtv .iui-form label,
#iui-component.iui-mtv .iui-text-view,
#iui-component.iui-mtv .iui-text-view a {
  color: #8c3282;
}
#iui-component.iui-mtv .iui-header {
  background-color: #8c3282;
  color: #fff;
}
#iui-component.iui-none .iui-form .iui-success-message,
#iui-component.iui-none .iui-form button,
#iui-component.iui-none .iui-form label,
#iui-component.iui-none .iui-text-view,
#iui-component.iui-none .iui-text-view a {
  color: #000;
}
#iui-component.iui-none .iui-header {
  background-color: #fff;
  color: #000;
}
#iui-component .iui-form {
  margin: 0 auto;
  max-width: 410px;
}
#iui-component .iui-form::-webkit-input-placeholder {
  color: #4a4a4a;
}
#iui-component .iui-form::-moz-placeholder {
  color: #4a4a4a;
}
#iui-component .iui-form:-ms-input-placeholder {
  color: #4a4a4a;
}
#iui-component .iui-form button {
  background: #4a4a4a;
  border: 0;
  color: #fff;
  font-size: 17px;
  min-width: 200px;
  padding: 15px 25px;
}
#iui-component .iui-form [type=email],
#iui-component .iui-form [type=text],
#iui-component .iui-form [type=password],
#iui-component .iui-form select {
  width: 100%;
}
#iui-component .iui-form label {
  color: #4a4a4a;
  display: table-cell;
  font-size: 16.5px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
#iui-component .iui-form input {
  display: inline-block;
  zoom: 1;
  background: #f2f2f2;
  border: 1px solid #c8c8c8;
  padding-left: 7px;
  vertical-align: middle;
}
#iui-component .iui-form select {
  display: inline-block;
  zoom: 1;
  border-radius: 0;
}
#iui-component .iui-form input,
#iui-component .iui-form select {
  font-size: 16.5px;
  height: 44px;
}
#iui-component .iui-form [type=checkbox],
#iui-component .iui-form [type=radio] {
  height: 12px;
  margin: 0;
}
#iui-component .iui-form .iui-required {
  width: 5px;
}
#iui-component .iui-form .iui-form-field,
#iui-component .iui-form .iui-form-row {
  text-align: center;
  margin: 0 auto;
  max-width: 410px;
  min-height: 50px;
}
#iui-component .iui-form .iui-success-message {
  margin-bottom: 5px;
  margin-top: 5px;
  min-height: 20px;
}
#iui-component .iui-form .iui-field-error {
  min-height: 16px;
  min-width: 100px;
  text-align: left;
}
#iui-component .iui-form .iui-error {
  font-size: .9em;
  min-height: 20px;
}
#iui-component .iui-form .iui-error,
#iui-component .iui-form .iui-field-error {
  color: red;
  margin: 2px auto 0;
}
#iui-component .iui-form .iui-small {
  margin: 0 0 0 5px;
}
#iui-component .iui-form .iui-boolean-field {
  margin-top: 20px;
}
#iui-component .iui-form .iui-field-error,
#iui-component .iui-form .iui-input-info,
#iui-component .iui-form .iui-small {
  font-size: .8em;
}
#iui-component .iui-form .iui-input-info {
  margin-top: 5px;
}
#iui-component .iui-form .iui-field-info,
#iui-component .iui-form .iui-no-label .iui-error,
#iui-component .iui-form .iui-no-label .iui-field-error {
  margin: 1px auto 0;
}
#iui-component .iui-form .iui-field-info,
#iui-component .iui-form .iui-input-email,
#iui-component .iui-form .iui-input-password,
#iui-component .iui-form .iui-no-label .iui-error,
#iui-component .iui-form .iui-no-label .iui-field-error {
  max-width: 400px;
  width: 100%;
}
#iui-component .iui-form .col-xs-1,
#iui-component .iui-form .col-xs-11,
#iui-component .iui-form .col-xs-12,
#iui-component .iui-form .col-xs-4,
#iui-component .iui-form .col-xs-6,
#iui-component .iui-form .col-xs-8 {
  display: table;
  min-height: 45px;
  padding: 0 5px;
}
#iui-component .datepicker-dropdown:after,
#iui-component .datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-top: 0;
  position: absolute;
}
#iui-component .iui-form .btn-group label {
  min-width: 100px;
}
@media (max-width: 630px) {
  #iui-component .iui-form button {
    height: 60px;
    width: 100%;
  }
}
#iui-component .datepicker {
  border-radius: 4px;
  direction: ltr;
}
#iui-component .datepicker-inline {
  width: 220px;
}
#iui-component .datepicker.datepicker-rtl {
  direction: rtl;
}
#iui-component .datepicker.datepicker-rtl table tr td span {
  float: right;
}
#iui-component .datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
#iui-component .datepicker-dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
#iui-component .datepicker-dropdown:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}
#iui-component .datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
#iui-component .datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
#iui-component .datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
#iui-component .datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
#iui-component .datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
#iui-component .datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
#iui-component .datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
#iui-component .datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
#iui-component .datepicker > div {
  display: none;
}
#iui-component .datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#iui-component .datepicker table tr td,
#iui-component .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
#iui-component .table-striped .datepicker table tr td,
#iui-component .table-striped .datepicker table tr th {
  background-color: transparent;
}
#iui-component .datepicker table tr td.new,
#iui-component .datepicker table tr td.old {
  color: #777;
}
#iui-component .datepicker table tr td.day:hover,
#iui-component .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
#iui-component .datepicker table tr td.disabled,
#iui-component .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
#iui-component .datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
#iui-component .datepicker table tr td.highlighted.focus,
#iui-component .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
#iui-component .datepicker table tr td.highlighted.active,
#iui-component .datepicker table tr td.highlighted:active,
#iui-component .datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
#iui-component .datepicker table tr td.highlighted.active.focus,
#iui-component .datepicker table tr td.highlighted.active:focus,
#iui-component .datepicker table tr td.highlighted.active:hover,
#iui-component .datepicker table tr td.highlighted:active.focus,
#iui-component .datepicker table tr td.highlighted:active:focus,
#iui-component .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
#iui-component .datepicker table tr td.highlighted.disabled.focus,
#iui-component .datepicker table tr td.highlighted.disabled:focus,
#iui-component .datepicker table tr td.highlighted.disabled:hover,
#iui-component .datepicker table tr td.highlighted[disabled].focus,
#iui-component .datepicker table tr td.highlighted[disabled]:focus,
#iui-component .datepicker table tr td.highlighted[disabled]:hover,
#iui-component fieldset[disabled] .datepicker table tr td.highlighted.focus,
#iui-component fieldset[disabled] .datepicker table tr td.highlighted:focus,
#iui-component fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
#iui-component .datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
#iui-component .datepicker table tr td.highlighted.disabled,
#iui-component .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}
#iui-component .datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
#iui-component .datepicker table tr td.today.focus,
#iui-component .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
#iui-component .datepicker table tr td.today.active,
#iui-component .datepicker table tr td.today:active,
#iui-component .datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
#iui-component .datepicker table tr td.today.active.focus,
#iui-component .datepicker table tr td.today.active:focus,
#iui-component .datepicker table tr td.today.active:hover,
#iui-component .datepicker table tr td.today:active.focus,
#iui-component .datepicker table tr td.today:active:focus,
#iui-component .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
#iui-component .datepicker table tr td.today.disabled.focus,
#iui-component .datepicker table tr td.today.disabled:focus,
#iui-component .datepicker table tr td.today.disabled:hover,
#iui-component .datepicker table tr td.today[disabled].focus,
#iui-component .datepicker table tr td.today[disabled]:focus,
#iui-component .datepicker table tr td.today[disabled]:hover,
#iui-component fieldset[disabled] .datepicker table tr td.today.focus,
#iui-component fieldset[disabled] .datepicker table tr td.today:focus,
#iui-component fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}
#iui-component .datepicker table tr td.today.focused {
  background: #ffc966;
}
#iui-component .datepicker table tr td.today.disabled,
#iui-component .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}
#iui-component .datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}
#iui-component .datepicker table tr td.range.focus,
#iui-component .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
#iui-component .datepicker table tr td.range.active,
#iui-component .datepicker table tr td.range:active,
#iui-component .datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
#iui-component .datepicker table tr td.range.active.focus,
#iui-component .datepicker table tr td.range.active:focus,
#iui-component .datepicker table tr td.range.active:hover,
#iui-component .datepicker table tr td.range:active.focus,
#iui-component .datepicker table tr td.range:active:focus,
#iui-component .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
#iui-component .datepicker table tr td.range.disabled.focus,
#iui-component .datepicker table tr td.range.disabled:focus,
#iui-component .datepicker table tr td.range.disabled:hover,
#iui-component .datepicker table tr td.range[disabled].focus,
#iui-component .datepicker table tr td.range[disabled]:focus,
#iui-component .datepicker table tr td.range[disabled]:hover,
#iui-component fieldset[disabled] .datepicker table tr td.range.focus,
#iui-component fieldset[disabled] .datepicker table tr td.range:focus,
#iui-component fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}
#iui-component .datepicker table tr td.range.focused {
  background: #d5d5d5;
}
#iui-component .datepicker table tr td.range.disabled,
#iui-component .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}
#iui-component .datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
#iui-component .datepicker table tr td.range.highlighted.focus,
#iui-component .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
#iui-component .datepicker table tr td.range.highlighted.active,
#iui-component .datepicker table tr td.range.highlighted:active,
#iui-component .datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
#iui-component .datepicker table tr td.range.highlighted.active.focus,
#iui-component .datepicker table tr td.range.highlighted.active:focus,
#iui-component .datepicker table tr td.range.highlighted.active:hover,
#iui-component .datepicker table tr td.range.highlighted:active.focus,
#iui-component .datepicker table tr td.range.highlighted:active:focus,
#iui-component .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
#iui-component .datepicker table tr td.range.highlighted.disabled.focus,
#iui-component .datepicker table tr td.range.highlighted.disabled:focus,
#iui-component .datepicker table tr td.range.highlighted.disabled:hover,
#iui-component .datepicker table tr td.range.highlighted[disabled].focus,
#iui-component .datepicker table tr td.range.highlighted[disabled]:focus,
#iui-component .datepicker table tr td.range.highlighted[disabled]:hover,
#iui-component fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
#iui-component fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
#iui-component fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
#iui-component .datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
#iui-component .datepicker table tr td.range.highlighted.disabled,
#iui-component .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}
#iui-component .datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
#iui-component .datepicker table tr td.range.today.focus,
#iui-component .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
#iui-component .datepicker table tr td.range.today.active,
#iui-component .datepicker table tr td.range.today:active,
#iui-component .datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
#iui-component .datepicker table tr td.range.today.active.focus,
#iui-component .datepicker table tr td.range.today.active:focus,
#iui-component .datepicker table tr td.range.today.active:hover,
#iui-component .datepicker table tr td.range.today:active.focus,
#iui-component .datepicker table tr td.range.today:active:focus,
#iui-component .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
#iui-component .datepicker table tr td.range.today.disabled.focus,
#iui-component .datepicker table tr td.range.today.disabled:focus,
#iui-component .datepicker table tr td.range.today.disabled:hover,
#iui-component .datepicker table tr td.range.today[disabled].focus,
#iui-component .datepicker table tr td.range.today[disabled]:focus,
#iui-component .datepicker table tr td.range.today[disabled]:hover,
#iui-component fieldset[disabled] .datepicker table tr td.range.today.focus,
#iui-component fieldset[disabled] .datepicker table tr td.range.today:focus,
#iui-component fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}
#iui-component .datepicker table tr td.range.today.disabled,
#iui-component .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}
#iui-component .datepicker table tr td.selected,
#iui-component .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#iui-component .datepicker table tr td.selected.focus,
#iui-component .datepicker table tr td.selected.highlighted.focus,
#iui-component .datepicker table tr td.selected.highlighted:focus,
#iui-component .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
#iui-component .datepicker table tr td.selected.active,
#iui-component .datepicker table tr td.selected.highlighted.active,
#iui-component .datepicker table tr td.selected.highlighted:active,
#iui-component .datepicker table tr td.selected.highlighted:hover,
#iui-component .datepicker table tr td.selected:active,
#iui-component .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
#iui-component .datepicker table tr td.selected.active.focus,
#iui-component .datepicker table tr td.selected.active:focus,
#iui-component .datepicker table tr td.selected.active:hover,
#iui-component .datepicker table tr td.selected.highlighted.active.focus,
#iui-component .datepicker table tr td.selected.highlighted.active:focus,
#iui-component .datepicker table tr td.selected.highlighted.active:hover,
#iui-component .datepicker table tr td.selected.highlighted:active.focus,
#iui-component .datepicker table tr td.selected.highlighted:active:focus,
#iui-component .datepicker table tr td.selected.highlighted:active:hover,
#iui-component .datepicker table tr td.selected:active.focus,
#iui-component .datepicker table tr td.selected:active:focus,
#iui-component .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
#iui-component .datepicker table tr td.selected.disabled.focus,
#iui-component .datepicker table tr td.selected.disabled:focus,
#iui-component .datepicker table tr td.selected.disabled:hover,
#iui-component .datepicker table tr td.selected.highlighted.disabled.focus,
#iui-component .datepicker table tr td.selected.highlighted.disabled:focus,
#iui-component .datepicker table tr td.selected.highlighted.disabled:hover,
#iui-component .datepicker table tr td.selected.highlighted[disabled].focus,
#iui-component .datepicker table tr td.selected.highlighted[disabled]:focus,
#iui-component .datepicker table tr td.selected.highlighted[disabled]:hover,
#iui-component .datepicker table tr td.selected[disabled].focus,
#iui-component .datepicker table tr td.selected[disabled]:focus,
#iui-component .datepicker table tr td.selected[disabled]:hover,
#iui-component fieldset[disabled] .datepicker table tr td.selected.focus,
#iui-component fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
#iui-component fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
#iui-component fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
#iui-component fieldset[disabled] .datepicker table tr td.selected:focus,
#iui-component fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}
#iui-component .datepicker table tr td.active,
#iui-component .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#iui-component .datepicker table tr td.active.focus,
#iui-component .datepicker table tr td.active.highlighted.focus,
#iui-component .datepicker table tr td.active.highlighted:focus,
#iui-component .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
#iui-component .datepicker table tr td.active.active,
#iui-component .datepicker table tr td.active.highlighted.active,
#iui-component .datepicker table tr td.active.highlighted:active,
#iui-component .datepicker table tr td.active.highlighted:hover,
#iui-component .datepicker table tr td.active:active,
#iui-component .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
#iui-component .datepicker table tr td.active.active.focus,
#iui-component .datepicker table tr td.active.active:focus,
#iui-component .datepicker table tr td.active.active:hover,
#iui-component .datepicker table tr td.active.highlighted.active.focus,
#iui-component .datepicker table tr td.active.highlighted.active:focus,
#iui-component .datepicker table tr td.active.highlighted.active:hover,
#iui-component .datepicker table tr td.active.highlighted:active.focus,
#iui-component .datepicker table tr td.active.highlighted:active:focus,
#iui-component .datepicker table tr td.active.highlighted:active:hover,
#iui-component .datepicker table tr td.active:active.focus,
#iui-component .datepicker table tr td.active:active:focus,
#iui-component .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
#iui-component .datepicker table tr td.active.disabled.focus,
#iui-component .datepicker table tr td.active.disabled:focus,
#iui-component .datepicker table tr td.active.disabled:hover,
#iui-component .datepicker table tr td.active.highlighted.disabled.focus,
#iui-component .datepicker table tr td.active.highlighted.disabled:focus,
#iui-component .datepicker table tr td.active.highlighted.disabled:hover,
#iui-component .datepicker table tr td.active.highlighted[disabled].focus,
#iui-component .datepicker table tr td.active.highlighted[disabled]:focus,
#iui-component .datepicker table tr td.active.highlighted[disabled]:hover,
#iui-component .datepicker table tr td.active[disabled].focus,
#iui-component .datepicker table tr td.active[disabled]:focus,
#iui-component .datepicker table tr td.active[disabled]:hover,
#iui-component fieldset[disabled] .datepicker table tr td.active.focus,
#iui-component fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
#iui-component fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
#iui-component fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
#iui-component fieldset[disabled] .datepicker table tr td.active:focus,
#iui-component fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
#iui-component .datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
#iui-component .datepicker table tr td span.focused,
#iui-component .datepicker table tr td span:hover {
  background: #eee;
}
#iui-component .datepicker table tr td span.disabled,
#iui-component .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
#iui-component .datepicker .datepicker-switch,
#iui-component .datepicker .next,
#iui-component .datepicker .prev,
#iui-component .datepicker tfoot tr th,
#iui-component .input-group.date .input-group-addon {
  cursor: pointer;
}
#iui-component .datepicker table tr td span.active,
#iui-component .datepicker table tr td span.active.disabled,
#iui-component .datepicker table tr td span.active.disabled:hover,
#iui-component .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#iui-component .datepicker table tr td span.active.disabled.focus,
#iui-component .datepicker table tr td span.active.disabled:focus,
#iui-component .datepicker table tr td span.active.disabled:hover.focus,
#iui-component .datepicker table tr td span.active.disabled:hover:focus,
#iui-component .datepicker table tr td span.active.focus,
#iui-component .datepicker table tr td span.active:focus,
#iui-component .datepicker table tr td span.active:hover.focus,
#iui-component .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
#iui-component .datepicker table tr td span.active.active,
#iui-component .datepicker table tr td span.active.disabled.active,
#iui-component .datepicker table tr td span.active.disabled:active,
#iui-component .datepicker table tr td span.active.disabled:hover,
#iui-component .datepicker table tr td span.active.disabled:hover.active,
#iui-component .datepicker table tr td span.active.disabled:hover:active,
#iui-component .datepicker table tr td span.active.disabled:hover:hover,
#iui-component .datepicker table tr td span.active:active,
#iui-component .datepicker table tr td span.active:hover,
#iui-component .datepicker table tr td span.active:hover.active,
#iui-component .datepicker table tr td span.active:hover:active,
#iui-component .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
#iui-component .datepicker table tr td span.active.active.focus,
#iui-component .datepicker table tr td span.active.active:focus,
#iui-component .datepicker table tr td span.active.active:hover,
#iui-component .datepicker table tr td span.active.disabled.active.focus,
#iui-component .datepicker table tr td span.active.disabled.active:focus,
#iui-component .datepicker table tr td span.active.disabled.active:hover,
#iui-component .datepicker table tr td span.active.disabled:active.focus,
#iui-component .datepicker table tr td span.active.disabled:active:focus,
#iui-component .datepicker table tr td span.active.disabled:active:hover,
#iui-component .datepicker table tr td span.active.disabled:hover.active.focus,
#iui-component .datepicker table tr td span.active.disabled:hover.active:focus,
#iui-component .datepicker table tr td span.active.disabled:hover.active:hover,
#iui-component .datepicker table tr td span.active.disabled:hover:active.focus,
#iui-component .datepicker table tr td span.active.disabled:hover:active:focus,
#iui-component .datepicker table tr td span.active.disabled:hover:active:hover,
#iui-component .datepicker table tr td span.active:active.focus,
#iui-component .datepicker table tr td span.active:active:focus,
#iui-component .datepicker table tr td span.active:active:hover,
#iui-component .datepicker table tr td span.active:hover.active.focus,
#iui-component .datepicker table tr td span.active:hover.active:focus,
#iui-component .datepicker table tr td span.active:hover.active:hover,
#iui-component .datepicker table tr td span.active:hover:active.focus,
#iui-component .datepicker table tr td span.active:hover:active:focus,
#iui-component .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
#iui-component .datepicker table tr td span.active.disabled.disabled.focus,
#iui-component .datepicker table tr td span.active.disabled.disabled:focus,
#iui-component .datepicker table tr td span.active.disabled.disabled:hover,
#iui-component .datepicker table tr td span.active.disabled.focus,
#iui-component .datepicker table tr td span.active.disabled:focus,
#iui-component .datepicker table tr td span.active.disabled:hover,
#iui-component .datepicker table tr td span.active.disabled:hover.disabled.focus,
#iui-component .datepicker table tr td span.active.disabled:hover.disabled:focus,
#iui-component .datepicker table tr td span.active.disabled:hover.disabled:hover,
#iui-component .datepicker table tr td span.active.disabled:hover[disabled].focus,
#iui-component .datepicker table tr td span.active.disabled:hover[disabled]:focus,
#iui-component .datepicker table tr td span.active.disabled:hover[disabled]:hover,
#iui-component .datepicker table tr td span.active.disabled[disabled].focus,
#iui-component .datepicker table tr td span.active.disabled[disabled]:focus,
#iui-component .datepicker table tr td span.active.disabled[disabled]:hover,
#iui-component .datepicker table tr td span.active:hover.disabled.focus,
#iui-component .datepicker table tr td span.active:hover.disabled:focus,
#iui-component .datepicker table tr td span.active:hover.disabled:hover,
#iui-component .datepicker table tr td span.active:hover[disabled].focus,
#iui-component .datepicker table tr td span.active:hover[disabled]:focus,
#iui-component .datepicker table tr td span.active:hover[disabled]:hover,
#iui-component .datepicker table tr td span.active[disabled].focus,
#iui-component .datepicker table tr td span.active[disabled]:focus,
#iui-component .datepicker table tr td span.active[disabled]:hover,
#iui-component fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
#iui-component fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
#iui-component fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
#iui-component fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
#iui-component fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
#iui-component fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
#iui-component fieldset[disabled] .datepicker table tr td span.active.focus,
#iui-component fieldset[disabled] .datepicker table tr td span.active:focus,
#iui-component fieldset[disabled] .datepicker table tr td span.active:hover,
#iui-component fieldset[disabled] .datepicker table tr td span.active:hover.focus,
#iui-component fieldset[disabled] .datepicker table tr td span.active:hover:focus,
#iui-component fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
#iui-component .datepicker table tr td span.new,
#iui-component .datepicker table tr td span.old {
  color: #777;
}
#iui-component .datepicker .datepicker-switch {
  width: 145px;
}
#iui-component .datepicker .datepicker-switch:hover,
#iui-component .datepicker .next:hover,
#iui-component .datepicker .prev:hover,
#iui-component .datepicker tfoot tr th:hover {
  background: #eee;
}
#iui-component .datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
#iui-component .input-daterange {
  width: 100%;
}
#iui-component .input-daterange input {
  text-align: center;
}
#iui-component .input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
#iui-component .input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
#iui-component .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=identity-ui.css.map */
/*VIP*************************/
#iui-component .container {
  background-color: transparent;
  margin-top: 15px;
  max-width: 660px;
}
#iui-component .iui-social img {
  height: 46px;
}
#iui-component .iui-form input {
  background-color: #232323;
  border: none;
}
#iui-component .iui-form input:focus {
  border: 2px solid #a6a6a6;
}
#iui-component .iui-form label {
  color: #a6a6a6;
}
#iui-component .text-muted {
  color: #a6a6a6;
}
#iui-component a {
  color: #fff;
}
#iui-component .iui-form .iui-field-error {
  font-size: 13px;
}
#iui-component .iui-form .iui-field-error,
#iui-component .iui-form .iui-no-label .iui-field-error {
  margin-bottom: 10px;
}
/*VIP*************************/
.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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #fb156b;
}
.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: #fb156b;
    -webkit-transform: rotate(133.5deg);
    -moz-transform: rotate(133.5deg);
    -ms-transform: rotate(133.5deg);
    -o-transform: rotate(133.5deg);
    transform: rotate(133.5deg);
  }
  .massive .overlay {
    background: -webkit-linear-gradient(left, #282626 10%, transparent 60%);
    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: -webkit-linear-gradient(bottom, #3a3a3a 5%, transparent 100%);
    background: linear-gradient(to top, #3a3a3a 5%, transparent 100%);
  }
}
.promo_preview {
  position: relative;
  font: 17px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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 'cmt';
  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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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: 'cmt';
  color: #fb156b;
}
.promo_cta:hover {
  color: #fb156b;
}
.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: 0;
  left: 0;
  background: -webkit-linear-gradient(top, transparent 0%, #ffffff 80%);
  background: linear-gradient(-180deg, transparent 0%, #ffffff 80%);
  content: "";
  height: 80px;
  width: 100%;
}
.article_body {
  margin-top: 25px;
  line-height: 1.585;
}
.article_title {
  font: 24px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
.article_byline,
.article_date,
.article_read_more {
  color: #fb156b;
}
.article_byline,
.article_date {
  font-size: 14px;
}
.article_byline + .article_date:before {
  content: "\2022";
  padding: 0 7px;
}
.article_read_more {
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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);
    -o-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);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .promo_preview {
    width: 100%;
  }
  .promo_preview .overlay {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    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;
  }
  .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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  }
  .preview_subtitle {
    margin-bottom: 12px;
    font-size: 14px;
    color: #fb156b;
    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 {
  -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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social_promo .has_icon:before {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 87px;
}
.social_promo .cta_text {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font: 15px/1 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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);
    -o-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);
    -o-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);
    -o-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);
  }
}
.s_right_rail {
  padding-top: 15px;
}
.s_right_rail.module_content {
  margin: 15px 0;
  padding: 10px;
  background-color: #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 {
  color: #ffffff;
}
.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: 1.8rem 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  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 h3 {
  font: 18px/1.2 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
}
.s_right_rail .S002_line_list_item_vertical .link_wrapper h4,
.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: #fb156b;
}
.s_right_rail .S002_line_list_item_vertical .item_overlay {
  display: none;
}
.s_layouts_snapWrapper {
  background: #f0f0f0;
  /*
  &.s_layouts_three_column {

    .s_layouts_snapTabs,
    .s_layouts_snapHeader {
      font-size: 14px;
    }
  }

  &.s_layouts_one_column {

    .s_layouts_snapInput {
      //font-size: 5.5vw;
      letter-spacing: -1px;
    }

    .s_layouts_snapTabs,
    .s_layouts_snapHeader {
      //font-size: 4vw;
    }

    .s_layouts_snapBadge {
      //font-size: 3vw;
    }
  }
  */
  /* Will Be News */
}
@media screen and (max-width: 48.0625em) {
  .s_layouts_snapWrapper {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapTabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.s_layouts_snapWrapper .s_layouts_snapTabs .s_layouts_snapTab {
  color: #111111;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapTabs .s_layouts_snapTab {
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapTabs .s_layouts_snapTab.active {
  color: #fb156b;
  background-color: #373a3d;
}
.s_layouts_snapWrapper .s_layouts_snapHeader {
  color: #373a3d;
  font-family: 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 2.6rem;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapTabs,
  .s_layouts_snapWrapper .s_layouts_snapHeader {
    font-size: 2.2rem;
  }
}
.s_layouts_snapWrapper .s_layouts_snapMessage {
  color: #373a3d;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  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: #111111;
  color: #777777;
  font: 6vw/1.5 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  padding: 2vw 3vw;
  text-transform: lowercase;
  outline-width: 0;
}
.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::-moz-placeholder {
  color: #777777;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput:focus {
  color: #ffffff;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
    font-size: 30px;
    padding: 5px 20px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose {
  vertical-align: middle;
  width: 30px;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose:after {
  content: "\e603";
  font: 6vw 'cmt';
  color: #111111;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose:after {
    font-size: 30px;
  }
}
.s_layouts_snapWrapper a.s_layouts_snapItemLink.s_layouts_snapItemArticles:hover .s_layouts_snapItemDetailsContainer {
  background-color: #ffffff;
  color: #fb156b;
}
.s_layouts_snapWrapper .s_layouts_snapBadge {
  top: 0;
  left: 0;
  text-transform: uppercase;
  background-color: #373a3d;
  color: #fb156b;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 5px;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapBadge {
    font-size: 12px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDuration {
  background-color: #111111;
  color: #ffffff;
  font: 14px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  top: 0;
  left: 0;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDuration {
    font-size: 12px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails {
  font: 14px 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDetails {
    font-size: 18px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemTitle {
  text-transform: uppercase;
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle {
  display: block;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle {
  color: #9b9b9b;
  display: block;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  margin-top: 1px;
  text-transform: lowercase;
  font-size: 12px;
}
.s_layouts_snapWrapper .s_layouts_snapItemVideo:before,
.s_layouts_snapWrapper .s_layouts_snapItemEpisode:before {
  background: #373a3d;
  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 {
  color: #ffffff;
  content: "\e605";
  display: block;
  font: 40px 'cmt';
  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: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 {
    text-transform: uppercase;
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemSeries .s_layouts_snapImageWrapper.no_image .image_holder {
  background-color: #373a3d;
}
.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 #373a3d;
  border-top: 0;
  color: #373a3d;
  padding-bottom: 43.41%;
  height: 0;
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle {
  color: #373a3d;
  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 {
  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: #87b6c0;
}
.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 {
  color: #f2f2f2;
}
.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 #373a3d;
  border-left: 0 none;
  padding: 0 10px 0 15px;
  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;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles:hover .s_layouts_snapItemDetailsContainer {
  background-color: transparent;
  color: #373a3d;
}
.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%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.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: #ffffff;
  }
}
/* 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,
body:not(.tve_auth) .s_layouts_snapItem div.tve_lock .tve_lock_mobile:after {
  content: "\e626";
  font-family: 'cmt';
  color: #ffffff;
  position: absolute;
  padding: 0 8px;
  z-index: 50;
  display: none;
  background-color: #111111;
}
body:not(.tve_auth) .s_layouts_snapItem div.tve_lock .tve_lock_desktop:after {
  font-size: 2.3rem;
  top: 3px;
  right: 3px;
}
@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 {
  font-size: 2.8rem;
  top: 2px;
  right: 49.5%;
}
@media screen and (max-width: 30em) {
  body:not(.tve_auth) .s_layouts_snapItem div.tve_lock .tve_lock_mobile:after {
    display: block;
  }
}
.s_layouts_snapWrapper .s_layouts_snapColumn {
  display: block !important;
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn {
  width: 100%;
  margin-right: 0;
  float: none;
}
.s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink {
  width: 23.87%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink:nth-child(4n+4) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink {
    width: 32.3%;
  }
  .s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink:nth-child(3n+3) {
    margin-right: 0;
  }
  .s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink:nth-child(4n+4) {
    margin-right: 1.5%;
  }
}
@media screen and (max-width: 764px) {
  .s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink {
    width: 49.25%;
  }
  .s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink:nth-child(3n+3) {
    margin-right: 1.5%;
  }
  .s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .s_layouts_snapWrapper .s_layouts_snapItem.s_layouts_snapItemLink {
    width: 100%;
    margin-right: 0;
  }
}
@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: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url("/sitewide/images/ajax_loader.gif") no-repeat center;
  background-size: 50px 50px;
}
.L001_line_list_load-more {
  /*
  &:hover {
    &:extend(.show_more_btn:hover);
    color: @fontColorSecondary;
  }*/
}
.L001_line_list_load-more > span {
  display: inline-block;
  font-size: 2rem;
  height: 100%;
  padding: 1.2rem 1.7rem 1rem;
  position: relative;
  text-transform: uppercase;
  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: 0;
}
@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_m006 {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px 0 65px;
  background-color: #87b6c0;
  text-align: center;
  z-index: 999;
  font-size: 10px;
}
.ent_m006 .list {
  max-width: 1200px;
  padding: 0 1.5em;
  margin: 0 auto;
  list-style-type: none;
}
.ent_m006 .list:nth-child(2) {
  margin: 2.5em auto;
  padding: 2.5em 1.5em;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ent_m006 .list:nth-child(2) li {
  line-height: inherit;
}
.ent_m006 .list li {
  line-height: 1.7;
  display: inline-block;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  padding: 0 10px;
}
.ent_m006 .list li a {
  font-size: 1.5em;
  letter-spacing: 0.6px;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
}
.ent_m006 .list li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ent_m006 p.copyright {
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  max-width: 1200px;
  display: inline-block;
  padding: 0 1.25em;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #f0f0f0;
}
.ent_m006 .facebook,
.ent_m006 .twitter,
.ent_m006 .tumblr,
.ent_m006 .instagram,
.ent_m006 .vine,
.ent_m006 .newsletter {
  height: 24px;
  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: 'cmt';
  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_m023 {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*.season_info {
    display: inline;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 22px;
    color: @white;

    li {
      display: inline;
      padding-left: 3px;

      &:after {
        content: " \00b7";
        font-weight: bold;
        padding-left: 3px;
      }

      &:first-child {
        padding-left: 0;
      }

      &:last-child:after {
        content: "";
      }
    }
  }*/
}
.ent_m023:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m023.module {
  max-width: 100%;
  margin: 0;
  padding: 15px 0 30px;
  position: relative;
  z-index: 1;
}
.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 {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #fb156b;
  font-size: 2vw;
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  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: #fb156b;
}
.ent_m023 .share_wrapper {
  margin-right: 360px;
  padding: 20px 0;
  overflow: hidden;
  display: none;
}
.ent_m023 .has_icon:before {
  font-size: 23px;
  font-family: 'cmt';
}
.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 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  line-height: 14px;
}
.ent_m023 .slate_content.available {
  width: 100%;
  height: 100%;
}
.ent_m023 .slate_content.available .slate_link {
  display: block;
  margin-top: 20%;
  font-size: 5vw;
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.ent_m023 .slate_content.available .slate_link:before {
  content: "\e605";
  display: block;
  color: #ffffff;
  padding-bottom: 2vw;
  font-family: 'cmt';
  font-size: 4vw;
  line-height: normal;
  text-transform: none;
}
.ent_m023 .slate_content.available .slate_link:hover {
  color: #fb156b;
}
.ent_m023 .slate_content.available .slate_link:hover:before {
  color: #fb156b;
}
.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: #fb156b;
  text-decoration: none;
}
.ent_m023 .slate_content.unavailable .slate_headline {
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  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 {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 20px auto 15px;
  font: 20px/1 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  width: 300px;
  color: #ffffff;
  text-decoration: none;
  text-transform: lowercase;
  padding: 12px 20px;
  border: 3px solid #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ent_m023 .ad_300x250 {
  display: block;
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 979px) {
  .ent_m023 .meta_info,
  .ent_m023 .share_wrapper {
    padding-left: 10px;
    padding-right: 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 .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 .slate_content.available .slate_link {
    font-size: 36px;
  }
  .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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
    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_m041 {
  margin: auto;
  max-width: 1320px;
}
@media (min-width: 1100px) {
  .ent_m041 > h2,
  .ent_m041 > p,
  .ent_m041 .embed {
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .ent_m041 {
    padding-top: 0 !important;
  }
}
.ent_m041 h2 {
  margin: 0 0 12px !important;
  padding: 45px 0 0 38px;
  font: normal 30px/30px verdana;
}
@media (max-width: 1200px) {
  .ent_m041 h2 {
    padding: 45px 0 0 38px;
  }
}
.ent_m041 p {
  font-family: verdana;
  color: blue;
}
@media screen and (max-width: 1099px) {
  .ent_m041 p {
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .ent_m041 p {
    font-size: 16px;
  }
}
.ent_m041 p:empty {
  display: none;
}
#content_holder .ent_m041 .pds-box {
  background: none;
  border: 0;
  width: auto;
  padding: 0 7px;
}
#content_holder .ent_m041 .pds-box .pds-box-outer {
  padding: 0;
}
#content_holder .ent_m041 .pds-box .pds-question {
  background-color: #000;
}
#content_holder .ent_m041 .pds-box .pds-question-top,
#content_holder .ent_m041 .pds-box .pds-answer label,
#content_holder .ent_m041 .pds-box .pds-links A {
  font-size: 18px;
  font-family: verdana;
}
@media screen and (max-width: 33.75em) {
  #content_holder .ent_m041 .pds-box .pds-question-top,
  #content_holder .ent_m041 .pds-box .pds-answer label,
  #content_holder .ent_m041 .pds-box .pds-links A {
    font-size: 16px;
  }
}
#content_holder .ent_m041 .pds-box .pds-answer-group {
  padding: 10px 0;
}
#content_holder .ent_m041 .pds-box .pds-answer {
  border: 0;
}
#content_holder .ent_m041 .pds-box .pds-answer label {
  color: #000;
}
#content_holder .ent_m041 .pds-box .pds-question-top,
#content_holder .ent_m041 .pds-box .pds-vote-button,
#content_holder .ent_m041 .pds-box .pds-feedback-per {
  font-weight: normal;
}
#content_holder .ent_m041 .pds-box .pds-feedback-group {
  padding: 8px 12px;
}
#content_holder .ent_m041 .pds-box .pds-question-top {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px !important;
}
#content_holder .ent_m041 .pds-box .pds-answer-input {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 25px;
  background: #353736;
}
#content_holder .ent_m041 .pds-box .pds-answer-input:checked,
#content_holder .ent_m041 .pds-box .pds-answer-input.checked {
  background: #87b6c0;
}
#content_holder .ent_m041 .pds-box .pds-answer-input input {
  visibility: hidden;
}
#content_holder .ent_m041 .pds-box .pds-input-label {
  width: 100% !important;
  max-width: 550px;
  padding-left: 60px;
  margin-left: -60px;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  top: -7px;
}
@media (max-device-width: 768px) {
  #content_holder .ent_m041 .pds-box .pds-input-label {
    width: auto;
  }
}
#content_holder .ent_m041 .pds-box .pds-vote {
  padding-top: 20px;
  padding-bottom: 32px;
}
#content_holder .ent_m041 .pds-box .pds-vote .pds-links {
  display: none;
}
#content_holder .ent_m041 .pds-box .pds-total-votes {
  font-size: 14px;
  font-family: verdana;
}
#content_holder .ent_m041 .pds-box .pds-total-votes span {
  font-weight: normal;
  font-family: verdana;
}
#content_holder .ent_m041 .pds-box .pds-links-back a {
  font-size: 14px;
  font-weight: normal;
  font-family: verdana;
  background-color: #87b6c0;
}
#content_holder .ent_m041 .pds-box .pds-links-back a:hover {
  color: white;
  text-decoration: none;
}
#content_holder .ent_m041 .pds-box .pds-vote-button {
  display: inline-block;
  width: 132px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background: ;
  color: ;
  font-family: ;
  text-transform: uppercase;
  font-size: 23px;
  float: left;
  line-height: 50px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}
#content_holder .ent_m041 .pds-box .pds-vote-button:hover {
  color: black;
  background: rgba(0, 0, 0, 0) url("http://i.polldaddy.com/polls/music-but.gif") no-repeat scroll 0 -61 !important;
}
#content_holder .ent_m041 .pds-box .pds-answer-span {
  background: none !important;
}
.ent_m041 .embed {
  margin: 0;
  padding: 0 0 0 33px;
}
.ent_m045 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 26px;
  /*
      .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;
}
.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 {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ent_m045 .image_holder img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -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 {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease-in 0s;
  -moz-transition: opacity 0.25s ease-in 0s;
  -o-transition: opacity 0.25s ease-in 0s;
  transition: opacity 0.25s ease-in 0s;
  content: "j";
  font: 72px 'cmt';
  color: #ffffff;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -30px;
  margin-left: -36px;
  z-index: 3;
}
@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: 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  text-transform: uppercase;
  z-index: 2;
}
.ent_m045 .overlay .modal {
  position: absolute;
  bottom: 15px;
}
@media screen and (max-width: 659px) {
  .ent_m045 .overlay .modal {
    bottom: 20px;
  }
}
.ent_m045 .promo_info {
  margin-bottom: 10px;
}
.ent_m045 .info .headline {
  font-size: 10px;
}
@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: 1rem;
  }
}
.ent_m045 .info .watch-now {
  color: #ffffff;
  font: 2.8em 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@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 .show-header {
  font-family: 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  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: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #fb156b;
  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: 'cmt';
  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: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  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;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 7px;
}
.ent_m050 .carousel-tabs .dots li.active {
  background-color: #fb156b;
  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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 659px) {
  .ent_p016_mtv div[class$="_3_col"] div[id$="_lc"] {
    width: 100%;
    font: 5.4vw 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  }
}
.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: 1.34680135rem 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  }
}
.ent_m051 a {
  text-decoration: none;
}
.ent_m051 a .image_holder {
  position: relative;
}
.ent_m051 .content {
  background-color: #ffffff;
  min-height: 4.4ex;
  position: relative;
  padding: 0.2em;
}
@media screen and (max-width: 979px) {
  .ent_m051 .content {
    margin-top: 0;
    padding-left: 0;
  }
}
.ent_m051 .content h3 {
  font: 20px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  color: #373a3d;
  text-transform: capitalize;
}
.ent_m051 .content h3:hover {
  color: #fb156b;
}
.ent_m051 .content div {
  font-size: 12px;
  margin-top: -3.5rem;
  position: absolute;
  padding: 0.7rem 1rem;
  letter-spacing: 2px;
  left: 0;
}
@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: #373a3d;
  padding: 15px 0;
  min-height: 140px;
  font-size: 2.3rem;
}
.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;
  text-align: right;
}
.ent_m058 .btn {
  margin-top: 5px;
}
.ent_m058 .label {
  padding: 0;
}
.ent_m058 .show-tunein-info {
  margin-top: 10px;
  text-transform: capitalize;
}
.ent_m058 .show-tunein-info a,
.ent_m058 .show-tunein-info span.series-name {
  color: #fb156b;
  text-decoration: none;
  font-size: 0.9em;
  padding-left: 70px;
}
@media screen and (max-width: 979px) {
  .ent_m058 .show-tunein-info a,
  .ent_m058 .show-tunein-info span.series-name {
    padding-left: 0;
  }
}
.ent_m058 .show-tunein-info a:hover {
  color: #fb156b;
}
.ent_m058 .headline {
  letter-spacing: 5px;
}
.ent_m058 .show-tunein-info span:nth-child(2) {
  padding-right: 15px;
  padding-left: 70px;
}
@media screen and (max-width: 979px) {
  .ent_m058 .show-tunein-info span:nth-child(2) {
    padding-left: 0;
  }
}
.ent_m058 .show-tunein-info a,
.ent_m058 .show-tunein-info span,
.ent_m058 .muted {
  display: table-cell;
}
.ent_m058 span.muted {
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  font-size: 1.1em;
  display: none;
}
.ent_m058 .btn {
  background-color: #ffffff;
  color: #fb156b;
  cursor: pointer;
  font: bold 1.4rem 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}
.ent_m058 .btn:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.ent_m058 .btn > span {
  display: table-cell;
  height: 100%;
  padding: 15px 30px;
  position: relative;
  transition-duration: 0.2s;
  vertical-align: middle;
}
.ent_m058 [class*="btn-"] [class*="icon-"] {
  margin-left: 10px;
}
.ent_m058 .icon-chevron-right {
  font-family: 'cmt';
}
.ent_m058 .icon-chevron-right:after {
  content: "\e615";
  font-size: 1em;
}
@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;
  }
}
@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_m066.module {
  height: 105px;
}
.ent_m066.sticky_header {
  height: 100px;
}
.ent_m066.sticky_header .site_header .show_menu > li > a,
.ent_m066.sticky_header .site_header .main_nav > li > a {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.ent_m066.sticky_header .site_header .logo {
  position: absolute;
  height: 50px;
  z-index: 1;
}
.ent_m066 .site_header .full_logo_wrapper {
  display: none;
}
.ent_m066 .site_header .menu_holder {
  margin-right: 0;
  display: none;
}
@media screen and (min-width: 48.0625em) {
  .sticky_header.ent_m066 .site_header .site_menu_wrapper .main_nav {
    margin-left: 150px;
  }
  .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: 0;
    color: transparent;
  }
  .ent_m066 .site_header .logo,
  .ent_m066 .site_header .bottom_outer,
  .ent_m066 .site_header .show_menu_wrapper,
  .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_m066 .site_menu_wrapper .main_nav li a[href*="/live-tv"] {
  padding: 0 15px;
}
.ent_m066 .site_menu_wrapper .main_nav li a[href*="/live-tv"]:after,
.ent_m066 .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_m067 {
  max-width: 1200px;
  margin: 15px auto;
  padding: 0 13px;
  /*
  .S002_line_list_header .content .header_text {
    font-size: 2.7rem;
    letter-spacing: -0.03em;
    line-height: 1.07;
    color: @m067_title;
    text-transform: uppercase;
  }
  .S001_line_list_item {
    .link_wrapper .item_label {
      width: 50px;
      height: 50px;
      padding-top: 0.1em;

      @media screen and (max-width: @home-large-min-width) {
        width: .6em;
        height: auto;
      }

      small {
        text-transform: lowercase;
        font-family: @fontPrimaryStandard;
        margin-bottom: 3px;
        display: inline-block;
        line-height: 1;

        @media screen and (max-width: @home-large-min-width) {
          display: none;
        }
      }

      span {
        font-family: @fontPrimaryBold;
        font-size: 1.25em;

        @media screen and (max-width: @home-large-min-width) {
          font-size: .3em;
        }
      }
    }
  }
  */
  /*
  .S001_line_list_item .link_wrapper {
    &:hover {
        h4 {
          .opacity(0.8);
        }
    }

    h4 {
      text-transform: capitalize;
      //font-size: 0.85em;
      font-size: 15px;
    }

    h3 {
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 0.5px;
    }

    p {
      line-height: 1.3;
      font-size: 0.72em;
      letter-spacing: 0;
      margin-bottom: 4px;
    }

    .s_layouts_lineListDurationBadge {
      font-size: 0.65em;
      letter-spacing: 0.5px;
      //line-height: 0.87;
      //height: 1.6em;
    }
  }
  */
  /*
    .btn-block {
      //width: 100%;
      font-size: 2.3rem;

      @media screen and (max-width: @large) {
        font-size: 1.8rem;
      }
    }

    .btn,
    .btn:hover,
    .btn-cta:hover {
      color: @m067_btnColor;
    }

    .btn {
      font-family: @fontPrimaryBold;
      //border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      //box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
      text-transform: uppercase;
      text-decoration: none;
      background-color: @m067_btnBackground;
      .border-radius(3px);
      cursor: pointer;
      display: inline-table;
      font-size: 20px;
      height: 40px;
      position: relative;
      text-align: center;

      > span {
        font-size: 2.3rem;
        padding: 1rem 1.7rem;
        display: table-cell;
        height: 100%;
        position: relative;
        .transition(background, 0.2s, ease);

        @media screen and (max-width: @xlarge) {
          font-size: 1.9rem;
        }
      }

      .icon-chevron-right {
        margin-left: 7px;
        -moz-osx-font-smoothing: grayscale;
        font-family: @cmtIcons;
        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: -2px;

        &::before {
          content: "\e614";
        }
      }
    }

    .btn:hover > span {
      background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    }
    */
}
.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 {
  margin-bottom: 0;
}
.ent_m067 .S002_line_list_header .content {
  background-color: transparent;
  padding: 0;
}
.ent_m067 .S002_line_list_header .content .itemCount {
  display: none;
}
.ent_m067 .btn {
  min-width: 370px;
}
@media screen and (max-width: 659px) {
  .ent_m067 .btn {
    min-width: 0;
  }
}
.ent_m067 .cta-button {
  margin: 0 auto;
  text-align: center;
}
.ent_m067 #tve-banner {
  margin-left: -5px;
  margin-bottom: 15px;
}
.ent_m067 #tve-banner #tve-wrapper {
  text-align: center;
  background-color: #fbfbfb;
  color: #777777;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.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: 'cmt';
  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: 2.2rem;
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  line-height: 0.95;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 979px) {
  .ent_m067 #tve-banner #tve-wrapper .header {
    font-size: 1.6em;
  }
}
.ent_m067 #tve-banner #tve-wrapper .sub-header {
  font-size: 2rem;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 979px) {
  .ent_m067 #tve-banner #tve-wrapper .sub-header {
    font-size: 1.5em;
  }
}
.ent_m067 #tve-banner #tve-wrapper .deck {
  font-size: 1.8rem;
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 979px) {
  .ent_m067 #tve-banner #tve-wrapper .deck {
    font-size: 1.4em;
  }
}
@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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  background: transparent;
  clear: both;
  margin: 0 auto !important;
  width: 100%;
}
.ent_m068 .header {
  margin: 0 auto;
  width: 1200px;
  padding: 40px 20px 12px;
  position: relative;
}
.ent_m068 .header .prev,
.ent_m068 .header .next {
  cursor: pointer;
  display: inline-block;
  padding: 6px;
}
.ent_m068 .header .prev.disabled:after,
.ent_m068 .header .next.disabled:after {
  color: #888888;
}
.ent_m068 .header .prev.loading,
.ent_m068 .header .next.loading {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  margin: 3px 0 0 8px;
}
.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 {
  padding-left: 0;
}
.ent_m068 .header .prev:after {
  content: "\e616";
  display: inline-block;
  font-family: 'cmt';
  color: #373a3d;
  font-size: 3.2em;
}
.ent_m068 .header .next {
  padding-right: 0;
}
.ent_m068 .header .next:after {
  content: "\e617";
  display: inline-block;
  font-family: 'cmt';
  color: #373a3d;
  font-size: 3.2em;
}
.ent_m068 .header h2 {
  font-size: 3.6rem;
  letter-spacing: 1.8px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 40px;
}
.ent_m068 .header ul.nav {
  z-index: 6;
  display: block;
}
.ent_m068 .header ul.nav > li {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 10px 0 0;
  letter-spacing: 3.5px;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
}
.ent_m068 .header ul.nav > li.shows {
  min-width: 216px;
  display: inline-block;
  color: #fb156b;
  font-size: 1.7rem;
  padding: 10px 42px 8px 12px;
  background: #373a3d;
}
.ent_m068 .header ul.nav > li.shows ul {
  position: absolute;
  background: #373a3d;
  left: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: height 1s ease 0s;
  -moz-transition: height 1s ease 0s;
  -o-transition: height 1s ease 0s;
  transition: height 1s ease 0s;
}
.ent_m068 .header ul.nav > li.shows ul.opened {
  width: 100%;
  margin-top: 8px;
  z-index: 1000;
  max-height: 450px;
  overflow-y: auto;
  -ms-overflow-style: none;
}
.ent_m068 .header ul.nav > li.shows ul.opened::-webkit-scrollbar {
  width: 0;
}
.ent_m068 .header ul.nav > li.shows ul li {
  color: #fb156b;
  font-size: 1.7rem;
  padding: 10px 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.08);
}
.ent_m068 .header ul.nav > li.shows ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ent_m068 .header ul.nav > li.shows:after {
  content: "\e615";
  font-family: 'cmt';
  top: 50%;
  right: 12px;
  position: absolute;
  font-size: 1.8rem;
  margin-top: -9px;
}
.ent_m068 .header ul.nav > li.shows.opened:after {
  content: "\e618";
}
.ent_m068 .header ul.nav:after {
  content: " ";
  clear: both;
}
.ent_m068 .show-header {
  max-height: 320px;
  width: 100%;
  background-size: cover;
  background-color: #373a3d;
  position: relative;
  overflow: hidden;
  display: table;
  z-index: 3;
}
.ent_m068 .show-header:not(.noimage):after {
  content: "";
  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;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ent_m068 .show-header img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.ent_m068 .show-header .show-info-wrapper {
  position: relative;
  color: #f0f0f0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
.ent_m068 .show-header .show-info-wrapper .show-info {
  position: absolute;
  bottom: 0;
  padding: 15px 20px;
}
.ent_m068 .show-header span.show-title {
  display: block;
  width: 100%;
  color: #f0f0f0;
  line-height: 1;
  margin: 0 auto;
  font: 2.8em 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .ent_m068 .show-header span.show-title {
    font-size: 2.4em;
    bottom: 12px;
  }
}
@media screen and (max-width: 568px) {
  .ent_m068 .show-header span.show-title {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .ent_m068 .show-header span.show-tunein {
    display: none;
  }
}
.ent_m068 .show-header.noimage {
  background-color: #373a3d;
}
.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-wrapper {
  position: relative;
  bottom: 0;
  text-align: left;
  max-width: 1200px;
}
.ent_m068 .show-header.noimage .show-info-wrapper .show-info {
  position: relative;
}
.ent_m068 .show-header.noimage .show-info-wrapper .show-info .label {
  display: none;
}
.ent_m068 .show-header.noimage span.show-title {
  display: inline-block;
}
.ent_m068 .show-header.noimage span.show-tunein {
  display: block;
}
.ent_m068 .schedule li {
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.ent_m068 .schedule li.dark {
  background: #373a3d;
}
.ent_m068 .schedule li.light {
  background: rgba(55, 58, 61, 0.9);
}
.ent_m068 .schedule li.date {
  min-height: 40px;
  padding: 15px 0 15px 20px;
  font-family: 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 2em;
  margin: 0 auto;
  text-transform: uppercase;
  width: 1200px;
}
.ent_m068 .schedule li .clickable a.fullepisode,
.ent_m068 .schedule li .more-wrapper a.fullepisode_mobile {
  background-color: #f0f0f0;
  color: #fb156b;
  font-size: 15px;
  width: 240px;
  padding: 0 15px;
  line-height: 40px;
}
.ent_m068 .schedule li .clickable {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  min-height: 80px;
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.ent_m068 .schedule li .clickable a.fullepisode {
  display: block;
  float: right;
  margin: 22px 0;
}
.ent_m068 .schedule li .clickable > a.fullepisode {
  display: none;
}
.ent_m068 .schedule li .clickable .time {
  font-size: 17px;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #f0f0f0;
  float: left;
  margin: 20px 0 0 20px;
  text-transform: lowercase;
  width: 180px;
}
.ent_m068 .schedule li .clickable .new,
.ent_m068 .schedule li .clickable .now {
  display: block;
  text-transform: uppercase;
  color: #fb156b;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  left: 20px;
  position: absolute;
  top: 45px;
}
.ent_m068 .schedule li .clickable .title {
  float: left;
  width: calc(100% - 280px);
}
.ent_m068 .schedule li .clickable .title h2 {
  color: #f0f0f0;
  font-family: 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin: 15px 0 6px;
  letter-spacing: 1.2px;
  padding-right: 250px;
}
.ent_m068 .schedule li .clickable .title span {
  color: #f0f0f0;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  display: block;
  font-size: 1.2rem;
  margin: 0 0 15px;
  letter-spacing: 0.6px;
}
.ent_m068 .schedule li .clickable .title a.fullepisode {
  display: block;
}
.ent_m068 .schedule li .clickable .arrow {
  bottom: 0;
  color: #f0f0f0;
  float: right;
  width: 80px;
}
.ent_m068 .schedule li .clickable .arrow:after {
  content: "\e615";
  display: inline-block;
  font-family: 'cmt';
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #f0f0f0;
}
.ent_m068 .schedule li .more-wrapper {
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
  width: 1200px;
  -webkit-transition: max-height 0.8s ease 0s;
  -moz-transition: max-height 0.8s ease 0s;
  -o-transition: max-height 0.8s ease 0s;
  transition: max-height 0.8s ease 0s;
}
.ent_m068 .schedule li .more-wrapper .more {
  cursor: default;
  overflow: hidden;
}
.ent_m068 .schedule li .more-wrapper .more > .image,
.ent_m068 .schedule li .more-wrapper .more .description {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.ent_m068 .schedule li .more-wrapper .more > .image {
  float: left;
  padding: 20px 0 20px 200px;
  vertical-align: top;
}
.ent_m068 .schedule li .more-wrapper .more > .image .image_holder {
  width: 393px;
  margin-right: 20px;
}
.ent_m068 .schedule li .more-wrapper .more .fullepisode_mobile {
  display: none;
}
.ent_m068 .schedule li .more-wrapper .more .description {
  display: inherit;
  padding: 18px 40px 46px 0;
  vertical-align: top;
}
.ent_m068 .schedule li .more-wrapper .more .description h3 {
  color: #f0f0f0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
.ent_m068 .schedule li .more-wrapper .more .description span {
  color: #f0f0f0;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ent_m068 .schedule li .more-wrapper .more .description p {
  color: #f0f0f0;
  font: 14px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin: 10px 0 0;
  padding-left: 200px;
}
.ent_m068 .schedule li.opened .arrow:after {
  content: "\e618";
}
.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 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ent_m068 .loading {
  background: url("/sitewide/images/ajax_loader.gif") no-repeat center center;
  display: none;
  height: 350px;
  background-size: 36px 36px;
}
.ent_m068.is-loading .loading {
  width: 100%;
  height: 50px;
  display: block;
  background-size: 50px 50px;
}
.ent_m068.is-loading .schedule {
  display: none;
}
.ent_m068.is-loading .show-header {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ent_m068 .schedule li .clickable,
  .ent_m068 .schedule li .more-wrapper,
  .ent_m068 .schedule li.date {
    width: 100%;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image {
    padding: 20px 0 20px 20px;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image .image_holder {
    width: 295px;
  }
  .ent_m068 .schedule li .more-wrapper .more .description {
    padding: 20px 20px 20px 0;
  }
  .ent_m068 .schedule li .more-wrapper .more .description p {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .ent_m068 .header,
  .ent_m068 .show-header .show-info-wrapper {
    width: auto;
  }
  .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 .time {
    width: 100px;
  }
  .ent_m068 .schedule li .clickable .title {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .ent_m068 .header {
    padding: 40px 15px 12px;
  }
  .ent_m068 .schedule li .clickable .title a.fullepisode {
    width: 140px;
    line-height: 1.5;
    padding: 10px;
    margin-top: 15px;
  }
  .ent_m068 .schedule li .clickable .title h2 {
    font-size: 2.2rem;
    padding-right: 150px;
  }
}
@media screen and (max-width: 568px) {
  .ent_m068 .header .prev:after,
  .ent_m068 .header .next:after {
    font-size: 2.2em;
  }
  .ent_m068 .header .prev.loading,
  .ent_m068 .header .next.loading {
    margin: -1px 0 0 5px;
  }
  .ent_m068 .header h2 {
    font-size: 2.6rem;
  }
  .ent_m068 .show-header span.show-tunein {
    max-width: 50%;
  }
  .ent_m068 .show-header img {
    right: -435px;
  }
  .ent_m068 .schedule li.opened .clickable > a.fullepisode {
    display: none;
  }
  .ent_m068 .schedule li.date {
    margin: 0;
  }
  .ent_m068 .schedule li .clickable:before {
    height: 76px;
  }
  .ent_m068 .schedule li .clickable .time {
    margin-left: 15px;
    width: 80px;
    font-size: 15px;
  }
  .ent_m068 .schedule li .clickable .now,
  .ent_m068 .schedule li .clickable .new {
    font-size: 14px;
    left: 15px;
    top: 40px;
  }
  .ent_m068 .schedule li .clickable .title {
    width: calc(100% - 175px);
  }
  .ent_m068 .schedule li .clickable .title h2 {
    font-size: 2rem;
    padding-right: 0;
  }
  .ent_m068 .schedule li .clickable .title a.fullepisode {
    display: none;
  }
  .ent_m068 .schedule li .more-wrapper .more {
    padding: 15px;
    display: block;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image:empty {
    margin: 0;
  }
  .ent_m068 .schedule li .more-wrapper .more > .image .image_holder {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .ent_m068 .schedule li .more-wrapper .more .fullepisode_mobile {
    display: block;
    margin: 5px auto;
    width: 100%;
  }
  .ent_m068 .schedule li .more-wrapper .more .description {
    display: block;
    padding: 5px 0 0 0;
  }
  .ent_m068 .schedule li .more-wrapper .more .description p {
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .ent_m068 .header {
    padding: 40px 5px 12px;
  }
  .ent_m068 .header .prev.loading,
  .ent_m068 .header .next.loading {
    width: 30px;
    height: 30px;
    margin: 2px 0 0 5px;
    background-size: 30px 30px;
  }
  .ent_m068 .header .prev:after,
  .ent_m068 .header .next:after {
    font-size: 2em;
  }
  .ent_m068 .header h2 {
    font-size: 2.1rem;
  }
}
.ent_m070 {
  background: #87b6c0;
}
.ent_m070.sticky_header.module {
  height: 100px;
}
.ent_m070.module {
  height: 105px;
}
@media screen and (max-width: 979px) {
  .ent_m070.module {
    height: 100px;
  }
  .ent_m070 .site_header .site_menu_wrapper,
  .ent_m070 .site_header .show_menu_wrapper {
    top: 50px;
  }
}
.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: #373a3d;
  margin-bottom: 30px;
  position: relative;
}
.ent_m082 .series_header .series_headerWrapper {
  max-width: 1200px;
  padding: 45px 25px 45px 15px;
  margin: auto auto 30px;
}
.ent_m082 .series_header .series_headerWrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m082 .series_header .series_title {
  float: left;
  font: 4.4rem 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #ffffff;
  margin-right: 260px;
}
@media screen and (max-width: 979px) {
  .ent_m082 .series_header .series_title {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.ent_m082 .series_header .btn {
  float: right;
  background-color: #ffffff;
  color: #fb156b;
  cursor: pointer;
  font: bold 1.4rem 'TitlingGothicFBNarrow-Standard';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 15px 30px;
  position: relative;
  min-width: 245px;
  transition-duration: 0.2s;
}
.ent_m082 .series_header .btn:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
@media screen and (max-width: 979px) {
  .ent_m082 .series_header .btn {
    float: none;
  }
}
.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;
  font: normal 2.8em 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}
@media screen and (max-width: 659px) {
  .ent_m082 .series_header .overlay .series_image_caption {
    bottom: 20px;
    font-size: 1.6em;
  }
}
.ent_m082 .series_header .image_holder {
  position: relative;
  max-height: 400px;
  background-color: transparent;
}
.ent_m082 .series_header .image_holder:before {
  padding-top: 33.33%;
}
.ent_m082 .series_header .image_holder:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ent_m082 .series_header .image_holder img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -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_m098 {
  max-width: 800px;
  margin: 30px auto;
  padding: 0;
  line-height: 1.4;
  display: inline-block;
}
.ent_m098 .info {
  font: 15px/25px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  color: #373a3d;
}
.ent_m098 .info a {
  text-decoration: none;
  color: #87b6c0;
}
.ent_m098 .info a:hover {
  color: #fb156b;
}
@media screen and (max-width: 659px) {
  .ent_m098 {
    max-width: none;
    width: 100%;
  }
}
.ent_m100 {
  min-width: 320px;
}
.ent_m100 .module_content {
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0 13px;
}
@media screen and (max-width: 659px) {
  .ent_m100 .module_content {
    padding: 0 10px;
  }
}
.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: 100%;
  }
  .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;
}
@media screen and (max-width: 659px) {
  .ent_m100 li.S001_line_list_item {
    min-height: 0;
  }
}
.ent_m100 li.S001_line_list_item h4 {
  font: 1.2rem 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  background-color: #373a3d;
  color: #fb156b;
  margin-top: -2.7rem;
  padding: 7px 6px;
  letter-spacing: 2.5px;
}
.ent_m100 li.S001_line_list_item h3 {
  font-family: 2rem 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin-top: 0.9rem;
  text-transform: uppercase;
}
.ent_m100 li.box_ad {
  float: right;
}
.ent_m101 {
  max-width: 1200px;
  margin: 15px auto 50px;
  padding: 0 13px;
}
.ent_m101 .L001_line_list > li {
  width: 25%;
}
.ent_m101 .S001_line_list_item .link_wrapper .s_layouts_lineListDurationBadge {
  background-color: #000000;
}
.ent_m101 .S001_line_list_item .link_wrapper span {
  display: block;
  color: #808080;
  font-size: 12px;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
}
.ent_m101 .S001_line_list_item.tve_locked .thumbnail_holder:before {
  padding-top: 10%;
  padding-bottom: 10%;
}
.ent_m101 .S002_line_list_header {
  margin-bottom: 0;
}
.ent_m101 .S002_line_list_header .content {
  background-color: transparent;
  padding: 0;
}
.ent_m101 .S002_line_list_header .content .itemCount {
  display: none;
}
.ent_m101 .cta-button {
  margin: 0 auto;
  text-align: center;
}
.ent_m101 .btn {
  min-width: 370px;
}
@media screen and (max-width: 659px) {
  .ent_m101 .btn {
    min-width: 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_m106 {
  margin: 0 auto;
  word-wrap: break-word;
  color: #373a3d;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
}
.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 .content_table {
  list-style-type: none;
}
.ent_m106 .promoHeader {
  font: 34pt 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: lowercase;
  margin: 20px 0 30px 0;
  padding-left: 10px;
  padding-right: 10px;
}
.ent_m106 .promoHeader:empty {
  display: none;
}
.ent_m106 a {
  color: #87b6c0;
  text-decoration: none;
}
.ent_m106 a:hover {
  text-decoration: underline;
}
.ent_m106 li {
  font-size: 12pt;
  margin-bottom: 20px;
}
.ent_m106 h2 {
  font-size: 26pt;
}
.ent_m106 h3 {
  font-size: 12pt;
}
.ent_m106 h4 {
  font-size: 16pt;
}
.ent_m106 h2,
.ent_m106 h3,
.ent_m106 h4 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ent_m106 p {
  font: 12pt/16pt 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.ent_m106 ul,
.ent_m106 ol {
  margin: 0 0 20px 20px;
}
.ent_m106 ul {
  list-style: inherit;
}
.ent_m106 b {
  font-weight: bold;
}
.ent_m106 i {
  font-style: italic;
}
.ent_m106 u {
  text-decoration: none;
}
.ent_m106 .nanorep_loadingData {
  position: relative !important;
}
.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: 425px;
  background-color: transparent;
}
.ent_m109 .image_holder:before {
  padding-top: 33.33%;
}
.ent_m109 .image_holder:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ent_m109 .image_holder img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -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: 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  max-height: 320px;
  width: 100%;
  background-size: cover;
  background-color: #373a3d;
  position: relative;
  overflow: hidden;
  display: table;
  z-index: 3;
}
.ent_m109 .show-header .show-info {
  color: #ffffff;
  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: uppercase;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  max-width: 1200px;
}
@media screen and (max-width: 659px) {
  .ent_m109 .show-header .show-info .show-title {
    font-size: 2.8rem;
  }
}
.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: #ffffff;
  color: #666666;
  padding: 2.2rem;
}
.ent_m112 #tve-banner #tve-wrapper div {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.ent_m112 #tve-banner #tve-wrapper .tve-lock:before {
  font-family: 'cmt';
  content: "\e626";
  font-size: 2.4rem;
  z-index: 2;
  margin-top: -1.2rem;
  margin-left: -1.2rem;
  display: inline-block;
  position: relative;
  top: .1em;
  padding: 0 .3em 0 0;
}
.ent_m112 #tve-banner #tve-wrapper .header {
  font-size: 2.2rem;
  font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  line-height: 1;
  margin: 0 0 1.1rem;
}
.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.8rem;
  line-height: 2.5rem;
}
.ent_m112 #sub-filter {
  float: right;
  position: relative;
  z-index: 11;
  top: 1.2rem;
}
.ent_m112 #sub-filter label {
  letter-spacing: 1.5px;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-transform: capitalize;
}
.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: 1px solid #373a3d;
  border-radius: 1px;
  margin-right: 5px;
}
.ent_m112 #sub-filter label input[type="checkbox"]:checked + label span {
  background: #373a3d;
}
.ent_m112 #sub-filter label input[type="checkbox"]:checked + label span:after {
  font-family: 'cmt';
  content: "\e65e";
  color: #ffffff;
  position: absolute;
  top: 3px;
  left: 2px;
}
.ent_m112 #sub-filter .info-hover:after {
  font-family: 'cmt';
  content: "\e625";
  border: 1px solid #cccccc;
  background: #cccccc;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
}
.ent_m112 #sub-filter .tooltip {
  display: inline;
  position: relative;
  font-size: 14px;
  text-decoration: none;
}
.ent_m112 #sub-filter .tooltip:hover:after {
  color: #111111;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 3px 0 0;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  line-height: 18px;
  top: 25px;
  content: attr(title);
  right: -10px;
  padding: 12px;
  position: absolute;
  z-index: 98;
  width: 250px;
  text-decoration: none;
}
.ent_m112 .S002_line_list_header {
  padding: 0;
  margin: 2.4rem 0;
}
.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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  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;
}
@media screen and (max-width: 979px) {
  .ent_m116 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ent_m116 .subFilters_list ul li {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 3.5px;
  list-style: none;
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 8px 14px;
  text-transform: uppercase;
}
.ent_m116 .subFilters_list ul li:hover,
.ent_m116 .subFilters_list ul li.selected {
  background: #373a3d;
  color: #ffffff;
}
@media (max-width: 659px) {
  .ent_m116 .subFilters_list {
    display: none;
  }
}
.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;
}
@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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  }
}
@media screen and (max-width: 659px) {
  .ent_m122 .ent_m051:nth-child(2) {
    width: 100%;
    font-family: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
    font-size: 5.4vw;
  }
}
.ent_m150 {
  background-color: #ffffff;
  padding: 30px 0;
}
.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-lg {
  text-align: center;
  position: relative;
}
.ent_m150 .section-header-lg:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.06);
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.ent_m150 .section-header-lg h2 {
  background-color: #ffffff;
  padding: 0 20px;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.ent_m150 .accordion-group {
  border: 0;
  position: relative;
  margin-bottom: 15px;
  min-height: 320px;
}
.ent_m150 .accordion-heading {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #373a3d;
  text-align: left;
  width: 3.7%;
  float: left;
}
.ent_m150 .accordion-heading.active {
  color: #fb156b;
}
.ent_m150 .accordion-heading.active.accordion-toggle {
  color: #fb156b;
}
.ent_m150 .accordion-heading.active .accordion-toggle {
  color: #fb156b;
}
.ent_m150 .accordion-heading.inactive {
  cursor: default;
}
.ent_m150 .accordion-toggle {
  padding: 10px 0;
  display: block;
}
.ent_m150 .accordion-toggle:hover {
  color: #fb156b;
}
.ent_m150 .accordion-toggle.disabled {
  cursor: default;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.ent_m150 .accordion-toggle.disabled:hover {
  color: #373a3d;
}
.ent_m150 .accordion-body {
  padding-right: 320px;
  position: absolute;
  top: 59px;
  width: 100%;
}
.ent_m150 .accordion-body a {
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
}
.ent_m150 .accordion-body a:hover {
  color: #fb156b;
}
.ent_m150 .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 .accordion-inner li {
  font-size: 18px;
  margin-bottom: 20px;
}
.ent_m150 .accordion-inner .show-item {
  display: inline-block;
  width: 100%;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
}
.ent_m150 .accordion-toggle,
.ent_m150 .accordion-body a {
  cursor: pointer;
  text-decoration: none;
}
.ent_m150 .alphafilter-wrap {
  position: relative;
  min-height: 372px;
}
.ent_m150 .alphafilter-wrap #az-ad {
  position: absolute;
  right: 13px;
  top: 109px;
}
.ent_m150 .alphafilter-wrap #az-ad .celtra-ad-v3 > div {
  width: 300px !important;
}
@media (max-width: 979px) {
  .ent_m150 {
    /* accordion collapse */
  }
  .ent_m150 .section-header-lg:after {
    display: none;
  }
  .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 .accordion-inner {
    padding: 0 10px 20px 30px;
  }
  .ent_m150 #alphafilter.accordion {
    border-top: 0;
  }
  .ent_m150 #alphafilter .accordion-body {
    position: static;
    top: auto;
    padding-right: 0;
  }
  .ent_m150 #alphafilter .alphafilter-wrap {
    min-height: 0;
  }
  .ent_m150 #alphafilter .accordion-heading {
    float: none;
    width: 100%;
    text-align: left;
    border-top: 3px solid rgba(0, 0, 0, 0.06);
    display: inherit;
  }
  .ent_m150 #alphafilter .accordion-heading .accordion-toggle {
    padding: 20px 15px;
  }
  .ent_m150 #alphafilter .accordion-heading:hover .accordion-toggle {
    color: #fb156b;
  }
}
@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 .image_holder .image {
  top: auto;
  bottom: 0;
}
.ent_m151 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  width: 100%;
  background: #373a3d;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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;
  z-index: 10;
}
.ent_m151 .dropdown-menu a {
  color: #f0f0f0;
  text-decoration: none;
}
.ent_m151 .hide {
  display: none;
}
.ent_m151 .show {
  display: block;
}
.ent_m151 .meta-wrap {
  position: relative;
}
.ent_m151 .meta-wrap a.label {
  position: absolute;
  display: block;
  font: 12px/2.2 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: -3.4rem;
  padding: 0 7px 0 11px;
  background-color: #373a3d;
  color: #fb156b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 64px);
}
.ent_m151 .meta-wrap a.label:hover {
  color: #ffffff;
}
@media (max-width: 659px) {
  .ent_m151 .meta-wrap a.label {
    max-width: 100%;
    white-space: normal;
    position: relative;
    top: 0;
    display: table;
    margin-top: 0;
  }
}
.ent_m151 .meta-wrap .sub-header {
  order: -1;
}
@media (max-width: 659px) {
  .ent_m151 .link_wrapper .s_layouts_lineListDurationBadge {
    font-size: 12px;
    bottom: 0.3em;
  }
  .ent_m151 .link_wrapper .item_label span {
    font-size: 22px;
    bottom: 0.3em;
  }
}
.ent_m151 .content_loading .L001_line_list_load-more {
  display: none;
}
body:not(.tve_auth) .ent_m151 .S001_line_list_item.tve_locked .s_tve_lock:after {
  top: 5px;
  right: 5px;
  left: auto;
  bottom: auto;
}
.ent_m163 {
  background-color: #ffffff;
  border-top: 5px solid #e6e6e6;
}
.ent_m163 .module_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 10px 0;
}
.ent_m163 li {
  font-size: 1.6rem;
  width: 16.6%;
}
@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_m163 li .s_fonts_lineListHeader {
  font: bold 14px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-top: 10px;
}
.ent_m164 {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m164 .list_wrapper {
  clear: both;
}
.ent_m164 .S002_line_list_item_vertical .link_wrapper .thumbnail_holder .item_label span {
  color: #fb156b;
}
.ent_m165 {
  margin-bottom: 50px;
}
@media screen and (max-width: 659px) {
  .ent_m165 {
    margin-bottom: 200px;
  }
}
.ent_m165 .list_item {
  -webkit-transition: height 350ms ease 0s;
  -moz-transition: height 350ms ease 0s;
  -o-transition: height 350ms ease 0s;
  transition: height 350ms ease 0s;
  overflow: hidden;
}
.ent_m165 .list_item .item_wrapper {
  cursor: pointer;
  position: relative;
}
.ent_m165 .list_item .item_wrapper .image_holder {
  height: 100%;
  background: none;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.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 #373a3d;
  line-height: 1.15;
}
.ent_m165 .list_item .item_wrapper .item_meta .headline {
  display: block;
  font: 2rem 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 0.5px;
  color: #373a3d;
}
.ent_m165 .list_item .item_wrapper .item_meta .subHeadline {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #373a3d;
}
@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 .item_content_wrapper {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: #373a3d;
  display: none;
  padding: 0 0 30px 0;
  margin: 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 0 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: 30px 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  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: #fafafa;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton.instagram:before {
  color: #111111;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton:after {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.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: 400 1.6rem/1.4 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #ffffff;
  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: #87b6c0;
  color: #ffffff;
  font: 2rem 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  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: 0.8em 'cmt';
  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 {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_linkwrap .item_content_linkwrap_button:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ent_m165 .list_item .item_content_wrapper .item_content .close {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 40px;
}
.ent_m165 .list_item .item_content_wrapper .item_content .close:before,
.ent_m165 .list_item .item_content_wrapper .item_content .close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ffffff;
  content: "";
  height: 3px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.ent_m165 .list_item .item_content_wrapper .item_content .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  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: #fb156b;
}
.ent_m169 {
  max-width: 1200px;
  margin: 0 auto;
}
.ent_m169 .list_wrapper {
  clear: both;
}
.ent_m170 {
  margin: 30px auto;
  max-width: 1200px;
  width: 100%;
}
.ent_m170 .image_holder .image {
  bottom: 0;
  top: auto;
}
.ent_m170 h2.headline a {
  color: #373a3d;
}
.ent_m170 h2.headline a:hover {
  color: #fb156b;
}
.ent_m170 h4.s_fonts_lineListTuneIn {
  position: absolute;
  margin-top: -2.4rem;
  z-index: 50;
}
.ent_m170 h4.s_fonts_lineListTuneIn .s_layouts_lineListBadge {
  font: 10px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 9px;
  color: #ffffff;
  background-color: #373a3d;
}
.ent_m170 h4.s_fonts_lineListTuneIn a.s_layouts_lineListBadge:hover {
  background-color: #fb156b;
}
.ent_m170 .S001_line_list_item {
  width: 50%;
}
.ent_m170 .S001_line_list_item .link_wrapper em,
.ent_m170 .S001_line_list_item .link_wrapper i {
  font-style: italic;
}
.ent_m170 .S001_line_list_item .link_wrapper h3 {
  font-size: 2rem;
  line-height: 1.1;
  text-transform: capitalize;
  margin-top: 0.6rem;
  letter-spacing: 0.3px;
  width: 85%;
}
@media screen and (max-width: 659px) {
  .ent_m170 .S001_line_list_item .link_wrapper h3 {
    width: 100%;
  }
}
.ent_m170 .S001_line_list_item .link_wrapper:hover .image {
  -webkit-filter: saturate(1.2) contrast(1.1);
  filter: saturate(1.2) contrast(1.1);
}
.ent_m170 .S001_line_list_item .link_wrapper:hover h4 {
  opacity: 1;
}
.ent_m170 .S001_line_list_item .link_wrapper:hover h3 {
  color: #fb156b;
}
.ent_m170 .S001_line_list_item span {
  margin-top: 0.8rem;
  display: block;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}
body.ent_p017_cmt .ent_m170 {
  padding: 0 13px;
}
body.ent_p017_cmt .ent_m170 .S001_line_list_item {
  width: 25%;
}
@media screen and (max-width: 979px) {
  body.ent_p017_cmt .ent_m170 .S001_line_list_item {
    width: 50%;
  }
}
@media screen and (max-width: 659px) {
  body.ent_p017_cmt .ent_m170 .S001_line_list_item {
    width: 100%;
  }
}
.triforce_rendered .ent_m171 {
  padding: 0;
  margin: 0;
}
.ent_m171 div {
  outline: none;
  /* to remove orange border on focus on mobile */
}
.ent_m172 {
  font-size: 1.4rem;
}
@media (min-width: 660px) {
  .ent_m172 {
    font-size: 2rem;
  }
}
.ent_m172 .module_content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m172 .secondary_item {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 10px 0 0 10px;
}
.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);
}
@media (min-width: 660px) {
  .ent_m172 .secondary_item_2 {
    width: calc(50% - 15px);
  }
}
.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: 68.64%;
  }
}
.ent_m172 .image_holder:after {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 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: 42.84%;
  }
}
@media (min-width: 660px) and (max-width: 659px) {
  .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 .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 12px 15px;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
}
.ent_m172 .item_sticker {
  position: relative;
  margin-bottom: .4em;
  display: inline-block;
  margin-left: -12px;
  padding-left: 3px;
}
.ent_m172 .header {
  font: 2.6rem 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
@media (min-width: 660px) {
  .ent_m172 .header {
    font-size: 2.4rem;
  }
}
.ent_m172 .subHeader {
  font: 1.4rem 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}
@media (min-width: 660px) {
  .ent_m172 .subHeader {
    font-size: 1.6rem;
  }
}
.ent_m172 .s_layouts_buttonWrapper {
  text-align: center;
}
@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 .promo-block {
  position: relative;
}
.ent_m173 .media .image_inner_wrapper .image_holder {
  background: transparent;
}
.ent_m173 .media .image_inner_wrapper .image_holder:before {
  width: 100%;
}
@media (min-width: 980px) {
  .ent_m173 .media .image_inner_wrapper .image_holder:before {
    padding-top: 55.3%;
  }
}
.ent_m173 .media .image_inner_wrapper .image_holder .image {
  bottom: 0;
  top: auto;
}
.ent_m173 .meta-wrap {
  padding-top: 0.5rem;
  color: #373a3d;
}
.ent_m173 .meta-wrap .item_sticker {
  position: absolute;
  margin-top: -3.5rem;
}
.ent_m173 .meta-wrap:hover .header {
  color: #fb156b;
}
.ent_m173 .meta-wrap .header span {
  font: 20px/1 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 1.5px;
}
@media (min-width: 660px) {
  .ent_m173 .meta-wrap .header span {
    font-size: 3rem;
  }
}
.ent_m174 {
  position: relative;
  margin: 0 10px;
}
.ent_m174 .image_holder .image {
  top: auto;
  bottom: 0;
}
.ent_m174 .L001_line_list li {
  position: relative;
}
.ent_m174 .S001_line_list_item .link_wrapper h3 {
  font-size: 2rem;
  line-height: 1.1;
  text-transform: capitalize;
  margin-top: 0.6rem;
  letter-spacing: 0.3px;
  width: 85%;
}
@media screen and (max-width: 659px) {
  .ent_m174 .S001_line_list_item .link_wrapper h3 {
    width: 100%;
  }
}
.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: #fb156b;
}
.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 {
  margin-top: 0.8rem;
  display: block;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}
.ent_m174 .med {
  position: relative;
  width: 50%;
}
.ent_m174 .cta-button {
  margin: 0 auto;
  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 {
  min-width: 280px;
}
@media screen and (max-width: 659px) {
  .ent_m174 .s_buttons_button {
    min-width: 0;
  }
}
.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: 0;
}
.ent_m174 .s_layouts_lineListItemImageWrapper {
  position: relative;
}
.ent_m174 .s_layouts_lineListBadge {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: #373a3d;
  padding: 9px;
}
.ent_m174 .s_layouts_lineListBadge span {
  font: 10px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  display: table-cell;
  vertical-align: bottom;
  letter-spacing: 1.8px;
}
.ent_m174 a.s_layouts_lineListBadge:hover {
  background-color: #fb156b;
}
.ent_m175 {
  background-color: #f0f0f0;
  padding: 3rem 10px;
}
.ent_m175 .link_wrapper:hover h3 {
  color: #fb156b;
}
.ent_m175 li {
  width: 16.6%;
}
@media (max-width: 1200px) {
  .ent_m175 li {
    width: 25%;
  }
}
@media (max-width: 979px) {
  .ent_m175 li {
    width: 33%;
  }
}
@media (max-width: 659px) {
  .ent_m175 li {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .ent_m177.is_hidden .s_right_rail_sticky {
    position: fixed;
    bottom: 0;
    height: 50px;
    background-color: #ffffff;
    z-index: 1003;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 7px;
    cursor: pointer;
  }
  .ent_m177.is_hidden.open .s_right_rail_sticky {
    background-color: #ffffff;
    -webkit-transition: background-color 250ms linear 0s;
    -moz-transition: background-color 250ms linear 0s;
    -o-transition: background-color 250ms linear 0s;
    transition: background-color 250ms linear 0s;
    overflow-y: scroll;
  }
  .ent_m177.is_hidden .s_right_rail_sticky .list_header {
    padding: 5px 0 20px;
  }
  .ent_m177.is_hidden .s_right_rail_sticky .toggleable_module_content {
    width: 100%;
  }
  .ent_m177.is_hidden div.s_right_rail_sticky .s_fonts_lineListHeader {
    font-size: 5.05vw;
    line-height: 1;
  }
  .ent_m177.is_hidden div.s_right_rail_sticky .s_fonts_lineListDescription {
    font-size: 4.5vw;
    line-height: 1.05;
  }
  .ent_m177.is_hidden .icon-chevron-up:after {
    content: "\e618";
    display: inline;
    color: #373a3d;
    cursor: pointer;
    font: normal 20px/1 'cmt';
    margin-right: 10px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: baseline;
  }
  .ent_m177.is_hidden.open .icon-chevron-up:after {
    content: "\e615";
  }
  .ent_m177.is_hidden .list_header {
    font: 700 20px 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  }
  .ent_m177.is_hidden .S002_line_list_item_vertical:not(:last-child) {
    border-bottom: 3px solid #87b6c0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .ent_m177.is_hidden .s_buttons_button {
    display: none;
  }
}
@media (max-width: 979px) and (min-width: 660px) {
  .ent_m177.is_hidden div.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 div.s_right_rail_sticky .s_fonts_lineListDescription {
    font-size: 2.2vw;
    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: #373a3d;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  display: block;
  clear: both;
}
.ent_m177 .s_right_rail_sticky .link_wrapper .s_fonts_lineListHeader {
  font: 18px/1.2 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.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: #fb156b;
}
@media (max-width: 979px) {
  .ent_m177 .s_right_rail_sticky .list_header {
    display: block;
  }
}
.ent_m177 .s_right_rail_sticky .S002_line_list_item_vertical {
  margin-bottom: 20px;
}
.ent_m177 .s_right_rail_sticky .s_layouts_lineListItemImageWrapper {
  margin-bottom: 0;
  display: table-cell;
}
@media (max-width: 979px) {
  .ent_m177 .s_right_rail_sticky .s_layouts_lineListItemImageWrapper {
    max-height: none;
  }
}
.ent_m177 .s_right_rail_sticky .image_holder {
  background-color: transparent;
}
.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,
.ent_m177 .s_right_rail_sticky .s_fonts_lineListDescription,
.ent_m177 .s_right_rail_sticky .meta {
  letter-spacing: 0.5px;
}
.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: 14px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #373a3d;
}
.ent_m177 .s_right_rail_sticky .meta {
  font: 12px 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  color: #373a3d;
}
.ent_m177 .s_buttons_button {
  min-width: 250px;
}
@media (max-width: 979px) {
  .ent_m177 .s_buttons_button {
    max-width: 0;
  }
}
.ent_m177 .s_layouts_buttonWrapper {
  width: 100%;
  text-align: center;
}
.ent_m177 .image_holder:before {
  padding-top: 49%;
}
.ent_m177 .S002_line_list_item_vertical .link_wrapper .thumbnail_holder .s_layouts_lineListDurationBadge {
  display: none;
}
.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;
  font-size: 1.6rem;
}
.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 .image_holder {
  position: relative;
  background-color: transparent;
  max-height: 400px;
}
.ent_m178 .image_holder:before {
  padding-top: 56.25%;
}
.ent_m178 .image_holder:after {
  content: "";
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(258deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.27) 79%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
  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;
  left: 0;
  top: 0;
  position: absolute;
  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;
  line-height: 1;
  padding: 0 10px 2%;
  position: absolute;
  text-align: left;
  top: auto;
  width: 100%;
  z-index: 1;
}
@media (min-width: 980px) {
  .ent_m178 .meta_items .meta-wrap {
    padding: 0 13px 1.5vw;
  }
}
.ent_m178 .header {
  font: normal 2.8em 'TitlingGothicFBComp-Medium', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 659px) {
  .ent_m178 .header {
    font-size: 1.6em;
  }
}
.ent_m178 .subHeader {
  font: normal 1.6em 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 2px;
}
@media (max-width: 659px) {
  .ent_m178 .subHeader {
    font-size: 1em;
  }
}
.ent_m208 {
  display: none;
  visibility: hidden;
  height: 0 !important;
}
.ent_m209 .player {
  max-width: 974px;
  margin: 0 auto;
  padding: 15px 0 30px;
  position: relative;
}
.ent_m209 .player .player_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ent_m209 .image_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
.ent_m209 .player_share {
  margin: 15px 0;
  overflow: hidden;
}
.ent_m209 .tve_locked_slate {
  display: block;
  -ms-box-sizing: border-box;
  -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;
}
.ent_m209 .tve_locked_slate .player_slate_content {
  display: inline-block;
  vertical-align: middle;
  font: 16px 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -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: 4rem;
  text-transform: uppercase;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_description {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 40px 20px;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_button {
  cursor: pointer;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_button:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_button:after {
  content: "";
}
@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;
    margin-bottom: 0;
  }
  .ent_m209 .tve_locked_slate .player_slate_content .player_slate_button {
    margin: 10px auto 0 auto;
    width: 90%;
  }
}
.ent_m209 .player_share-button {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  padding: 10px;
  cursor: pointer;
  background: #1a1a1a;
}
.ent_m209 .player_share-button:last-child {
  margin-right: 0;
}
.ent_m209 .player_share-button:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
.ent_m209 .facebook {
  background: #3b5998;
}
.ent_m209 .twitter {
  background: #00aced;
}
.ent_m209 .unavailable_slate {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 20%;
  text-align: center;
  font: 1.9rem 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  background-color: #999999;
  color: #ffffff;
}
.ent_m209 .player_tvProvider_holder {
  float: right;
}
.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;
}
.ent_m209 .player_tvProvider_holder .player_tvProvider_logo {
  display: inline-block;
  max-width: 110px;
  max-height: 50px;
  margin-left: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  .ent_m209 .player_meta {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ent_m209 .player_tvProvider_holder .player_tvProvider {
    right: 15px;
  }
}
@media screen and (max-width: 659px) {
  .tve_auth .ent_m209 .player {
    padding-bottom: 75px;
  }
  .tve_auth .ent_m209 .player_tvProvider_holder {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#ent_p025_-_syndicated_live_stream_cmt .edge-gui-content-metadata-artist {
  display: none;
}
.ent_m243-module-content {
  padding: 0;
  text-align: center;
  position: relative;
  overflow-y: hidden;
  max-height: 60px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.ent_m243-link {
  display: block;
  height: 50px;
  padding: 12px 20px;
  margin-right: 50px;
}
.ent_m243-module-content.closed {
  max-height: 0;
  padding: 0;
}
.ent_m243-time {
  display: inline-block;
}
.ent_m243-headline-live-button {
  display: inline-block;
  margin-right: 10px;
}
.ent_m243-time .timer-section-container {
  display: inline-block;
  padding: 0;
  height: 15px;
  width: 10px;
  overflow: hidden;
  position: relative;
}
.ent_m243-time .timer-section {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.ent_m243-time .timer-suffix {
  display: inline-block;
  padding-right: 5px;
}
.ent_m243-time .timer-section li {
  padding: 0;
}
.ent_m243-time .transition {
  transition: top 300ms linear;
}
.ent_m243-headline-countdown,
.ent_m243-headline-live {
  display: none;
  margin-right: 5px;
}
.ent_m243-headline .active {
  display: inline-block;
}
.ent_m243-close {
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 50px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 659px) {
  .ent_m243-module-content {
    max-height: 200px;
  }
  .ent_m243-link {
    margin: 0px;
    padding: 12px 50px;
    height: initial;
    text-decoration: none;
  }
  .ent_m243-time:after {
    display: none;
  }
  .ent_m243-close {
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
  }
  .ent_m243-close:after {
    padding: 15px;
    position: relative;
    height: auto;
    width: auto;
    font-size: 15px;
    cursor: pointer;
  }
  .ent_m243-headline .active {
    display: block;
    margin-bottom: 5px;
  }
  .ent_m243-headline-live-button,
  .ent_m243-headline-countdown {
    margin-right: 0;
  }
  .active .ent_m243-headline-live-text {
    display: block;
    margin-top: 5px;
  }
}
.ent_m243-module-content {
  font: 14px 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  color: #373a3d;
  background: #f2f2f2;
}
.ent_m243-headline {
  font-size: 15px;
  font-family: 'TitlingGothicFBNarrow-Standard', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.ent_m243-link {
  padding: 10px 20px 12px 20px;
  color: #373a3d;
}
.ent_m243-link:hover {
  background: #fb156b;
  color: #ffffff;
}
.ent_m243-time {
  padding: 6px 6px 0px 8px;
  background: #fb156b;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 14px;
}
.ent_m243-time .timer-suffix {
  margin-right: 5px;
  margin-left: 1.5px;
  height: 13px;
  width: 12px;
  overflow: hidden;
  position: relative;
}
.ent_m243-time:after {
  display: inline-block;
  font-family: 'mtv', 'cmt';
  content: "\e617";
  padding: 0;
  background: transparent;
  position: relative;
  color: #373a3d;
  left: 15px;
  width: 0;
  font-weight: 100;
  font-size: 12px;
}
.ent_m243-time-suffix .ent_m243-link:hover .ent_m243-time {
  border-color: #ffffff;
}
.ent_m243-time-suffix .ent_m243-link:hover .ent_m243-time:after {
  color: #ffffff;
}
.ent_m243-headline-live-button {
  padding: 4px 10px;
  background: #fb156b;
  border: 1px solid transparent;
  color: #ffffff;
}
.ent_m243-link:hover .ent_m243-headline-live-button {
  padding: 4px 10px;
  border-color: #ffffff;
}
.ent_m243-time .timer-section li {
  font-size: 18px;
  line-height: 1em;
}
.ent_m243-close:after {
  padding: 18px 18px;
  display: inline-block;
  top: 0;
  right: 0;
  position: absolute;
  color: #1e0215;
  font-size: 16px;
  content: "\e603";
  font-family: 'mtv', 'cmt';
  height: 100%;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.ent_m243-close:hover:after {
  background: #000;
  color: #f2f2f2;
}
@media (min-width: 659px) {
  .ent_m243-headline-live-text:after {
    display: inline-block;
    font-family: 'mtv', 'cmt';
    content: "\e617";
    padding: 0;
    background: transparent;
    position: relative;
    left: 10px;
    width: 0;
    font-weight: 100;
    font-size: 12px;
  }
}
@media (max-width: 659px) {
  .ent_m243-close {
    top: 15%;
    right: 10px;
  }
  .ent_m243-time:after {
    display: none;
  }
  .ent_m243-link {
    padding: 10px 20px 12px 10px;
  }
  .ent_m243-link:hover .ent_m243-close {
    background: #f2f2f2;
  }
  .ent_m243-link:hover {
    background: inherit;
    color: inherit;
  }
  .ent_m243-link:hover .ent_m243-time {
    border: 1px solid transparent;
  }
  .ent_m243-close:hover:after {
    background: inherit;
    color: inherit;
  }
}
@-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 {
  background-color: #87b6c0;
}
#leaderboard[data-adsize="728x90"],
.leaderboard.mobile {
  padding-top: 0;
  padding-bottom: 0;
}
#leaderboard[data-adsize="728x90"] > div,
.leaderboard.mobile > div {
  background-color: #87b6c0;
  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: #87b6c0;
  position: absolute;
  text-transform: uppercase;
}
.site_header * {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site_header .search_wrapper {
  -webkit-transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  width: 295px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1999;
  background-color: #93bdc6;
  overflow: hidden;
}
.site_header .search_wrapper [data-graphics]:before {
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
}
.site_header .search_btn {
  float: right;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  font: normal 14px/50px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: lowercase;
  letter-spacing: 2px;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.site_header .search_btn::-ms-clear {
  display: none;
}
.site_header .search_btn.active {
  opacity: 0;
}
.site_header .search_btn:before {
  content: "search";
  position: absolute;
  left: 15px;
  color: #ffffff;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
}
.site_header .search_btn:after {
  content: "\e63b";
  font: normal 2.2rem/1 'cmt';
  position: absolute;
  color: #ffffff;
  top: 50%;
  margin-top: -1.1rem;
  right: 1.3rem;
}
.site_header .search_btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.site_header .slide_menu .search {
  display: none;
}
.site_header .slide_menu .search_btn {
  color: #ffffff;
}
@media screen and (min-width: 980px) and (max-width: 1220px) {
  .site_header .top_inner,
  .site_header .site_menu_wrapper {
    padding-left: 20px;
  }
}
.site_header .top_inner {
  position: relative;
  max-width: 1200px;
  height: 55px;
  margin: auto;
}
.site_header .top_outer {
  z-index: 1000;
  width: 100%;
  background-color: #87b6c0;
  -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);
}
.site_header .bottom_outer {
  width: 100%;
  background-color: #87b6c0;
  height: 50px;
}
.site_header .menu_holder,
.site_header .show_logo,
.site_header .new_eps_info,
.site_header .show_menu li {
  display: inline-block;
  vertical-align: top;
}
.site_header .new_eps_info {
  display: none;
}
.site_header .menu_holder {
  position: relative;
  margin: 0 7px 0 10px;
  height: 50px;
  float: left;
}
.site_header .menu_holder .hamburger {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  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;
}
.site_header .menu_holder .hamburger:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@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: normal 2.2rem 'cmt';
  speak: none;
  position: absolute;
  top: 50%;
  margin-top: -1.1rem;
}
.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 {
  opacity: 0;
  position: fixed;
  top: 0;
  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: #87b6c0;
  font-family: 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.site_header .menu_holder .slide_menu .side_navigation > li {
  position: relative;
  font: normal 2em 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.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.social {
  border-top: 8px solid rgba(255, 255, 255, 0.3);
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout {
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  line-height: 6rem;
  padding: 0 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout:hover {
  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;
  font-size: 1.8rem;
  color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries a:not(.see_all):hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  padding: 0.85em 30px;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated {
  position: relative;
  color: #1a1a1a;
}
.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 {
  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: normal 0.85em 'cmt';
  content: '\e615';
  position: absolute;
  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;
}
.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: #fff;
}
.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: 1200px;
  background-color: #87b6c0;
}
.site_header .menu_holder .slide_menu .side_navigation .social {
  height: 80px;
  background-color: transparent;
}
.site_header .menu_holder .slide_menu .side_navigation .social:before {
  content: "Follow us on";
  display: block;
  padding: 5px 30px 0;
  color: #ffffff;
  text-transform: uppercase;
  font: normal 1.3rem/1 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a {
  float: left;
  margin: 10px 0 0 10px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
.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: #ffffff;
  padding: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics]:before {
  font: normal 1.6rem 'cmt';
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics="N"]:before {
  content: "\e63e";
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics="O"]:before {
  content: "\e645";
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics="Q"]:before {
  content: "\e644";
}
.site_header .menu_holder .slide_menu .side_navigation .social > a [data-graphics="d"]:before {
  content: "\e640";
}
.site_header .logo,
.site_header .site_logo {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: 90px;
  height: 50px;
  background: url(/sitewide/images/cmt-logo.png) 50% 50% no-repeat;
}
@media screen and (max-width: 979px) {
  .site_header .logo,
  .site_header .site_logo {
    width: 60px;
  }
}
.site_header .logo .icon,
.site_header .site_logo .icon {
  display: block;
  position: relative;
  color: transparent;
}
.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: 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
}
.site_header .show_logo:hover {
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.site_header .show_logo .wrapper {
  display: table;
  height: 50px;
}
.site_header .show_logo .title {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font: 18px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site_header .show_logo,
.site_header .new_eps_info {
  font: normal 2.7rem 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  text-transform: lowercase;
}
.site_header .new_eps_info {
  padding-left: 10px;
  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: 55px;
  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: normal 2rem 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  cursor: pointer;
  letter-spacing: 2px;
}
.site_header .show_menu_btn span[data-graphics]:before {
  font: 0.9em 'cmt';
  content: "\e615";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  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);
}
@media screen and (min-width: 979px) {
  .site_header .show_menu_btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.site_header .show_menu_wrapper.active .show_menu_btn span[data-graphics]:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-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: 5px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.site_header .show_menu > li.social [data-graphics],
.site_header .main_nav > li.social [data-graphics] {
  display: inline-block;
  line-height: 32px;
}
.site_header .show_menu > li.social [data-graphics]:before,
.site_header .main_nav > li.social [data-graphics]:before {
  font: normal 1.6rem 'cmt';
  vertical-align: middle;
  color: #fff;
}
.site_header .show_menu > li.social [data-graphics]:hover,
.site_header .main_nav > li.social [data-graphics]:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.site_header .show_menu > li.social [data-graphics="N"]:before,
.site_header .main_nav > li.social [data-graphics="N"]:before {
  content: "\e63e";
}
.site_header .show_menu > li.social [data-graphics="O"]:before,
.site_header .main_nav > li.social [data-graphics="O"]:before {
  content: "\e645";
}
.site_header .show_menu > li.social [data-graphics="Q"]:before,
.site_header .main_nav > li.social [data-graphics="Q"]:before {
  content: "\e644";
}
.site_header .show_menu > li.social [data-graphics="d"]:before,
.site_header .main_nav > li.social [data-graphics="d"]:before {
  content: "\e640";
}
.site_header .show_menu > li > a,
.site_header .main_nav > li > a {
  font: normal 2rem 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  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: normal 0.7em/13px 'cmt';
  speak: none;
  content: '\e615';
  position: relative;
  left: 4px;
  top: -1px;
}
.site_header .show_menu > li > a.has_arrow.opened,
.site_header .main_nav > li > a.has_arrow.opened {
  background-color: #fb156b;
  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 {
  color: #fff;
  padding: 0;
  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;
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
}
.site_header .show_menu > li.social a:hover,
.site_header .main_nav > li.social a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  -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 {
  font: 18px/50px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 0 15px;
  text-transform: uppercase;
}
.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: #fb156b;
  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: uppercase;
  font: 18px/50px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.site_header .main_nav > li.social {
  float: right;
}
.site_header .main_nav > li .current {
  color: #fb156b;
  cursor: default;
}
.site_header .main_nav > li .current:hover {
  color: #fb156b;
  background: transparent;
}
.site_header .main_nav > li .menu_dropdown {
  display: none;
  background-color: #373a3d;
  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: 10px 0;
  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;
  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;
  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: #fb156b;
  font-size: 12px;
  padding-left: 10px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a {
  float: left;
  width: 100%;
  color: #ffffff;
  font: 1.8rem/1.5 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  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: #fb156b;
  -webkit-transition: none;
  transition: none;
}
.site_header .main_nav > li .menu_dropdown > div .sideb {
  background-color: #232323;
  color: #ffffff;
  float: right;
  font: normal 18px 'TitlingGothicFBNarrow-Medium', Helvetica, Arial, sans-serif;
  margin-top: 8px;
  text-align: center;
  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 {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.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;
  background-color: #87b6c0;
}
.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 .top_outer .top_inner {
  height: 50px;
}
.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 {
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.sticky_header .site_header .show_menu_wrapper .show_menu_btn {
  z-index: 1001;
  position: relative;
  display: block;
  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);
  font: 18px/50px 'TitlingGothicFBNarrow-Regular', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  padding-right: 35px;
}
.sticky_header .site_header .show_menu_wrapper .show_menu_btn span:first-child {
  margin-right: 5px;
}
.sticky_header .site_header .show_menu_wrapper .show_menu_btn span[data-graphics]::before {
  line-height: 50px;
}
.sticky_header .site_header .show_menu_wrapper .show_menu {
  position: relative;
  top: 0;
  color: #ffffff;
  background: #87b6c0;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li {
  display: block;
  float: none;
  line-height: 1;
  margin: 0;
  font-size: 1.7em;
}
.sticky_header .site_header .show_menu_wrapper .show_menu li a {
  padding: 15px;
  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 a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.sticky_header .site_header .show_menu_wrapper .show_menu li.social {
  padding: 15px;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  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 {
  width: 50px;
}
@media screen and (min-width: 961px) {
  .sticky_header .site_header .search_wrapper {
    animation: search_wrapper_slide_in 0.25s;
    background-color: #87b6c0;
  }
}
.sticky_header .site_header .search_wrapper .search_btn:before {
  display: none;
}
@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 .sticky_header .site_header .search_wrapper {
  background-color: #87b6c0;
}
.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;
  opacity: 1;
}
@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;
    right: 0;
    background-color: #87b6c0;
  }
  .site_header .search_wrapper .search_btn:before {
    display: none;
  }
  .site_header .show_logo.long_title {
    line-height: 2rem;
    width: -o-calc(100% - 165px);
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    margin-top: 0;
  }
  .site_header .show_logo.long_title .title {
    font-size: 2rem;
    line-height: 2rem;
    max-height: 4rem;
    overflow: hidden;
  }
  .site_header .show_logo.medium_title {
    width: -o-calc(100% - 155px);
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px);
  }
  .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: 0;
  }
  .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;
    width: 100%;
  }
  .site_header .show_menu_wrapper .show_menu_btn span,
  .site_header .show_menu_wrapper .show_menu_btn span:before {
    line-height: 50px;
  }
  .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: #87b6c0;
  }
  .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;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .site_header .show_menu li.social {
    position: relative;
    background: none;
    display: block;
    padding: 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%;
    height: 50px;
  }
  .site_header .new_eps_info {
    padding-left: 5px;
  }
  .sticky_header .site_header .show_menu_wrapper {
    width: 100%;
    top: 49px;
  }
  .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: 0;
    padding-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: #87b6c0;
  }
  .sticky_header .site_header .new_eps_info {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .site_header .show_logo.long_title {
    max-height: 50px;
    overflow: hidden;
  }
  .site_header .show_logo.long_title .title {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }
  .site_header .show_logo .title {
    max-width: 65%;
  }
}
@-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: 0;
  }
}
@-moz-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0;
  }
}
@-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: 0 0;
  }
  100% {
    background-position: 0 -1495px;
  }
}
@-moz-keyframes logo_anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1495px;
  }
}
@-o-keyframes logo_anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1495px;
  }
}
@keyframes logo_anim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1495px;
  }
}
@-webkit-keyframes logo_anim_reverse {
  0% {
    background-position: 0 -1495px;
  }
  100% {
    background-position: 0 0;
  }
}
@-moz-keyframes logo_anim_reverse {
  0% {
    background-position: 0 -1495px;
  }
  100% {
    background-position: 0 0;
  }
}
@-o-keyframes logo_anim_reverse {
  0% {
    background-position: 0 -1495px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes logo_anim_reverse {
  0% {
    background-position: 0 -1495px;
  }
  100% {
    background-position: 0 0;
  }
}
@-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: 0;
  }
  100% {
    left: -123px;
  }
}
@keyframes full_logo_slide_right {
  0% {
    left: -123px;
  }
  100% {
    left: 0;
  }
}
@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;
}
.balaMainContainer .balaTextContainer {
  font-weight: 400;
  font-size: 15px;
}
.balaMainContainer .balaImageContainer .balaCloseImage {
  filter: grayscale(100%);
}
@media screen and (max-width: 659px) {
  .balaMainContainer .balaMainContainer .balaTextContainer {
    font-size: 14px;
  }
}
.balaMainContainer a.balaLink {
  color: #FB156B;
}
#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: 480px;
  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 ';
}
