/* -------------------------------------------------------------------------------------------------- */
/* Global Styles ------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------- */
/* Color Scheme */
.video-js .vjs-play-progress, .video-js .vjs-volume-level, .rangeslider__fill, .nice-select, .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus, .funimation-played, .funimation-button {
  background-color: #9627ab !important; }

.funimation-icon-toggle-on, .funimation-p a, #funimation-exclusivity-message a, .funimation-exclusive-icon {
  color: #9627ab; }

.funimation-p {
  color: #ccc; }

.nice-select .list {
  background-color: #3f179a; }

/* Z-indexes */
#funimation-gradient {
  z-index: 100001; }

.vjs-dock-text {
  z-index: 100002; }

.video-js #funimation-control-play, .video-js .vjs-control-bar {
  z-index: 100003; }

.funimation-aip {
  z-index: 100004; }

#funimation-handle {
  z-index: 100005; }

#funimation-control-play {
  z-index: 100006; }

.funimation-popover {
  z-index: 100007; }

.funimation-overlay {
  z-index: 100008; }

.funimation-show-controls .vjs-control-bar, .funimation-bonus-popover {
  z-index: 100009; }

.funimation-show-controls .funimation-popover {
  z-index: 100010; }

/* ------------------------------------------------------------------------------- */
/* Brightcove Resets ------------------------------------------------------------- */
/* ------------------------------------------------------------------------------- */
/* Dock Text */
.video-js .vjs-dock-text {
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6) 25%, transparent 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 25%, transparent 100%);
  padding: 15px 25px 0 25px;
  position: relative; }

.funimation-small-embed .video-js .vjs-dock-text {
  padding-left: 51px; }

.video-js .vjs-dock-title, .video-js .vjs-dock-description, .vjs-text-track-display > div > div > div {
  font-family: "Open Sans";
  line-height: 1; }

.video-js .vjs-dock-description, .video-js .vjs-dock-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.video-js .vjs-dock-title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 5px; }

.funimation-small-embed .vjs-dock-title {
  font-size: 21px;
  line-height: 1; }

.video-js .vjs-dock-description {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.333; }

.funimation-small-embed .vjs-dock-description {
  font-size: 12px; }

.video-js .stars {
  margin: 7px 0 9px 0; }
  .video-js .stars > span {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    margin: 0 5px 0 0;
    position: relative; }
    .video-js .stars > span::before {
      color: grey;
      content: "\f005";
      font-family: FontAwesome; }
    .video-js .stars > span::after {
      color: #fdaa4c;
      font-family: FontAwesome;
      left: 0;
      position: absolute;
      top: 0; }
  .video-js .stars .half-star,
  .video-js .stars .full-star {
    height: 100%;
    margin: 0px;
    position: absolute;
    top: 0px;
    width: 50%;
    z-index: 10; }
  .video-js .stars .half-star {
    left: 0px; }
  .video-js .stars .full-star {
    right: 0px; }
  .video-js .stars.smaller-stars > span {
    font-size: 20px; }
    .video-js .stars.smaller-stars > span::after {
      top: 0; }
  .video-js .stars[data-rating=".5"] > span:first-child::after, .video-js .stars[data-rating="0.5"] > span:first-child::after {
    content: "\f089"; }
  .video-js .stars[data-rating="1"] > span:first-child::after, .video-js .stars[data-rating="1.0"] > span:first-child::after {
    content: "\f005"; }
  .video-js .stars[data-rating="1.5"] > span:first-child::after {
    content: "\f005"; }
  .video-js .stars[data-rating="1.5"] > span:nth-child(2)::after {
    content: "\f089"; }
  .video-js .stars[data-rating="2"] > span:nth-child(-n+2)::after, .video-js .stars[data-rating="2.0"] > span:nth-child(-n+2)::after {
    content: "\f005"; }
  .video-js .stars[data-rating="2.5"] > span:nth-child(-n+2)::after {
    content: "\f005"; }
  .video-js .stars[data-rating="2.5"] > span:nth-child(3)::after {
    content: "\f089"; }
  .video-js .stars[data-rating="3"] > span:nth-child(-n+3)::after, .video-js .stars[data-rating="3.0"] > span:nth-child(-n+3)::after {
    content: "\f005"; }
  .video-js .stars[data-rating="3.5"] > span:nth-child(-n+3)::after {
    content: "\f005"; }
  .video-js .stars[data-rating="3.5"] > span:nth-child(4)::after {
    content: "\f089"; }
  .video-js .stars[data-rating="4"] > span:nth-child(-n+4)::after, .video-js .stars[data-rating="4.0"] > span:nth-child(-n+4)::after {
    content: "\f005"; }
  .video-js .stars[data-rating="4.5"] > span:nth-child(-n+4)::after {
    content: "\f005"; }
  .video-js .stars[data-rating="4.5"] > span:nth-child(5)::after {
    content: "\f089"; }
  .video-js .stars[data-rating="5"] > span::after, .video-js .stars[data-rating="5.0"] > span::after {
    content: "\f005"; }
  .video-js .stars.postable {
    cursor: pointer; }

.video-js .vjs-dock-options {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin: 5px 0;
  text-transform: capitalize; }

.vjs-poster {
  background-size: cover !important;
  cursor: default; }

/* Big Play Button */
.video-js .vjs-big-play-button {
  display: none; }

/* Control Bar */
.video-js .vjs-control-bar, .vjs-ad-controls.vjs-ad-playing .vjs-control-bar.vjs-ad-control-bar {
  display: flex;
  height: 60px; }

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  transform: translateY(8em) !important;
  -webkit-transform: translateY(8em) !important;
  -o-transform: translateY(8em) !important;
  -ms-transform: translateY(8em) !important; }

