.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;
  width: 100%;
  white-space: nowrap;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-end;
  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;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
  border: 0 none;
  padding: 2vw 2vw 2vw 0;
  flex-grow: 1;
  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;
  }
}
@media screen and (max-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
    width: 100%;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapSearchWrapper {
  float: right;
  margin-top: 5px;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapSearchWrapper {
    float: none;
    margin-top: 0;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_this_show,
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_whole_site {
  text-decoration: none;
  margin: 0 0 0 15px;
  cursor: pointer;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_this_show,
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_whole_site {
    padding: 8px 20px;
    display: inline-block;
  }
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_whole_site {
    margin-right: 15px;
    margin-left: 10px;
  }
}
.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;
  vertical-align: bottom;
  text-align: right;
  width: 50px;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose:after {
  display: inline-block;
  line-height: 1;
  speak: none;
  text-transform: none;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper.series_specific .s_layouts_snapClose {
  position: relative;
  bottom: 30px;
  top: auto;
  width: 45px;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper.series_specific .s_layouts_snapClose {
    bottom: 0;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper.series_specific {
  display: table;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper.series_specific {
    display: inline-flex;
  }
}
.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,
.s_layouts_snapWrapper .s_layouts_snapItemFight:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.s_layouts_snapWrapper .s_layouts_snapItemVideo .s_layouts_snapBadge + .s_layouts_snapItemDuration,
.s_layouts_snapWrapper .s_layouts_snapItemEpisode .s_layouts_snapBadge + .s_layouts_snapItemDuration,
.s_layouts_snapWrapper .s_layouts_snapItemFight .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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .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.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: 64.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;
}
#leaderboard,
.leaderboard.mobile {
  text-align: center;
  background: #282626;
}
#leaderboard > div > * {
  padding: 20px 0;
  max-width: 970px;
  margin: 0 auto;
}
#leaderboard[data-adsize="728x90"] {
  min-height: 90px;
  padding: 20px 0;
}
#leaderboard[data-adsize="728x90"] > div > * {
  padding: 0;
}
.leaderboard.mobile {
  min-height: 50px;
  padding: 5px 0;
}
#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;
}
@-webkit-keyframes rowAnim {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  2% {
    background-color: rgba(219, 70, 68, 0.4);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes rowAnim {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  2% {
    background-color: rgba(219, 70, 68, 0.4);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes watchButtonAnim {
  0% {
    background-color: #000000;
  }
  2% {
    background-color: #db4644;
  }
  100% {
    background-color: #000000;
  }
}
@keyframes watchButtonAnim {
  0% {
    background-color: #000000;
  }
  2% {
    background-color: #db4644;
  }
  100% {
    background-color: #000000;
  }
}
/* =============================================================================
   R3 color definitions
   ========================================================================== */
/* =============================================================================
   R2 color definitions, gona comment out anything ive overridden
   ========================================================================== */
/* =============================================================================
   R2 color pallete, leave it here for now so the .LESS compiler doesnt die while we refactor
   ========================================================================== */
/*
	SPIKE Palette
*/
/*
	R3 spike color palette
*/
/*
    TVLand Triforce color palette
*/
/*
	TVLand
*/
/* Series Specific Search Color*/
/*
 *   Paths
 */
/*
 *   Variables
 */
/*	Retina Display
----------------------------------------------------------------------------------------*/
/*	Viewports
----------------------------------------------------------------------------------------*/
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 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: 375px;
}
.page-overlay.embed .page-overlay_copy {
  padding: 5px 0px;
  color: #ffffff;
  background-color: #4f4e4f;
  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: 5px 20px 20px;
  background-color: #4f4e4f;
  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 20px;
  background-color: #4f4e4f;
}
.page-overlay_header:before {
  content: "";
  background-image: url('/sitewide/images/common/tvland_logo.png');
  background-size: 80px 27px;
  background-repeat: no-repeat;
  width: 80px;
  height: 27px;
  margin-right: 10px;
  font: normal 40px/1 'SpikeIcons-Regular';
  vertical-align: middle;
}
.page-overlay_headline {
  font: normal 25px 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.page-overlay_description {
  font-size: 16px;
  margin-bottom: 10px;
  color: #c8c8c8;
}
.page-overlay_copy {
  font-size: 16px;
}
.page-overlay_button {
  float: right;
  margin-top: 20px;
  padding: 13px 21px;
  font-size: 15px;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(180deg, #272626 0%, #000000 100%);
  border: 0;
  text-align: center;
  outline: 0;
}
@keyframes overlayNotificationAnimation {
  0% {
    opacity: 0;
    transform: translate(-50%, -75%);
  }
  33%,
  67% {
    opacity: .8;
    transform: translate(-50%, -50%);
  }
  100% {
    display: none;
    opacity: 0;
    transform: translate(-50%, -15%);
  }
}
.page-overlay_notification {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  padding: 20px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  animation: overlayNotificationAnimation 2.4s linear forwards;
}
#uglyModalBox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
#uglyModalBox.inYourFace {
  opacity: 1;
  pointer-events: auto;
}
body.uglyModalOpen {
  overflow: hidden;
}
.uglyModalWrapper {
  width: 375px;
  position: relative;
  margin: 10% auto;
  background: #4f4e4f;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
}
.uglyModalByeBye {
  color: #ffffff;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  text-decoration: none;
}
.uglyModalByeBye:active {
  color: #ffffff;
}
.uglyModalByeBye:visited {
  color: #ffffff;
}
.uglyModalByeBye:hover {
  color: #ffffff;
}
.uglyModalByeBye:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #c8c8c8;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.uglyModalByeBye:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #c8c8c8;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.uglyModalHeader {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  padding-left: 20px;
  font-size: 24px;
  height: 50px;
  padding-top: 10px;
  cursor: default;
  -webkit-user-select: none;
}
.uglyModalHeader:before {
  content: "";
  background-image: url('/sitewide/images/common/tvland_logo.png');
  background-size: 80px 27px;
  background-repeat: no-repeat;
  width: 80px;
  height: 27px;
  padding-right: 10px;
  line-height: 30px;
  top: 6px;
  position: relative;
  display: inline-block;
}
.uglyModalBody {
  padding: 0px 20px;
  padding-bottom: 80px;
}
.uglyModalBody button {
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding: 13px 21px;
  background: linear-gradient(180deg, #272626 0%, #000000 100%);
  border: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  float: right;
  cursor: pointer;
  -webkit-user-select: none;
}
.uglyModalBody button:after {
  clear: both;
}
.uglyModalInfo {
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: default;
  -webkit-user-select: none;
}
.uglyModalEmbed {
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 22px;
}
.uglyNotification {
  position: absolute;
  width: 300px;
  top: 100px;
  left: 50%;
  margin-left: -150px;
  background: #000;
  opacity: 0;
  text-align: center;
  padding: 20px;
}
/*
    Global font variables
*/
@font-face {
  font-family: 'SpikeIcons-Light';
  src: url('/sitewide/fonts/Spike-Icons-Light.woff') format('woff');
}
@font-face {
  font-family: 'SpikeIcons-Regular';
  src: url('/sitewide/fonts/Spike-Icons-Regular.woff') format('woff');
}
/*
	TVLand fonts
*/
@font-face {
  font-family: 'UniversLTStd-BoldCn';
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-BoldCn.eot');
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-BoldCn?#iefix') format('embedded-opentype'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-BoldCn.woff') format('woff'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-BoldCn.ttf') format('truetype');
}
@font-face {
  font-family: 'UniversLTStd-UltraCn';
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-UltraCn.eot');
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-UltraCn?#iefix') format('embedded-opentype'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-UltraCn.woff') format('woff'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-UltraCn.ttf') format('truetype');
}
@font-face {
  font-family: 'UniversLTStd-BoldCnObl';
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-BoldCnObl.eot');
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-BoldCnObl?#iefix') format('embedded-opentype'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-BoldCnObl.woff') format('woff'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-BoldCnObl.ttf') format('truetype');
}
@font-face {
  font-family: 'UniversLTStd-LightCn';
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-LightCn.eot');
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-LightCn?#iefix') format('embedded-opentype'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-LightCn.woff') format('woff'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-LightCn.ttf') format('truetype');
}
@font-face {
  font-family: 'UniversLTStd-LightCnObl';
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-LightCnObl.eot');
  src: url('/sitewide/fonts/UniversLTStd/UniversLTStd-LightCnObl?#iefix') format('embedded-opentype'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-LightCnObl.woff') format('woff'), url('/sitewide/fonts/UniversLTStd/UniversLTStd-LightCnObl.ttf') format('truetype');
}
@font-face {
  font-family: 'SpikeIcons-Light';
  src: url('/sitewide/fonts/Spike-Icons-Light.woff') format('woff');
}
@font-face {
  font-family: 'SpikeIcons-Regular';
  src: url('/sitewide/fonts/Spike-Icons-Regular.woff') format('woff');
}
@-webkit-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes subtle_slide_left {
  0% {
    -moz-transform: translate3d(-25%, 0, 0);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  33% {
    -moz-transform: translate3d(6%, 0, 0);
    -webkit-transform: translate3d(6%, 0, 0);
    transform: translate3d(6%, 0, 0);
  }
  66% {
    -moz-transform: translate3d(-1.8%, 0, 0);
    -webkit-transform: translate3d(-1.8%, 0, 0);
    transform: translate3d(-1.8%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-moz-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-ms-keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes global_sticky_enter {
  0% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes logo_rotate_enter {
  0% {
    transform: rotateX(89deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-moz-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-o-keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@keyframes logo_anim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -1495px;
  }
}
@-webkit-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-moz-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-o-keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes logo_anim_reverse {
  0% {
    background-position: 0px -1495px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@-webkit-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title_anim {
  0% {
    opacity: 1;
  }
  2% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-moz-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-o-keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@keyframes colbert_title {
  0% {
    color: #ee4444;
  }
  2% {
    color: #b53d3d;
  }
  100% {
    color: #ee4444;
  }
}
@-webkit-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@-moz-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@-o-keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes key_title {
  0% {
    color: #ffffff;
  }
  2% {
    color: #ac81c8;
  }
  100% {
    color: #ffffff;
  }
}
@keyframes full_logo_slide_left {
  0% {
    left: 0px;
  }
  100% {
    left: -123px;
  }
}
@keyframes full_logo_slide_right {
  0% {
    left: -123px;
  }
  100% {
    left: 0px;
  }
}
@keyframes search_wrapper_slide_in {
  0% {
    width: 295px;
  }
  100% {
    width: 50px;
  }
}
@keyframes search_wrapper_slide_out {
  0% {
    width: 50px;
  }
  100% {
    width: 295px;
  }
}
@keyframes site_logo_size_in {
  0% {
    font-size: 60px;
  }
  100% {
    font-size: 40px;
  }
}
@keyframes site_logo_size_out {
  0% {
    font-size: 40px;
  }
  100% {
    font-size: 60px;
  }
}
.ani-go {
  -webkit-animation: subtle_slide_left 0.7s forwards;
  -moz-animation: subtle_slide_left 0.7s forwards;
  -ms-animation: subtle_slide_left 0.7s forwards;
  animation: subtle_slide_left 0.7s forwards;
}
.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;
  -webkit-backface-visibility: hidden;
  backface-visibility: 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: 48.0625em) {
  .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: 48em) {
  .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: 30em) {
  .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,
  .grid .promo_4x2 .image_holder:before {
    padding-top: 112.5%;
  }
}
.L001_line_list {
  list-style-type: none;
}
.L001_line_list > li {
  vertical-align: top;
  display: inline-block;
  /* 4 items wide */
  /* 3 items wide */
  /* 2 items wide */
}
@media screen and (min-width: 64.0625em) {
  .L001_line_list > li {
    width: 23.0%;
    margin-right: 2.66%;
  }
  .L001_line_list > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .L001_line_list > li {
    width: 32%;
    margin-right: 2%;
  }
  .L001_line_list > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 30.0625em) and (max-width: 47.938em) {
  .L001_line_list > li {
    width: 48%;
    margin-right: 3.75%;
  }
  .L001_line_list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 30.0625em) {
  .L001_line_list {
    font-size: 0;
  }
  .L001_line_list .listing_item {
    display: inline-block;
    font-size: 16px;
  }
}
.module_content.content_loading .L001_line_list {
  position: relative;
  padding-bottom: 70px;
}
.module_content.content_loading .L001_line_list:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(/sitewide/images/spinner.gif) no-repeat 100% 100%;
  background-size: 100%;
}
.L001_line_list_load-more.s_buttons_button {
  box-sizing: border-box;
  border: 2px solid #9b9b9b;
  margin: 7px auto 10px;
  text-decoration: none;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 40px;
  display: inline-block;
  text-align: center;
  -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;
  min-width: 300px;
  color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.L001_line_list_load-more.s_buttons_button:hover {
  background: #ff61a8;
  border-color: #ff61a8;
}
@media screen and (max-width: 19.938em) {
  .L001_line_list_load-more.s_buttons_button {
    min-width: 250px;
  }
}
.L001_line_list_load-more.s_buttons_button:hover {
  border-color: transparent;
}
.ent_m017,
.ent_m018,
.ent_m019 {
  background-color: #141414;
}
.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 .share_widget ul li:before,
.ent_m018 .share_widget ul li:before,
.ent_m019 .share_widget ul li:before {
  font-family: SpikeIcons-Light;
}
.ent_m017.module,
.ent_m018.module,
.ent_m019.module {
  max-width: 100%;
  margin: 0;
  padding: 60px 0 80px 0;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .ent_m017.module,
  .ent_m018.module,
  .ent_m019.module {
    padding-top: 60px;
  }
}
@media (max-width: 48em) {
  .ent_m017.module:after,
  .ent_m018.module:after,
  .ent_m019.module:after {
    border-bottom-width: 200px;
    border-left-width: 200px;
  }
}
@media (max-width: 30em) {
  .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;
  position: relative;
  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,
  .ent_m017.has_ad .meta_info,
  .ent_m018.has_ad .meta_info,
  .ent_m019.has_ad .meta_info {
    margin-right: 360px;
  }
}
@media screen and (max-width: 60em) {
  .ent_m017.module,
  .ent_m018.module,
  .ent_m019.module {
    padding: 30px 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;
  }
}
/************************
 * Spike Main Page Styles
 ************************/
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% 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a {
  -moz-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern=1";
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
}
html,
body {
  height: 100%;
}
.slide_opened {
  position: fixed;
  width: 100%;
  overflow: visible;
}
#background_holder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  background-color: #000000;
}
#activityIndicator {
  display: none;
  z-index: 6000001;
  position: fixed;
  right: 8px;
  bottom: 8px;
  background-color: #000000;
  padding: 5px;
  border-radius: 5px;
}
#activityIndicator img {
  vertical-align: middle;
}
/************************
 * Spike module minimum heights
 ************************/
.triforce-module[data-tfdriver*=ent_m017],
.triforce-module[data-tfdriver*=ent_m018],
.triforce-module[data-tfdriver*=ent_m019],
.triforce-module[data-tfdriver*=ent_m023] {
  min-height: 926px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 48em) {
  .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: 30em) {
  .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: #000000;
}
.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_m104 .social_feed .feedItem .logo_twitter:before,
.ent_m104 .social_feed .feedItem .logo_facebook:before,
.ent_m108 .sbSelector:after,
.ent_tfv306 .close:before {
  font: 34px/1 'SpikeIcons-Light';
  color: #c8c8c8;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
.facebook.has_icon:before,
.ent_m104 .social_feed .feedItem .logo_facebook:before {
  content: "N";
}
.twitter.has_icon:before,
.ent_m104 .social_feed .feedItem .logo_twitter:before {
  content: "O";
}
.instagram.has_icon:before {
  content: "\e640";
}
.link.has_icon:before {
  content: ";";
}
.embed.has_icon:before {
  content: "/";
}
.comments.has_icon:before {
  content: ".";
}
.play.has_icon:before {
  content: "j";
}
.lock.has_icon:before {
  content: "F";
}
.close.has_icon:before,
.ent_tfv306 .close:before {
  content: "W";
}
.question.has_icon:before {
  content: "g";
}
.arrow_down.has_icon:before,
.ent_m108 .sbSelector:after {
  content: "V";
}
.email.has_icon:before {
  content: "r";
}
.favorite.has_icon:before {
  content: "\e635";
}
.favorited.has_icon:before,
.site_header .follow_widget .hover.favorite:before,
.site_header .follow_widget .isFollowedByLoggedUser .favorite:before {
  content: "\e636";
}
/*
 * Insert icon into element with data-icon specified
 * for more information visit
 * http://css-tricks.com/html-for-icon-font-usage/
 * don't use 'data-icon' because flux has their ouw styles for these elements
 **/
[data-graphics]:before {
  content: attr(data-graphics);
  font-family: 'SpikeIcons-Regular';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
[data-graphics-after]:after {
  content: attr(data-graphics-after);
  font-family: 'SpikeIcons-Regular';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
.transcript {
  overflow: hidden;
  width: 0px;
  height: 0px;
}
.ent_m002 {
  max-width: 1220px;
  margin: 15px auto;
  padding: 0 10px;
  /** Flux Comments widget */
}
.ent_m002 .S002_line_list_header {
  margin-bottom: 5px;
}
.ent_m002 .flux4Widget a {
  color: #000000;
}
.ent_m002 .flux4Widget .comments .activity {
  padding: 20px 25px;
}
.ent_m002 .flux4Widget .comments .mainHeader {
  font: 16px 'NHaasGroteskTXW01-65Md', Helvetica, Arial, sans-serif;
  background: transparent;
  border: 0;
}
.ent_m002 .flux4Widget .comments .mainHeader,
.ent_m002 .flux4Widget .comments .mainHeader:first-child {
  padding: 0;
}
.ent_m002 .flux4Widget .comments .sm4_commentsHeadSection {
  margin: 0;
  padding: 20px 25px;
  padding-bottom: 10px;
  background: transparent;
}
.ent_m002 .flux4Widget .comments .sm4_commentsActivitySection {
  padding: 0;
}
.ent_m002 .flux4Widget .comments .commentInput,
.ent_m002 .flux4Widget .comments .commentInput.m-sm4_commentInput_focused {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #9b9b9b;
}
.ent_m002 .flux4Widget .comments .txtComment,
.ent_m002 .flux4Widget .comments .txtComment.placeHolder {
  font-size: 17px;
  color: #c0c0c0;
}
.ent_m002 .flux4Widget .comments .sorterContainer.dropdownMode .dropDownContainer,
.ent_m002 .flux4Widget .comments .sorterContainer.dropdownMode .dropDownContainer.expanded,
.ent_m002 .flux4Widget .comments .sorterContainer.dropdownMode .dropDownContainer:hover {
  font-size: 14px;
  background: #000000;
  border: 0;
}
.ent_m002 .flux4Widget .comments .sorterContainer.dropdownMode:after {
  padding: 0 7px 0 11px;
  font-size: 14px;
  background-color: #ff1f84;
}
.ent_m002 .flux4Widget .comments .sorterContainer.dropdownMode:after,
.ent_m002 .flux4Widget .comments .sorterContainer.dropdownMode .dropDownContainer {
  color: #000000;
}
.ent_m002 .flux4Widget .comments .sorterContainer.dropdownMode .dropdownPointerDown {
  border-left: 2px solid #4b4b4b;
}
.ent_m002 .flux4Widget .comments .sorterContainer.dropdownMode .buttonTitle {
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
}
.ent_m002 .flux4Widget .comments .activity {
  border-top: 2px solid #9b9b9b;
}
.ent_m002 .flux4Widget .comments .activity .quote {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.25;
  color: #555555;
}
.ent_m002 .flux4Widget .comments .activity .timestamp {
  font-size: 14px;
}
.ent_m002 .flux4Widget .comments .activity .actions {
  padding-top: 0;
}
.ent_m002 .flux4Widget .comments .activity .actions .rateUpInfo,
.ent_m002 .flux4Widget .comments .activity .actions .rateDownInfo {
  font-size: 14px;
}
.ent_m002 .flux4Widget .comments .details .userProfile {
  font: normal 17px/1 'NHaasGroteskTXW01-65Md', Helvetica, Arial, sans-serif;
}
.ent_m002 .flux4Widget .comments .details .userProfile a {
  color: #000000;
}
.ent_m002 .flux4Widget .comments .link {
  font-family: 'NHaasGroteskTXW01-65Md', Helvetica, Arial, sans-serif;
  color: #4A90E2;
  font-size: 14px;
}
.ent_m002 .flux4Widget .comments .pagerContainer {
  border: 0;
}
.ent_m002 .flux4Widget .comments .primaryButton {
  height: auto;
  padding: 10px 15px;
  font: 14px/1 'NHaasGroteskTXW01-65Md', Helvetica, Arial, sans-serif;
  background: #555555;
}
.ent_m002 .flux4Widget .comments .secondaryButton {
  display: none;
}
.ent_m002 .flux4Widget .comments .addComment .socialContainer .message {
  color: #ffffff;
}
@media screen and (max-width: 48em) {
  .ent_m002 .flux4Widget .comments .commentInput,
  .ent_m002 .flux4Widget .comments .commentInput.m-sm4_commentInput_focused {
    padding: 15px;
    font-size: 16px;
  }
  .ent_m002 .flux4Widget .comments .secondaryButton.pagerMore {
    margin-right: auto;
  }
  .ent_m002 .flux4Widget .comments .activity,
  .ent_m002 .flux4Widget .comments .sm4_commentsHeadSection {
    padding: 15px 10px;
  }
  .ent_m002 .flux4Widget .comments .activity .quote,
  .ent_m002 .flux4Widget .comments .details .userProfile {
    font-size: 16px;
  }
}
.ent_m006 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 36px 40px 43px;
  background-color: #000000;
}
.ent_m006 .list {
  margin: 0 0 17px;
  list-style-type: none;
}
.ent_m006 .list:first-child {
  border-bottom: 1px solid #282626;
}
.ent_m006 .list:first-child .list_item {
  font-size: 14px;
}
.ent_m006 .list_item {
  display: inline-block;
  padding: 0 0 21px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.ent_m006 .list_item .copyright {
  font-size: 12px;
}
.ent_m006 .list_item a {
  margin: 0;
  color: #9b9b9b;
  text-decoration: none;
  word-wrap: break-word;
}
.ent_m006 .list_item:after {
  content: "";
  display: inline-block;
  margin: 0 17px;
  height: 16px;
  vertical-align: middle;
  border-right: solid 1px #282626;
}
.ent_m006 .list_item:last-child:after {
  display: none;
}
.ent_m006 .copyright {
  font: 10px/10px Helvetica, Arial, sans-serif;
  color: #9b9b9b;
}
.ent_m006 .logo {
  float: right;
  width: 128px;
  height: 19px;
  margin-left: 15px;
  background: url('/sitewide/images/common/viacom_logo.png') no-repeat;
}
.ent_m017 .tune-in-show-details {
  float: right;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 1px #4f4e4f solid;
  padding: 8px;
  line-height: 21px;
  margin-left: 169px;
  margin-top: 19px;
}
.ent_m017 .tune-in-show-property-link,
.ent_m017 .tune-in-homepage-link {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .ent_m017 .tune-in-show-details {
    float: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ent_m017 .module_content .share_wrapper .share_widget {
    float: left;
    min-width: 280px;
    margin-right: 0;
  }
  .ent_m017 .tune-in-show-details {
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .ent_m017 .module_content .share_wrapper .share_widget {
    clear: both;
  }
  .ent_m017 .tune-in-show-details {
    float: left;
    clear: both;
    margin-top: 19px;
    margin-left: 0;
  }
}
.ent_m023 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(26, 26, 26, 0.7);
}
.ent_m023:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m023.module {
  max-width: 100%;
  margin: 0;
  padding: 60px 0 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64.0625em) {
  .ent_m023.module {
    padding-top: 60px;
  }
}
.ent_m023 .module_content {
  max-width: 960px;
  margin: 0 auto;
}
.ent_m023 .module_content:before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 300px solid #57b993;
  border-left: 300px solid transparent;
  opacity: 0.25;
  outline: 1px solid transparent;
  z-index: -1;
}
@media (max-width: 48em) {
  .ent_m023 .module_content:before {
    border-bottom-width: 200px;
    border-left-width: 200px;
  }
}
@media (max-width: 30em) {
  .ent_m023 .module_content:before {
    border-bottom-width: 100px;
    border-left-width: 100px;
  }
}
.ent_m023 .tv_provider {
  float: right;
  padding: 10px 0;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
}
.ent_m023 .provider_logo {
  max-width: 110px;
  max-height: 50px;
  margin-left: 10px;
  vertical-align: middle;
}
.ent_m023 .provider_text {
  vertical-align: middle;
}
.ent_m023 .player_holder {
  position: relative;
  padding-top: 56.25%;
  clear: right;
}
.ent_m023 .image_holder {
  position: absolute;
  top: 0;
  width: 100%;
}
.ent_m023 .slate_holder {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.ent_m023 .slate_holder:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ent_m023 .slate_content {
  display: inline-block;
  vertical-align: middle;
}
.ent_m023 .share_wrapper {
  margin-right: 360px;
  padding: 20px 0;
  border-bottom: 2px solid linear-gradient(180deg, #272626 0%, #000000 100%);
  overflow: hidden;
}
.ent_m023 .meta_info {
  margin-right: 360px;
}
.ent_m023 .has_icon:before {
  font-size: 50px;
}
.ent_m023 .share_widget {
  margin-right: 70px;
}
.ent_m023 .share_widget .share .verticalView {
  padding: 0;
  border: none;
}
.ent_m023 .share_btn {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.ent_m023 .share_btn:last-child {
  margin-right: 0;
}
.ent_m023 .share_btn,
.ent_m023 .comments_btn {
  cursor: pointer;
}
.ent_m023 .share_btn:before,
.ent_m023 .comments_btn:before {
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
.ent_m023 .share_btn:hover:before,
.ent_m023 .comments_btn:hover:before {
  color: #67b9b2;
}
.ent_m023 .comments_btn {
  float: right;
  text-decoration: none;
}
.ent_m023 .share_cta {
  margin-bottom: 10px;
  font: 13px/15px Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  line-height: 14px;
}
.ent_m023 .meta_info {
  margin-top: 11px;
}
.ent_m023 .video_title {
  padding-bottom: 11px;
}
.ent_m023 .season_info {
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  color: #67b9b2;
}
.ent_m023 .season_info li {
  display: inline;
  padding-left: 3px;
}
.ent_m023 .season_info li:after {
  content: " \00b7";
  font-weight: bold;
  padding-left: 3px;
}
.ent_m023 .season_info li:first-child {
  padding-left: 0;
}
.ent_m023 .season_info li:last-child:after {
  content: "";
}
.ent_m023 .video_duration:before {
  content: ' ';
}
.ent_m023 .season_info,
.ent_m023 .video_duration {
  font-size: 14px;
}
.ent_m023 .video_description {
  margin: 3px 0 10px;
  font-size: 16px;
  line-height: 1.35;
}
.ent_m023 .slate_content.available .slate_link {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 80px;
  margin: 0 auto 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.ent_m023 .slate_content.available .slate_link:before {
  content: "j";
  display: block;
  color: #ffffff;
  padding-bottom: 40px;
  font-family: 'SpikeIcons-Light';
  font-size: 95px;
  line-height: normal;
  text-transform: none;
}
.ent_m023 .slate_content.available .slate_link:hover {
  background: none;
}
.ent_m023 .slate_content.unavailable .slate_headline {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 107px;
  margin: 0 auto;
  text-transform: uppercase;
}
.ent_m023 .slate_content.unavailable .slate_subhead {
  margin: 0 auto 80px;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
}
.ent_m023 .slate_content.unavailable .slate_link {
  box-sizing: border-box;
  display: block;
  margin: 20px auto 15px;
  font: 20px/1 'TradeGothicW01-BoldCn20_675334', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 300px;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  border: 3px solid #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ent_m023 .ad_300x250 {
  display: block;
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 60em) {
  .ent_m023 .meta_info,
  .ent_m023 .share_wrapper {
    margin-left: 10px;
  }
  .ent_m023 .slate_content.unavailable .slate_headline {
    max-width: 500px;
  }
}
@media screen and (max-width: 48.0625em) {
  .ent_m023 .share_wrapper {
    margin: 0 10px;
  }
  .ent_m023 .meta_info {
    margin-left: 10px;
    margin-right: 10px;
  }
  .ent_m023 .video_title {
    font-size: 26px;
  }
  .ent_m023 .slate_content.available .slate_link {
    font-size: 37px;
  }
  .ent_m023 .slate_content.unavailable .slate_headline {
    font-size: 50px;
  }
  .ent_m023 .slate_content.unavailable .slate_subhead {
    margin-bottom: 50px;
  }
  .ent_m023 .slate_content.unavailable .slate_link {
    font-size: 23px;
  }
  .ent_m023 .ad_300x250 {
    display: none !important;
  }
}
@media screen and (max-width: 30em) {
  .ent_m023.module {
    padding: 30px 0 40px 0;
  }
  .ent_m023 .share_wrapper {
    margin: 0 10px;
    padding: 15px 0;
  }
  .ent_m023 .share_btn {
    width: 38px;
    margin-right: 15px;
  }
  .ent_m023 .has_icon:before {
    font-size: 38px;
  }
  .ent_m023 .share_cta {
    display: none;
  }
  .ent_m023 .meta_info {
    margin-top: 11px;
  }
  .ent_m023 .video_title {
    font-size: 23px;
  }
  .ent_m023 .video_description {
    font-size: 16px;
    line-height: 1.45;
  }
  .ent_m023 .slate_content.available .slate_link {
    font-size: 27px;
  }
  .ent_m023 .slate_content.available .slate_link:before {
    font-size: 63px;
  }
  .ent_m023 .slate_content.unavailable .slate_headline {
    font-size: 30px;
    max-width: 300px;
    margin: 25px auto 0;
  }
  .ent_m023 .slate_content.unavailable .slate_subhead {
    margin-bottom: 20px;
  }
  .ent_m023 .slate_content.unavailable .slate_link {
    font-size: 16px;
    margin: 20px auto 15px;
    padding: 15px 20px 8px;
    width: 200px;
  }
}
.ent_m027 .module_content .image_holder {
  height: 120px;
}
@media screen and (min-width: 480px) {
  .ent_m027 .module_content .image_holder {
    height: 170px;
  }
}
@media screen and (min-width: 551px) {
  .ent_m027 .module_content .image_holder {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .ent_m027 .module_content .image_holder {
    height: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .ent_m027 .module_content .image_holder {
    height: 390px;
  }
}
@media screen and (min-width: 1280px) {
  .ent_m027 .module_content .image_holder {
    height: 490px;
  }
}
@media screen and (min-width: 1440px) {
  .ent_m027 .module_content .image_holder {
    height: 540px;
  }
}
.ent_m045 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ent_m045:hover .video_type:before {
  opacity: 1;
}
.ent_m045 a {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.ent_m045 .image_holder,
.ent_m045 .overlay {
  height: 452px;
}
.ent_m045 .image_holder {
  position: relative;
}
.ent_m045 .image_holder img {
  opacity: 1;
  transition: opacity 0.2s ease-out 0s;
}
.ent_m045 .video_type:before {
  content: "j";
  font-family: 'SpikeIcons-Light';
  color: #ffffff;
  font-size: 72px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -30px;
  margin-left: -36px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
@media screen and (min-width: 64.0625em) {
  .ent_m045 .video_type:before {
    top: 40%;
    font-size: 116px;
    margin-left: -58px;
  }
}
.ent_m045 .video_type.empty_promo:before {
  top: 50%;
  margin-top: -36px;
}
@media screen and (min-width: 64.0625em) {
  .ent_m045 .video_type.empty_promo:before {
    top: 40%;
    font-size: 116px;
    margin-left: -58px;
  }
}
.ent_m045 .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ent_m045 .modal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.7);
  color: #ffffff;
}
.ent_m045 .info {
  margin: 0 auto;
  padding: 20px 10px;
  overflow: hidden;
  max-width: 1220px;
  position: relative;
}
@media screen and (min-width: 48.0625em) {
  .ent_m045 .info {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .ent_m045 .info {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ent_m045 .info span {
  display: inline-block;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
}
@media screen and (max-width: 30em) {
  .ent_m045 .info span {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }
}
.ent_m045 .info h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  max-width: 840px;
  color: #c8c8c8;
}
@media screen and (max-width: 30em) {
  .ent_m045 .info h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.ent_m045 .info .watch-now {
  border: 2px solid #ffffff;
  margin-top: 2px;
  margin-bottom: 0;
}
.ent_m045 .info .watch-now:hover {
  border-color: #133a82;
  background-color: #133a82;
}
@media screen and (max-width: 30em) {
  .ent_m045 .info .watch-now {
    width: 100%;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m045 .info .promo_info {
    float: left;
  }
  .ent_m045 .info .watch-now {
    float: right;
  }
}
.ent_m050_tvland {
  position: relative;
}
.ent_m050_tvland .carousel-wrapper {
  overflow: hidden;
}
.ent_m050_tvland .carousel-wrapper ul {
  position: relative;
}
.ent_m050_tvland .carousel-wrapper li {
  float: left;
  position: relative;
}
.ent_m050_tvland .carousel-wrapper li .image_holder {
  height: 450px;
}
@media screen and (min-width: 30.0625em) {
  .ent_m050_tvland .carousel-wrapper li .image_holder {
    height: 550px;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m050_tvland .carousel-wrapper li .image_holder {
    height: 600px;
  }
}
.ent_m050_tvland .carousel-wrapper li .overlay {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 150px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
}
@media screen and (min-width: 48.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay {
    min-height: 180px;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay {
    min-height: 252px;
  }
}
.ent_m050_tvland .carousel-wrapper li .overlay .info {
  max-width: 1220px;
  margin: 15px auto 48px;
  padding: 0 10px;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay .info {
    margin-top: 20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay .info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1230px) {
  .ent_m050_tvland .carousel-wrapper li .overlay .info {
    padding: 0;
  }
}
.ent_m050_tvland .carousel-wrapper li .overlay h2 {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 72px;
  line-height: 86px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 30.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 64em) {
  .ent_m050_tvland .carousel-wrapper li .overlay h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (min-width: 48.0625em) and (max-width: 48em) {
  .ent_m050_tvland .carousel-wrapper li .overlay h2 {
    font-size: 72px;
    line-height: 86px;
  }
}
.ent_m050_tvland .carousel-wrapper li .overlay h3 {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  color: #c8c8c8;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin: -5px 0 5px;
  font-style: italic;
  font-weight: 300;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay h3 {
    font-size: 38px;
    line-height: 32px;
    position: relative;
  }
}
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .ent_m050_tvland .carousel-wrapper li .overlay h3 {
    font-size: 23px;
  }
}
.ent_m050_tvland .carousel-wrapper li .overlay .watch-now {
  color: #c8c8c8;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 11px 0 5px 30px;
}
@media screen and (min-width: 30.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay .watch-now {
    padding: 20px 0 9px 46px;
  }
}
.ent_m050_tvland .carousel-wrapper li .overlay .watch-now span:before {
  content: "j";
  font-family: 'SpikeIcons-Light';
  font-size: 24px;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (min-width: 30.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay .watch-now span:before {
    top: 12px;
    font-size: 36px;
  }
}
.ent_m050_tvland .carousel-wrapper li .overlay .watch-now p {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (min-width: 48.0625em) {
  .ent_m050_tvland .carousel-wrapper li .overlay .watch-now p {
    font-size: 24px;
    margin-top: -4px;
  }
}
@media screen and (min-width: 30.0625em) and (max-width: 48em) {
  .ent_m050_tvland .carousel-wrapper li .overlay .watch-now p {
    font-size: 17px;
  }
}
.ent_m050_tvland .carousel-tabs {
  z-index: 10;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ent_m050_tvland .carousel-tabs .tabs {
  display: none;
}
.ent_m050_tvland .carousel-tabs ul.dots {
  display: inline-block;
  vertical-align: bottom;
}
.ent_m050_tvland .carousel-tabs ul.dots li {
  cursor: pointer;
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ff61a8;
  margin: 0 7px;
}
.ent_m050_tvland .carousel-tabs ul.dots li.active {
  background-color: #ff61a8;
  width: 8px;
  height: 8px;
  margin-top: -1px;
}
.ent_m050_tvland .module-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ent_m051 {
  padding: 0 10px 10px;
}
.ent_m051:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
@media (max-width: 48em) {
  .ent_m051 {
    padding: 30px 10px 10px;
  }
}
@media (min-width: 48em) {
  .ent_m051 {
    max-width: 380px;
    min-height: 400px;
  }
  .ent_m051 > div:first-child {
    margin: 35px 0 0;
  }
}
.ent_m051 a {
  text-decoration: none;
}
.ent_m051 a .image_holder {
  float: right;
  position: relative;
  min-width: 150px;
  min-height: 84px;
}
@media (max-width: 48em) {
  .ent_m051 a .image_holder {
    margin-bottom: 20px;
  }
}
@media (min-width: 48em) {
  .ent_m051 a .image_holder {
    float: none;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
  }
}
@media (min-width: 30em) {
  .ent_m051 a .image_holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .ent_m051 a .image_holder:hover:after {
    opacity: 0.3;
  }
}
.ent_m051 .content div {
  box-sizing: border-box;
  color: white;
  padding-top: 4px;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}
.ent_m051 .content div span {
  background: #133a82;
  padding: 7px 7px 2px 5px;
}
@media (max-width: 48em) {
  .ent_m051 .content div span {
    font-size: 15px;
    line-height: 17px;
  }
}
.ent_m051 .content h3 {
  color: #000000;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 7px;
}
@media (min-width: 48em) {
  .ent_m051 .content h3 {
    font-size: 24px;
    line-height: 22px;
  }
}
.ent_m051 .content p {
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  clear: both;
}
@media (min-width: 48em) {
  .ent_m051 .content p {
    font-size: 20px;
    line-height: 26px;
  }
}
.ent_m051 .sponsor {
  color: #282626;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (min-width: 48em) {
  .ent_m051 .sponsor {
    margin: 0 38px 0 0;
  }
}
#tier_8 .ent_m051 .content p {
  color: #c8c8c8;
}
#tier_8 .ent_m051 .content div span {
  background-color: #db4644;
}
.ent_m058 #section-primetime {
  background-color: #333;
  margin-bottom: 30px;
  padding: 15px 0 40px;
}
.ent_m058 .container {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 13px;
  width: 100%;
}
.ent_m058 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.ent_m058 .container::after,
.ent_m058 .container::before,
.ent_m058 .row::before,
.ent_m058 .row::after,
.ent_m058 [class*="col-"] > div::before,
.ent_m058 [class*="col-"] > div::after {
  content: "";
  display: table;
}
.ent_m058 .container::after,
.ent_m058 .row::after,
.ent_m058 [class*="col-"] > div::after {
  clear: both;
}
.ent_m058 .col-lg-12 {
  width: 100%;
}
.ent_m058 .col-lg-4 {
  width: 33.3333%;
}
.ent_m058 .col-lg-5 {
  width: 41.6667%;
}
.ent_m058 .col-lg-3 {
  width: 25%;
}
.ent_m058 [class*="col-"] {
  float: left;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}
.ent_m058 .pull-right {
  float: right;
}
.ent_m058 .label {
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  height: 2.5rem;
  margin-top: 0;
  padding: 0 0.7rem;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  background-color: black;
  vertical-align: middle;
  line-height: 23.4px;
}
.ent_m058 .show-tunein-info {
  margin-top: 6px;
}
.ent_m058 .show-tunein-info a,
.ent_m058 .show-tunein-info span.series-name {
  color: white;
  text-decoration: none;
}
.ent_m058 .headline {
  letter-spacing: -0.02em;
  font-size: 2.3rem;
  line-height: 1.13;
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
}
.ent_m058 .show-tunein-info span:first-child {
  padding-right: 7px;
}
.ent_m058 .show-tunein-info a,
.ent_m058 .show-tunein-info span {
  display: table-cell;
}
.ent_m058 .muted {
  color: #777;
  display: table-cell;
}
.ent_m058 .call-to-action .btn {
  float: right;
}
.ent_m058 .btn {
  background-color: #00bbef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px rgba(255, 255, 255, 0.15) inset;
  cursor: pointer;
  font-size: 2rem;
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  text-align: center;
  text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.ent_m058 [class*="btn-"] [class*="icon-"] {
  margin-left: 5px;
}
.ent_m058 .btn-primary {
  color: #ffffff;
}
.ent_m058 .btn > span {
  display: table-cell;
  height: 100%;
  padding: 5px 15px;
  position: relative;
  transition-duration: 0.2s;
  vertical-align: middle;
}
.ent_m058 .icon-chevron-right {
  font-family: 'SpikeIcons-Regular';
}
.ent_m058 .icon-chevron-right:after {
  content: "\e614";
}
@media screen and (max-width: 48em) {
  .ent_m058 [class*="col-lg"] {
    position: relative;
    width: 100%;
  }
  .ent_m058 .col-md-12 {
    width: 100%;
  }
  .ent_m058 [class*="col-"] {
    margin-bottom: 10px;
  }
  .ent_m058 [class*="col-"]:last-child {
    margin-top: 10px;
  }
  .ent_m058 .call-to-action .btn {
    float: left;
  }
  .ent_m058 #section-primetime {
    margin-bottom: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 30em) {
  .ent_m058 .col-sm-12 {
    width: 100%;
  }
}
.ent_m061 .ad {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 30em) {
  .ent_m061 .ad {
    display: none;
  }
}
.ent_m062 {
  background-color: #000000;
  padding: 0px 10px;
  max-width: 1220px;
  box-sizing: border-box;
  margin: 0 auto;
}
.ent_m062 .module_content {
  max-width: 1220px;
  overflow: hidden;
  position: relative;
  padding: 40px 10px 30px 150px;
  border: 2px solid #133a82;
}
@media screen and (max-width: 48em) {
  .ent_m062 .module_content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m062 .module_content {
    padding: 10px;
  }
}
.ent_m062 .module_content a,
.ent_m062 .module_content .date {
  color: inherit;
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 20em) {
  .ent_m062 .module_content a,
  .ent_m062 .module_content .date {
    font-size: 16px;
  }
}
.ent_m062 .module_content .heading {
  min-height: 40px;
  margin: 0 0 20px 0;
  padding-right: 10px;
  font: bold 14px 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  overflow: hidden;
}
@media screen and (max-width: 48em) {
  .ent_m062 .module_content .heading {
    padding-left: 60px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m062 .module_content .heading {
    padding-left: 46px;
  }
}
.ent_m062 .module_content .author {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 23px;
  padding: 5px 13px 3px 0;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (min-width: 30.0625em) {
  .ent_m062 .module_content .author {
    display: inline-block;
    padding: 0 13px 0 0;
    font-size: 20px;
  }
}
.ent_m062 .module_content .handle {
  text-transform: uppercase;
}
.ent_m062 .module_content .handle + .date:before {
  color: #c8c8c8;
  content: "\2022";
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 20em) {
  .ent_m062 .module_content .handle + .date:before {
    padding: 5px;
  }
}
.ent_m062 .module_content .twitter.has_icon:before {
  color: #55acee;
  content: "O";
  font: 49px/1 'SpikeIcons-Regular';
  position: absolute;
  top: 28px;
  left: 68px;
}
@media screen and (max-width: 48em) {
  .ent_m062 .module_content .twitter.has_icon:before {
    left: 28px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m062 .module_content .twitter.has_icon:before {
    top: 10px;
    left: 10px;
    font-size: 36px;
  }
}
.ent_m062 .module_content .copy {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 57px;
  font-style: italic;
  margin-bottom: 33px;
  color: #c8c8c8;
}
.ent_m062 .module_content .copy a {
  font-size: inherit;
  color: #ffffff;
}
.ent_m062 .module_content .copy a:hover {
  color: #ff61a8;
}
@media screen and (max-width: 48em) {
  .ent_m062 .module_content .copy {
    font-size: 32px;
    line-height: 46px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m062 .module_content .copy {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }
}
.ent_m062 .module_content ul li a {
  border: 2px solid #133a82;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 33px;
  text-transform: uppercase;
  text-align: center;
  width: 140px;
  padding-top: 7px 0;
  margin-right: 10px;
  float: left;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 33px;
}
@media screen and (min-width: 48.0625em) {
  .ent_m062 .module_content ul li a {
    float: left;
  }
}
@media screen and (min-width: 20em) {
  .ent_m062 .module_content ul li a[href*="id"] {
    margin-right: 0;
  }
}
@media screen and (max-width: 19.938em) {
  .ent_m062 .module_content ul li a {
    margin-bottom: 10px;
  }
}
.ent_m062 .module_content ul li a:hover {
  border-color: #133a82;
  background-color: #133a82;
}
.ent_m066.module {
  height: 100px;
}
.ent_m066 .site_header .full_logo_wrapper {
  display: none;
}
.ent_m066 .site_header .menu_holder {
  margin-right: 0;
}
@media screen and (min-width: 75em) {
  .ent_m066 .site_header .logo {
    margin-left: 0;
  }
  .ent_m066 .site_header .site_menu_wrapper .main_nav {
    margin-left: -20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .sticky_header.ent_m066 .site_header .site_menu_wrapper .main_nav {
    margin-left: 210px;
  }
  .sticky_header.ent_m066 .site_header .site_menu_wrapper .main_nav > li.active {
    background: transparent;
  }
  .sticky_header.ent_m066 .site_header .site_menu_wrapper .main_nav > li.active > a:before {
    background-color: #ffffff;
  }
  .ent_m066 .site_header .top_inner:before {
    margin-right: -210px;
  }
  .ent_m066 .site_header .top_inner:after {
    left: 105px;
  }
  .ent_m066 .site_header .menu_holder {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .ent_m066 .site_header .site_logo {
    display: none;
  }
  .ent_m066 .site_header .bottom_outer {
    display: none;
  }
  .ent_m066 .site_header .menu_holder .hamburger {
    display: inline-block;
  }
}
@media screen and (max-width: 64em) {
  .ent_m066.module {
    height: 50px;
  }
  .sticky_header.ent_m066 .site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sticky_header.ent_m066 .site_header .top_outer {
    position: relative;
  }
}
@media screen and (max-width: 40em) {
  .ent_m066.module {
    height: 40px;
  }
  .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: #db4644;
  border-width: 4px;
  margin-left: 8px;
  margin-bottom: 1px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.ent_m070 {
  background: #000000;
}
.ent_m070.module {
  height: 100px;
}
.ent_m070.sticky_header .site_header .show_menu_btn {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 22px;
}
.ent_m070.sticky_header .site_header .show_menu_btn span:before {
  color: #ffffff;
}
.ent_m070.sticky_header .site_header .show_menu_scroll_wrapper {
  background-color: #4f4e4f;
  border-top: none;
  width: auto;
  margin: 50px 0 0 0;
}
.ent_m070.sticky_header .site_header .show_menu_scroll_wrapper:before {
  display: none;
}
.ent_m070.sticky_header .site_header .show_menu_scroll_wrapper:after {
  display: none;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper:before {
  display: none;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper.active .show_menu_btn {
  background-color: transparent;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper > .show_menu {
  margin-top: 50px;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu {
  margin-left: 0;
  background-color: transparent;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu li {
  font-size: 22px;
  background-color: #4f4e4f;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu li:not(.active) a:hover {
  color: #ffffff;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu li.active a {
  color: #ffffff;
  background-color: #282626;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu li.active a:before {
  display: none;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu li.social {
  padding: 0 20px;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu li:not(.social).active a {
  color: white;
}
.ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu li:not(.social) a {
  color: #929191;
  padding: 0 20px;
}
.ent_m070 .site_header .site_logo {
  margin-left: 25px;
}
.ent_m070 .site_header .top_inner:before {
  background: #4f4e4f;
  margin-right: -260px;
}
.ent_m070 .site_header .show_logo .title {
  font-family: 'UniversLTStd-BoldCnObl', Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding-right: 0.1em;
}
.ent_m070 .site_header .show_menu_wrapper {
  left: 40px;
}
.ent_m070 .site_header .show_menu_wrapper:before {
  display: none;
}
.ent_m070 .site_header .show_menu_wrapper.active .show_menu_btn {
  color: #ffffff;
  background-color: transparent;
}
.ent_m070 .site_header .show_menu_wrapper.active .show_menu li.active {
  background-color: #282626;
}
.ent_m070 .site_header .show_menu_wrapper.active .show_menu li.social {
  position: relative;
  background-color: #4f4e4f;
}
.ent_m070 .site_header .show_menu_wrapper.active .show_menu li:not(.social):not(.active):hover {
  background-color: #4f4e4f;
}
.ent_m070 .site_header .show_menu_wrapper .show_menu_scroll_wrapper {
  border-top: none;
  background-color: #4f4e4f;
}
.ent_m070 .site_header .show_menu_wrapper .show_menu_scroll_wrapper:before {
  display: none;
}
.ent_m070 .site_header .show_menu_wrapper .show_menu_scroll_wrapper:after {
  display: none;
}
.ent_m070 .site_header .show_menu {
  margin-left: 10px;
}
.ent_m070 .site_header .show_menu li.social {
  padding-right: 40px;
}
.ent_m070 .site_header .show_menu li.social a {
  color: #c8c8c8;
}
.ent_m070 .site_header .show_menu li.active {
  background-color: transparent;
}
.ent_m070 .site_header .show_menu li.active:not(.social) a:before {
  background-color: #ffffff;
}
.ent_m070 .site_header .show_menu li.active a {
  font-weight: normal;
}
.ent_m070 .site_header .show_menu li:not(.social):not(.active):hover {
  background-color: #4f4e4f;
}
.ent_m070 .site_header .show_menu li:not(.social):not(.active):hover a {
  color: white;
}
.ent_m070 .site_header .show_menu li a {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.ent_m070 .site_header .show_menu li a:hover {
  color: #ffffff;
}
.ent_m070 .site_header .show_menu_btn span:before {
  padding: 1px 0 0 4px;
}
.ent_m070 .site_header .menu_holder {
  margin: 0 40px 0 25px;
}
.ent_m070 .site_header .menu_holder .hamburger {
  margin-left: 40px;
}
.ent_m070 .site_header .menu_holder .hamburger .icon:after {
  color: #ffffff;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .ent_m070.module {
    height: 95px;
  }
  .ent_m070 .site_header .menu_holder .hamburger {
    display: inline-block;
    margin-left: 15px;
  }
  .ent_m070 .site_header .menu_holder .site_logo {
    margin-left: 10px;
  }
  .ent_m070 .site_header .top_outer .top_inner:before {
    background: #4f4e4f;
  }
  .ent_m070 .site_header .show_menu {
    margin-left: 0;
  }
  .ent_m070 .site_header .show_menu li {
    font-size: 22px;
    background-color: #4f4e4f;
  }
  .ent_m070 .site_header .show_menu li.active a {
    font-weight: normal;
  }
  .ent_m070 .site_header .show_menu li.active:not(.social) a:before {
    display: none;
  }
  .ent_m070 .site_header .show_menu li a {
    color: #929191;
  }
  .ent_m070 .site_header .show_menu li:not(.social).active a {
    color: #ffffff;
  }
  .ent_m070 .site_header .show_menu_scroll_wrapper {
    border-color: #282626;
  }
  .ent_m070 .site_header .show_menu_scroll_wrapper:before {
    background-color: #282626;
  }
  .ent_m070 .site_header .show_menu_scroll_wrapper li.active {
    background-color: #282626;
  }
  .ent_m070 .site_header .menu_holder {
    margin: 0 15px 0 10px;
  }
  .ent_m070 .site_header .top_inner:before {
    margin-right: -190px;
  }
  .ent_m070 .site_header .show_menu_wrapper {
    left: 0;
  }
  .ent_m070 .site_header .show_menu_wrapper.active .show_menu_btn {
    font-weight: normal;
  }
  .ent_m070 .site_header .show_menu_wrapper .show_menu_btn {
    font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #ffffff;
  }
  .ent_m070 .site_header .show_menu_wrapper .show_menu_btn:hover {
    color: #ffffff;
  }
  .ent_m070.sticky_header .show_menu li:not(.social) a {
    background-color: #4f4e4f;
  }
}
@media screen and (max-width: 640px) {
  .ent_m070.module {
    height: 85px;
  }
  .ent_m070.sticky_header .site_header .show_menu_wrapper .show_menu_scroll_wrapper {
    margin: 0;
  }
  .ent_m070 .site_header .menu_holder {
    margin: 0 4px 0 10px;
  }
  .ent_m070 .site_header .top_inner:before {
    display: none;
  }
}
.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: #db4644;
  border-width: 4px;
  margin-left: 8px;
  margin-bottom: 1px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.ent_m098 {
  max-width: 1220px;
  margin: 30px auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}
.ent_m098 p {
  margin: 25px 0;
}
.ent_m098 p:first-child {
  margin-top: 0;
}
.ent_m098 p:last-child {
  margin-bottom: 0;
}
.ent_m098 .headline {
  padding: 40px 10px 50px;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  line-height: 42px;
}
.ent_m098 .headline:after {
  content: "";
  display: block;
  width: 75%;
  height: 3px;
  margin: 14px auto 0;
  background-color: #67b9b2;
}
.ent_m098 .info {
  padding: 50px 10px;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  background-color: #c8c8c8;
  line-height: 26px;
}
@media screen and (min-width: 48.0625em) {
  .ent_m098 .headline,
  .ent_m098 .info {
    display: table-cell;
    vertical-align: middle;
  }
  .ent_m098 .headline {
    width: 33.33333333%;
  }
  .ent_m098 .info {
    padding: 50px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m098 .headline {
    font-size: 36px;
    line-height: 35px;
  }
  .ent_m098 .headline:after {
    width: 40%;
    margin-top: 8px;
  }
  .ent_m098 .info {
    font-size: 18px;
    line-height: 28px;
  }
}
.ent_m100 {
  overflow: auto;
}
.ent_m100 .module_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 10px 0;
}
.ent_m100 .headline {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 19px;
  font-size: 2rem;
  letter-spacing: -0.03em;
  line-height: 1.07;
  border-bottom: 2px #133a82 solid;
}
.ent_m100 li.box_ad {
  float: right;
}
.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: 30em) {
  .ent_m100 .L001_line_list {
    display: flexbox;
    display: box;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 30em) {
  .ent_m100 .L001_line_list li {
    width: 50%;
  }
  .ent_m100 .L001_line_list li:nth-child(1) {
    order: 1;
  }
  .ent_m100 .L001_line_list li:nth-child(2) {
    order: 2;
  }
  .ent_m100 .L001_line_list li:nth-child(3) {
    order: 5;
  }
  .ent_m100 .L001_line_list li:nth-child(4) {
    order: 3;
  }
  .ent_m100 .L001_line_list li:nth-child(5) {
    order: 4;
  }
  .ent_m100 .L001_line_list li:nth-child(5) ~ li {
    order: 6;
  }
}
@media screen and (max-width: 48em) {
  .ent_m100 .L001_line_list li.box_ad {
    float: right;
  }
}
@media screen and (max-width: 659px) {
  .ent_m100 .L001_line_list li.box_ad {
    float: none;
    width: 100%;
  }
}
.ent_m100 li.S001_line_list_item {
  position: relative;
  min-height: 250px;
}
@media screen and (max-width: 30em) {
  .ent_m100 li.S001_line_list_item {
    border: 0;
    min-height: initial;
    margin: 0;
  }
}
.ent_m100 li.S001_line_list_item h4 {
  position: absolute;
  background-color: #133a82;
  margin-top: -1.5rem;
  height: auto;
  padding: 0.35rem 0.7rem 0;
  font-size: 1.2rem;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 659px) {
  .ent_m100 li.S001_line_list_item h4 {
    position: relative;
    margin-top: 0;
    display: inline-block;
    height: auto;
    padding-bottom: 0.35rem;
  }
}
@media screen and (max-width: 30em) {
  .ent_m100 li.S001_line_list_item h4 {
    margin-right: 0;
    font-size: 0.8rem;
    padding-bottom: 0.05rem;
  }
}
.ent_m100 li.S001_line_list_item h3 {
  padding-top: 1.2rem;
  color: #c8c8c8;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.7rem;
}
@media screen and (max-width: 30em) {
  .ent_m100 li.S001_line_list_item h3 {
    margin-right: 0;
    padding-top: 0.6rem;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.ent_m100 li.S001_line_list_item:hover h3 {
  color: #ffffff;
}
.ent_m100 .L001_line_list {
  list-style-type: none;
  margin-right: -8px;
  margin-left: -8px;
}
.ent_m100 .L001_line_list > li {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0;
  margin-bottom: 20px;
  width: 33.33%;
  padding: 0 8px;
}
.ent_m100 .L001_line_list > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .ent_m100 .L001_line_list > li {
    width: 50%;
  }
}
.ent_m100 .L001_line_list > li .lineList_ad {
  margin: auto;
  text-align: center;
}
.ent_m104 {
  max-width: 1220px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m104 .social_feed:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m104 .social_feed .feedItem {
  box-sizing: border-box;
  word-wrap: break-word;
  height: 280px;
  overflow: hidden;
  border: 6px solid #ffffff;
  padding: 15px;
  background: #ffffff;
}
.ent_m104 .social_feed .feedItem .userImage {
  position: relative;
  float: left;
  border-radius: 10px;
  margin-right: 10px;
  width: 48px;
  height: 48px;
}
.ent_m104 .social_feed .feedItem .userInfo {
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
}
.ent_m104 .social_feed .feedItem .userName {
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.ent_m104 .social_feed .feedItem .logo {
  position: relative;
  float: right;
  margin-top: -1px;
}
.ent_m104 .social_feed .feedItem .logo_twitter:before {
  color: #6ca2a9;
}
.ent_m104 .social_feed .feedItem .logo_facebook:before {
  color: #6ca2a9;
}
.ent_m104 .social_feed .feedItem .source {
  font-size: 13px;
  color: #6ca2a9;
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
}
.ent_m104 .social_feed .feedItem .feedItemContent {
  margin-top: 5px;
  padding-right: 35px;
  max-height: 151px;
  overflow: hidden;
  font-size: 32px;
  line-height: 38px;
  color: #6ca2a9;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
}
.ent_m104 .social_feed .feedItem .feedItemContent a {
  color: #6ca2a9;
  text-decoration: none;
}
.ent_m104 .social_feed .feedItem .feedItemContent .overlay {
  background-color: #000000;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ent_m104 .social_feed .feedAd {
  width: 300px;
  height: 250px;
  float: left;
  margin: 15px;
}
.ent_m104 .social_feed .feedItem-image {
  background: none;
  border: 0;
  padding: 0;
}
.ent_m104 .social_feed .feedItem-image img {
  width: 100%;
}
.ent_m106 {
  padding: 0 10px 40px 10px;
  font: 14px/1.45 Arial;
  word-wrap: break-word;
  max-width: 1220px;
  margin: 0 auto;
  color: #d3d7db;
}
.ent_m106 .promoHeader {
  display: inline-block;
  padding-left: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 20px;
}
.ent_m106 a {
  color: #39f;
}
.ent_m106 a:hover {
  color: #0080ff;
}
.ent_m106 a[id]:before,
.ent_m106 b[id]:before,
.ent_m106 i[id]:before {
  content: '';
  height: 0;
  width: 0;
  display: block;
  padding-top: 67px;
  margin-top: -67px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.ent_m106 h2 {
  font-size: 20px;
}
.ent_m106 h2,
.ent_m106 p {
  margin-bottom: 20px;
}
.ent_m106 ul {
  margin: 0 0 20px 20px;
  list-style: inherit;
}
.ent_m106 strong,
.ent_m106 b {
  color: #ffffff;
}
.ent_m106 u {
  text-decoration: none;
}
.ent_m106 sup {
  vertical-align: super;
  font-size: smaller;
}
.ent_m106 span {
  display: inline-block;
  text-indent: 15px;
}
.ent_m106 iframe {
  width: 100%;
}
.ent_m108 {
  min-height: 600px;
  position: relative;
  font: 19px 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 {
    font-size: 13px;
  }
}
.ent_m108 .date .sticky_content,
.ent_m108 .filter,
.ent_m108 .header,
.ent_m108 .more {
  max-width: 1220px;
  margin: 0 auto;
}
.ent_m108 .tv_listing.content_loading {
  position: relative;
  padding-bottom: 50px;
  background-color: #4f4e4f;
}
.ent_m108 .tv_listing.content_loading:after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  background: url(/sitewide/images/spinner.gif) no-repeat 100% 100%;
  background-size: 100%;
}
.ent_m108 .tv_item {
  padding: 0 10px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #4f4e4f;
}
.ent_m108 .tv_item:first-child {
  border-top: 0;
}
.ent_m108 .tv_item .show {
  font-size: 20px;
}
.ent_m108 .tv_item:hover {
  background-color: #c8c8c8;
}
.ent_m108 .tv_item:hover .scheduled_time {
  color: #000000;
}
.ent_m108 .tv_item:hover .show {
  color: #000000;
}
.ent_m108 .tv_item:hover .show .title {
  color: #000000;
}
.ent_m108 .tv_item:hover .watch_button {
  border: 2px solid #000000;
  color: #000000;
}
.ent_m108 .tv_item:hover .watch_button:hover {
  border: 2px solid #db4644;
  color: #ffffff;
}
.ent_m108 .tv_item .header {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}
.ent_m108 .tv_item.opened .header {
  border: none;
}
.ent_m108 .tv_item.opened .watch_button {
  color: #4f4e4f;
}
.ent_m108 .date {
  background-color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 5px;
  padding-top: 10px;
  border-top: 1px solid #4f4e4f;
  margin-top: -1px;
  position: relative;
}
.ent_m108 .date + .tv_item .header {
  border-top: 0;
}
.ent_m108 .date .sticky_content {
  color: #c8c8c8;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 48px;
  text-transform: uppercase;
}
.ent_m108 .date.sticky .sticky_wrap {
  padding-left: 5px;
  padding-top: 11px;
  z-index: 98;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #000000;
}
@media screen and (max-width: 640px) {
  .ent_m108 .date.sticky .sticky_wrap {
    top: 40px;
  }
}
@media screen and (max-width: 64em) {
  .ent_m108 .date {
    padding-top: 10px;
    padding-left: 4px;
  }
  .ent_m108 .date .sticky_content {
    font-size: 42px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .date .sticky_content {
    font-size: 42px;
  }
}
.ent_m108.content_loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background-color: black;
}
@media screen and (max-width: 64em) {
  .ent_m108.content_loading:before {
    height: 68px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108.content_loading:before {
    min-height: 48px;
  }
}
.ent_m108 .header {
  position: relative;
  padding: 23px 0 25px;
}
.ent_m108 .header:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.webview .ent_m108 .header {
  cursor: pointer;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .header {
    padding: 18px 0 20px;
  }
}
.ent_m108 .scheduled_time {
  font-family: 'UniversLTStd-UltraCn', Helvetica, Arial, sans-serif;
  font-size: 24px;
  float: left;
  width: 100px;
}
.ent_m108 .scheduled_time .numeric {
  font-size: 1.25em;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .scheduled_time {
    width: 60px;
    font-size: 19px;
  }
}
.ent_m108 :not(.opened) .scheduled_time {
  color: #ffffff;
}
.ent_m108 .on_now .scheduled_time:after {
  content: "on now";
  display: block;
  width: 52px;
  height: 22px;
  background-color: #db4644;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 2px;
  margin-top: 0;
}
.ent_m108 .show {
  padding-right: 280px;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #c8c8c8;
}
.ent_m108 .show .title {
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .show {
    padding-right: 0;
  }
}
.ent_m108 :not(.opened) .show .title {
  color: white;
}
.ent_m108 .watch_button {
  padding: 12px 36px;
  font-size: 20px;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 2px solid #c8c8c8;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
.ent_m108 .watch_button:hover {
  background-color: #db4644;
  border-color: #db4644;
}
@media screen and (min-width: 48em) {
  .ent_m108 .watch_button {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .watch_button {
    display: block;
    margin: 15px 35px 0;
    padding: 12px 15px;
    font-size: 15px;
  }
}
@media screen and (min-width: 48em) {
  .ent_m108 .show,
  .ent_m108 .content {
    margin-left: 142px;
  }
  .ent_m108 .content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .show,
  .ent_m108 .watch_button,
  .ent_m108 .content {
    margin-left: 80px;
  }
}
.ent_m108 .title {
  font: 32px 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  color: #000000;
}
@media screen and (max-width: 64em) {
  .ent_m108 .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .title {
    font-size: 17px;
  }
}
.ent_m108 .more {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  font-style: normal;
}
.ent_m108 .tv_item.opened {
  background: #ffffff;
  color: #4f4e4f;
}
.ent_m108 .tv_item.opened .scheduled_time {
  color: #4f4e4f;
}
.ent_m108 .tv_item.opened .show {
  color: #4f4e4f;
}
.ent_m108 .tv_item.opened .show .title {
  color: #4f4e4f;
}
.ent_m108 .tv_item.opened .more {
  opacity: 1;
}
.ent_m108 .content {
  padding-bottom: 25px;
  line-height: 24px;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .content {
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
  }
}
.ent_m108 .info {
  display: block;
  color: #000000;
  text-transform: uppercase;
}
.ent_m108 .filter {
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.webview .ent_m108 .filter {
  z-index: 50000001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.ent_m108 .filter .active {
  position: relative;
}
.ent_m108 .filter .active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border: 7px solid;
  border-color: transparent transparent transparent #ffffff;
}
.ent_m108 .filter a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'UniversLTStd-UltraCn', Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-right: 13px;
  padding-top: 11px;
}
@media screen and (min-width: 64.0625em) {
  .ent_m108 .filter a {
    padding-top: 15px;
  }
}
.ent_m108 .sbHolder {
  min-width: 100%;
}
.ent_m108 .sbSelector {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  display: table-cell;
  cursor: pointer;
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
  float: right;
}
.ent_m108 .sbSelector:hover {
  transition: color 0s;
}
.ent_m108 .sbSelector:hover:after {
  transition: color 0s;
}
.ent_m108 .sbSelector:after {
  content: "";
  display: block;
  width: 28px;
  height: 15px;
  background-image: url(/sitewide/img/background/tvland_schedule_all_shows_arrow.png);
  position: relative;
  left: 50%;
  margin-left: -14px;
  transition: color 0.7s cubic-bezier(0.17, 0.67, 0.44, 1.1) 0s;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .sbSelector {
    height: 77px;
    padding: 7px 30px 0 10px;
  }
}
.ent_m108 .sbToggleOpen + .sbSelector:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ent_m108 .sbToggle {
  display: none;
}
.ent_m108 .sbOptions {
  z-index: 1;
  position: absolute;
  top: 60px !important;
  right: 0;
  text-transform: none;
  padding: 30px 1px;
  max-height: none !important;
  background-color: #000000;
}
.ent_m108 .sbOptions li {
  padding: 0 30px;
}
.ent_m108 .sbOptions li a {
  display: block;
  transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.5;
  padding-top: 0;
}
.ent_m108 .sbOptions li:hover a {
  transition: opacity .2s ease;
  opacity: 1;
}
@media screen and (max-width: 47.938em) {
  .ent_m108 .sbOptions {
    font-size: 16px;
    width: 100%;
  }
  .ent_m108 .sbOptions li {
    padding: 0 15px;
  }
  .ent_m108 .sbOptions a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 64.0625em) {
  .ent_m108 .sbOptions {
    top: 69px !important;
  }
}
.ent_m108 .spinner_wrapper {
  display: none;
  position: relative;
  padding: 270px 0 40px;
  font: 32px/1 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #756f6f;
  text-align: center;
}
.ent_m108 .spinner_wrapper .spinner {
  top: 225px !important;
}
@media screen and (max-width: 48em) {
  .ent_m108 .spinner_wrapper {
    padding-top: 170px;
  }
  .ent_m108 .spinner_wrapper .spinner {
    top: 125px !important;
  }
}
.ent_m108.content_loading .spinner_wrapper {
  display: block;
}
.ent_m111 {
  max-width: 1220px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m111 .S001_line_list_item .link_wrapper h3 span {
  color: #8c8c8c;
}
.ent_m112 {
  max-width: 1220px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m112 a.link_wrapper h3.s_fonts_lineListHeader {
  color: #c8c8c8;
}
.ent_m112 a.link_wrapper ul,
.ent_m112 a.link_wrapper p,
.ent_m112 a.link_wrapper span {
  color: #9b9b9b;
}
.ent_m116 {
  max-width: 1220px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m116 .S001_line_list_item .link_wrapper .s_fonts_lineListDuration {
  color: #000000;
}
.ent_m117 {
  max-width: 1220px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m118 {
  max-width: 1220px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m118 .S001_line_list_item .link_wrapper .s_fonts_lineListDuration {
  color: #000000;
}
.ent_m121 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 10px;
  background-color: #000000;
  color: #c8c8c8;
  box-sizing: border-box;
}
.ent_m121 a {
  display: block;
  text-decoration: none;
  vertical-align: top;
  padding: 30px 0;
  border-bottom: 1px solid #ff61a8;
}
.ent_m121 a:after {
  display: table;
  content: '';
  clear: both;
}
.ent_m121 a .image_holder {
  display: block;
  float: left;
  width: 40%;
  max-height: 270px;
  position: relative;
}
.ent_m121 a .image_holder div {
  display: block;
  position: absolute;
  z-index: 4;
  left: 10px;
  bottom: 10px;
  padding: 4px 9px 6px;
  margin-bottom: 0px;
  font-size: 13px;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
}
.ent_m121 a .image_holder.article div {
  font-family: 'SpikeIcons-Light';
  background-color: transparent;
  color: #ffffff;
  font-size: 40px;
  padding: 0;
}
.ent_m121 a .content {
  display: block;
  float: right;
  width: 58%;
}
.ent_m121 a .content h2 {
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #c8c8c8;
  font-size: 24px;
  line-height: 29px;
}
.ent_m121 a .content p {
  color: #9b9b9b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
.ent_m121 a .content a {
  display: block;
  min-width: 200px;
  float: right;
  margin: 30px 0 0 0;
  padding: 10px 40px;
  background-color: #000000;
  border: 2px solid #ffffff;
}
.ent_m121 a .content a:hover {
  background-color: #ff61a8;
  border-color: #ff61a8;
}
@media screen and (max-width: 30em) {
  .ent_m121 a .content a {
    width: 100%;
  }
}
@media screen and (max-width: 30em) {
  .ent_m121 a .image_holder {
    float: none;
    width: 100%;
  }
  .ent_m121 a .image_holder:after {
    width: 60px;
    height: 60px;
  }
  .ent_m121 a .image_holder.article div {
    font-size: 30px;
  }
  .ent_m121 a .content {
    float: none;
    width: 100%;
  }
  .ent_m121 a .content div {
    margin-top: 10px;
  }
  .ent_m121 a .content h2 {
    font-size: 16px;
    line-height: 16px;
    margin-right: 20px;
  }
  .ent_m121 a .content p {
    font-size: 15px;
    line-height: 20px;
  }
  .ent_m121 a .content a {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.ent_m121 .video_title {
  padding-bottom: 5px;
}
.ent_m121 ~ .ent_m121 {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.ent_m122 {
  max-width: none;
  margin: 0;
  padding: 30px 0;
  background-color: #000000;
}
.ent_m122 > .module_content {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 440px 30px 10px;
  box-sizing: border-box;
}
@media (max-width: 64em) {
  .ent_m122 > .module_content {
    padding-right: 10px;
  }
}
.ent_m122 .tuneIn {
  font-size: 15px;
}
.ent_m122 .headline {
  font-family: 'UniversLTStd-UltraCn', Helvetica, Arial, sans-serif;
  font-size: 72px;
  line-height: 82px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .ent_m122 .headline {
    font-size: 48px;
    line-height: 54px;
  }
}
.ent_m122 .subheadline {
  font-size: 24px;
  line-height: 29px;
  color: #133a82;
  background-color: transparent;
  text-transform: none;
  padding: 0;
}
@media (max-width: 48em) {
  .ent_m122 .subheadline {
    font-size: 18px;
    line-height: 17px;
  }
}
.ent_m122 .copy {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  color: #9b9b9b;
}
@media (max-width: 48em) {
  .ent_m122 .copy {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}
.ent_m122 .show_more_btn {
  padding: 10px 100px;
}
.ent_m143 {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 0 0 60px;
}
.ent_m143 .massive_subtitle {
  color: #c8c8c8 !important;
}
.ent_m143 .module_content {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 460px 0 10px;
}
.ent_m143 .promo_preview {
  max-width: 700px;
}
.ent_m143 .promo_cta {
  color: #c8c8c8;
  font-family: 'UniversLTStd-UltraCn', Helvetica, Arial, sans-serif;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 38px;
}
.ent_m143 .promo_cta:before {
  color: #67b9b2;
}
.ent_m143 .box_ad {
  position: absolute;
  right: 110px;
  bottom: 0;
}
@media screen and (min-width: 48.0625em) {
  .ent_m143 .massive + .module_content {
    margin-top: -140px;
  }
  .ent_m143 .promo_preview {
    display: table;
  }
  .ent_m143 .promo_cta {
    display: table-caption;
    text-align: left;
  }
}
@media screen and (max-width: 75em) {
  .ent_m143 .module_content {
    padding: 0 340px 0 10px;
  }
  .ent_m143 .box_ad {
    right: 10px;
  }
}
@media screen and (max-width: 63.938em) {
  .ent_m143 .promo_preview .overlay_content {
    max-width: 70%;
  }
  .ent_m143 .module_content .promo_body:before {
    margin: -72px;
    font-size: 130px;
  }
}
@media screen and (max-width: 48em) {
  .ent_m143 {
    padding-bottom: 15px;
  }
  .ent_m143:before {
    border-width: 127px;
  }
  .ent_m143 .module_content {
    padding: 0 10px;
  }
  .ent_m143 .box_ad {
    display: none !important;
  }
  .ent_m143 .massive {
    margin-bottom: 20px;
  }
  .ent_m143 .massive .massive_subtitle,
  .ent_m143 .massive .massive_title {
    text-align: left;
  }
  .ent_m143 .massive .massive_subtitle {
    margin-bottom: 0;
  }
  .ent_m143 .promo_preview {
    max-width: none;
  }
}
@media screen and (max-width: 30em) {
  .ent_m143 .massive {
    margin-bottom: 7px;
  }
  .ent_m143 .massive .massive_subtitle,
  .ent_m143 .massive .massive_title {
    padding-left: 15px;
  }
  .ent_m143 .massive .massive_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .ent_m143 .massive .massive_title {
    font-size: 30px;
    line-height: 29px;
  }
  .ent_m143 .module_content .promo_body:before {
    margin: -32px;
    font-size: 60px;
  }
  .ent_m143 .module_content .promo_cta {
    font-size: 20px;
    letter-spacing: 0.31px;
    line-height: 24px;
  }
  .ent_m143 .module_content .promo_cta:before {
    font-size: 1.2em;
    margin-right: 4px;
  }
}
.ent_m150 {
  /*------------------*/
}
.ent_m150 .container {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  padding: 0 13px;
  width: 100%;
}
.ent_m150 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.ent_m150 .container::after,
.ent_m150 .container::before,
.ent_m150 .row::before,
.ent_m150 .row::after,
.ent_m150 [class*="col-"] > div::before,
.ent_m150 [class*="col-"] > div::after {
  content: "";
  display: table;
}
.ent_m150 .container::after,
.ent_m150 .row::after,
.ent_m150 [class*="col-"] > div::after {
  clear: both;
}
.ent_m150 .col-lg-12 {
  width: 100%;
}
.ent_m150 [class*="col-"] {
  float: left;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative;
}
.ent_m150 .section-header-1 {
  color: #e62970;
}
.ent_m150 .section-header-lg {
  font-size: 2.7rem;
  line-height: 1.07;
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ent_m150 #alphafilter .accordion-group {
  border: 0;
  position: relative;
  margin-bottom: 15px;
  min-height: 400px;
}
.ent_m150 #alphafilter.accordion {
  border-top: 5px solid #000;
}
.ent_m150 #alphafilter .accordion-heading {
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  background-color: #f2f2f2;
  border-right: 2px solid #fff;
  font-size: 2.4rem;
}
.ent_m150 #alphafilter .accordion-heading.active {
  background-color: #000;
  color: #ffffff;
}
.ent_m150 #alphafilter .accordion-heading.active .accordion-toggle {
  color: #ffffff;
}
.ent_m150 #alphafilter .accordion-heading.inactive {
  cursor: default;
}
.ent_m150 #alphafilter .accordion-heading.inactive .accordion-toggle {
  opacity: .35;
}
.ent_m150 #alphafilter .accordion-heading.inactive .accordion-toggle:hover {
  color: inherit;
}
.ent_m150 #alphafilter .accordion-heading:hover {
  background-color: #f2f2f2;
}
.ent_m150 #alphafilter .accordion-heading.active:hover {
  background-color: #000;
}
.ent_m150 #alphafilter .accordion-heading:last-child {
  border-right: none;
}
.ent_m150 #alphafilter .accordion-body {
  padding-right: 320px;
}
.ent_m150 #alphafilter .accordion-heading {
  width: 3.7%;
  text-align: center;
  float: left;
  display: block;
}
.ent_m150 #alphafilter .accordion-heading .accordion-toggle {
  padding: 10px 0;
  display: block;
}
.ent_m150 #alphafilter .accordion-inner ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.ent_m150 #alphafilter .accordion-inner .show-item {
  display: inline-block;
  width: 100%;
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
}
.ent_m150 #alphafilter .accordion-inner li {
  font-size: 20px;
  margin-bottom: 15px;
}
.ent_m150 #alphafilter .accordion-inner li a:hover {
  color: #0080ff;
}
.ent_m150 #alphafilter .accordion-heading {
  display: inline-block;
}
.ent_m150 #alphafilter .accordion-body {
  position: absolute;
  top: 59px;
  width: 100%;
}
.ent_m150 #alphafilter .accordion-toggle,
.ent_m150 #alphafilter .accordion-body a {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}
.ent_m150 #alphafilter .accordion-toggle:hover {
  color: #0080ff;
}
.ent_m150 #alphafilter .accordion-toggle.disabled {
  cursor: default;
  color: #B8B8B8;
}
.ent_m150 .alphafilter-wrap {
  position: relative;
  min-height: 372px;
}
.ent_m150 .alphafilter-wrap #az-ad {
  position: absolute;
  right: 13px;
  top: 109px;
}
.ent_m150 .alphafilter-wrap #az-ad .celtra-ad-v3 > div {
  width: 300px !important;
}
@media (max-width: 48em) {
  .ent_m150 {
    /* accordion collapse */
    /* accordion collapse */
  }
  .ent_m150 .alphafilter-wrap #az-ad {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    margin: 30px 0;
  }
  .ent_m150 .alphafilter-wrap #az-ad .celtra-ad-v3 > div {
    width: auto !important;
  }
  .ent_m150 #alphafilter .accordion-body {
    position: static;
    top: auto;
    padding-right: 0px;
  }
  .ent_m150 #alphafilter .alphafilter-wrap {
    min-height: 0;
  }
  .ent_m150 #alphafilter .accordion-heading {
    float: none;
    width: 100%;
    text-align: left;
    background-color: #000;
    border: 1px solid #fff;
    display: inherit;
  }
  .ent_m150 #alphafilter .accordion-heading:hover {
    background-color: #000;
  }
  .ent_m150 #alphafilter .accordion-heading .accordion-toggle {
    color: #ffffff;
  }
  .ent_m150 #alphafilter .accordion-heading .disabled {
    background: none repeat scroll 0 0 #1a1a1a;
    color: #555;
  }
  .ent_m150 #alphafilter .accordion-heading .disabled .icon-chevron-down {
    display: none;
  }
  .ent_m150 #alphafilter .accordion-heading .icon-chevron-down {
    font-family: 'SpikeIcons-Regular';
    font-size: 20px;
    color: #333;
    float: right;
  }
  .ent_m150 #alphafilter .accordion-heading .icon-chevron-down:before {
    content: "\e612";
  }
  .ent_m150 #alphafilter .accordion-heading .accordion-toggle {
    padding: 10px 15px 12px 15px;
  }
}
@media (max-width: 30em) {
  .ent_m150 #alphafilter .accordion-inner ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.ent_m151 {
  max-width: 1220px;
  margin: 15px auto;
  padding: 0 10px;
}
.ent_m151 .headline {
  margin-bottom: 19px;
  line-height: 1.9rem;
  border-bottom: 2px #db4644 solid;
}
@media (max-width: 30em) {
  .ent_m151 .headline {
    margin-bottom: 5px;
  }
}
.ent_m151 .headline,
.ent_m151 .header_text {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2rem;
}
.ent_m151 .header_text {
  margin-right: 4px;
}
.ent_m151 .S002_line_list_header {
  padding: 0;
  margin-bottom: 8px;
}
@media (max-width: 30em) {
  .ent_m151 .S002_line_list_header {
    margin-bottom: 0;
  }
}
.ent_m151 .S002_line_list_header .filter_list {
  width: 335px;
}
.ent_m151 .S002_line_list_header .filter_list:after {
  display: none;
}
.ent_m151 .S002_line_list_header .filter_list:before {
  display: none;
}
.ent_m151 .S002_line_list_header .filter_list ul {
  padding: 0;
}
.ent_m151 .S002_line_list_header .content.dropdown-btn .menu_button {
  position: absolute;
  padding: 0;
  top: 7px;
  color: #ffffff;
}
@media (max-width: 30em) {
  .ent_m151 .S002_line_list_header .content.dropdown-btn .menu_button {
    display: inline-block;
    font-size: 0.6em;
    top: 9px;
  }
}
.ent_m151 .dropdown-menu {
  float: left;
  min-width: 180px;
  margin: 2px 0 0;
  background-color: #000000;
}
.ent_m151 .dropdown-menu a {
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}
.ent_m151 .dropdown-btn .hide {
  display: none;
}
.ent_m151 .dropdown-btn .show {
  display: block;
}
.ent_m151 .S001_line_list_item .link_wrapper .thumbnail_holder .image_holder:after {
  display: none;
}
@media (max-width: 30em) {
  .ent_m151 .S001_line_list_item .link_wrapper .thumbnail_holder {
    width: 100%;
    margin-bottom: 0;
  }
}
.ent_m151 .meta-wrap a.label {
  position: absolute;
  font-size: 1.2rem;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  color: #ffffff;
  height: auto;
  margin-top: -2.4rem;
  padding: 0.3rem 0.7rem;
  background-color: #db4644;
}
@media (max-width: 30em) {
  .ent_m151 .meta-wrap a.label {
    position: relative;
    top: 0px;
    display: table;
    margin-top: 0;
    margin-bottom: 0.3em;
    padding: 0.35rem 0.7rem;
    font-size: 1em;
  }
}
@media (max-width: 30em) {
  .ent_m151 .meta-wrap p.deck {
    margin-bottom: 8px;
  }
}
.ent_m151 .meta-wrap p.deck,
.ent_m151 .meta-wrap span.meta {
  color: #c8c8c8;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 30em) {
  .ent_m151 .meta-wrap p.deck,
  .ent_m151 .meta-wrap span.meta {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 30em) {
  body:not(.tve_auth) .ent_m151 .S001_line_list_item.tve_locked .s_tve_lock:after {
    bottom: 3rem;
  }
}
.ent_m151 li.S001_line_list_item {
  position: relative;
  min-height: 260px;
}
@media screen and (max-width: 30em) {
  .ent_m151 li.S001_line_list_item {
    min-height: 0;
    border: 0;
  }
}
.ent_m151 li.S001_line_list_item h4 {
  text-transform: capitalize;
  color: #c8c8c8;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 659px) {
  .ent_m151 li.S001_line_list_item h4 {
    position: relative;
    margin-top: 0px;
    display: inline-block;
    height: auto;
    padding-bottom: 0.35rem;
  }
}
@media screen and (max-width: 30em) {
  .ent_m151 li.S001_line_list_item h4 {
    margin-right: 0;
    font-size: 0.8rem;
    padding-bottom: 0.05rem;
  }
}
@media screen and (min-width: 64em) {
  .ent_m151 li.S001_line_list_item h4 {
    max-width: none;
  }
}
.ent_m151 li.S001_line_list_item h3 {
  padding-top: 0.6rem;
  color: #c8c8c8;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.7rem;
}
@media screen and (max-width: 30em) {
  .ent_m151 li.S001_line_list_item h3 {
    margin-right: 0;
    padding-top: 0.6rem;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
.ent_m151 li.S001_line_list_item:hover h3 {
  color: #ffffff;
}
.ent_m151 .L001_line_list {
  list-style-type: none;
  margin-right: -8px;
  margin-left: -8px;
}
.ent_m151 .L001_line_list_load-more.s_buttons_button {
  width: 292px;
}
@media screen and (max-width: 30em) {
  .ent_m151 .L001_line_list_load-more.s_buttons_button {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .ent_m151 .L001_line_list {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.ent_m151 .L001_line_list > li {
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0;
  width: 33.33%;
  padding: 0 8px;
  margin-bottom: 30px;
}
.ent_m151 .L001_line_list > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 979px) {
  .ent_m151 .L001_line_list > li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m151 .L001_line_list > li {
    margin: 0;
    margin-bottom: 10px;
  }
}
.ent_m151 .L001_line_list > li .lineList_ad {
  margin: auto;
  text-align: center;
}
.ent_m163 .module_content {
  max-width: 1220px;
  margin: 0 auto;
  padding: 15px 10px 0;
}
.ent_m163 .module_content .image_holder {
  margin-bottom: 0.3em;
}
.ent_m163 .headline {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.57;
  margin-bottom: 19px;
  border-bottom: 2px #db4644 solid;
}
.ent_m163 .L001_line_list {
  margin-right: -8px;
  margin-left: -8px;
}
.ent_m163 .L001_line_list .S001_line_list_item .link_wrapper h3 {
  padding-top: 0.6rem;
  color: #c8c8c8;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.7rem;
}
@media (max-width: 30em) {
  .ent_m163 .L001_line_list .S001_line_list_item .link_wrapper h3 {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding-top: 0.6rem;
    margin-right: 0;
  }
}
.ent_m163 .L001_line_list .S001_line_list_item:hover h3 {
  color: #ffffff;
}
.ent_m163 .L001_line_list li {
  font-size: 1.6rem;
  width: 33.3%;
  line-height: 1.05;
  margin: 0 0 30px 0;
  padding: 0 8px;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .ent_m163 .L001_line_list li {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 30em) {
  .ent_m163 .L001_line_list li {
    margin: 0 0 10px 0;
    border: none;
  }
}
.ent_m163 .module_content.s_container:after {
  content: '';
  display: block;
  border-bottom: 2px #db4644 solid;
}
.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;
}
.ent_m165 .list_item .item_wrapper {
  cursor: pointer;
  position: relative;
}
.ent_m165 .list_item .item_wrapper .image_holder {
  height: 100%;
  background: none;
}
.ent_m165 .list_item .item_wrapper .image_holder:before {
  padding-top: 100%;
}
.ent_m165 .list_item .item_wrapper .item_meta {
  min-height: 50px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 2px solid black;
  line-height: 1.15;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
}
.ent_m165 .list_item .item_wrapper .item_meta .headline {
  display: block;
  font-size: 28px;
  color: #c8c8c8;
}
.ent_m165 .list_item .item_wrapper .item_meta .headline:hover {
  color: #ffffff;
}
.ent_m165 .list_item .item_wrapper .item_meta .subHeadline {
  display: block;
  font-size: 24px;
  letter-spacing: 0.5px;
  font-family: 'UniversLTStd-LightCnObl', Helvetica, Arial, sans-serif;
  color: #c8c8c8;
}
.ent_m165 .list_item .item_wrapper .item_meta .subHeadline:hover {
  color: #ffffff;
}
.ent_m165 .list_item .item_content_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  background: #c8c8c8;
  display: none;
  padding: 0 0 30px 0;
  margin: 15px 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: 40px 13px 0 13px;
  width: 100%;
  max-width: 1220px;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_image {
  position: relative;
  float: left;
  width: 40%;
  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: 30em) {
  .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;
  margin-top: 30px;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_name {
  font: 30px 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  display: block;
  color: #4f4e4f;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-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: red;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton.twitter {
  background: blue;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton.instagram {
  background: purple;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton.instagram:before {
  color: magenta;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton:after {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  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 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_socialwrap .item_content_socialbutton span {
  width: 100%;
  height: 100%;
}
.ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_copy {
  font: 16px Helvetica, Arial, sans-serif;
  color: #4f4e4f;
}
.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: #133a82;
  color: #ffffff;
  font: 2rem Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 48em) {
  .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 Helvetica, Arial, sans-serif;
  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 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  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 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ent_m165 .list_item .item_content_wrapper .item_content .close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
}
.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);
  transform: rotate(45deg);
  background: #000000;
  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);
  transform: rotate(-45deg);
}
.ent_m165 .L001_line_list {
  margin: 0 auto;
  max-width: 1220px;
}
.ent_m165 .L001_line_list > li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 15px;
}
.ent_m165 .L001_line_list > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 48em) {
  .ent_m165 .L001_line_list > li {
    width: 33%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 30em) {
  .ent_m165 .L001_line_list > li {
    width: 100%;
  }
}
.ent_m165 .L001_line_list .expanded:after {
  content: "";
  border-bottom: 15px solid #c8c8c8;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  height: 0;
  width: 0;
  top: 0;
  position: relative;
  left: -15px;
}
.ent_m165 .item_content_copy a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
.ent_m165 .item_content_copy u {
  text-decoration: none;
}
@media screen and (max-width: 30em) {
  .ent_m165 {
    padding-top: 0 !important;
    margin-bottom: 0;
  }
  .ent_m165 .list_item .item_content_wrapper {
    z-index: 1;
  }
  .ent_m165 .list_item .item_content_wrapper .item_content {
    padding-top: 0;
  }
  .ent_m165 .list_item .item_content_wrapper .item_content .close {
    display: none;
  }
  .ent_m165 .list_item .item_content_wrapper .item_content .item_content_details {
    width: 92%;
    padding-left: 0;
    margin-top: 10px;
  }
  .ent_m165 .list_item .item_content_wrapper .item_content .item_content_details .item_content_copy {
    font-size: 16px;
  }
  .ent_m165 .list_item .item_wrapper .image_holder {
    display: inline-block;
    width: 33%;
    min-width: 150px;
  }
  .ent_m165 .list_item .item_wrapper .item_meta {
    vertical-align: top;
    display: inline-block;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    border-bottom: 1.5px solid;
    width: 92%;
    min-height: 40px;
  }
  .ent_m165 .list_item .item_wrapper .item_meta .headline {
    font-size: 18px;
  }
  .ent_m165 .list_item .item_wrapper .item_meta .subHeadline {
    font-size: 16px;
  }
  .ent_m165 .list_item.expanded .item_wrapper .item_meta {
    border: none;
  }
  .ent_m165 .list_item.expanded .item_content_wrapper {
    margin-top: 0;
  }
  .ent_m165 .L001_line_list .expanded:after {
    content: "";
    border-bottom: 15px solid #c8c8c8;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    height: 0;
    width: 0;
    top: -30px;
    position: relative;
    left: 135px;
  }
}
@media screen and (max-width: 75em) {
  .ent_m165 .list_item .item_content_wrapper .item_content .close {
    right: 30px;
  }
}
.ent_m209 {
  background-color: #141414;
}
.ent_m209 .player_holder {
  margin-bottom: 20px;
}
.ent_m209 .player {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
.ent_m209 .player .player_video {
  position: absolute;
  top: 0;
  left: 0;
}
.ent_m209 .share_cta {
  margin-bottom: 10px;
  font: 13px/15px Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  line-height: 14px;
}
.ent_m209 .image_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
.ent_m209 .player_share {
  display: block;
  padding-bottom: 20px;
  overflow: hidden;
}
.ent_m209 .player_share .player_share-button {
  display: inline-block;
  margin-right: 20px;
  cursor: pointer;
}
.ent_m209 .player_share .player_share-button.has_icon:hover:before {
  color: #67b9b2;
}
.ent_m209 .tune-in-show-details {
  display: inline-block;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #ffffff;
  border: 1px #4f4e4f solid;
  padding: 8px;
  line-height: 21px;
  margin: 0 10px 20px 0;
}
.ent_m209 .tune-in-show-property-link,
.ent_m209 .tune-in-homepage-link {
  color: #ffffff;
}
.ent_m209 .player_meta {
  border-top: 2px solid #4f4e4f;
  padding-top: 11px;
  color: #ffffff;
}
.ent_m209 .player_meta .season_info {
  display: inline;
  color: #ff61a8;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.ent_m209 .player_meta .player_parent-title {
  font-size: 2.25em;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 22px;
  margin-bottom: 4px;
}
.ent_m209 .player_meta .player_video-title {
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: white;
  padding-bottom: 11px;
}
.ent_m209 .player_meta .player_description {
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  margin: 3px 0 10px;
  font-size: 16px;
  line-height: 22px;
}
.ent_m209 .player_meta .player_display-date {
  color: #dee1e4;
  font-size: 1.4em;
  text-transform: lowercase;
}
.ent_m209 .player_meta .player_display-date:before {
  content: 'aired ';
}
.ent_m209 .meta-wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.ent_m209 .tve_locked_slate {
  display: block;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
}
.ent_m209 .tve_locked_slate .player_slate_content {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -20%);
}
.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-bottom: 30px;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_button {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 10px auto 140px auto;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
  border: 2px solid #FFF;
  padding: 7px 12px;
  cursor: pointer;
  width: 150px;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_button::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: opacity 0.4s ease;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_description {
  display: inline-block;
}
.ent_m209 .tve_locked_slate .player_slate_content .player_slate_link {
  text-decoration: none;
  color: #fff;
}
.ent_m209 .unavailable_slate {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 23%;
  text-align: center;
  font-size: 1.6rem;
  background-color: #1E1E1E;
  color: #ffffff;
}
.ent_m209 .unavailable_slate h2 {
  font-family: UniversLTStd-BoldCn;
  font-size: 3.2rem;
}
@media screen and (max-width: 30em) {
  .ent_m209 .unavailable_slate h2 {
    font-size: 2rem;
  }
}
.ent_m209 .unavailable_slate .player_slate_description {
  margin: 0 4em;
}
@media screen and (max-width: 30em) {
  .ent_m209 .unavailable_slate .player_slate_description {
    display: none;
  }
}
.ent_m209 .player_tvProvider_holder .player_tvProvider {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
  right: 0;
}
.ent_m209 .player_tvProvider_holder .player_tvProvider_title {
  vertical-align: middle;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
}
.ent_m209 .player_tvProvider_holder .player_tvProvider_logo {
  display: inline-block;
  max-width: 110px;
  max-height: 50px;
  margin-left: 10px;
  vertical-align: middle;
}
.ent_m209 .overlay_headline,
.ent_m209 .overlay_button {
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 63.938em) {
  .ent_m209 .tve_locked_slate .player_slate_content .player_slate_button {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 47.938em) {
  .ent_m209 .tve_locked_slate .player_slate_content {
    top: 35%;
  }
  .ent_m209 .tve_locked_slate .player_slate_content .player_slate_title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 29.938em) {
  .ent_m209 .tve_locked_slate .player_slate_content {
    font-size: 16px;
    top: 25%;
  }
  .ent_m209 .tve_locked_slate .player_slate_content .player_slate_title {
    margin-bottom: 15px;
  }
  .ent_m209 .tve_locked_slate .player_slate_content .player_slate_button {
    margin-bottom: 15px;
    font-size: inherit;
    line-height: inherit;
    width: 100px;
  }
}
#ent_p025_-_syndicated_live_stream_tvland .edge-gui-content-metadata-artist {
  display: none;
}
#tier_1 {
  overflow-x: hidden;
  overflow-y: auto;
  background: #000000;
}
#tier_2 {
  overflow-x: hidden;
  overflow-y: auto;
  background: #282626;
}
#tier_3 {
  overflow-x: hidden;
  overflow-y: auto;
  background: #ff1f84;
}
#tier_4 {
  position: relative;
  overflow: hidden;
  background: #4f4e4f;
}
* #tier_4 {
  z-index: 2;
}
#tier_4 > :first-child > .module:first-child {
  padding-top: 30px;
}
#tier_4 > :last-child > .module:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 47.938em) {
  #tier_4:before {
    border-top-width: 200px;
    border-right-width: 200px;
  }
}
@media screen and (max-width: 30em) {
  #tier_4 > :first-child > .module:first-child {
    padding-top: 33px;
  }
  #tier_4 > :last-child > .module:last-child {
    padding-bottom: 43px;
  }
  #tier_4:before {
    border-top-width: 100px;
    border-right-width: 100px;
  }
}
#tier_5 {
  background-color: rgba(26, 26, 26, 0.7);
  overflow: auto;
}
#tier_6 {
  background-color: #000000;
  overflow: auto;
}
#tier_7 {
  background-color: #000000;
  overflow: auto;
}
#tier_8 {
  background: linear-gradient(180deg, #1c4559 0%, rgba(6, 42, 59, 0.9) 100%);
  overflow: auto;
}
#tier_9 {
  background-color: #4f4e4f;
  overflow: auto;
}
div[class$="_3_col"] .tier_wrapper {
  max-width: 1220px;
  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: 48em) {
  div[class$="_3_col"] div[id$="_lc"],
  div[class$="_3_col"] div[id$="_mc"] {
    width: 33%;
    float: left;
  }
}
@media (min-width: 48em) {
  div[class$="_3_col"] div[id$="_rc"] {
    float: right;
    width: 33%;
  }
}
div[class$="_2_col"] .tier_wrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
div[class$="_2_col"] .tier_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
@media (min-width: 48em) {
  div[class$="_2_col"] div[id$="_lc"] {
    width: 66%;
    float: left;
  }
}
@media (min-width: 48em) {
  div[class$="_2_col"] div[id$="_rc"] {
    float: right;
    width: 33%;
  }
}
.QSISlider div:nth-child(2) div {
  left: auto !important;
  right: 11px;
}
/* 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;
}
@-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%;
  }
}
.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-image: #133a82;
  position: absolute;
  /*.search_wrapper {
		display:none;
	}*/
  /*.search {
		display:none;
	}*/
}
.site_header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site_header a {
  text-decoration: none;
}
.site_header .search_wrapper {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
}
.site_header .search_btn {
  outline: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}
.site_header .search_btn::-ms-clear {
  display: none;
}
.site_header .search_btn:before {
  position: absolute;
  top: 13px;
  right: 13px;
  font-size: 1.5rem;
  line-height: 1;
  color: white;
}
.site_header .search_btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
  .site_header .search_btn {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
  }
  .site_header .search_btn:before {
    top: 8px;
    right: 8px;
  }
}
.site_header .preload_wrapper {
  z-index: -1;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in 0s;
  -moz-transition: opacity 1s ease-in 0s;
  -o-transition: opacity 1s ease-in 0s;
  transition: opacity 1s ease-in 0s;
}
.site_header .preload_wrapper.active {
  z-index: 1;
  opacity: 1;
}
.site_header .hide_search {
  display: none;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}
.site_header .hide_search:before {
  font-weight: bold;
}
.site_header .search_input {
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  font-size: 15px;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #ff1f84;
}
.site_header .search_input::-moz-placeholder {
  color: #ff1f84;
}
.site_header .search_input::-webkit-input-placeholder {
  color: #ff1f84;
}
.site_header .search_input:-ms-input-placeholder {
  color: #ff1f84;
}
.site_header .search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus::-moz-placeholder {
  color: transparent;
}
.site_header .search_input:focus:-ms-input-placeholder {
  color: transparent;
}
.site_header .search_input:focus {
  color: #ff1f84;
}
.site_header .slide_menu .search_input {
  color: #ff1f84;
}
.site_header .slide_menu .search_input::-moz-placeholder {
  color: #ff1f84;
}
.site_header .slide_menu .search_input::-webkit-input-placeholder {
  color: #ff1f84;
}
.site_header .slide_menu .search_input:-ms-input-placeholder {
  color: #ff1f84;
}
.site_header .slide_menu .search_input:focus::-webkit-input-placeholder {
  color: transparent;
}
.site_header .slide_menu .search_input:focus::-moz-placeholder {
  color: transparent;
}
.site_header .slide_menu .search_input:focus:-ms-input-placeholder {
  color: transparent;
}
.site_header .slide_menu .search_input:focus {
  color: #ff1f84;
}
.site_header .slide_menu .search_btn {
  color: #ff1f84;
}
.site_header .search .search_input {
  padding: 0 0 0 20px;
  width: 285px;
}
.site_header .top_inner {
  position: relative;
  max-width: 1220px;
  height: 50px;
  margin: auto;
}
.site_header .top_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -99999px;
  right: 100%;
  margin-right: -146px;
  height: 100%;
  background: #ff1f84;
}
.site_header .top_outer {
  z-index: 1000;
  width: 100%;
  background: #133a82;
  -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-image: linear-gradient(180deg, #272626 0%, #000000 100%);
  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 .see_all {
  background-color: transparent;
}
.site_header .see_all:hover {
  color: #ffffff;
  background-color: #133a82;
  border-color: #133a82;
}
.site_header .menu_holder {
  position: relative;
  margin: 0 65px 0 10px;
}
.site_header .menu_holder .hamburger {
  display: inline-block;
  font-size: 19px;
  line-height: 50px;
  color: #ff61a8;
  cursor: pointer;
  -webkit-transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .menu_holder .hamburger .icon:after {
  content: "\0049";
  display: inline-block;
  font-family: 'SpikeIcons-Regular';
  speak: none;
}
.site_header .menu_holder .hamburger:hover {
  color: #ffffff;
}
.site_header .menu_holder .page_overlay {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 2000;
  display: none;
}
.site_header .menu_holder .slide_menu {
  position: fixed;
  top: 0;
  background-color: #fff;
  height: 100%;
  z-index: 3000;
  overflow: hidden;
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: -340px;
  width: 340px;
}
.site_header .menu_holder .slide_menu .see_all {
  width: auto;
  margin: 13px 20px 20px;
}
.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: linear-gradient(180deg, #272626 0%, #000000 100%);
  font-family: 'UniversLTStd-BoldCnObl', Helvetica, Arial, sans-serif;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.site_header .menu_holder .slide_menu .side_navigation > li {
  line-height: 35px;
  min-height: 35px;
  position: relative;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout {
  padding: 0 0 0 20px;
  color: #c8c8c8;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
}
.site_header .menu_holder .slide_menu .side_navigation > li.provider_signout:hover {
  color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a {
  padding: 0 0 0 20px;
}
.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: 0px;
  overflow: hidden;
  background-color: #4f4e4f;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries a:not(.see_all) {
  position: relative;
  color: #c8c8c8;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries a:not(.see_all):hover {
  color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li .sub_entries a:not(.see_all):hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border: 7px solid;
  border-color: transparent transparent transparent #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  padding: 0 20px 0 30px;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated {
  position: relative;
  color: #ffffff;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated:before {
  position: absolute;
  left: 20px;
  height: 38px;
  bottom: 0;
}
.site_header .menu_holder .slide_menu .side_navigation > li.shows ul .top_rated a {
  padding-left: 47px;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a,
.site_header .menu_holder .slide_menu .side_navigation > li ul a {
  color: #c8c8c8;
  font-size: 18px;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.7s 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 {
  position: relative;
  right: -8px;
  font-size: 10px;
  color: #ff61a8 !important;
  -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 {
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.site_header .menu_holder .slide_menu .side_navigation > li > a:hover:after,
.site_header .menu_holder .slide_menu .side_navigation > li ul a:hover:after,
.site_header .menu_holder .slide_menu .side_navigation > li > a.highlighted:after,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.highlighted:after,
.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 {
  color: #ffffff;
}
.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);
}
.site_header .menu_holder .slide_menu .side_navigation > li > a.selected + .sub_entries,
.site_header .menu_holder .slide_menu .side_navigation > li ul a.selected + .sub_entries {
  max-height: 1000px;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer {
  margin: 0;
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer.withThumbnail {
  border: none;
  width: auto;
  height: auto;
  background: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .flux4Widget .userBar .authContainer .actionButton.loggedIn:after {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .label {
  padding: 0 0 0 20px;
  display: block !important;
  font: 17px/50px 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #c8c8c8;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:before {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
  display: block;
  content: "\0042";
  color: #c8c8c8;
  font-family: 'SpikeIcons-Regular';
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  width: auto;
  height: auto;
  font-size: 28px;
  line-height: 50px;
  border: none;
  margin: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .login .loggedIn .thumbWrapper {
  position: absolute;
  right: 15px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  .site_header .menu_holder .slide_menu .side_navigation .login.withThumbnail {
    background: none;
    border: none;
  }
}
.site_header .menu_holder .slide_menu .side_navigation .login .label,
.site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
  transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .menu_holder .slide_menu .side_navigation .login:hover .label,
.site_header .menu_holder .slide_menu .side_navigation .login:hover .loggedOut.sm4IconUser:after {
  color: #ffffff;
  transition: none;
  -webkit-transition: none;
}
.site_header .menu_holder .slide_menu .side_navigation .login .userBar + .userBar {
  display: none;
}
.site_header .menu_holder .slide_menu .side_navigation .social {
  height: 200px;
}
.site_header .menu_holder .slide_menu .side_navigation .social:before {
  content: "Follow us on";
  display: block;
  margin: 6px 10px 0;
  padding-left: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #c8c8c8;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a {
  float: left;
  margin: 0 0 0 18px;
  padding: 0;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a:first-child {
  margin-left: 20px;
}
.site_header .menu_holder .slide_menu .side_navigation .social > a .icon {
  font-size: 29px;
}
.site_header .logo,
.site_header .site_logo {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-left: 16px;
  vertical-align: top;
  cursor: pointer;
}
.site_header .logo .icon,
.site_header .site_logo .icon {
  color: #ffffff;
  vertical-align: top;
}
.site_header .logo .icon:before,
.site_header .site_logo .icon:before {
  content: "";
  background-image: url('/sitewide/images/common/tvland_logo.png');
  background-size: 117px 39px;
  background-repeat: no-repeat;
  width: 117px;
  height: 39px;
  margin-top: 7px;
}
.site_header .show_logo {
  z-index: 1;
  position: relative;
  margin-left: 4px;
  color: #d3d7db;
  -webkit-transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .show_logo:hover {
  color: #ff1f84;
  -webkit-transition: none;
  transition: none;
}
.site_header .show_logo.long_title {
  line-height: 20px;
}
.site_header .show_logo.long_title .wrapper {
  display: table;
  height: 50px;
}
.site_header .show_logo.long_title .title {
  font-size: 24px;
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
}
.site_header .show_logo .title {
  display: block;
  margin: 0;
}
.site_header .show_logo,
.site_header .new_eps_info {
  font: 29px/50px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.site_header .new_eps_info {
  display: none;
  padding-left: 10px;
  color: #ffffff;
}
.site_header .new_eps_info br {
  display: none;
}
.site_header .site_menu_wrapper,
.site_header .show_menu_wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site_header .site_menu_wrapper.active,
.site_header .show_menu_wrapper.active {
  z-index: 1100;
}
.site_header .site_menu_wrapper .site_menu_inner,
.site_header .show_menu_wrapper .site_menu_inner {
  max-width: 1220px;
  margin: 0 auto;
}
.site_header .show_menu_wrapper.active .show_menu_btn span[data-graphics]:before {
  content: 'v';
}
.site_header .show_menu_btn {
  display: none;
  width: 100px;
  height: 50px;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 50px;
  color: #666;
  cursor: pointer;
}
.site_header .show_menu_btn:first-letter {
  text-transform: uppercase;
}
.site_header .show_menu_btn span:before {
  padding: 1px 0 0 6px;
  font-size: 9px;
  font-weight: inherit;
  vertical-align: top;
}
.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: 24px;
}
.site_header .show_menu > li > a,
.site_header .main_nav > li > a {
  color: #ffffff;
  display: block;
  font-family: UniversLTStd-BoldCnObl;
}
.site_header .show_menu > li > a.has_arrow:after,
.site_header .main_nav > li > a.has_arrow:after {
  text-transform: none;
  display: inline-block;
  font-family: 'SpikeIcons-Regular';
  color: #ff61a8;
  speak: none;
  font-weight: 900;
  content: "V";
  position: relative;
  top: -2px;
  left: 7px;
  font-size: 9px;
  line-height: 13px;
}
.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);
  color: #ff61a8;
}
.site_header .show_menu > li.social,
.site_header .main_nav > li.social {
  padding: 0 10px;
  height: 50px;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a {
  color: #c8c8c8;
  line-height: 50px;
  padding: 0 0 0 12px;
}
.site_header .show_menu > li.social a,
.site_header .main_nav > li.social a,
.site_header .show_menu > li.social .top_flux_userbar,
.site_header .main_nav > li.social .top_flux_userbar {
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  vertical-align: top;
}
.site_header .show_menu > li.social a:hover,
.site_header .main_nav > li.social a:hover,
.site_header .show_menu > li.social .top_flux_userbar:hover,
.site_header .main_nav > li.social .top_flux_userbar:hover {
  background: none;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.site_header .show_menu > li.social a .label,
.site_header .main_nav > li.social a .label,
.site_header .show_menu > li.social .top_flux_userbar .label,
.site_header .main_nav > li.social .top_flux_userbar .label {
  display: none;
}
.site_header .show_menu > li.social a + .top_flux_userbar,
.site_header .main_nav > li.social a + .top_flux_userbar {
  padding: 0 0 0 20px;
}
.site_header .show_menu > li.social .userBar + .userBar,
.site_header .main_nav > li.social .userBar + .userBar {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer {
  padding: 0;
  border: 0;
  margin: 0;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:before,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:before {
  content: "\0042";
  font-family: 'SpikeIcons-Regular';
  color: #c8c8c8;
  font-size: 30px;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:after,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:after {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before {
  color: #ffffff;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .actionButton,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .actionButton {
  font-size: 24px;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .actionButton.loggedIn:before,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .actionButton.loggedIn:before {
  content: "";
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
.site_header .show_menu > li.social .flux4Widget .userBar .authContainer .thumbWrapper,
.site_header .main_nav > li.social .flux4Widget .userBar .authContainer .thumbWrapper {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .site_header .show_menu > li.social .flux4Widget .userBar .authContainer.withThumbnail,
  .site_header .main_nav > li.social .flux4Widget .userBar .authContainer.withThumbnail {
    background: none;
    border: none;
  }
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut a,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut a {
  display: none;
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:before,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:before {
  content: "\0042";
  font-family: 'SpikeIcons-Regular';
  margin-top: 2px;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .show_menu > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:hover:before,
.site_header .main_nav > li.social .flux4Widget .userBar .myStuffElement .elementContainer .elementContent .loggedOut:hover:before {
  color: #ffffff;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu > li.social .btm .flux4Widget .userBar .elementTitle.displayName,
.site_header .main_nav > li.social .btm .flux4Widget .userBar .elementTitle.displayName {
  display: none;
}
.site_header .show_menu > li.social .btm .flux4 .label,
.site_header .main_nav > li.social .btm .flux4 .label {
  display: none;
}
.site_header .show_menu {
  margin-left: -20px;
}
.site_header .show_menu > li {
  position: relative;
}
.site_header .show_menu > li a {
  padding: 0 18px;
}
.site_header .show_menu > li.active {
  color: #ff1f84;
  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.7s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  color: #c8c8c8;
}
.site_header .show_menu > li .sub_nav li a:hover {
  color: #ffffff;
  background: none;
  transition: none;
  -webkit-transition: none;
}
.site_header .show_menu .blog {
  width: auto;
  background: none;
}
.site_header .main_nav > li:not(.social) > a:before,
.site_header .show_menu > li:not(.social) > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  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 .main_nav > li.active > a,
.site_header .show_menu > li.active > a {
  font-weight: bold;
  color: #ffffff;
}
.site_header .main_nav > li:not(.social):hover > a:before,
.site_header .show_menu > li:not(.social):hover > a:before {
  transition: none;
  -webkit-transition: none;
  background-color: #ffffff;
}
.site_header .main_nav > li:not(.social):hover .menu_dropdown,
.site_header .show_menu > li:not(.social):hover .menu_dropdown {
  display: block;
}
.site_header .main_nav {
  margin-left: -10px;
}
.site_header .main_nav > li > a {
  position: relative;
  padding: 0 15px;
}
.site_header .main_nav > li.social {
  float: right;
}
.site_header .main_nav > li.active {
  background: #133a82;
}
.site_header .main_nav > li .current {
  color: #ff1f84;
  cursor: default;
}
.site_header .main_nav > li .current:hover {
  color: #ff1f84;
  background: transparent;
}
.site_header .main_nav > li .menu_dropdown {
  display: none;
  background-color: #000000;
  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: 1220px;
  overflow: hidden;
  padding: 20px 0 30px;
  position: relative;
}
.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%;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .links {
  float: left;
  margin-bottom: 10px;
}
.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: #ff1f84;
  font-size: 12px;
  padding-left: 10px;
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a {
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  width: 100%;
  color: #c8c8c8;
  font-size: 20px;
  line-height: 25px;
  padding: 20px 10px 10px 0;
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}
.site_header .main_nav > li .menu_dropdown > div .sidea .column > a:hover {
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}
.site_header .main_nav > li .menu_dropdown > div .sideb {
  background-color: linear-gradient(180deg, #272626 0%, #000000 100%);
  color: #c8c8c8;
  float: right;
  font-family: 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  font-size: 18px;
  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 {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.site_header .main_nav > li .menu_dropdown > div .sideb > span {
  display: block;
  padding: 10px;
  max-width: 295px;
}
.site_header .main_nav > li .menu_dropdown .see_all {
  float: left;
}
@media screen and (max-width: 1200px) {
  .site_header .main_nav {
    margin-left: 0;
  }
  .site_header .main_nav li.social {
    float: none;
    position: absolute;
    right: 0;
  }
}
.site_header .follow_widget {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #ffffff;
  cursor: pointer;
}
.site_header .follow_widget .favorite:before {
  display: inline-block;
  font-size: 28px;
  margin-top: 10px;
}
.site_header .follow_widget .hover_hint,
.site_header .follow_widget .tapped_hint {
  position: absolute;
  top: 0;
  right: 37px;
  font: 14px/50px 'NHaasGroteskTXW01-65Md', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: right;
  text-transform: capitalize;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
@media screen and (max-width: 75em) {
  .site_header .follow_widget .hover_hint,
  .site_header .follow_widget .tapped_hint {
    display: none;
  }
}
.site_header .follow_widget:hover .hover_hint {
  opacity: 1;
}
.site_header .follow_widget:hover .isFollowedByLoggedUser .tapped_hint,
.site_header .follow_widget.appear .isFollowedByLoggedUser .tapped_hint {
  opacity: 1;
  -webkit-transition: .8s;
  transition-duration: .8s;
}
.site_header .follow_widget .isFollowedByLoggedUser .hover_hint {
  opacity: 0;
}
/* STICKY HEADER */
.sticky_header[style] {
  -webkit-transform: none !important;
  transform: none !important;
}
.sticky_header .site_header {
  /*.search_wrapper {
			display:none;
		}*/
}
.sticky_header .site_header .top_outer {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
}
.sticky_header .site_header .bottom_outer,
.sticky_header .site_header .follow_widget {
  display: none;
}
.sticky_header .site_header .show_menu:hover .sub_nav {
  display: none;
}
.sticky_header .site_header .show_menu li.social {
  background: none;
  height: auto;
}
@media screen and (min-width: 641px) {
  .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:before {
    content: "";
    position: absolute;
    top: 46px;
    border-top: 4px solid #57b993;
    left: 0;
    right: 50px;
    width: auto;
  }
  .sticky_header .site_header .show_menu_wrapper:not(.active):before {
    border: 0;
  }
  .sticky_header .site_header .show_menu_wrapper.active {
    max-height: 600px;
  }
  .sticky_header .site_header .show_menu_wrapper:hover .show_menu_btn {
    font-weight: normal;
    color: #ff1f84;
    -webkit-transition: none;
    transition: none;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu_btn {
    z-index: 1001;
    position: relative;
    display: block;
    line-height: 50px;
    float: right;
    margin: 0 70px 0 0;
    color: #ff1f84;
    -webkit-transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
    transition: color 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu {
    position: relative;
    top: 0;
    color: #ff1f84;
    background: #000000;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li {
    display: block;
    float: none;
    font-size: 16px;
    line-height: 42px;
    margin: 0;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li a {
    -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:after {
    content: '' !important;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li a,
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social {
    padding: 0 40px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social {
    position: relative;
    top: 0;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social a {
    padding: 0;
    margin-right: 10px;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social a:hover {
    color: #ff1f84;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before {
    color: #ff1f84;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.active a {
    color: #ff1f84;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li.active a:before {
    top: 50%;
    bottom: auto;
    width: auto;
    height: auto;
    margin-top: -7px;
    border: 7px solid;
    border-color: transparent transparent transparent #57b993;
    background: none;
  }
  .sticky_header .site_header .show_menu_wrapper .show_menu li:not(.social):not(.active):hover a {
    color: #ff1f84;
  }
  .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 .show_menu_scroll_wrapper {
    max-height: 505px;
    width: 320px;
    margin: 50px 50px 0 0;
    border-top: 15px solid #000000;
    overflow: auto;
    clear: both;
  }
  .sticky_header .site_header .show_menu_scroll_wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 80px;
    height: 30px;
    background-color: #000000;
  }
  .sticky_header .site_header .show_menu_scroll_wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50px;
    border: 15px solid;
    border-color: #57b993 transparent transparent #57b993;
  }
  .sticky_header .site_header .show_menu_wrapper:not(.active) .show_menu_scroll_wrapper:before,
  .sticky_header .site_header .show_menu_wrapper:not(.active) .show_menu_scroll_wrapper:after {
    visibility: hidden;
  }
}
.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 {
  animation: global_sticky_enter 0.25s cubic-bezier(0, 0.78, 0.66, 1) 0s forwards;
  color: #ff1f84;
}
.sticky_header .site_header .site_menu_wrapper .social {
  display: none;
}
.triforce_rendered #background_holder {
  -webkit-transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  transition: left 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21);
  left: 0;
}
.slide_opened .menu_holder .slide_menu {
  left: 0;
}
@media screen and (max-width: 30em) {
  .slide_opened .menu_holder .slide_menu {
    left: 0 !important;
  }
}
.slide_opened .menu_holder .hamburger {
  opacity: 1;
  position: relative;
  z-index: 100;
}
.slide_opened #background_holder {
  left: 340px;
  position: relative;
}
.slide_opened #background_holder .sticky_header .top_outer {
  left: 340px;
}
.slide_opened #background_holder .hamburger .icon {
  color: #ff1f84;
}
.slide_opened #background_holder .page_overlay {
  top: 0;
  display: block;
}
.slide_opened #background_holder .slide_menu {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .show_logo {
    max-width: 515px;
  }
}
/*  BREAK POINTS
    TABLET: 1024px
    MOBILE: 640px | 480px
 */
/* TABLET */
@media screen and (max-width: 1024px) {
  .site_header {
    /*.search_wrapper {
			display:none;
		}*/
  }
  .site_header .full_logo_wrapper,
  .site_header .site_menu_wrapper {
    display: none;
  }
  .site_header .follow_widget {
    right: 69px;
  }
  .site_header .show_logo {
    max-width: 380px;
  }
  .site_header .top_inner:before {
    margin-right: -185px;
  }
  .site_header .show_menu_scroll_wrapper {
    max-height: 510px;
    border-top: 15px solid #000000;
    overflow: auto;
  }
  .site_header .show_menu_scroll_wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    height: 30px;
    background-color: #000000;
  }
  .site_header .show_menu_scroll_wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 15px solid;
    border-color: #57b993 transparent transparent #57b993;
  }
  .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;
    padding-bottom: 30px;
    line-height: 45px;
    max-height: 45px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  .site_header .show_menu_wrapper:before {
    content: "";
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    border-top: 4px solid #57b993;
  }
  .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;
    height: 45px;
    line-height: 44px;
  }
  .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 {
    color: rgba(26, 26, 26, 0.7);
    cursor: pointer;
  }
  .site_header .show_menu_wrapper.active .show_menu_btn {
    color: #ff1f84;
    background-color: #000000;
    font-weight: bold;
    width: 100%;
  }
  .site_header .show_menu li a {
    -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;
  }
  .site_header .show_menu li.social {
    background: none;
    padding-left: 20px;
    display: block;
  }
  .site_header .show_menu li.social a {
    display: inline-block;
    padding: 0 9px 0 0;
    margin: 0;
    line-height: 45px;
  }
  .site_header .show_menu li.social a + .top_flux_userbar {
    padding-left: 10px;
  }
  .site_header .show_menu li.social .flux4Widget .userBar .authContainer .loggedOut:before {
    line-height: 45px;
  }
  .site_header .show_menu li.social .flux4Widget .userBar .authContainer .loggedIn.actionButton:before {
    height: 45px;
  }
  .site_header .show_menu li:hover .sub_nav {
    display: none;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .actionButton {
    line-height: 40px;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .actionButton.loggedIn {
    line-height: 21px;
  }
  .site_header .show_menu .flux4Widget > .userBar .authContainer .label {
    line-height: 40px;
  }
  .site_header .show_menu {
    color: #ff1f84;
  }
  .site_header .show_menu li {
    float: none;
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 42px;
    background-color: #000000;
  }
  .site_header .show_menu li a,
  .site_header .show_menu li.social {
    padding: 0 20px;
  }
  .site_header .show_menu li:not(.social).active a {
    color: #ff1f84;
  }
  .site_header .show_menu li:not(.social).active a:before {
    top: 50%;
    bottom: auto;
    width: auto;
    height: auto;
    margin-top: -7px;
    border: 7px solid;
    border-color: transparent transparent transparent #57b993;
    background: none;
  }
  .site_header .show_menu li:not(.social):not(.active):hover a {
    color: #ff1f84;
  }
  .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%;
  }
  .site_header .bottom_outer {
    height: 45px;
  }
  .site_header .new_eps_info {
    padding-left: 5px;
  }
  .sticky_header .site_header .show_menu_wrapper {
    background: none;
  }
  .sticky_header .site_header .show_menu_wrapper.active .show_menu_btn {
    background: none;
    width: 100px;
  }
  .sticky_header .site_header .new_eps_info {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-height: 800px) {
  .site_header .show_menu_wrapper.active {
    max-height: 450px;
  }
  .site_header .show_menu_scroll_wrapper {
    max-height: 360px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 530px) {
  .site_header .show_menu_wrapper.active {
    max-height: 300px;
  }
  .site_header .show_menu_scroll_wrapper {
    max-height: 210px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 400px) {
  .site_header .show_menu_wrapper.active {
    max-height: 230px;
  }
  .site_header .show_menu_scroll_wrapper {
    max-height: 140px;
  }
}
/* MOBILE */
@media screen and (max-width: 640px) {
  .slide_opened #background_holder,
  .slide_opened #background_holder .sticky_header .top_outer {
    left: 280px;
  }
  .site_header .top_inner {
    height: 40px;
    padding-left: 0px;
  }
  .site_header .top_inner:before {
    margin-right: -150px;
  }
  .site_header .new_eps_info {
    display: none;
  }
  .site_header .follow_widget {
    top: 40px;
    right: 0;
    height: 45px;
    padding: 0 7px;
    line-height: 45px;
  }
  .site_header .follow_widget .favorite:before {
    font-size: 25px;
    color: #737373;
  }
  .site_header .site_logo,
  .site_header .logo {
    margin-left: 10px;
  }
  .site_header .show_logo {
    max-width: 138px;
  }
  .site_header .show_logo.long_title .wrapper {
    height: 40px;
  }
  .site_header .show_logo.long_title .title {
    line-height: 15px;
    font-size: 15px;
  }
  .site_header .show_logo.medium_title .wrapper {
    display: table;
    height: 40px;
  }
  .site_header .show_logo.medium_title .title {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
  }
  .site_header .show_logo .title {
    font-size: 20px;
    line-height: 40px;
  }
  .site_header .show_menu_wrapper {
    top: 40px;
  }
  .site_header .show_menu_wrapper .show_menu_btn {
    width: 100%;
  }
  .site_header .show_menu_wrapper.active .show_menu_btn {
    color: #ff1f84;
    background-color: #000000;
    cursor: pointer;
  }
  .site_header .show_menu_wrapper .show_menu li.social {
    position: relative;
    top: 0;
    padding-bottom: 11px;
    background: #000000;
  }
  .site_header .show_menu_wrapper .show_menu li.social a:hover,
  .site_header .show_menu_wrapper .show_menu li.social .flux4Widget .userBar .authContainer .loggedOut:hover:before {
    color: #ff1f84;
  }
  .site_header .menu_holder {
    margin-right: 40px;
  }
  .site_header .menu_holder .hamburger {
    line-height: 40px;
  }
  .site_header .menu_holder .hamburger .icon:after {
    content: "\0048";
  }
  .site_header .menu_holder .slide_menu {
    width: 280px;
  }
  .site_header .menu_holder .slide_menu .side_navigation > li ul a {
    padding: 0 10px 0 20px;
  }
  .site_header .menu_holder .slide_menu .side_navigation .social:before {
    padding-left: 10px;
  }
  .site_header .menu_holder .slide_menu .side_navigation .social > a:first-child {
    margin-left: 10px;
  }
  .site_header .menu_holder .slide_menu .side_navigation .login .label,
  .site_header .menu_holder .slide_menu .side_navigation .login .loggedOut.sm4IconUser:after {
    padding-left: 10px;
  }
  .site_header .menu_holder .slide_menu .side_navigation .login .loggedIn .thumbWrapper {
    padding-top: 10px;
  }
  .site_header .menu_holder .slide_menu .search .search_input {
    padding: 0 0 0 10px;
    width: 225px;
  }
  .site_header,
  .sticky_header .site_header {
    /*.search_wrapper {
			display:none;
		}*/
  }
  .site_header .logo .icon:before,
  .sticky_header .site_header .logo .icon:before,
  .site_header .site_logo .icon:before,
  .sticky_header .site_header .site_logo .icon:before {
    background-size: 97px 33px;
    width: 97px;
    height: 33px;
    margin-top: 5px;
  }
  .site_header .search_wrapper,
  .sticky_header .site_header .search_wrapper {
    width: 40px;
    height: 40px;
    /*.search_btn {
				margin: -5px;
				vertical-align: top;
			}*/
  }
  .site_header .search_wrapper .form_containment,
  .sticky_header .site_header .search_wrapper .form_containment {
    width: 40px;
    height: 40px;
  }
  .site_header .search_wrapper .search_input,
  .sticky_header .site_header .search_wrapper .search_input {
    width: 0px;
    transition: none;
    -webkit-transition: none;
  }
  .site_header .search_wrapper.opened,
  .sticky_header .site_header .search_wrapper.opened {
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    right: 40px;
  }
  .site_header .search_wrapper.opened .form_containment,
  .sticky_header .site_header .search_wrapper.opened .form_containment {
    width: 100%;
  }
  .site_header .search_wrapper.opened .search_btn,
  .sticky_header .site_header .search_wrapper.opened .search_btn {
    width: 50px;
  }
  .site_header .search_wrapper.opened .search_input,
  .sticky_header .site_header .search_wrapper.opened .search_input {
    width: 100%;
    height: 40px;
    margin-right: 45px;
    line-height: 40px;
  }
  .site_header .search_wrapper.opened .hide_search,
  .sticky_header .site_header .search_wrapper.opened .hide_search {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: -40px;
    display: block;
  }
  .sticky_header .site_header .show_menu_wrapper.active .show_menu_btn {
    background: #000000;
    width: 100%;
  }
  .sticky_header .site_header .bottom_outer {
    display: block;
    z-index: 1000;
    position: fixed;
    top: 40px;
    left: 0;
  }
}
/*
  SNAP CSS v.1.0.4
  versioned by Mike Valentine
  - added the MTV/snap variable definitions used in this code to the top of this file so the Events base CSS can pull in
    just the snap files and not be required to also pull in the MTV-shows CSS color variable definitions
*/
/* SPIKE Global Search */
.s_layouts_snapWrapper {
  /* SNAP Styles require box-sizing property to avoid issues */
  background: #000000;
  /* Will Be News */
}
.s_layouts_snapWrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 64.0625em) {
  .s_layouts_snapWrapper {
    background: #000000;
  }
}
.s_layouts_snapWrapper .s_layouts_snapTabs .s_layouts_snapTab {
  color: #f9f9f9;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  opacity: .4;
}
.s_layouts_snapWrapper .s_layouts_snapTabs .s_layouts_snapTab.active {
  opacity: 1;
}
.s_layouts_snapWrapper .s_layouts_snapHeader {
  color: #f9f9f9;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.s_layouts_snapWrapper .s_layouts_snapTabs,
.s_layouts_snapWrapper .s_layouts_snapHeader {
  font-size: 1.2vw;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapTabs,
  .s_layouts_snapWrapper .s_layouts_snapHeader {
    font-size: 24px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapMessage {
  color: #f9f9f9;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 7.8vw;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapMessage {
    font-size: 30px;
    margin: 20px 0;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
  background-color: transparent;
  color: #f9f9f9;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  padding: 1vw 0;
  outline-width: 0;
  border-bottom: 2px solid #f9f9f9;
  text-transform: uppercase;
  font-size: 40px;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput:focus {
  color: #f9f9f9;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapInput {
    padding: 5px 20px 0 0;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper.series_specific .s_layouts_snapInput {
  border-bottom: 2px solid #173c7f;
}
@media screen and (max-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapSearchWrapper {
    margin-top: 10px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_this_show,
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_whole_site {
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_this_show,
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_whole_site {
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding-top: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_this_show.highlight,
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_whole_site.highlight {
  color: #173c7f;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_this_show.highlight,
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_whole_site.highlight {
    color: #ffffff;
    background-color: #173c7f;
    border-color: #173c7f;
  }
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose {
  width: 37px;
}
.s_layouts_snapWrapper .s_layouts_snapInputWrapper .s_layouts_snapClose:after {
  content: "W";
  font-family: 'SpikeIcons-Regular';
  font-size: 24px;
  color: #f9f9f9;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper.series_specific .s_layouts_snapClose {
    bottom: 11px;
  }
}
@media screen and (max-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapInputWrapper.series_specific .s_layouts_snapClose {
    bottom: 20px;
  }
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapTabs,
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapHeader {
  font-size: 24px;
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapBadge {
  padding: 6px 6px 1px 5px;
  font-size: 2.8vw;
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle,
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle,
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapItemFight .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle,
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapItemVideo .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle,
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapItemEpisode .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle,
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapColumn .s_layouts_snapItemFight .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle {
  font-size: 1.8vw;
}
.s_layouts_snapWrapper.s_layouts_three_column .s_layouts_snapItemSeries .s_layouts_snapItemDetails {
  font-size: 4.2vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapInput {
  font-size: 6.5vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapTabs,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapHeader {
  font-size: 6.3vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapBadge {
  font-size: 4.3vw;
  padding: 6px 6px 3px 5px;
}
.s_layouts_snapWrapper a.s_layouts_snapItemLink.s_layouts_snapItemArticles:hover .s_layouts_snapItemDetailsContainer {
  background-color: #f9f9f9;
  color: #73c19f;
}
.s_layouts_snapWrapper .s_layouts_snapBadge {
  top: 0;
  left: 0;
  text-transform: uppercase;
  background-color: #173c7f;
  color: #f9f9f9;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapBadge {
    font-size: 20px;
    padding: 6px 6px 1px 5px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDuration {
  background-color: rgba(26, 26, 26, 0.7);
  color: #f9f9f9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.1vw;
  top: 3px;
  left: 3px;
  padding: 5px 7px;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDuration {
    font-size: 12px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails {
  font: 2vw/1 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #f9f9f9;
  text-transform: uppercase;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDetails {
    font-size: 32px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #edebed;
  margin-top: 3px;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle {
    font-size: 12px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle {
  color: #9c9c9c;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 3px;
  text-transform: uppercase;
}
@media screen and (min-width: 48.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle {
    font-size: 12px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemVideo:before,
.s_layouts_snapWrapper .s_layouts_snapItemEpisode:before,
.s_layouts_snapWrapper .s_layouts_snapItemFight:before {
  background: #000000;
  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,
.s_layouts_snapWrapper .s_layouts_snapItemFight .s_layouts_snapImageWrapper .image_holder:after {
  border-radius: 9px;
  color: #f9f9f9;
  content: "j";
  display: block;
  font: 3vw/1 'SpikeIcons-Regular';
  margin-top: -25px;
  margin-left: -25px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transition: opacity 0.2s ease;
  z-index: 3;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemVideo .s_layouts_snapImageWrapper .image_holder:after,
  .s_layouts_snapWrapper .s_layouts_snapItemEpisode .s_layouts_snapImageWrapper .image_holder:after,
  .s_layouts_snapWrapper .s_layouts_snapItemFight .s_layouts_snapImageWrapper .image_holder:after {
    font-size: 50px;
  }
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper .s_layouts_snapItemVideo:hover:before,
  .s_layouts_snapWrapper .s_layouts_snapItemEpisode:hover:before,
  .s_layouts_snapWrapper .s_layouts_snapItemFight: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,
.s_layouts_snapWrapper .s_layouts_snapItemFight:hover .image_holder:after {
  content: "j";
  opacity: 1;
}
.s_layouts_snapWrapper .s_layouts_snapItemVideo .s_layouts_snapItemTitle,
.s_layouts_snapWrapper .s_layouts_snapItemEpisode .s_layouts_snapItemTitle,
.s_layouts_snapWrapper .s_layouts_snapItemFight .s_layouts_snapItemTitle {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  margin-bottom: 3px;
  color: #edebed;
}
@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,
  .s_layouts_snapWrapper .s_layouts_snapItemFight .s_layouts_snapItemTitle {
    font-size: 14px;
  }
}
.s_layouts_snapWrapper .s_layouts_snapItemSeries .s_layouts_snapImageWrapper.no_image .image_holder {
  background-color: #1e0014;
}
.s_layouts_snapWrapper .s_layouts_snapItemSeries .s_layouts_snapImageWrapper.no_image .image_holder:before {
  background: rgba(0, 0, 0, 0.2);
}
.s_layouts_snapWrapper .s_layouts_snapItemSeries .s_layouts_snapItemDetails {
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
}
.s_layouts_snapWrapper .s_layouts_snapItemSeries .s_layouts_snapImageWrapper .image_holder:before {
  padding-top: 100%;
}
.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;
  background-color: #fff;
  border-top: 0 none;
  color: #1e0014;
  padding-bottom: 43.41%;
  height: 0;
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles .s_layouts_snapItemDetails .s_layouts_snapItemSubtitle {
  color: #1e0014;
  padding-top: 3px;
}
.s_layouts_snapWrapper .s_layouts_snapItemArticles .s_layouts_snapItemDetailsContainer {
  position: absolute;
  margin: 0;
  padding: 10px;
  height: 100%;
  left: 0;
  top: 0;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapBadge {
  top: 0;
  left: 0;
}
@media screen and (min-width: 30.0625em) {
  .s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemVideo:hover:before,
  .s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemEpisode:hover:before,
  .s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight:hover:before {
    content: '';
    opacity: 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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .s_layouts_snapImageWrapper .image_holder:after {
  font-size: 9.5vw;
  opacity: 1;
  margin-top: -4.5vw;
  margin-left: -4.5vw;
  padding: 1px 0;
}
@media screen and (max-width: 30.0625em) {
  .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,
  .s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .s_layouts_snapImageWrapper .image_holder:after {
    display: none;
  }
}
.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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .s_layouts_snapImageWrapper:after {
  background-color: transparent;
}
.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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .s_layouts_snapItemDuration {
  font-size: 12px;
  padding: 5px 7px;
}
.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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .s_layouts_snapItemDetails {
  align-items: flex-start;
  font-size: 3.8vw;
}
.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_snapItemFight .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,
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemFight .s_layouts_snapItemDetails .s_layouts_snapItemMetaTitle {
  font-size: 3.1vw;
}
.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_snapItemSeries .s_layouts_snapImageWrapper:after {
  background-color: rgba(0, 0, 0, 0.35);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemSeries .s_layouts_snapItemDetails {
  display: block;
  top: initial;
  padding: 0 10px 10px;
  text-align: left;
  font-size: 6.5vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapImageWrapper {
  width: 28.125%;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapImageWrapper .image_holder:before {
  padding-top: 100%;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapImageWrapper:before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapImageWrapper:after {
  content: '';
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapItemDetails {
  width: 72%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  border: 1px solid #1e0014;
  border-left: 0 none;
  padding: 0 10px 0 15px;
  font-size: 4vw;
  position: absolute;
  display: flex;
  align-items: center;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapItemDetails .s_layouts_snapItemTitle {
  overflow: hidden;
  max-height: 15.5vw;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles:hover .s_layouts_snapItemDetailsContainer {
  background-color: transparent;
  color: #1e0014;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapColumn .s_layouts_snapItemArticles .s_layouts_snapItemDetailsContainer {
  position: relative;
  padding: 0;
  height: auto;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapTabs .s_layouts_snapTab {
  padding-right: 0;
  padding-left: 0;
}
.s_layouts_snapWrapper.s_layouts_one_column .s_layouts_snapTabs .s_layouts_snapTab.active {
  padding-right: 0;
  padding-left: 0;
}
/* 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: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background: url(/sitewide/images/spinner.gif) no-repeat 100% 100%;
  background-size: 100%;
}
.loadingNextPage .s_layouts_snapResultsWrapper:after {
  content: "";
  bottom: .75%;
}
/* For blur of the page content */
@media screen and (min-width: 64.0625em) {
  /* For ie10 and above where blur filter is not supported, no transparency on overlay background */
  _:-ms-lang(x),
  .s_layouts_snapWrapper {
    background-color: #3a3a3a;
  }
}
/* For blur of the page content */
@media screen and (min-width: 64.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) 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 {
  background: url('/sitewide/search/keyicon.svg') no-repeat center;
  content: "\e900";
  font-size: 1.5rem;
  color: transparent;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 0px 8px;
  z-index: 50;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@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 {
  background: url('/sitewide/search/keyicon.svg') no-repeat center;
  content: "\e900";
  font-size: 1.6rem;
  color: transparent;
  position: absolute;
  top: 3px;
  right: 51%;
  padding: 0 8px;
  z-index: 50;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 30em) {
  body:not(.tve_auth) .s_layouts_snapItem div.tve_lock .tve_lock_mobile:after {
    display: block;
  }
}
body:not(.tve_auth) .s_layouts_one_column .s_layouts_snapItem div.tve_lock .tve_lock_desktop:after {
  content: "\e900";
  right: 51%;
}
.ent_tfv306 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 6000002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20%;
  overflow: auto;
  text-align: center;
}
.ent_tfv306 .module_content {
  position: relative;
  margin: 0 auto;
  padding: 5% 10%;
  background-color: #ff1f84;
}
.ent_tfv306 .collection_header {
  font: 30px/1.3 'UniversLTStd-BoldCn', 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: 30em) {
  .ent_tfv306 {
    padding: 10% 5%;
  }
}
.item_label,
.ent_m121 a .content div {
  font-family: 'UniversLTStd-UltraCn', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 12px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  color: #ffffff;
  background-color: #ff1f84;
  padding: 4px 6px 2px;
  margin-bottom: 5px;
}
.S002_line_list_header {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.S002_line_list_header.toggleable_module_trigger {
  cursor: pointer;
}
.S002_line_list_header .content {
  vertical-align: bottom;
  padding: 0 0 6px;
}
.S002_line_list_header .content .header_text {
  display: inline-block;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  padding-left: 0;
  font-size: 32px;
  line-height: 32px;
  transition: all 0.25s ease;
  color: #ffffff;
}
.open .S002_line_list_header .content .header_text {
  color: #ffffff;
}
.S002_line_list_header .content .header_text:hover {
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  color: #ffffff;
}
@media (max-width: 30em) {
  .S002_line_list_header .content .header_text {
    font-size: 26px;
  }
}
.S002_line_list_header .content .itemCount {
  display: inline-block;
  padding-left: 6px;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.open .S002_line_list_header .content .itemCount {
  color: #ffffff;
}
.S002_line_list_header .content .menu_button {
  display: inline-block;
  text-transform: none;
  font-family: 'SpikeIcons-Regular';
  font-size: 12px;
  padding: 10px 10px 0;
  color: #ffffff;
}
.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: 'V';
}
.S002_line_list_header .content .menu_button.open:after {
  text-transform: lowercase;
  content: 'v';
}
@media (max-width: 30em) {
  .S002_line_list_header .content .menu_button {
    display: none;
  }
}
@media (max-width: 30em) {
  .S002_line_list_header .content {
    padding: 0 0 3px;
  }
}
.S002_line_list_header .toggleable_header_icon {
  background-color: #67b9b2;
  height: 3px;
  position: absolute;
  right: 0;
  top: 17px;
  width: 22px;
  transition: all 0.5s ease;
}
.S002_line_list_header .toggleable_header_icon span {
  background-color: #67b9b2;
  display: block;
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.5s ease 0s;
  width: 22px;
}
@media (max-width: 30em) {
  .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: 2px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.S002_line_list_header .loading span {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgba(26, 26, 26, 0.7);
  -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 {
  display: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 38px;
  width: 250px;
  z-index: 100;
}
.S002_line_list_header .filter_list ul {
  list-style-type: none;
  padding-top: 23px;
  padding-bottom: 40px;
}
.S002_line_list_header .filter_list li {
  margin: 0 0 10px;
  position: relative;
  padding: 5px 20px 0;
  color: #ffffff;
  opacity: 0.5;
  text-transform: none;
  line-height: 16px;
  transition: all 0.2s ease;
}
.S002_line_list_header .filter_list li span {
  color: #ffffff;
  padding-left: 5px;
}
.S002_line_list_header .filter_list li.selected {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  opacity: 1.0;
}
.S002_line_list_header .filter_list li.selected:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border: 7px solid;
  border-color: transparent transparent transparent #ffffff;
}
.S002_line_list_header .filter_list li:hover {
  opacity: 1.0;
}
.S002_line_list_header .filter_list li:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border: 7px solid;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 30em) {
  .S002_line_list_header {
    margin-bottom: 15px;
  }
}
.S001_line_list_item {
  margin-bottom: 27px;
}
.S001_line_list_item .link_wrapper {
  display: block;
  color: inherit;
  text-decoration: none;
}
.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 .thumbnail_holder:before {
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.now_playing.S001_line_list_item .link_wrapper .thumbnail_holder:before {
  content: attr(data-nowPlayingText);
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  padding: 17% 0;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 30em) {
  .now_playing.S001_line_list_item .link_wrapper .thumbnail_holder:before {
    font-size: 26px;
  }
}
body:not(.tve_auth) .tve_locked.S001_line_list_item .link_wrapper .thumbnail_holder:before {
  content: "F";
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  padding: 17% 0;
  font: 50px/1.1 'SpikeIcons-Light';
  color: #ffffff;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
@media screen and (min-width: 30.0625em) {
  .S001_line_list_item .link_wrapper .thumbnail_holder:after {
    content: "j";
    opacity: 0;
    font-family: 'SpikeIcons-Light';
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    padding-top: 20%;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 0.2s ease;
  }
  .S001_line_list_item .link_wrapper .thumbnail_holder:hover:after {
    opacity: 1;
  }
  .now_playing.S001_line_list_item .link_wrapper .thumbnail_holder:hover:after {
    opacity: 0;
  }
  body:not(.tve_auth) .tve_locked.S001_line_list_item .link_wrapper .thumbnail_holder:hover:before {
    transition: background 0.2s ease;
    background: rgba(0, 0, 0, 0.5);
  }
  body:not(.tve_auth) .tve_locked.S001_line_list_item .link_wrapper .thumbnail_holder:hover:after {
    opacity: 0;
  }
}
.S001_line_list_item .link_wrapper a {
  color: inherit;
  text-decoration: none;
}
.S001_line_list_item .link_wrapper .thumbnail_holder {
  display: block;
  position: relative;
  margin-bottom: 10px;
  color: #000000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 30em) {
  .S001_line_list_item .link_wrapper .thumbnail_holder {
    width: 48.6%;
    float: right;
    min-height: 0;
  }
}
.S001_line_list_item .link_wrapper .item_label {
  background-color: #67b9b2;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-family: 'UniversLTStd-UltraCn', Helvetica, Arial, sans-serif;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: -0px;
  z-index: 50;
  margin-top: 0;
}
.S001_line_list_item .link_wrapper h3 {
  font-size: 18px;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  line-height: 22px;
  word-wrap: break-word;
}
.clip.S001_line_list_item .link_wrapper h3 {
  margin-bottom: 8px;
  line-height: 21px;
}
@media screen and (max-width: 30em) {
  .clip.S001_line_list_item .link_wrapper h3 {
    line-height: 17px;
  }
}
.S001_line_list_item .link_wrapper h3 span {
  display: inline;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #555555;
  margin: 0;
  padding-left: 7px;
}
.S001_line_list_item .link_wrapper ul {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.S001_line_list_item .link_wrapper ul li {
  display: inline;
  padding-left: 3px;
}
.S001_line_list_item .link_wrapper ul li:after {
  content: " \007C";
}
.S001_line_list_item .link_wrapper ul li:first-child {
  padding-left: 0;
}
.S001_line_list_item .link_wrapper ul li:last-child:after {
  content: "";
}
.S001_line_list_item .link_wrapper pre {
  color: #000000;
  font-size: 11px;
  display: none;
}
.S001_line_list_item .link_wrapper span {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 27px;
  display: inline-block;
}
.S001_line_list_item .link_wrapper p {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  margin: 4px 0 0;
}
@media screen and (max-width: 30em) {
  .now_playing .S001_line_list_item .link_wrapper .thumbnail_holder:before {
    padding-top: 14%;
  }
  .tve_locked .S001_line_list_item .link_wrapper .thumbnail_holder:before {
    font-size: 33px;
  }
  .S001_line_list_item .link_wrapper h3 {
    margin-right: 48.7%;
    padding-right: 15px;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .S001_line_list_item .link_wrapper h4 {
    margin-right: 48.7%;
    padding-right: 15px;
    font-size: 11px;
    margin-bottom: 0;
  }
  .S001_line_list_item .link_wrapper span {
    display: block;
  }
  .S001_line_list_item .link_wrapper pre {
    display: block;
  }
  .S001_line_list_item .link_wrapper p {
    clear: right;
    font-size: 16px;
  }
}
@media screen and (max-width: 30em) {
  .S001_line_list_item {
    width: 100%;
    padding-bottom: 25px;
    margin: 20px 0 0;
    border-bottom: 2px solid #9b9b9b;
  }
  .S001_line_list_item:first-of-type {
    margin: 0;
  }
}
.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: 1220px;
  margin: auto;
  padding: 70px 10px 0;
}
.massive_title {
  color: #ffffff;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 62px;
  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;
  color: #c8c8c8;
  font-family: 'UniversLTStd-LightCnObl', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  text-transform: uppercase;
}
@media screen and (min-width: 48.0625em) {
  .massive .overlay {
    background: linear-gradient(to right, #000000 3%, transparent 50%);
  }
}
@media screen and (max-width: 64em) {
  .massive_title {
    font-size: 77px;
  }
}
@media screen and (max-width: 48em) {
  .massive_title {
    font-size: 50px;
  }
  .massive_subtitle {
    margin-bottom: 5px;
    font-size: 25px;
  }
  .massive {
    height: 316px;
  }
  .massive .portrait_image {
    display: block;
  }
  .massive .landscape_image {
    display: none;
  }
  .massive .overlay {
    top: auto;
    bottom: 0;
    height: auto;
    text-align: center;
  }
  .massive .overlay_content {
    padding-top: 60px;
    background: linear-gradient(to top, #3a3a3a 5%, transparent 100%);
  }
}
.s_buttons_buttonWrapper {
  text-align: center;
}
.show_more_btn,
.ent_m045 .watch-now,
.site_header .see_all {
  box-sizing: border-box;
  border: 2px solid #9b9b9b;
  margin: 7px auto 10px;
  text-decoration: none;
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 40px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  -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;
}
.show_more_btn:hover,
.L001_line_list_load-more.s_buttons_button:hover {
  background: #ff61a8;
  border-color: #ff61a8;
}
.player_holder {
  position: relative;
  padding-top: 56.25%;
  clear: right;
}
.player_holder .video_player,
.player_holder iframe,
.player_holder object {
  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: #ff1f84;
}
.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/spinner.gif) no-repeat 100% 100%;
}
.meta_info {
  margin-top: 11px;
}
.meta_info a,
.meta_info li {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
.video_title {
  font-family: 'UniversLTStd-BoldCn', Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding-bottom: 11px;
  font-size: 28px;
  line-height: 34px;
}
.season_info {
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  color: #FFFFFF;
}
.season_info li {
  display: inline;
  padding-left: 3px;
}
.season_info li:after {
  content: " \00b7";
  font-weight: bold;
  padding-left: 3px;
}
.season_info li:first-child {
  padding-left: 0;
}
.season_info li:last-child:after {
  content: "";
}
.season_info,
.video_duration {
  font-size: 14px;
}
.video_description {
  color: #c8c8c8;
  font-family: Helvetica, Arial, sans-serif;
  margin: 3px 0 10px;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 48em) {
  .video_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 30em) {
  .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 {
  padding: 20px 0;
  border-bottom: 2px solid #4f4e4f;
  overflow: hidden;
}
.share_widget {
  margin-right: 70px;
}
.share_widget .flux4 {
  font-size: 0;
}
.share_widget .share_btn {
  cursor: pointer;
}
.share_widget .share .verticalView {
  border: 0;
  padding: 0;
}
.share_cta {
  margin-bottom: 10px;
  font: 13px/15px Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  line-height: 14px;
}
.comments_btn:before,
.share_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;
}
.comments_btn:hover:before,
.share_btn:hover:before {
  color: #ff1f84;
}
.share_btn {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.share_btn:last-child {
  margin-right: 0;
}
.has_icon:before,
.ent_m104 .social_feed .feedItem .logo_twitter:before,
.ent_m104 .social_feed .feedItem .logo_facebook:before,
.ent_m108 .sbSelector:after,
.ent_tfv306 .close:before {
  font-size: 50px;
}
.comments_btn {
  float: right;
  text-decoration: none;
}
@media screen and (max-width: 30em) {
  .share_cta {
    display: none;
  }
  .share_wrapper {
    padding: 15px 0;
  }
  .share_btn {
    width: 38px;
    margin-right: 15px;
  }
  .has_icon:before,
  .ent_m104 .social_feed .feedItem .logo_twitter:before,
  .ent_m104 .social_feed .feedItem .logo_facebook:before,
  .ent_m108 .sbSelector:after,
  .ent_tfv306 .close:before {
    font-size: 38px;
  }
}
.slate_holder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  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.75);
}
.tve_locked_slate {
  display: none;
  font-family: Helvetica, Arial, sans-serif;
}
.tve_locked .tve_locked_slate {
  display: block;
}
.tve_locked_slate .slate_headline {
  margin: 150px auto 30px;
}
.tve_locked_slate .slate_btn {
  margin: 0 auto 150px auto;
}
.tve_locked_slate .slate_description {
  padding-right: 5px;
  display: inline;
}
.unsupported_slate .slate_content {
  max-width: 65%;
  text-align: left;
}
.unsupported_slate .slate_headline {
  font: 18px 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ff1f84;
}
.unsupported_slate .slate_description {
  display: inline;
  font: 32px 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.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 {
  box-sizing: border-box;
  display: block;
  width: 150px;
  margin: 20px auto 15px;
  font: 20px/1 'TradeGothicW01-BoldCn20_675334', Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 20px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (max-width: 60em) {
  .slate_headline {
    max-width: 500px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 48em) {
  .tve_locked_slate .slate_content:before {
    font-size: 33px;
    padding-bottom: 10px;
  }
  .tve_locked_slate .slate_headline {
    margin: 70px auto 30px;
  }
  .tve_locked_slate .slate_btn {
    margin: 0 auto 70px auto;
  }
  .tve_locked_slate .slate_description {
    display: inline;
  }
  .slate_description {
    padding: 25px 0 0 0;
    font-size: 18px;
  }
  .slate_btn {
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 30em) {
  .tve_locked_slate .slate_content:before {
    font-size: 25px;
  }
  .tve_locked_slate .slate_description {
    padding-right: 5px;
    padding-top: 5vw;
    display: block;
  }
  .tve_locked_slate .slate_btn {
    margin: 0 auto;
  }
  .tve_locked_slate .slate_headline {
    margin: 3vw auto 3vw;
  }
  .slate_headline {
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .slate_description {
    padding-right: 5px;
    font-size: 14px;
  }
  .slate_link {
    font-size: 16px;
  }
  .slate_btn {
    width: 110px;
    margin: 0 auto 5px auto;
    font-size: 12px;
  }
}
.promo_preview {
  position: relative;
  font: 17px 'NHaasGroteskDSW01-35XLt', 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: 150px;
  height: 150px;
  margin: -75px;
  background: url(/sitewide/images/sprites/play_icon.png);
  background-size: cover;
}
.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 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: 'SpikeIcons-Regular';
  color: #57b993;
}
.promo_cta:hover {
  color: #57b993;
}
.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: linear-gradient(-180deg, transparent 0%, #ffffff 80%);
  /* W3C */
  content: "";
  height: 80px;
  width: 100%;
}
.article_body {
  margin-top: 25px;
  line-height: 1.585;
}
.article_title {
  font: 24px 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  color: #000000;
}
.article_byline,
.article_date,
.article_read_more {
  color: #57b993;
}
.article_byline,
.article_date {
  font-size: 14px;
}
.article_byline + .article_date:before {
  content: "\2022";
  padding: 0 7px;
}
.article_read_more {
  font-family: 'NHaasGroteskDSW01-95Blk', 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);
    transform: scale(1.2);
  }
  .video_preview .promo_body:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .promo_preview {
    width: 100%;
  }
  .promo_preview .overlay {
    box-sizing: border-box;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .promo_preview .overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .promo_preview .overlay_content {
    display: inline-block;
    max-width: 40%;
    vertical-align: middle;
  }
  .promo_2x1 .promo_preview .overlay_content {
    max-width: none;
  }
  .preview_title {
    margin-bottom: 4px;
    font: 24px/1 'NHaasGroteskDSW01-95Blk', Helvetica, Arial, sans-serif;
  }
  .preview_subtitle {
    margin-bottom: 12px;
    font-size: 14px;
    color: #57b993;
    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: 63.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: 30em) {
  .video_preview .promo_body:before {
    width: 54px;
    height: 54px;
    font-size: 26px;
    line-height: 54px;
    border-width: 3px;
    margin: -30px;
  }
}
.series_mini_promo {
  min-height: 250px;
  background-color: #000000;
  margin: 0;
}
.series_mini_promo.module {
  max-width: 100%;
}
.series_mini_promo .ad_300x250 {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  margin: 30px;
}
.series_mini_promo.module_content {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
.series_mini_promo .image_holder {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.series_mini_promo .image_holder:before {
  padding-top: 0;
}
.series_mini_promo .mini_promo {
  display: block;
  position: relative;
  height: 310px;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 30.0625em) {
  .series_mini_promo .mini_promo {
    font-size: 0;
  }
  .series_mini_promo .mini_promo:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}
.series_mini_promo .mini_promo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 3%, transparent 50%);
}
.series_mini_promo .mini_promo .promo_headline .count {
  color: #c8c8c8;
}
.series_mini_promo .promo_headline {
  z-index: 1;
  position: relative;
  display: inline-block;
  font-size: 38px;
  margin-left: 27px;
  margin-bottom: 50px;
  text-align: left;
  vertical-align: bottom;
  font-family: 'UniversLTStd-LightCnObl', Helvetica, Arial, sans-serif;
  color: #c8c8c8;
  font-weight: 300;
  line-height: 46px;
}
.series_mini_promo .promo_headline .promo_show_title {
  color: #ffffff;
  font-family: 'UniversLTStd-LightCn', Helvetica, Arial, sans-serif;
  font-size: 72px;
  line-height: 48px;
}
.series_mini_promo .promo_headline:before {
  content: "";
  display: block;
  background: url("/sitewide/images/sprites/play_icon.png") no-repeat;
  background-size: contain;
  padding-bottom: 12px;
  width: 78px;
  height: 78px;
}
@media screen and (max-width: 30em) {
  .series_mini_promo .promo_headline:before {
    margin: 0 auto;
  }
}
.series_mini_promo .count:before {
  content: ' ';
}
@media screen and (max-width: 48em) {
  .series_mini_promo .mini_promo {
    margin-right: 0;
  }
  .series_mini_promo .promo_headline {
    font-size: 47px;
  }
  .series_mini_promo .promo_headline:before {
    font-size: 99px;
  }
  .series_mini_promo .ad_300x250 {
    display: none !important;
  }
}
@media screen and (max-width: 30em) {
  .series_mini_promo {
    min-height: 360px;
  }
  .series_mini_promo .image_holder,
  .series_mini_promo .mini_promo {
    height: 360px;
  }
  .series_mini_promo .promo_headline {
    position: absolute;
    margin-left: 0;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 0 10px;
    font-size: 47px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .series_mini_promo .promo_headline:before {
    font-size: 75px;
  }
}
.social_promo {
  position: relative;
  cursor: pointer;
}
.social_promo,
.social_promo a {
  color: #ffffff;
  text-decoration: none;
}
.social_promo.twitter {
  background-color: #55acee;
}
.social_promo.facebook {
  background-color: #3b5998;
}
.social_promo.instagram {
  background-color: #3f729b;
}
.social_promo .has_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background 0.3s ease-out 0s;
  -moz-transition: background 0.3s ease-out 0s;
  -o-transition: background 0.3s ease-out 0s;
  transition: background 0.3s ease-out 0s;
}
.social_promo .has_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 87px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social_promo .cta_text {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  font: 15px/1 'NHaasGroteskTXW01-65Md', Helvetica, Arial, sans-serif;
  text-align: center;
}
@media screen and (min-width: 48.0625em) {
  .social_promo .cta_text,
  .social_promo .has_icon: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;
  }
  .social_promo .cta_text {
    top: 50%;
    left: 50%;
    bottom: auto;
    width: 100%;
    font-size: 15px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
  .social_promo:hover .cta_text {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .social_promo:hover .has_icon {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .social_promo:hover .has_icon:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .social_promo .cta_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 48em) {
  .social_promo .has_icon:before {
    font-size: 70px;
  }
  .social_promo .cta_text {
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.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 {
  float: right;
  padding: 10px 0;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width: 48em) {
  .tv_provider {
    font-size: 10px;
  }
}
.provider_logo {
  max-width: 110px;
  max-height: 50px;
  margin-left: 10px;
  vertical-align: middle;
}
.provider_text {
  vertical-align: middle;
}
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: 9989;
}
.module.ent_tfv306 .module_content {
  padding: 3% 5%;
}
.module.ent_tfv306 .module_content .close:before {
  color: #232323;
}
.module.ent_tfv306 .module_content .copy {
  font-size: 1.7rem;
}
.tveapp_wrap {
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  position: fixed;
  z-index: 9990;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  font-family: Helvetica, Arial, sans-serif;
  /*header*/
  /*content*/
  /*footer*/
  /*Search Box*/
  /****************************************/
  /*MVPD List*/
  /*Content*/
}
.tveapp_wrap .tveapp_header {
  width: 100%;
  border-top: 55px solid black;
  left: 0;
  text-align: center;
  table-layout: fixed;
  position: relative;
  z-index: 11;
}
.tveapp_wrap .tveapp_header .tveapp_button.tveapp_close {
  display: inline-block;
  text-indent: -9999px;
  border: none;
  background: transparent;
  position: absolute;
  top: -40px;
  right: 35px;
  padding: 0;
  width: 25px;
}
.tveapp_wrap .tveapp_header .tveapp_button.tveapp_close:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #4688d5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tveapp_wrap .tveapp_header .tveapp_button.tveapp_close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #4688d5;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tveapp_wrap .tveapp_header .tveapp_button.tveapp_close:hover {
  background-color: transparent;
}
.tveapp_wrap .tveapp_content {
  margin: 0 auto;
}
.tveapp_wrap .tveapp_content .tveapp_actions {
  display: none;
  font-size: 0;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 60px;
}
.tveapp_wrap .tveapp_content .tveapp_actions li {
  height: 80px;
  display: inline-block;
  width: 15%;
  font-size: 28px;
  line-height: 80px;
  text-align: center;
  color: transparent;
  position: relative;
}
.tveapp_wrap .tveapp_content .tveapp_actions li:nth-child(1) {
  background-color: #496a7a;
}
.tveapp_wrap .tveapp_content .tveapp_actions li:nth-child(1):after {
  content: '1';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  color: #fff;
}
.tveapp_wrap .tveapp_content .tveapp_actions li:nth-child(2) {
  background-color: #1c4559;
}
.tveapp_wrap .tveapp_content .tveapp_actions li:nth-child(2):after {
  content: '2';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  color: #fff;
}
.tveapp_wrap .tveapp_content .tveapp_actions li:nth-child(3) {
  background-color: #000;
}
.tveapp_wrap .tveapp_content .tveapp_actions li:nth-child(3):after {
  content: '3';
  position: absolute;
  left: 50%;
  margin-left: -5px;
  color: #fff;
}
.tveapp_wrap .tveapp_content .tveapp_actions li.tveapp_active {
  width: 70%;
  color: #fff;
}
.tveapp_wrap .tveapp_content .tveapp_actions li.tveapp_active:after {
  content: '';
}
.tveapp_wrap .tveapp_content .tveapp_description {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 80px;
  text-align: center;
}
.tveapp_wrap .tveapp_content .tveapp_searchBox {
  display: none;
}
.tveapp_wrap #tveapp_vipLogin .tveapp_footer {
  margin-top: 110px;
}
.tveapp_wrap .tveapp_footer {
  margin: 0 auto 35px;
  text-align: center;
}
.tveapp_wrap .tveapp_footer #extraMvpdWrapper {
  margin: 0 auto;
  margin-bottom: 25px;
}
.tveapp_wrap .tveapp_footer .tveapp_footbutton .viewAllProviders {
  margin: 0 auto;
  width: 320px;
  height: 60px;
  line-height: 60px;
  background-color: #1c4559;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
.tveapp_wrap .tveapp_footer .tveapp_footbutton .viewAllProviders:hover {
  background-color: #496a7a;
}
.tveapp_wrap .tveapp_button {
  transition: opacity 0.35s linear 0s;
}
.tveapp_wrap .tveapp_button:hover {
  opacity: 0.85;
}
.tveapp_wrap .tveapp_button img {
  display: none;
}
.tveapp_wrap .tveapp_button.tveapp_goBack {
  display: inline-block;
  text-indent: -9999px;
  border: none;
  background: transparent;
  position: absolute;
  top: -40px;
  left: 20px;
  padding: 0;
  width: 25px;
}
.tveapp_wrap .tveapp_button.tveapp_goBack:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 60%;
  top: 50%;
  left: 0;
  margin-top: 3px;
  background: #4688d5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tveapp_wrap .tveapp_button.tveapp_goBack:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 60%;
  top: 50%;
  left: 0;
  margin-top: -7px;
  background: #4688d5;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tveapp_wrap .tveapp_button.tveapp_goBack:hover {
  background-color: transparent;
}
.tveapp_wrap .tveapp_button.tveapp_learnMore {
  display: none;
}
.tveapp_wrap .tveapp_button.tveapp_signOut,
.tveapp_wrap .tveapp_button.tveapp_watchNow {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  float: none;
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  padding: 12px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.tveapp_wrap .tveapp_button.tveapp_watchNow {
  background-color: #000;
  margin-right: 20px;
}
.tveapp_wrap .tveapp_button.tveapp_signOut {
  background-color: #1c4559;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox .tveapp_wrapSearch {
  width: 693px;
  display: block;
  height: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox .tveapp_wrapSearch:after {
  content: 'M';
  font-family: 'SpikeIcons-Regular';
  font-size: 27px;
  left: 15px;
  color: #aaa;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 16px;
  width: 27px;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox .tveapp_wrapSearch .placeholder {
  color: #aaa;
  cursor: text;
  font-size: 20px;
  left: 50px;
  position: absolute;
  top: 16px;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox .tveapp_wrapSearch .tveapp_search {
  border: 1px solid #dfdfdf;
  color: #000;
  float: right;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 19px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 59px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated #extraMvpdWrapper {
  height: 307px;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_extraMvpdList {
  display: none;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated #providersWrapper {
  height: 364px;
  display: block;
}
.tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_footbutton {
  display: none;
}
.tveapp_wrap .tveapp_mSize .tveapp_header {
  padding-left: 35px;
  padding-right: 35px;
}
.tveapp_wrap .tveapp_spinner {
  display: none;
}
.tveapp_wrap .tveapp_container {
  position: absolute;
  z-index: 20001;
  left: 50%;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  width: 980px !important;
  padding: 0;
  margin-left: -490px !important;
  height: auto;
  top: auto;
  margin-top: 5%;
  font-size: 14px;
  line-height: 20px;
  min-height: 712px;
}
.tveapp_wrap .tveapp_container#tveapp_pleaseWait .tveapp_content {
  padding: 15px 13px;
}
.tveapp_wrap .tveapp_container#tveapp_selectProvider .tveapp_footer {
  max-width: 693px;
  margin: 0 auto 35px;
  position: relative;
}
.tveapp_wrap .tveapp_container#tveapp_selectProvider h4:after {
  font-family: Helvetica, Arial, sans-serif;
  content: "Get access to more full episodes by signing in with your TV provider";
}
.tveapp_wrap .tveapp_container ul,
.tveapp_wrap .tveapp_container li,
.tveapp_wrap .tveapp_container p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tveapp_wrap .tveapp_container p ins {
  display: inline-block;
  width: 100%;
}
.tveapp_wrap .tveapp_container h4:after,
.tveapp_wrap .tveapp_container .tveapp_button.tveapp_close:after {
  text-indent: 0;
  display: table-cell;
  vertical-align: middle;
}
.tveapp_wrap .tveapp_container a {
  cursor: pointer;
  box-sizing: border-box;
}
.tveapp_wrap div.tveapp_searchBox {
  height: 50px;
  padding: 0;
  position: relative;
  width: auto;
  display: block;
}
.tveapp_wrap .tveapp_providersList {
  overflow: hidden;
  overflow-y: auto;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-item,
.tveapp_wrap .tveapp_providersList .tveapp_pL-item-extra {
  float: left;
  width: 100%;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-link,
.tveapp_wrap .tveapp_providersList .tveapp_providerNotListedOpen {
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  width: 100%;
}
.tveapp_wrap .tveapp_providersList img,
.tveapp_wrap .tveapp_providersList span,
.tveapp_wrap .tveapp_providersList i {
  display: inline-block;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-link img {
  display: none;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-link span {
  display: inline-block;
}
.tveapp_wrap .tveapp_providersList i {
  width: 0;
  height: 100%;
  margin: 0;
}
.tveapp_wrap .tveapp_mSize .tveapp_footer {
  padding: 0 0 20px;
}
.tveapp_wrap .tveapp_sSize .tveapp_footer {
  padding: 0 0 10px;
}
.tveapp_wrap #providersWrapper {
  display: none;
  overflow: auto;
  position: absolute;
  z-index: 9;
  height: 347px;
  background: #ffffff;
  width: 100%;
  margin: -7px 0px;
  border: 1px solid #e6e6e6;
}
.tveapp_wrap .tveapp_searchActivated #providersWrapper {
  display: block;
  max-width: 691px;
}
.tveapp_wrap .tveapp_extraMvpdList {
  overflow: hidden;
}
.tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
  float: left;
}
.tveapp_wrap .tveapp_ePL img,
.tveapp_wrap .tveapp_ePL span,
.tveapp_wrap .tveapp_ePL i {
  display: inline-block;
  vertical-align: middle;
}
.tveapp_wrap .tveapp_ePL span {
  display: none;
}
.tveapp_wrap .tveapp_ePL i {
  width: 0;
  height: 100%;
}
.tveapp_wrap .tveapp_ePL img {
  display: inline-block;
  max-height: 60px;
  max-width: 90%;
}
.tveapp_wrap .tveapp_ePL-link {
  float: left;
  width: 140px;
  height: 70px;
  padding: 9px;
  text-align: center;
  border: solid 1px #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.tveapp_wrap .tveapp_header .tveapp_button {
  display: inline-block;
  padding: 5px;
  font-size: 1em;
  text-align: center;
}
.tveapp_wrap .tveapp_button.tveapp_learnMore {
  position: absolute;
  left: 10px;
  top: 10px;
}
.tveapp_wrap .tveapp_button.tveapp_close.tveapp_watchNow {
  position: static;
}
.tveapp_wrap .tveapp_box {
  position: relative;
  overflow: auto;
  max-height: 90%;
}
.tveapp_wrap .tveapp_mSize .tveapp_header,
.tveapp_wrap .tveapp_sSize .tveapp_header {
  border-bottom: solid 1px #000;
  background: #fff;
}
.tveapp_wrap .tveapp_xlSize .tveapp_header h4 {
  padding: 0 0 25px;
  font: 40px arial, helvetica, sans-serif;
}
.tveapp_wrap .tveapp_mSize .tveapp_header h4,
.tveapp_wrap .tveapp_sSize .tveapp_header h4 {
  padding: 12px 0;
  font-size: 20px;
}
.tveapp_wrap .tveapp_content {
  z-index: 10;
  position: relative;
}
.tveapp_wrap #mvpddivWrap.tveapp_content {
  overflow: auto;
  height: auto;
  bottom: 0;
}
.tveapp_wrap #mvpddivWrap.tveapp_content iframe {
  width: 100% !important;
}
.tveapp_wrap #tveapp_dontSeeUrMvpd .tveapp_content,
.tveapp_wrap #tveapp_success .tveapp_content {
  position: relative;
  z-index: 9;
  border: 0;
}
.tveapp_wrap .tveapp_infoImg {
  height: 85px;
  padding: 20px 0 0;
  text-align: center;
}
.tveapp_wrap .tveapp_infoImg img {
  max-width: 90%;
  max-height: 100%;
}
.tveapp_wrap .tveapp_brandLogo {
  display: none;
}
.tveapp_wrap .tveapp_content p {
  font-size: 16px;
}
.tveapp_wrap .tveapp_content p a {
  color: #39f;
  text-decoration: underline;
}
.tveapp_wrap .tveapp_content p a:hover {
  text-decoration: none;
}
.tveapp_wrap .tveapp_sSize .tveapp_content p {
  padding: 12px 20px 20px;
  font-size: 16px;
  text-align: center;
}
.tveapp_wrap .tveapp_indicator {
  display: inline-block;
  padding: 0 2px;
  border: solid 1px #000000;
}
.tveapp_wrap .tveapp_dontSeeUrMvpdMessage {
  margin-left: 44px;
  margin-top: 140px;
  font-family: Helvetica, Arial, sans-serif;
}
.tveapp_wrap .tveapp_dontSeeUrMvpdMessage h5 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  font-weight: 700;
}
.tveapp_wrap .tveapp_dontSeeUrMvpdMessage p {
  font-size: 28px;
}
.tveapp_wrap .tveapp_successMessage p {
  font-size: 16px;
}
.tveapp_wrap #tveapp_mvpdLogo img {
  display: inline-block;
  max-width: 220px;
}
.tveapp_wrap #tveapp_mvpdLogo img[alt="xfinity"] {
  background-color: #fafafa;
  height: 30px;
  max-width: none;
  overflow: hidden;
  padding-bottom: 100px;
  position: absolute;
  top: 0;
  width: -o-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.tveapp_wrap .tveapp_infoImg {
  display: none;
}
.tveapp_wrap .tveapp_successMessage h5 {
  font-size: 28px;
}
.tveapp_wrap .tveapp_search:focus,
.tveapp_wrap .tveapp_search:hover {
  color: #000;
}
.tveapp_wrap .tveapp_ePL-link {
  border: none;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-item {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
}
.tveapp_wrap .tveapp_providersList .tveapp_pL-link,
.tveapp_wrap .tveapp_providersList .tveapp_providerNotListedOpen {
  padding: 15px 10px;
  font-size: 18px;
  text-align: left;
}
.tveapp_wrap .tveapp_providersList li {
  display: table-cell;
}
.tveapp_wrap .tveapp_providersList li:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000000;
}
.tveapp_wrap .tveapp_searchBox .tveapp_searchButton {
  display: none;
}
.tveapp_wrap #extraMvpdWrapper {
  width: auto;
}
.tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
  width: 168px;
  overflow: auto;
  height: 112px;
  padding: 0;
  margin-bottom: 7px;
  margin-left: 7px;
}
.tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL:first-child,
.tveapp_wrap .tveapp_extraMvpdList li:nth-child(4n+1) {
  margin-left: 0;
}
.tveapp_wrap .tveapp_ePL-link {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-top: 1px solid #fafafa;
}
.tveapp_wrap .tveapp_ePL-link:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000000;
}
.tveapp_wrap .tveapp_pL-item-extra {
  display: block;
  width: 100%;
  float: left;
}
.tveapp_wrap #tveapp_providerNotListed:hover {
  color: #000;
}
.tveapp_wrap #tveapp_selectProvider .tveapp_footmessage {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  margin-left: -13px;
  margin-right: -13px;
  margin-top: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
.tveapp_wrap #tveapp_selectProvider .tveapp_footmessage .tveapp_24h {
  background-color: #ffffff;
  border: none;
  float: right;
  font-size: 16px;
  margin-right: 15px;
  text-transform: uppercase;
}
.tveapp_wrap .tveapp_searchActivated .tveapp_searchBox {
  display: block;
}
/*Sign Out screens, success screen*/
#tveapp_signOut.tveapp_container .tveapp_content,
#tveapp_success.tveapp_container .tveapp_content,
#tveapp_elvisSuccess.tveapp_container .tveapp_content,
#tveapp_elvisSignOut.tveapp_container .tveapp_content {
  margin: 0 auto;
  padding-top: 110px;
  text-align: center;
}
#tveapp_signOut.tveapp_container .tveapp_content h5,
#tveapp_success.tveapp_container .tveapp_content h5,
#tveapp_elvisSuccess.tveapp_container .tveapp_content h5,
#tveapp_elvisSignOut.tveapp_container .tveapp_content h5 {
  display: block;
  font-size: 40px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  height: auto;
  padding-bottom: 20px;
}
#tveapp_signOut.tveapp_container .tveapp_content p,
#tveapp_success.tveapp_container .tveapp_content p,
#tveapp_elvisSuccess.tveapp_container .tveapp_content p,
#tveapp_elvisSignOut.tveapp_container .tveapp_content p {
  margin-bottom: 40px;
}
#tveapp_signOut.tveapp_container .tveapp_content p strong,
#tveapp_success.tveapp_container .tveapp_content p strong,
#tveapp_elvisSuccess.tveapp_container .tveapp_content p strong,
#tveapp_elvisSignOut.tveapp_container .tveapp_content p strong {
  font-size: 28px;
}
#tveapp_signOut.tveapp_container .tveapp_content #tveapp_signOutMvpdLogo,
#tveapp_success.tveapp_container .tveapp_content #tveapp_signOutMvpdLogo,
#tveapp_elvisSuccess.tveapp_container .tveapp_content #tveapp_signOutMvpdLogo,
#tveapp_elvisSignOut.tveapp_container .tveapp_content #tveapp_signOutMvpdLogo,
#tveapp_signOut.tveapp_container .tveapp_content #tveapp_mvpdLogo,
#tveapp_success.tveapp_container .tveapp_content #tveapp_mvpdLogo,
#tveapp_elvisSuccess.tveapp_container .tveapp_content #tveapp_mvpdLogo,
#tveapp_elvisSignOut.tveapp_container .tveapp_content #tveapp_mvpdLogo {
  margin-bottom: 50px;
}
#tveapp_signOut.tveapp_container .tveapp_content p,
#tveapp_success.tveapp_container .tveapp_content p {
  font-size: 15px;
}
#tveapp_elvisSuccess .tveapp_elvis_buttons_list li,
#tveapp_elvisSignOut .tveapp_elvis_buttons_list li {
  margin-bottom: 40px;
}
@media (max-width: 979px) {
  body.tveapp_modalOpened {
    position: fixed;
  }
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL:first-child,
  .tveapp_wrap .tveapp_extraMvpdList li:nth-child(4n+1) {
    margin-left: 2%;
  }
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL:first-child,
  .tveapp_wrap .tveapp_extraMvpdList li:nth-child(3n+1) {
    margin-left: 0;
  }
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
    width: 32%;
    margin-left: 2%;
  }
  .tveapp_wrap .tveapp_back {
    background-color: #ffffff;
  }
  .tveapp_wrap .tveapp_header .tveapp_button.tveapp_close {
    font-size: initial;
  }
  .tveapp_wrap .tveapp_elvis_buttons_list li {
    font-size: 2.3rem;
  }
  .tveapp_wrap .tveapp_container {
    width: 100% !important;
    margin-left: auto !important;
    left: auto !important;
    margin-top: 0;
  }
  .tveapp_wrap #providersWrapper {
    height: 100%;
    max-height: inherit;
    border: none;
    top: auto;
  }
  .tveapp_wrap .tveapp_content {
    border-bottom: none;
  }
  .tveapp_wrap .tveapp_footer #providersWrapper {
    margin-top: 0;
    left: 1px;
    right: 1px;
  }
  .tveapp_wrap .tveapp_providersList .tveapp_pL-item,
  .tveapp_wrap .tveapp_providersList .tveapp_pL-item-extra {
    font-size: inherit;
  }
  .tveapp_wrap #tveapp_providerNotListed {
    font-size: 150%;
  }
}
@media (max-width: 800px) {
  .tveapp_wrap .tveapp_actions {
    display: none;
  }
  .tveapp_wrap .tveapp_content .tveapp_description {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 659px) {
  .tveapp_wrap {
    width: 100%;
  }
  .tveapp_wrap .tveapp_header h4 {
    padding-right: 20px;
  }
  .tveapp_wrap .tveapp_ePL img {
    max-width: 95%;
  }
  .tveapp_wrap .tveapp_content .tveapp_button {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
  }
  .tveapp_wrap #tveapp_elvisSuccess .tveapp_elvis_buttons_list li {
    margin-bottom: 0;
  }
  .tveapp_wrap .tveapp_container .tveapp_header .tveapp_button.tveapp_close:after {
    right: 10px;
  }
  .tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_content h4,
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4 {
    padding-left: 10px;
  }
  .tveapp_wrap .tveapp_container {
    width: 100%;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    font-size: 14px;
  }
  .tveapp_wrap .tveapp_infoImg {
    height: 50px;
    padding: 10px 0 0;
    text-align: center;
  }
  .tveapp_wrap #tveapp_iframeWrap.tveapp_container {
    float: left;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .tveapp_wrap #providersWrapper {
    height: auto;
    margin-left: 0;
    border-width: 1px 0 0;
  }
  .tveapp_wrap .tveapp_content {
    padding: 20px 10px 0;
  }
  .tveapp_wrap .tveapp_dontSeeUrMvpdMessage {
    margin-left: 12px;
    margin-top: 60px;
    text-transform: uppercase;
  }
  .tveapp_wrap .tveapp_dontSeeUrMvpdMessage h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .tveapp_wrap .tveapp_dontSeeUrMvpdMessage p {
    font-size: 12px;
  }
  .tveapp_wrap #tveapp_elvisLogin.tveapp_container .tveapp_elvis_buttons_list li,
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_elvis_buttons_list li,
  .tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_elvis_buttons_list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .tveapp_wrap #tveapp_elvisLogin.tveapp_container .tveapp_elvis_button[elvisby="mail"],
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_elvis_button[elvisby="mail"],
  .tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_elvis_button[elvisby="mail"] {
    padding-left: 0;
  }
  .tveapp_wrap #tveapp_elvisLogin.tveapp_container .tveapp_content h4,
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4,
  .tveapp_wrap #tveapp_elvisSignOut.tveapp_container .tveapp_content h4 {
    font-size: 3rem;
  }
  .tveapp_wrap #tveapp_elvisSuccess.tveapp_container .tveapp_content h4:after {
    font-size: 1.6rem;
  }
  .tveapp_wrap .tveapp_button.tveapp_learnMore {
    display: none;
  }
}
@media (max-width: 480px) {
  .tveapp_wrap .tveapp_container {
    height: 100%;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_description {
    display: none;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox {
    height: 40px;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox .tveapp_wrapSearch {
    width: 80%;
    margin-top: 10px;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox .tveapp_wrapSearch:after {
    left: inherit;
    right: 15px;
    font-size: 17px;
    color: #000;
    top: 11px;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox .tveapp_wrapSearch .tveapp_search {
    padding-left: 15px;
    background-color: #f2f2f2;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated .tveapp_searchBox .tveapp_wrapSearch .placeholder {
    font-size: inherit;
    left: 15px;
    top: 10px;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated #providersWrapper {
    height: auto;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated #providersWrapper .tveapp_providersList {
    overflow: hidden;
  }
  .tveapp_wrap .tveapp_container.tveapp_searchActivated #providersWrapper .tveapp_providersList .tveapp_pL-link {
    border: none;
    padding-left: 10%;
  }
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
    height: 80px;
  }
  .tveapp_wrap .tveapp_header {
    border-color: #f8f8f8;
  }
  .tveapp_wrap .tveapp_header h4 {
    margin-top: 0;
  }
  .tveapp_wrap .tveapp_header h4:after {
    font-size: 18px;
    line-height: 22px;
  }
  .tveapp_wrap .tveapp_content .tveapp_description {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
  }
  .tveapp_wrap .tveapp_content .tveapp_successMessage .tveapp_mvpdLogo {
    text-align: center;
  }
  .tveapp_wrap .tveapp_content .tveapp_successMessage p {
    text-align: center;
    display: block;
  }
  .tveapp_wrap .tveapp_content .tveapp_successMessage p .tveapp_button {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .tveapp_wrap .tveapp_content .tveapp_successMessage p:nth-child(3) {
    display: none;
  }
  .tveapp_wrap .tveapp_content .tveapp_button.tveapp_close,
  .tveapp_wrap .tveapp_content .tveapp_button.tveapp_signOut {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    width: 225px;
    display: block;
    text-align: center;
  }
  .tveapp_wrap .tveapp_content #iui-component .iui-top-large-space {
    margin-top: 10px;
  }
  .tveapp_wrap .tveapp_content #iui-component .iui-text-view {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .tveapp_wrap .tveapp_footer .tveapp_footbutton .viewAllProviders {
    width: 250px;
  }
  .tveapp_wrap .tveapp_footer .tveapp_footbutton.viewAllProviders {
    font-size: 16px;
    line-height: 18px;
    width: 200px;
  }
  .tveapp_wrap .tveapp_footer #providersWrapper {
    left: 0px;
    right: 0px;
  }
  .tveapp_wrap .tveapp_container .tveapp_button.tveapp_close:before {
    left: 15px;
  }
  .tveapp_wrap .tveapp_container .tveapp_button.tveapp_close:after {
    left: 15px;
  }
  .tveapp_wrap .tveapp_dontSeeUrMvpdMessage h5 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: inherit;
  }
  .tveapp_wrap .tveapp_dontSeeUrMvpdMessage p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid black;
  }
  #tveapp_signOut.tveapp_container .tveapp_content,
  #tveapp_success.tveapp_container .tveapp_content,
  #tveapp_elvisSuccess.tveapp_container .tveapp_content {
    padding-top: 30px;
    text-align: left;
    letter-spacing: 0;
  }
  #tveapp_signOut.tveapp_container .tveapp_content h5,
  #tveapp_success.tveapp_container .tveapp_content h5,
  #tveapp_elvisSuccess.tveapp_container .tveapp_content h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 0;
  }
  #tveapp_signOut.tveapp_container .tveapp_content p,
  #tveapp_success.tveapp_container .tveapp_content p,
  #tveapp_elvisSuccess.tveapp_container .tveapp_content p {
    text-align: left;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
  }
  #tveapp_signOut.tveapp_container .tveapp_content p strong,
  #tveapp_success.tveapp_container .tveapp_content p strong,
  #tveapp_elvisSuccess.tveapp_container .tveapp_content p strong {
    font-size: 12px;
  }
  #tveapp_signOut.tveapp_container .tveapp_content #tveapp_signOutMvpdLogo,
  #tveapp_success.tveapp_container .tveapp_content #tveapp_signOutMvpdLogo,
  #tveapp_elvisSuccess.tveapp_container .tveapp_content #tveapp_signOutMvpdLogo,
  #tveapp_signOut.tveapp_container .tveapp_content #tveapp_mvpdLogo,
  #tveapp_success.tveapp_container .tveapp_content #tveapp_mvpdLogo,
  #tveapp_elvisSuccess.tveapp_container .tveapp_content #tveapp_mvpdLogo {
    margin-bottom: 50px;
    text-align: center;
  }
  #tveapp_elvisSuccess .tveapp_content p {
    font-size: 12px;
  }
  #tveapp_elvisSuccess .tveapp_elvis_buttons_list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .tveapp_wrap .tveapp_extraMvpdList .tveapp_ePL {
    height: 64px;
  }
  .tveapp_wrap .tveapp_providersList .tveapp_pL-item .tveapp_pL-link,
  .tveapp_wrap .tveapp_providersList .tveapp_pL-item-extra .tveapp_pL-link {
    font-size: 14px;
    padding: 8px 15px;
  }
  .tveapp_wrap .tveapp_header h4 {
    max-width: 240px;
  }
  .tveapp_wrap .tveapp_header h4:after {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
  }
  .tveapp_wrap .tveapp_search {
    font-size: 11px;
    color: #808080;
    padding-left: 12px;
  }
  .tveapp_wrap .tveapp_footer .tveapp_footbutton .viewAllProviders {
    width: 210px;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
  }
  .tveapp_wrap div.tveapp_searchBox {
    height: 40px;
  }
  .tveapp_wrap .tveapp_wrapSearch:after {
    left: auto;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: black;
  }
}
/*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-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: 230px;
  min-height: 30px;
}
#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;
  }
}
#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-form input {
  background-color: #232323;
  border: none;
  color: #fff;
}
#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 .iui-form .iui-field-error {
  font-size: 1.3rem;
}
#iui-component .iui-form .iui-field-error,
#iui-component .iui-form .iui-no-label .iui-field-error {
  margin-bottom: 10px;
}
/*VIP*************************/
.linux_entity .ent_m045 .info .watch-now {
  padding-bottom: 4px;
}
.linux_entity .ent_m121 a .content a {
  padding-bottom: 4px;
}
.linux_entity .ent_m121 a .content h2 {
  padding-top: 5px;
  padding-bottom: 0px;
}
.linux_entity .ent_m122 .show_more_btn {
  padding-bottom: 4px;
}
.linux_entity .ent_m062 .module_content ul li a {
  padding-top: 4px;
}
.linux_entity .L001_line_list_load-more.s_buttons_button {
  padding-bottom: 4px;
}
.linux_entity .site_header .main_nav > li .menu_dropdown .see_all {
  padding-bottom: 4px;
}
.linux_entity .ent_m070 .site_header .show_logo .title {
  padding-top: 5px;
}
#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 ';
}
.balaMainContainer .balaTextContainer {
  font-weight: 400;
  font-size: 15px;
}
.balaMainContainer .balaImageContainer .balaCloseImage {
  filter: grayscale(100%);
}
@media screen and (max-width: 30em) {
  .balaMainContainer .balaMainContainer .balaTextContainer {
    font-size: 14px;
  }
}
.balaMainContainer {
  font-family: Helvetica;
}
.balaMainContainer a.balaLink {
  color: #FB2983;
}
