@charset "UTF-8";
.player-container {
  display: table !important;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: black;
  color: white !important;
  font-family: calibri,arial,sans-serif; }
  .player-container a {
    color: #efefef; }
    .player-container a:hover {
      color: #efefef; }
    .player-container a:active {
      color: #efefef; }
    .player-container a:visited {
      color: #efefef; }

.player-content {
  display: table-cell !important;
  text-align: center !important;
  vertical-align: middle !important;
  background-color: black; }
  .player-content h3 {
    margin: 5px;
    color: white !important;
    font-size: 18px !important; }

.video-widget {
  background-color: black;
  width: 100%;
  height: 100%;
  display: block; }

.upsell-container {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-image: url(https://s3.amazonaws.com/assets.nfhsnetwork.com/libs/player/grid.jpg);
  background-repeat: repeat;
  color: white !important;
  font-size: 14px !important; }

.message-container {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }

.upsell-header {
  display: table-row;
  vertical-align: top;
  width: 100%;
  height: 5%;
  text-align: center;
  background-color: #3f4b5b;
  font-family: “Titillium Web”,sans-serif; }
  .upsell-header h3 {
    margin: 5px;
    color: white !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: normal !important; }

.upsell-separator {
  border-left: 1px gray solid;
  width: 3px;
  padding: 0 !important; }

.upsell-signin-block {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  font-size: 16px !important; }

.upsell-comcast-panel {
  background-color: black;
  padding: 10px; }

.upsell-comcast {
  width: 100%;
  height: 90%;
  margin: 0 !important; }
  .upsell-comcast td {
    text-align: center !important; }
  .upsell-comcast tr {
    border: none !important; }

.upsell-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px !important; }
  .upsell-content p {
    margin: 0;
    margin-bottom: 15px; }
  .upsell-content img {
    margin: 0 !important; }

.message-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle; }
  .message-content p {
    margin: 0;
    margin-bottom: 15px; }
  .message-content img {
    margin: 0 !important; }

.upsell-half {
  width: 50%;
  padding: 10px;
  text-align: center !important; }

.upsell-signin {
  display: table-row;
  width: 100%;
  height: 5%;
  text-align: center;
  vertical-align: bottom;
  padding: 5px; }
  .upsell-signin a {
    color: #ce2139 !important; }
    .upsell-signin a:visited {
      color: #ce2139 !important; }

.upsell-description {
  display: inline-block;
  max-width: 90%;
  font-size: 22px !important;
  line-height: normal !important; }
  .upsell-description a {
    color: white !important; }

.upsell-description-small {
  display: inline-block;
  max-width: 90%;
  font-size: 18px !important;
  line-height: normal !important; }
  .upsell-description-small a {
    color: white !important; }

.btn-up {
  padding: 10px;
  border-radius: 0em;
  background-color: #cccccc;
  color: white !important;
  outline: none;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: 1px 2px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 1px 2px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 2px rgba(0, 0, 0, 0.32);
  text-decoration: none !important; }
  .btn-up:active {
    background-color: #bfbfbf; }

.btn-up-nfhs {
  background-color: #3982c3; }
  .btn-up-nfhs:active {
    background-color: #0e5ca1; }
  .btn-up-nfhs:hover {
    background-color: #0e5ca1; }
  .btn-up-nfhs:disabled {
    background-color: #3375af;
    border-bottom: none; }

.btn-up-comcast {
  background-color: #fbdc3c;
  color: black !important;
  font-weight: bold; }
  .btn-up-comcast:active {
    background-color: #fbd723; }
  .btn-up-comcast:disabled {
    background-color: #fbd723;
    border-bottom: none; }

.page-row {
  height: 1px; }

.page-row-expanded {
  height: 100%; }

.upsell-rule {
  width: 95%;
  color: gray;
  border: none;
  outline: none;
  border: 1px solid gray;
  margin: 10px; }

.upsell-comcast-block {
  font-size: 18px !important; }
  .upsell-comcast-block a {
    color: white !important; }

.upsell-comcast-block-small {
  font-size: 14px !important; }
  .upsell-comcast-block-small a {
    color: white !important; }

.btn-upsell-normal {
  padding-left: 30px;
  padding-right: 30px; }

.btn-upsell-small {
  padding-left: 45px;
  padding-right: 45px; }