.funimation-show-controls:not(.funimation-small-embed) .vjs-control-bar {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0); }

.vjs-control-bar.big-button-hide {
  display: none; }

.video-js .vjs-control-bar {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.7721463585) 15%, rgba(255, 255, 255, 0) 100%) !important; }

/* Control Buttons */
.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: none; }

#funimation-control-playback-ad {
  display: none; }

.video-js .vjs-running-time {
  position: absolute;
  top: -10px !important;
  right: 2%; }

/* Scrubber */
.video-js .vjs-progress-control {
  height: 5px !important;
  top: -5px !important;
  width: 88%;
  left: 2%; }
  @media screen and (min-width: 0px) and (max-width: 669px) {
    .video-js .vjs-progress-control {
      width: 80%; } }
  @media screen and (min-width: 670px) and (max-width: 809px) {
    .video-js .vjs-progress-control {
      width: 86%; } }
  @media screen and (min-width: 810px) {
    .video-js .vjs-progress-control {
      width: 88%; } }

.video-js .vjs-slider, .video-js .vjs-load-progress, .video-js .vjs-load-progress div {
  background-color: rgba(255, 255, 255, 0.5); }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  background-color: transparent; }

.video-js .vjs-time-tooltip, .video-js .vjs-running-time {
  background-color: transparent;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px !important;
  font-weight: 400;
  top: -156px; }

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control, .video-js.vjs-mouse .vjs-progress-control:hover {
  height: 5px;
  top: -5px;
  transition: none; }

.video-js .vjs-progress-holder {
  position: relative; }

.funimation-show-controls .vjs-progress-control, .funimation-show-controls #funimation-logo, .video-js .vjs-play-progress .vjs-time-tooltip {
  display: none !important; }

.video-js #funimation-progress {
  display: none !important; }

/* Loading Spinner */
.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  display: none; }

.vjs-loading-spinner {
  background-image: url("../img/funimation-player-loading.png");
  background-size: cover;
  border: none;
  display: block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

.video-js:not(.vjs-waiting):not(.vjs-seeking) .vjs-loading-spinner, .vjs-native .vjs-loading-spinner {
  display: none; }

/* Error Dialog */
.vjs-error-display {
  display: none; }

/* Text Tracks */
/*.vjs-text-track-display.subtitles > div > div > div {background-color:transparent !important;font-weight:900;-webkit-text-stroke:2px #000;-webkit-font-smoothing:antialiased;}*/
/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* FUNimation Styles ----------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* Global */
* {
  -webkit-font-smoothing: antialiased; }

.funimation-popover, #funimation-end-screen, .nice-select, .funimation-button, #funimation-share-url, #funimation-inactive-prompt, .funimation-p {
  font-family: "Open Sans"; }

a {
  text-decoration: none; }

.funimation-h1 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0; }

.funimation-small-embed .funimation-h1 {
  font-size: 24px; }

.funimation-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px; }

.funimation-p a {
  text-decoration: underline; }

.funimation-gray {
  color: #ccc;
  font-size: 12px; }

.funimation-clearfix:before, .funimation-.clearfix:after {
  content: "";
  display: table; }

.funimation-clearfix:after {
  clear: both; }

.funimation-clearfix {
  zoom: 1; }

.funimation-table {
  display: table;
  height: 100%;
  width: 100%; }

.funimation-cell {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%; }

.funimation-hidden {
  display: none !important; }

.nice-select {
  width: 100%; }

.nice-select .list {
  margin-top: 0; }

.nice-select, .nice-select .list {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.nice-select:after {
  border-color: #fff; }

.nice-select .option {
  font-weight: 700; }

.funimation-break {
  background-color: #ccc;
  border: none;
  display: inline-block;
  height: 2px;
  margin: 20px 0;
  width: 100%; }

.funimation-scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.funimation-button {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px; }

.funimation-button span {
  margin-left: 10px; }

.funimation-fade-in {
  opacity: 1;
  transition: opacity .2s;
  -o-transition: opacity .2s;
  -webkit-transition: opacity .2s; }

.funimation-fade-out {
  opacity: 0;
  transition: opacity .2s;
  -o-transition: opacity .2s;
  -webkit-transition: opacity .2s; }

.funimation-controls-left, .funimation-controls-right {
  display: table-cell; }

.funimation-controls-left {
  text-align: left;
  flex-basis: 50%;
  justify-content: flex-start; }

.funimation-controls-right {
  text-align: right;
  flex-basis: 50%;
  justify-content: flex-end; }

.funimation-show-controls #funimation-control-playback, .funimation-show-controls #funimation-control-back, .funimation-show-controls #funimation-control-forward {
  display: none; }

.funimation-control {
  cursor: pointer;
  display: inline-block;
  height: 70%;
  padding: 20px 0;
  text-align: center;
  width: 40px; }
  @media (min-width: 450px) {
    .funimation-control {
      width: 30px;
      margin: 0 10px; } }

.funimation-control:hover {
  color: #fff !important; }

.funimation-control span {
  font-size: 20px; }

.funimation-small-embed .funimation-large-only, .funimation-limited .funimation-large-only {
  display: none; }

.funimation-limited:not(.vjs-has-started) .vjs-control-bar {
  transform: translateY(74px);
  -webkit-transform: translateY(74px);
  -o-transform: translateY(74px);
  -ms-transform: translateY(74px); }

/* Scrubber */
#funimation-handle {
  display: inline-block;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -7px; }

#funimation-thumbnail {
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  bottom: 103px;
  box-shadow: 0 0 60px 0 #333;
  height: 90px;
  left: 0;
  position: absolute;
  width: 155px; }

#funimation-progress {
  color: #fff;
  display: none;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: -30px; }

.vjs-progress-control:hover #funimation-progress {
  display: inline-block; }

.funimation-aip {
  background-color: #efab44;
  border-radius: 50%;
  height: 9px;
  position: absolute;
  top: -2px;
  width: 9px; }

/* Under-controls Interface */
#funimation-gradient {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.vjs-has-started.not-hover #funimation-gradient {
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

#funimation-gradient {
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 25%, transparent 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 25%, transparent 100%);
  bottom: 0;
  height: 50%;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%; }

.video-js:not(.vjs-has-started) #funimation-gradient, .vjs-has-started.not-hover #funimation-gradient, .vjs-user-inactive #funimation-gradient {
  opacity: 0; }

#funimation-left-arrow {
  font-size: 26px;
  left: 20px;
  position: absolute;
  top: 28px; }

.funimation-small-embed #funimation-left-arrow {
  font-size: 20px; }

#funimation-control-play {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  top: 50%; }

.funimation-small-embed #funimation-control-play {
  margin: -30px 0 0 -30px; }

#funimation-control-play:hover {
  color: #fff !important; }

#funimation-control-play span {
  font-size: 100px; }

.funimation-small-embed #funimation-control-play span {
  font-size: 70px; }

.vjs-controls-disabled #funimation-control-play, .vjs-error #funimation-control-play, .vjs-has-started #funimation-control-play, .vjs-using-native-controls #funimation-control-play {
  display: none; }

#funimation-logo {
  display: inline-block;
  top: 20px;
  font-size: 20px;
  opacity: .5;
  position: absolute;
  right: 20px; }
  @media (max-width: 570px) {
    #funimation-logo {
      display: none; } }

.funimation-small-embed #funimation-logo {
  display: none; }

/* Popovers */
.funimation-popover {
  max-height: calc(100% - 97px); }

.funimation-popover, .vjs-has-started.not-hover .funimation-popover {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.funimation-popover {
  background-color: #fff;
  bottom: 78px;
  color: #000;
  left: 0;
  padding: 10px 20px;
  opacity: 1 !important;
  position: absolute; }
  @media (min-width: 992px) {
    .funimation-popover {
      padding: 20px; } }

.vjs-has-started.not-hover .funimation-popover {
  opacity: 0 !important; }

.funimation-popover dl, .funimation-popover dt, .funimation-popover dd {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0; }

.funimation-popover dt {
  font-weight: 700; }

.funimation-popover dd {
  margin: 0 auto; }

.funimation-popover dd, .funimation-popover dd a {
  color: #737373;
  font-weight: 300; }

/* Settings Popover Main-Menu with Flyout/Flyin Sub-Menu: General styles */
.funimation-popover {
  /* Settings Popover: Reusable classes */ }
  .funimation-popover ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .funimation-popover ul li {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.25;
      margin: 15px 0; }
      .funimation-popover ul li > span {
        display: inline-flex;
        height: 100%;
        width: 100%; }
      .funimation-popover ul li a {
        color: #737373;
        font-weight: 300; }
        .funimation-popover ul li a.arrow-sub-menu-toggle {
          cursor: pointer;
          background: url("/static/img/icons/icon-custom-dropdown-arrow.png") no-repeat transparent;
          background-position: right;
          background-size: contain;
          display: block;
          height: 26px;
          margin-top: 2px;
          max-height: 26px;
          max-width: 26px;
          min-width: 26px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          padding: 10px;
          vertical-align: baseline;
          width: 100%; }
      .funimation-popover ul li > ul li > span {
        display: inline-flex;
        height: auto;
        width: auto; }
      .funimation-popover ul li > ul li a.arrow-sub-menu-toggle {
        background-position: bottom;
        margin: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .funimation-popover ul dd, .funimation-popover ul > dd {
      margin: 0; }
  .funimation-popover .flex-container {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    max-height: fit-content;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    width: 100%; }
  .funimation-popover .flex-row-custom {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
  .funimation-popover .flex-column-custom {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: inherit;
    max-width: 100%; }
  .funimation-popover .flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .funimation-popover .flex-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1; }
  .funimation-popover .funimation-selected-inactive {
    cursor: default;
    font-weight: 400; }
  .funimation-popover .hidden-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

/* Settings Popover Main-Menu with Flyout/Flyin Sub-Menu: Flexbox styles */
#funimation-popover-settings.funimation-popover {
  border-radius: 4px;
  cursor: default;
  display: block;
  height: 100%;
  max-height: calc(100% - 275px);
  max-width: 276px;
  min-height: calc(100% - 135px);
  padding: 0;
  position: absolute;
  width: 100%; }
  #funimation-popover-settings.funimation-popover .sidebar-main-menu, #funimation-popover-settings.funimation-popover .sidebar-sub-menu {
    width: 100%;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #funimation-popover-settings.funimation-popover .marathon-and-lights-wrapper ul.flex-row-custom li {
    margin: 14px 0; }
  #funimation-popover-settings.funimation-popover ul.flex-row-custom.sidebar-main-menu li.funimation-selected-main-menu-option-right {
    margin-left: 65px;
    max-width: 30%;
    text-align: right;
    width: 30%; }
  #funimation-popover-settings.funimation-popover ul.flex-row-custom.sidebar-main-menu li span {
    display: inline-flex;
    text-align: right;
    width: auto; }
  #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom.flex-column-custom-arrow-container {
    margin: 0; }
  #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu {
    background-color: #fff;
    border-radius: 4px;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    overflow: hidden;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    top: 0px;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    right: 0px;
    width: 100%;
    z-index: 10; }
    #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li {
      display: flex; }
      #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li:not(.flex-column-custom) {
        margin: 10px 0; }
      #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li:not(.active-option) {
        margin-left: 20px; }
      #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li.flex-column-custom {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: inherit;
        max-width: 100%; }
        #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li.flex-column-custom.flex-column-custom-arrow-container {
          margin: 10px 0;
          display: inline-block; }
          #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li.flex-column-custom.flex-column-custom-arrow-container .arrow-span, #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li.flex-column-custom.flex-column-custom-arrow-container .label-span {
            display: inline-block; }
          #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li.flex-column-custom.flex-column-custom-arrow-container .label-span {
            position: absolute; }
      #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu li .fa.fa-check {
        color: #04a200;
        display: inline-flex;
        font-size: 14px;
        margin: 0 6px 0 0; }
    #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu.slide-in {
      transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%); }
    #funimation-popover-settings.funimation-popover ul.flex-row-custom li.flex-column-custom > ul.sidebar-sub-menu.show {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0); }
  #funimation-popover-settings.funimation-popover ul.flex-row-custom li a.funimation-selected, #funimation-popover-settings.funimation-popover ul.flex-row-custom li a.funimation-selected-inactive {
    cursor: default;
    font-weight: 700; }
  #funimation-popover-settings.funimation-popover .border-bottom {
    border-bottom: 1px solid #cccccc; }
  @media screen and (min-width: 1052px) {
    #funimation-popover-settings.funimation-popover {
      min-height: calc(100% - 255px); } }
  @media screen and (min-width: 670px) and (max-width: 809px) {
    #funimation-popover-settings.funimation-popover {
      min-height: calc(100% - 105px); } }
  @media screen and (min-width: 0px) and (max-width: 669px) {
    #funimation-popover-settings.funimation-popover {
      min-height: calc(100% - 75px); } }

/* Settings Popover Mobile Main-Menu with Select Dropdown */
#funimation-popover-settings-mobile.funimation-popover {
  align-items: center;
  -webkit-box-shadow: 0px 0px 300px 200px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 300px 200px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 300px 200px rgba(0, 0, 0, 0.75);
  flex-direction: column;
  font-size: 14px;
  justify-content: space-between;
  height: 100%;
  left: 0 !important;
  margin: 15px auto;
  max-height: calc(100% - 30px);
  padding: 0;
  position: fixed;
  top: 0;
  max-width: 600px;
  -webkit-filter: blur(0.000001px);
  right: 0 !important;
  width: calc(100% - 10px);
  z-index: 100003;
  /* Mobile Settings Popover: Reusable classes */ }
  #funimation-popover-settings-mobile.funimation-popover .flex-container {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    max-height: fit-content;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    width: 100%; }
    #funimation-popover-settings-mobile.funimation-popover .flex-container ul.flex-row {
      -webkit-box-pack: space-between;
      -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between; }
      #funimation-popover-settings-mobile.funimation-popover .flex-container ul.flex-row li {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        margin: 5px 0; }
    #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs .popover-stack {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      -webkit-box-pack: space-between;
      -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
      justify-content: space-between;
      line-height: 2;
      padding: 10px 0; }
      #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs .popover-stack.form-group .select-label {
        font-weight: 700; }
      #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs .popover-stack.form-group .custom-select {
        min-width: calc(60% - 0px);
        width: auto; }
        #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs .popover-stack.form-group .custom-select select {
          border-radius: unset;
          padding: 5px;
          width: 100%; }
    #funimation-popover-settings-mobile.funimation-popover .flex-container .funimation-settings-mobile-done-wrapper {
      display: inline-block;
      height: auto;
      text-align: right;
      width: 100%; }
      #funimation-popover-settings-mobile.funimation-popover .flex-container .funimation-settings-mobile-done-wrapper div #funimation-settings-mobile-done {
        background-color: #fff !important;
        color: #9627ab !important;
        display: inline-block;
        height: auto;
        margin: 15px 0;
        max-width: 158px;
        padding: 10px 5px;
        width: calc(100% - 20px); }
        #funimation-popover-settings-mobile.funimation-popover .flex-container .funimation-settings-mobile-done-wrapper div #funimation-settings-mobile-done:hover {
          color: #000 !important;
          cursor: pointer; }
  #funimation-popover-settings-mobile.funimation-popover .border {
    border: 1px solid #585858; }
  #funimation-popover-settings-mobile.funimation-popover .border-bottom {
    border-bottom: 1px solid #ccc; }
  @media screen and (min-width: 466px) and (max-width: 575px) {
    #funimation-popover-settings-mobile.funimation-popover .flex-container {
      padding: 10px; }
      #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs .popover-stack {
        padding: 5px 0px; }
      #funimation-popover-settings-mobile.funimation-popover .flex-container .funimation-settings-mobile-done-wrapper div #funimation-settings-mobile-done {
        margin: 5px auto 0; } }
  @media screen and (min-width: 0px) and (max-width: 465px) {
    #funimation-popover-settings-mobile.funimation-popover {
      font-size: 14px;
      margin: 5px auto;
      max-height: calc(100% - 0px);
      left: 0 !important;
      right: 0 !important;
      top: -5px;
      width: 100%; }
      #funimation-popover-settings-mobile.funimation-popover .flex-container {
        padding: 10px; }
        #funimation-popover-settings-mobile.funimation-popover .flex-container ul.flex-row li {
          font-size: 12px;
          margin: 2px 0; }
        #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs {
          display: inline-flex;
          width: 48%; }
          #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs .popover-stack {
            flex-direction: column;
            line-height: 1.5;
            padding: 3px 0px; }
            #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs .popover-stack.form-group .select-label {
              font-weight: 700; }
            #funimation-popover-settings-mobile.funimation-popover .flex-container .flex-box-wrapper .flex-column-xs .popover-stack.form-group .custom-select select {
              padding: 2px; }
        #funimation-popover-settings-mobile.funimation-popover .flex-container .funimation-settings-mobile-done-wrapper {
          text-align: center; }
          #funimation-popover-settings-mobile.funimation-popover .flex-container .funimation-settings-mobile-done-wrapper div #funimation-settings-mobile-done {
            margin: 20px auto 0;
            max-width: 100px;
            padding: 6px 5px;
            width: calc(100% - 10px); }
      #funimation-popover-settings-mobile.funimation-popover .border-bottom {
        border-bottom: none; } }

.funimation-popover .funimation-columned > * {
  margin: 0px auto; }

.funimation-popover dd a.funimation-selected {
  color: #9627ab;
  cursor: default;
  font-weight: 700; }

.funimation-icon-connector {
  bottom: -14px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  right: 20px;
  position: absolute; }

#funimation-popover-share {
  min-width: 200px; }

#funimation-share-bar {
  margin-bottom: 5px;
  text-align: center; }

#funimation-share-url {
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 10px;
  width: 100%; }

#funimation-control-autoplay, #funimation-control-lights {
  font-size: 16px; }

.rangeslider {
  background-color: #ccc;
  border: none;
  box-shadow: none; }

.rangeslider--vertical, .rangeslider__fill {
  box-shadow: none;
  width: 10px; }

.rangeslider__handle {
  background-image: none;
  border: none;
  box-shadow: 0 0 4px 1px #ccc;
  height: 20px;
  width: 20px; }

.rangeslider__handle:after, .rangeslider__handle:active {
  background-image: none; }

.rangeslider--vertical .rangeslider__handle {
  left: -5px; }

.funimation-small-embed .rangeslider--vertical {
  min-height: 118px; }

#funimation-alpha {
  margin-right: 10px; }

#funimation-season, #funimation-alpha {
  float: left;
  width: calc(50% - 5px); }

#funimation-episodes, #funimation-episodes li {
  list-style: none;
  margin: 0;
  padding: 0; }

#funimation-episodes li {
  border-bottom: 1px solid #ccc;
  clear: both;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px 0;
  width: 100%; }

#funimation-episodes li:first-child {
  padding-top: 0; }

.funimation-episode-id {
  float: left;
  font-size: 16px;
  margin-right: 10px; }

.funimation-episode-title {
  margin-bottom: 5px; }

.funimation-episode-details {
  float: left;
  width: calc(100% - 29px); }

.funimation-progress {
  float: left;
  width: calc(100% - 34px); }

.funimation-duration {
  background-color: #ccc;
  height: 2px;
  margin: 10px 0; }

.funimation-played {
  height: 100%;
  margin-bottom: 5px;
  width: 0px; }

.funimation-play-episode {
  color: #888;
  float: right;
  font-size: 24px; }

.funimation-episode-title {
  font-size: 16px; }

#funimation-popover-list {
  min-height: 50%; }

#funimation-popover-list .funimation-scrollable {
  height: calc(100% - 120px);
  left: 20px;
  position: absolute;
  top: 100px;
  width: calc(100% - 40px); }

.nice-select .list {
  max-height: 286px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.funimation-small-embed .funimation-popover .funimation-columned > * {
  margin-right: 0; }

.funimation-small-embed .funimation-popover .funimation-columned > * > * {
  float: left;
  margin-bottom: 0; }

.funimation-small-embed #funimation-tracks {
  margin-right: 20px; }

.funimation-bonus-popover {
  bottom: 0;
  height: 100%;
  max-height: none;
  right: 0; }

.funimation-bonus-popover .funimation-icon-connector {
  display: none; }

.vjs-has-started.not-hover .funimation-bonus-popover {
  opacity: 1 !important; }

/* Overlays & Prompts */
.funimation-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%; }

.funimation-overlay a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline; }

.funimation-overlay .funimation-list li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  margin: 5px 0; }

.funimation-overlay .funimation-button {
  text-decoration: none;
  min-width: 160px; }

.funimation-overlay-mobile {
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100003; }

#funimation-next-fix {
  display: inline-block;
  text-align: left;
  width: 50%; }

.funimation-small-embed #funimation-next-fix {
  width: 100%; }

#funimation-next-poster {
  background-size: cover;
  display: inline-block;
  margin: 20px 0;
  padding-bottom: 56%;
  position: relative;
  width: 100%; }

.video-js:not(.funimation-syndicate).funimation-small-embed #funimation-end-screen:not(.subscribe-image) #funimation-next-poster {
  background-image: none !important;
  display: block;
  margin: 0 auto 20px auto;
  padding-bottom: 0;
  width: 75px; }

.video-js:not(.funimation-syndicate).funimation-small-embed #funimation-end-screen:not(.subscribe-image) #funimation-play-next {
  left: 0;
  margin: 0;
  position: static;
  top: 0; }

.funimation-small-embed #funimation-play-next span {
  font-size: 70px; }

.funimation-small-embed #funimation-next-actions {
  text-align: center; }

.funimation-small-embed #funimation-control-replay {
  margin-right: 0; }

#funimation-control-replay {
  margin-right: 10px; }

#funimation-play-next {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
  text-decoration: none;
  top: 50%; }

#funimation-play-next span {
  font-size: 100px; }

#funimation-error-screen, #funimation-advanced-error-screen {
  background-color: #000; }

#funimation-advanced-error-screen .funimation-cell {
  padding: 5%; }

#funimation-cancel-button, #funimation-signup-button {
  display: inline-block;
  margin-top: 20px; }

#funimation-disclaimer {
  margin-top: 60px; }

#funimation-end-screen.subscribe-image .funimation-p {
  font-size: 14px;
  line-height: 1.2; }
  @media (min-width: 400px) {
    #funimation-end-screen.subscribe-image .funimation-p {
      font-size: 18px; } }

#funimation-end-screen.subscribe-image .funimation-next {
  font-size: 14px;
  line-height: 1.2; }
  @media (min-width: 400px) {
    #funimation-end-screen.subscribe-image .funimation-next {
      font-size: 22px; } }

/* Free user Overlay */
#funimation-end-screen.subscribe-image {
  background-repeat: no-repeat;
  background-size: cover; }
  #funimation-end-screen.subscribe-image.region-us {
    background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_716/cste/618530cf-77bf-403e-9e2a-17ce26aea338.jpg"); }
  #funimation-end-screen.subscribe-image.region-ca {
    background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_716/cste/618530cf-77bf-403e-9e2a-17ce26aea338.jpg"); }
  #funimation-end-screen.subscribe-image.region-gb {
    background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_716/cste/7dd278a0-846b-4d95-bf95-3cc86837263d.jpg"); }
  #funimation-end-screen.subscribe-image.region-ie {
    background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_716/cste/8710e557-d5aa-442a-a72c-ea69169ca430.jpg"); }
  #funimation-end-screen.subscribe-image.region-au, #funimation-end-screen.subscribe-image.region-nz {
    background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_716/cste/7fcbef00-2cf5-4cf6-96ef-1c13f109fa77.jpg"); }
  #funimation-end-screen.subscribe-image #funimation-next-fix {
    bottom: 50%;
    position: absolute;
    right: 20px;
    transform: translateY(50%);
    width: 40%; }
  #funimation-end-screen.subscribe-image #funimation-play-next {
    display: block;
    background: none;
    border-radius: unset;
    height: 100%;
    left: auto;
    margin: 0;
    top: auto;
    width: 100%; }
    #funimation-end-screen.subscribe-image #funimation-play-next span {
      display: inline-block;
      font-size: 50px;
      margin: 0;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, 0.25);
      border-radius: 50%;
      left: 50%;
      position: absolute;
      top: 50%;
      margin: 0;
      height: 50px;
      width: 50px; }
      #funimation-end-screen.subscribe-image #funimation-play-next span:before {
        content: "\e911"; }
  #funimation-end-screen.subscribe-image #funimation-next-poster {
    height: 0;
    margin: 5px 0; }
  #funimation-end-screen.subscribe-image #funimation-next-actions {
    display: none; }
  @media (min-width: 992px) {
    #funimation-end-screen.subscribe-image.region-us {
      background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_1920/cste/78fc0b25-2f79-4508-844e-8af2d07c666f.jpg"); }
    #funimation-end-screen.subscribe-image.region-ca {
      background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_1920/cste/78fc0b25-2f79-4508-844e-8af2d07c666f.jpg"); }
    #funimation-end-screen.subscribe-image.region-gb {
      background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_1920/cste/b9728a7d-deac-4c69-a5cf-ff350ee358d1.jpg"); }
    #funimation-end-screen.subscribe-image.region-ie {
      background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_1920/cste/d8b9fd3e-6de9-45fe-8ecd-08a4a33ce1bb.jpg"); }
    #funimation-end-screen.subscribe-image.region-au, #funimation-end-screen.subscribe-image.region-nz {
      background-image: url("https://derf9v1xhwwx1.cloudfront.net/image/upload/q_60,w_1920/cste/8dea0d39-1226-421c-8ed7-6da9a3e48e1e.jpg"); }
    #funimation-end-screen.subscribe-image #funimation-next-fix {
      bottom: 20px;
      transform: translateY(0);
      width: 25%; } }
  #funimation-end-screen.subscribe-image:hover {
    cursor: pointer; }

/* Ad Player */
.vjs-ad-playing .vjs-control-bar:not(.vjs-ad-control-bar), .vjs-ad-playing .vjs-dock-text, .vjs-ad-playing #funimation-gradient, .vjs-ad-control-bar .funimation-control, .vjs-ad-control-bar #funimation-logo, .vjs-ad-control-bar #funimation-thumbnail, .vjs-ad-control-bar #funimation-handle, .vjs-ad-control-bar .funimation-aip {
  display: none !important; }

.vjs-ad-control-bar #funimation-control-playback, .vjs-ad-control-bar #funimation-control-fullscreen, .vjs-ad-control-bar #funimation-control-volume {
  display: inline-block !important; }

.vjs-ad-control-bar .vjs-play-progress {
  background-color: #9627ab !important; }

/* Syndicate Player */
.funimation-syndicate #funimation-now-logo {
  margin-bottom: 20px;
  max-width: 400px;
  width: 100%; }

.funimation-syndicate .funimation-overlay h1 {
  font-weight: 300;
  text-shadow: 0 5px 20px #410099; }

.funimation-syndicate .funimation-overlay .funimation-button {
  background-color: #e40045 !important; }

.funimation-syndicate .funimation-syndicate #funimation-control-list, .funimation-syndicate #funimation-control-queue, .funimation-syndicate #funimation-control-share, .funimation-syndicate #funimation-thumbnail, .funimation-syndicate.funimation-small-embed #funimation-next-title, .funimation-syndicate.funimation-small-embed #funimation-next-text, .funimation-syndicate.funimation-small-embed #funimation-now-logo, .funimation-syndicate.funimation-small-embed #funimation-end-screen .funimation-h1, .funimation-syndicate.funimation-small-embed #funimation-end-screen .funimation-cell {
  display: none !important; }

.funimation-syndicate .vjs-dock-text {
  padding-left: 14px; }

.funimation-syndicate .funimation-overlay .cell {
  clear: both; }

.funimation-syndicate #funimation-next-up {
  bottom: 0;
  position: absolute;
  text-align: left;
  max-width: 280px;
  padding: 0 20px 0 0;
  right: 0;
  width: 100%; }

.funimation-syndicate #funimation-next-poster, .funimation-syndicate .funimation-overlay p {
  margin-top: 0; }

.funimation-syndicate .funimation-controls-left {
  padding-left: 7px; }

.funimation-syndicate .funimation-controls-right {
  padding-right: 10px; }

.funimation-syndicate #funimation-play-next {
  margin: -35px 0 0 -35px; }

.funimation-syndicate.funimation-small-embed #funimation-next-up {
  bottom: auto;
  margin: 0 auto;
  padding: 0;
  position: static;
  top: auto; }

.funimation-syndicate.funimation-small-embed .funimation-overlay .funimation-p {
  margin: 0; }

.funimation-syndicate.funimation-small-embed #funimation-next-poster {
  background-position: center center;
  margin: 0 0 10px 0;
  padding-bottom: 106px; }

.funimation-syndicate.funimation-small-embed #template-advanced-error-screen {
  background-position: center left; }

.funimation-syndicate.funimation-small-embed #template-advanced-error-screen .funimation-subscription-link.funimation-button {
  display: inline-block; }

.funimation-syndicate.funimation-small-embed .funimation-control {
  width: 30px; }

/* Exclusivity Message */
#funimation-exclusivity-message {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 12px;
  height: calc(100% - 120px);
  left: 20px;
  line-height: 18px;
  padding: 0 10px;
  position: absolute;
  width: calc(100% - 40px);
  text-align: center;
  top: 100px; }

#funimation-exclusivity-message a {
  font-weight: 600; }

.funimation-exclusive-icon {
  display: inline-block;
  margin-left: 5px; }

/*#funimation-caret-down {color:#fff;display:inline-block;position:absolute;}*/
/* Background Player */
.funimation-background .vjs-control-bar, .funimation-background .vjs-dock-text, .funimation-background #funimation-gradient {
  display: none !important; }

/* File Player */
.funimation-file .vjs-dock-text, .funimation-file #funimation-control-settings {
  display: none !important; }

/* --------------------- */
/* Phone --------------- */
/* --------------------- */
#funimation-cat-title, #funimation-video-title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  white-space: nowrap; }

/* -------- tier stream messages --------*/
.tier-stream-message {
  font-family: 'Open Sans', 'Hiragino Sans', Arial, sans-serif; }
  .tier-stream-message .funimation-overlay {
    z-index: 10000000; }
  .tier-stream-message h1 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 0; }
  .tier-stream-message ul {
    padding: 0; }
  .tier-stream-message p, .tier-stream-message li {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px; }
  .tier-stream-message .desc {
    margin: 15px 0; }
    .tier-stream-message .desc ul {
      list-style-type: none; }
  .tier-stream-message .actions {
    margin-top: 35px; }
    .tier-stream-message .actions a.funimation-button {
      background-color: #E20446 !important;
      margin: 0 5px;
      min-width: 160px; }

@media (max-width: 570px) {
  /* Control Bar */
  .video-js .vjs-control-bar {
    align-items: stretch;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 45px; }
    .video-js .vjs-control-bar .funimation-controls-left, .video-js .vjs-control-bar .funimation-controls-right {
      display: inline-flex; }
      .video-js .vjs-control-bar .funimation-controls-left .funimation-control, .video-js .vjs-control-bar .funimation-controls-right .funimation-control {
        padding: 10px 0; }

  .funimation-small-embed {
    /* Up-sell Message Overlay */
    /* Control Overlay */ }
    .funimation-small-embed .funimation-overlay {
      padding: 10px; }
      .funimation-small-embed .funimation-overlay .funimation-cell {
        display: block;
        padding: 8% !important; }
      .funimation-small-embed .funimation-overlay .funimation-h1 {
        font-size: 18px;
        margin: 0px auto 5px; }
      .funimation-small-embed .funimation-overlay #funimation-next-poster {
        margin: 0; }
      .funimation-small-embed .funimation-overlay .funimation-p {
        font-size: 12px;
        line-height: 12px;
        margin: 10px auto; }
      .funimation-small-embed .funimation-overlay ul.funimation-list {
        margin: 0 auto 6px;
        padding: 0; }
        .funimation-small-embed .funimation-overlay ul.funimation-list li {
          font-size: 12px;
          line-height: inherit;
          margin: 2px 0; }
    .funimation-small-embed .funimation-popover dl {
      margin: 0 15px 0 0; }
    .funimation-small-embed .funimation-popover #funimation-tracks {
      margin-right: 15px; }
    .funimation-small-embed .funimation-popover #funimation-version {
      margin-right: 0; }
    .funimation-small-embed #funimation-popover-volume.funimation-popover {
      bottom: 54px;
      min-height: 130px; }

  #funimation-cancel-button, #funimation-signup-button {
    font-size: 12px;
    margin-top: 0;
    min-width: 140px;
    padding: 10px 10px; }

  .tier-stream-message h1 {
    font-size: 18px; }
  .tier-stream-message p, .tier-stream-message li {
    margin: 0;
    font-size: 12px;
    line-height: 14px; }
  .tier-stream-message .desc {
    margin: 10px 0; }
  .tier-stream-message .actions {
    margin-top: 0; }
    .tier-stream-message .actions a.funimation-button {
      margin: 0 5px;
      min-width: 100px;
      font-size: 12px;
      padding: 5px 10px; }
  .tier-stream-message .funimation-overlay .funimation-cell {
    padding: 5% !important; } }
/* Spin */
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-ms-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
/* Icons */
@font-face {
  font-family: 'FunimationIcons';
  src: url("/static/fonts/funimation-player-icons.eot");
  src: url("/static/fonts/funimation-player-icons.eot?p2i4h3#iefix") format("embedded-opentype"), url("/static/fonts/funimation-player-icons.woff2?p2i4h3") format("woff2"), url("/static/fonts/funimation-player-icons.ttf?p2i4h3") format("truetype"), url("/static/fonts/funimation-player-icons.woff?p2i4h3") format("woff"), url("/static/fonts/funimation-player-icons.svg?p2i4h3#FunimationIcons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="funimation-icon-"], [class*=" funimation-icon-"] {
  font-family: 'FunimationIcons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.funimation-icon-pinterest:before {
  content: "\e91c"; }

.funimation-icon-tumblr:before {
  content: "\e91d"; }

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

.funimation-icon-email:before {
  content: "\e91a"; }

.funimation-icon-twitter:before {
  content: "\e91b"; }

.funimation-icon-connector:before {
  content: "\e90a"; }

.funimation-icon-logo:before {
  content: "\e915"; }

.funimation-icon-down-arrow:before {
  content: "\e90e"; }

.funimation-icon-handle:before {
  content: "\e90f"; }

.funimation-icon-play-2:before {
  content: "\e911"; }

.funimation-icon-refresh:before {
  content: "\e912"; }

.funimation-icon-toggle-off:before {
  content: "\e913"; }

.funimation-icon-toggle-on:before {
  content: "\e914"; }

.funimation-icon-add:before {
  content: "\e916"; }

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

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

.funimation-icon-airplay:before {
  content: "\e900"; }

.funimation-icon-back:before {
  content: "\e901"; }

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

.funimation-icon-forward:before {
  content: "\e903"; }

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

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

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

.funimation-icon-prev {
  display: block;
  transform: rotate(180deg); }
  .funimation-icon-prev::before {
    content: "\e907"; }

.funimation-icon-next:before {
  content: "\e907"; }

.funimation-icon-pause:before {
  content: "\e908"; }

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

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

.funimation-icon-share:before {
  content: "\e90c"; }

.funimation-icon-unmute:before {
  content: "\e90d"; }

/* jsSocials */
.jssocials-share-twitter .jssocials-share-link, .jssocials-share-twitter .jssocials-share-link .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active, .jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label {
  color: #0087ba; }

.jssocials-share-facebook .jssocials-share-link, .jssocials-share-facebook .jssocials-share-link .jssocials-share-label {
  color: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active, .jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label {
  color: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link, .jssocials-share-googleplus .jssocials-share-link .jssocials-share-label {
  color: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:active, .jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label {
  color: #c23321; }

.jssocials-share-linkedin .jssocials-share-link, .jssocials-share-linkedin .jssocials-share-link .jssocials-share-label {
  color: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:active, .jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label {
  color: #005983; }

.jssocials-share-pinterest .jssocials-share-link, .jssocials-share-pinterest .jssocials-share-link .jssocials-share-label {
  color: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:active, .jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label {
  color: #9f191f; }

.jssocials-share-email .jssocials-share-link, .jssocials-share-email .jssocials-share-link .jssocials-share-label {
  color: #3490F3; }

.jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:focus, .jssocials-share-email .jssocials-share-link:active, .jssocials-share-email .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-email .jssocials-share-link:active .jssocials-share-label {
  color: #0e76e6; }

.jssocials-share-tumblr .jssocials-share-link, .jssocials-share-tumblr .jssocials-share-link .jssocials-share-label {
  color: #2d4a66; }

.jssocials-share-tumblr .jssocials-share-link:hover, .jssocials-share-tumblr .jssocials-share-link:focus, .jssocials-share-tumblr .jssocials-share-link:active, .jssocials-share-tumblr .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-tumblr .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-tumblr .jssocials-share-link:active .jssocials-share-label {
  color: #263e56; }

.jssocials-share-link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share- {
  font-size: .5em; }

.jssocials-share-label {
  font-size: .8em;
  color: #444;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }

.jssocials-share-count-box {
  margin-left: .3em;
  border: 1px solid #efefef;
  border-radius: .3em; }

.jssocials-share-count-box .jssocials-share-count {
  font-size: .8em;
  color: #444; }

.jssocials-share-link {
  font-size: 20px; }

/*# sourceMappingURL=funimation-player.css.map */
