/**
* Crackle SASS Settings
*/
/**
 * Generic application styles that apply to all pages and content
 */
html {
  min-height: 100%; }

.app-background {
  background-color: #EBEBF0;
  overflow-y: scroll; }

body {
  color: #55555A;
  font-family: Arial, sans-serif;
  min-height: 100%;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.app-content {
  background-color: white;
  position: relative;
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4); }

h1 {
  margin-top: 0;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #2D2D32; }

h3 {
  color: #FA6905;
  text-transform: uppercase;
  font-size: 14pt;
  margin: 0; }

p {
  color: #55555A; }

a {
  text-decoration: none;
  color: #FA6905;
  cursor: pointer; }
  a:active {
    outline: none; }
  a:hover {
    color: #BA4D02; }

a img {
  border: none; }

.disable-scrolling {
  overflow: hidden;
  overflow-y: hidden; }

.like-button {
  background-color: white;
  width: 110px;
  height: 21px; }

.video-player {
  position: absolute;
  z-index: 8; }

div.page-content-container {
  min-height: 100%;
  position: relative; }

.current-content {
  position: relative;
  height: 100%;
  min-height: 600px; }

.footer-bar {
  position: relative;
  bottom: 0; }

.crackle-link {
  text-decoration: none;
  color: #FA6905;
  cursor: pointer; }
  .crackle-link:active {
    outline: none; }
  .crackle-link:hover {
    color: #BA4D02; }

.tray-title-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
  .tray-title-link:active {
    outline: none; }
  .tray-title-link:hover {
    color: inherit; }

.no-format-link {
  text-decoration: none; }
  .no-format-link:active, .no-format-link:focus {
    outline: none; }

.lowercase {
  text-transform: lowercase; }

.hidden {
  display: none; }

/**
 * Form Styling
 */
.form-intro {
  margin-bottom: 40px; }

.form-loading-overlay {
  position: fixed;
  left: 0;
  top: 70px;
  height: 100%;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  filter: alpha(opacity=75);
  z-index: 200; }

.form-modal-loading-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: -40px;
  margin-top: -40px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: alpha(opacity=40);
  z-index: 200; }

.placeholder {
  color: #C3C3C8 !important; }

.generic-input, .form .form-input input, .form .form-input select, .user-alert-basic .alert-content .profile-builder-input {
  width: 366px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  border: 2px solid #C3C3C8;
  color: #55555A; }
  .generic-input:focus, .form .form-input input:focus, .form .form-input select:focus, .user-alert-basic .alert-content .profile-builder-input:focus {
    outline: none;
    border: 2px solid #7D7D82; }
  .generic-input.error, .form .form-input input.error, .form .form-input select.error, .user-alert-basic .alert-content .error.profile-builder-input {
    border: 2px solid #FF0000; }
  .generic-input::-webkit-input-placeholder, .form .form-input input::-webkit-input-placeholder, .form .form-input select::-webkit-input-placeholder, .user-alert-basic .alert-content .profile-builder-input::-webkit-input-placeholder {
    color: #C3C3C8; }
  .generic-input:-moz-placeholder, .form .form-input input:-moz-placeholder, .form .form-input select:-moz-placeholder, .user-alert-basic .alert-content .profile-builder-input:-moz-placeholder {
    color: #C3C3C8; }
  .generic-input::-moz-placeholder, .form .form-input input::-moz-placeholder, .form .form-input select::-moz-placeholder, .user-alert-basic .alert-content .profile-builder-input::-moz-placeholder {
    color: #C3C3C8; }
  .generic-input:-ms-input-placeholder, .form .form-input input:-ms-input-placeholder, .form .form-input select:-ms-input-placeholder, .user-alert-basic .alert-content .profile-builder-input:-ms-input-placeholder {
    color: #C3C3C8; }
  .generic-input.empty, .form .form-input input.empty, .form .form-input select.empty, .user-alert-basic .alert-content .empty.profile-builder-input {
    color: #C3C3C8; }
  .generic-input::-ms-reveal, .form .form-input input::-ms-reveal, .form .form-input select::-ms-reveal, .user-alert-basic .alert-content .profile-builder-input::-ms-reveal, .generic-input::-ms-clear, .form .form-input input::-ms-clear, .form .form-input select::-ms-clear, .user-alert-basic .alert-content .profile-builder-input::-ms-clear {
    display: none; }

.form {
  position: relative;
  color: #55555A; }
  .form .form-error {
    color: #FF0000;
    margin-top: 10px;
    margin-bottom: 30px; }
  .form .form-label {
    display: block;
    margin-bottom: 5px;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px; }
    .form .form-label.with-action {
      display: inline; }
  .form .form-label-action {
    float: right;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal; }
    .form .form-label-action.crackle-link {
      font-size: 16px; }
  .form .form-input {
    position: relative;
    margin-bottom: 20px; }
    .form .form-input .input-label {
      display: inline-block; }
      .form .form-input .input-label.inline {
        margin-right: 15px; }
        .form .form-input .input-label.inline:last-child {
          margin-right: 0px; }
      .form .form-input .input-label.last {
        margin-right: 0px; }
    .form .form-input .form-input-error {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 0px; }
    .form .form-input select {
      height: 60px;
      border-radius: 0px;
      padding-bottom: 15px;
      padding-top: 15px;
      line-height: 1; }
      .form .form-input select::-ms-expand {
        display: none; }
    .form .form-input input[type="submit"]:focus, .form .form-input input[type="button"]:focus {
      border: none; }
    .form .form-input .text-input {
      padding-left: 15px;
      padding-right: 15px;
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal; }
      .form .form-input .text-input.inline {
        display: inline-block;
        width: 156px;
        margin-right: 0px; }
        .form .form-input .text-input.inline:first-child {
          margin-right: 15px; }
      .form .form-input .text-input.large {
        width: 430px; }
      .form .form-input .text-input.password-field {
        width: 286px;
        padding-right: 95px; }
        .form .form-input .text-input.password-field.large {
          width: 346px; }
    .form .form-input .input-embedded-link {
      position: absolute;
      right: 20px;
      top: 22px;
      font-size: 16px; }
      .form .form-input .input-embedded-link a {
        text-decoration: none;
        color: #C3C3C8;
        cursor: pointer; }
        .form .form-input .input-embedded-link a:active {
          outline: none; }
        .form .form-input .input-embedded-link a:hover {
          color: #55555A; }
    .form .form-input .select-wrapper {
      display: inline;
      background: url("/img/Arrow-Tiny-21x13-down-grey.png") no-repeat #FFFFFF;
      background-position: 157px 4px; }
      .form .form-input .select-wrapper.full-width {
        background-position: 365px 4px; }
      .form .form-input .select-wrapper.large {
        background-position: 425px 4px; }
      .form .form-input .select-wrapper .select-input {
        padding-left: 15px;
        background: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 400px; }
        .form .form-input .select-wrapper .select-input.inline {
          width: 190px; }
        .form .form-input .select-wrapper .select-input.large {
          width: 460px; }
    .form .form-input .button {
      width: 400px;
      text-transform: uppercase;
      font-weight: bold;
      color: #FFFFFF;
      border: 0;
      border-radius: 5px;
      cursor: pointer;
      background-color: #FFAA0F; }
      .form .form-input .button:active, .form .form-input .button:hover {
        background-color: #F5960F;
        border: 0;
        color: #FFFFFF; }
      .form .form-input .button.secondary {
        background-color: #55555A; }
        .form .form-input .button.secondary:active, .form .form-input .button.secondary:hover {
          background-color: #414146; }
      .form .form-input .button.large {
        width: 100%; }
      .form .form-input .button.medium {
        width: 300px; }
      .form .form-input .button.inline {
        width: 190px;
        margin-right: 20px; }
        .form .form-input .button.inline:last-child {
          margin-right: 0px; }
    .form .form-input .form-footer-text {
      margin-top: 20px;
      padding: 0px; }

.tray-white {
  background-color: #FFFFFF; }

.tray-gray {
  background-color: #EBEBF0; }

.tray {
  padding: 0;
  padding-top: 34px;
  margin: 0;
  width: 100%;
  box-sizing: border-box; }
  .tray .tray-title {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    color: #55555A;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-decoration: none; }
    .tray .tray-title .selection-dropdown-wrapper {
      position: absolute;
      right: 0px;
      top: 0px; }
  .tray .tray-content {
    position: relative;
    min-height: 120px; }

.tile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  filter: alpha(opacity=75); }
  .tile-overlay.small {
    height: 65%; }

.remove-button {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("/img/close.png") no-repeat transparent; }
  .remove-button:hover {
    background: url("/img/close-hover.png") no-repeat transparent; }

.outline-div {
  width: 100%;
  height: 100%;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-weight: 3px;
  border-color: rgba(255, 170, 15, 0.8); }

.hidden {
  visibility: hidden; }

.account-no-user {
  font-family: Lato, Arial, sans-serif;
  font-style: regular;
  font-weight: regular;
  font-size: 18px;
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center; }

.accounts-no-results {
  font-family: Lato, Arial, sans-serif;
  font-style: regular;
  font-weight: regular;
  font-size: 18px;
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center; }

.history-content table, .inbox-content table {
  border-style: none;
  border-spacing: 0px; }

.accounts-table {
  margin-left: auto;
  margin-right: auto;
  width: 940px; }
  .accounts-table th {
    height: 40px;
    background-color: #EBEBF0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #55555A; }
  .accounts-table td {
    height: 60px;
    border-color: #C3C3C8;
    border-width: 1px;
    border-bottom-style: solid;
    font-family: Arial, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px; }
  .accounts-table .date-column {
    width: 135px;
    text-align: center; }
    .accounts-table .date-column .table-text-non-right-column, .accounts-table .date-column .table-header-non-right-column {
      border-width: 1px;
      border-right-style: solid;
      border-color: #FFFFFF; }
    .accounts-table .date-column .table-text-non-right-column {
      height: 40px;
      line-height: 40px;
      border-color: #C3C3C8; }
  .accounts-table .content-column {
    position: relative;
    width: 805px; }
    .accounts-table .content-column .content-text {
      font-family: Arial, Arial, sans-serif;
      font-style: bold;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-left: 30px;
      cursor: pointer;
      text-decoration: none; }
      .accounts-table .content-column .content-text.link {
        color: #FA6905; }
    .accounts-table .content-column .remove-button {
      top: 20px;
      right: 20px; }

.accounts-load-more-container {
  position: relative;
  width: 100%;
  height: 50px;
  padding-top: 50px; }
  .accounts-load-more-container .load-more-spinner {
    padding-top: 0px; }

.outline-button {
  margin: 0px auto 0px auto;
  width: 180px;
  height: 40px;
  line-height: 40px;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #919196;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border: 1px solid #919196;
  border-radius: 3px; }
  .outline-button:hover {
    color: #FA6905; }

.unsupported-content {
  margin-top: 20px;
  margin-left: 90px; }
  .unsupported-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 50px; }
    .unsupported-content ul li {
      display: block;
      float: left; }
      .unsupported-content ul li:last-child {
        margin-right: 0px; }
    .unsupported-content ul li {
      width: 150px;
      margin-right: 40px;
      text-align: center; }
      .unsupported-content ul li img {
        margin-bottom: 10px; }
      .unsupported-content ul li p {
        padding: 0;
        margin: 0; }

.unsupported-browser {
  width: 760px !important; }
  .unsupported-browser .unsupported-content {
    margin-left: 0px; }

.user-alert-wrapper {
  position: relative; }

.alert-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  background-image: url("/img/close.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px; }
  .alert-close:hover {
    background-image: url("/img/close-hover.png"); }

.user-alert {
  z-index: 15;
  position: relative;
  background-color: #F5F5FA;
  vertical-align: middle;
  -moz-box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 2px 0px rgba(0, 0, 0, 0.4); }

.user-alert-basic.profile-sign-up-alert {
  background-color: #FAF0D2; }

.user-alert-basic .alert-content {
  height: 100px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 80px;
  padding-right: 40px;
  background-image: url("/img/question.png"); }
  .user-alert-basic .alert-content.profile-sign-up-alert {
    background-image: url("/img/alert.png"); }
  .user-alert-basic .alert-content .text-content {
    display: table-cell;
    vertical-align: middle;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    height: 100px; }
  .user-alert-basic .alert-content .action {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    padding-left: 20px;
    min-width: 150px; }
    .user-alert-basic .alert-content .action.large {
      min-width: 400px; }
    .user-alert-basic .alert-content .action .arrow {
      display: inline-block;
      height: 12px;
      width: 7px; }
    .user-alert-basic .alert-content .action .app-link {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      padding-right: 4px;
      text-transform: uppercase; }
  .user-alert-basic .alert-content .profile-builder-input {
    margin-left: 30px;
    height: 36px;
    line-height: 36px;
    width: 200px;
    padding-left: 15px;
    padding-right: 15px; }
  .user-alert-basic .alert-content .alert-action-button {
    margin-left: 10px;
    cursor: pointer;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: white;
    border: 0;
    width: 100px;
    height: 40px;
    background-color: #55555A; }
    .user-alert-basic .alert-content .alert-action-button.large {
      width: 340px; }
    .user-alert-basic .alert-content .alert-action-button:hover {
      background-color: #414146; }

.user-alert-rating {
  text-align: center; }
  .user-alert-rating .alert-content {
    height: 430px;
    display: inline-block; }
    .user-alert-rating .alert-content .alert-tile {
      display: table-cell;
      height: 430px;
      vertical-align: middle;
      text-align: left; }
    .user-alert-rating .alert-content .alert-rate-prompt {
      display: table-cell;
      height: 430px;
      vertical-align: middle;
      padding-left: 20px;
      padding-right: 20px;
      width: 290px; }
      .user-alert-rating .alert-content .alert-rate-prompt h1 {
        font-family: Lato, Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        color: #55555A;
        margin-bottom: 0px; }
      .user-alert-rating .alert-content .alert-rate-prompt p {
        font-family: Lato, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        color: #55555A;
        margin-top: 0px; }
      .user-alert-rating .alert-content .alert-rate-prompt .rating-buttons {
        margin-top: 30px; }
        .user-alert-rating .alert-content .alert-rate-prompt .rating-buttons .rating-button {
          display: inline-block;
          width: 80px;
          height: 80px;
          cursor: pointer; }
          .user-alert-rating .alert-content .alert-rate-prompt .rating-buttons .rating-button.thumbs-up {
            margin-right: 25px;
            background-image: url("/img/thumb-up.png"); }
            .user-alert-rating .alert-content .alert-rate-prompt .rating-buttons .rating-button.thumbs-up:hover, .user-alert-rating .alert-content .alert-rate-prompt .rating-buttons .rating-button.thumbs-up.active {
              background-image: url("/img/thumb-up-hover.png"); }
          .user-alert-rating .alert-content .alert-rate-prompt .rating-buttons .rating-button.thumbs-down {
            background-image: url("/img/thumb-down.png"); }
            .user-alert-rating .alert-content .alert-rate-prompt .rating-buttons .rating-button.thumbs-down:hover, .user-alert-rating .alert-content .alert-rate-prompt .rating-buttons .rating-button.thumbs-down.active {
              background-image: url("/img/thumb-down-hover.png"); }
    .user-alert-rating .alert-content .recommendation-grid {
      display: table-cell;
      height: 430px;
      vertical-align: middle;
      width: 460px;
      text-align: left; }
      .user-alert-rating .alert-content .recommendation-grid .loading-spinner {
        position: absolute;
        top: 50%; }
    .user-alert-rating .alert-content .placeholder-tile-wrapper {
      display: relative;
      border-spacing: 10px; }
    .user-alert-rating .alert-content .placeholder-tile {
      display: table-cell;
      vertical-align: middle;
      background-color: white;
      height: 330px;
      width: 220px;
      border: 1px solid #E1E1E6;
      text-align: center; }
      .user-alert-rating .alert-content .placeholder-tile p {
        color: #919196;
        font-family: Lato, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        margin-bottom: 15px; }
      .user-alert-rating .alert-content .placeholder-tile .recommendation-question-image {
        width: 80px;
        height: 80px; }

.app-link {
  text-decoration: none;
  outline: none; }

.disabled-link {
  cursor: default !important;
  color: inherit; }

.checkbox {
  position: relative;
  height: 36px; }
  .checkbox .check {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url("/img/checkbox-unchecked.png") no-repeat;
    border-radius: 7px;
    border: transparent solid 3px; }
  .checkbox .label {
    position: absolute;
    left: 45px; }
    .checkbox .label.single-line {
      line-height: 35px; }
  .checkbox.checked .check {
    background: url("/img/checkbox-checked.png") no-repeat; }

.date-of-birth-picker .select-wrapper.dob-month {
  background-position: 125px 4px; }
  .date-of-birth-picker .select-wrapper.dob-month .select-input {
    width: 160px;
    margin-right: 15px; }

.date-of-birth-picker .select-wrapper.dob-day {
  background-position: 55px 4px; }
  .date-of-birth-picker .select-wrapper.dob-day .select-input {
    width: 90px;
    margin-right: 15px; }

.date-of-birth-picker .select-wrapper.dob-year {
  background-position: 75px 4px; }
  .date-of-birth-picker .select-wrapper.dob-year .select-input {
    width: 110px; }

.image-button {
  margin-right: 15px;
  border: none;
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center; }

.ratings-label {
  display: inline-block;
  font-size: 14px; }

.ratings-bar {
  display: inline-block;
  padding-left: 10px;
  vertical-align: bottom; }
  .ratings-bar .ratings-button {
    margin-right: 15px;
    border: none;
    cursor: pointer;
    display: inline-block; }
    .ratings-bar .ratings-button.thumb-down {
      background-image: url("/img/Thumb-Down_sm.png");
      width: 40px;
      height: 40px; }
      .ratings-bar .ratings-button.thumb-down:hover {
        background-image: url("/img/Thumb-Down-hover_sm.png"); }
    .ratings-bar .ratings-button.thumb-up {
      background-image: url("/img/Thumb-Up_sm.png");
      width: 40px;
      height: 40px; }
      .ratings-bar .ratings-button.thumb-up:hover {
        background-image: url("/img/Thumb-Up-hover_sm.png"); }
    .ratings-bar .ratings-button:focus {
      outline: 0px; }

.selection-dropdown {
  font-size: 16px;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }
  .selection-dropdown .dropdown-button {
    position: relative;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 38px;
    color: #FFFFFF;
    background-color: #7D7D82;
    border: 1px solid #7D7D82;
    border-radius: 4px;
    cursor: pointer; }
    .selection-dropdown .dropdown-button .dropdown-arrow {
      position: absolute;
      right: 14px;
      height: 8px;
      width: 13px;
      top: 15px; }
    .selection-dropdown .dropdown-button:hover {
      background-color: #2D2D32;
      border-color: #2D2D32; }
    .selection-dropdown .dropdown-button .dropdown-selection-label {
      -webkit-touch-callout: none;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 75%;
      height: 40px;
      line-height: 40px;
      padding-left: 15px; }
  .selection-dropdown .dropdown-list-container {
    z-index: 49;
    position: absolute;
    top: 50px;
    background-color: #EBEBF0;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 5px #000000;
    -o-box-shadow: 0px 0px 5px #000000;
    -ms-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000; }
    .selection-dropdown .dropdown-list-container .dropdown-list-divider {
      margin-left: 32px;
      margin-right: 32px;
      height: 5px;
      border-bottom: 1px solid #AFAFB4;
      margin-bottom: 5px; }
  .selection-dropdown ul {
    list-style-position: outside;
    padding: 0px 0px 0px 0px;
    list-style-type: none; }
  .selection-dropdown li {
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding-left: 25px; }
    .selection-dropdown li:hover {
      background-color: #FFFFFF;
      color: #FA6905; }
    .selection-dropdown li.item-selected {
      font-weight: bold;
      background: url("/img/dropdown_bullet.png") no-repeat;
      background-position: 10px 12.5px; }
      .selection-dropdown li.item-selected:hover {
        background-color: #FFFFFF;
        background: url("/img/dropdown_bullet-hover.png") no-repeat;
        background-position: 10px 12.5px; }
    .selection-dropdown li.item-unselected {
      font-weight: normal; }

.simple-button {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #55555A;
  border: 0px none transparent;
  border-radius: 3px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  cursor: pointer; }
  .simple-button:focus {
    outline: 0px; }
  .simple-button:hover, .simple-button.hasFocus {
    background-color: #FA6905; }
  .simple-button.disabled {
    background-color: #FFFFFF; }

.fb-like-button {
  overflow: hidden;
  border: 0;
  visibility: visible;
  width: 110px;
  height: 21px;
  display: inline-block;
  padding-top: 4px; }

.fb_iframe_widget_lift {
  padding-top: 1px; }

.media-flyout-gap {
  position: absolute;
  width: 20px; }

.media-flyout {
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 300px;
  max-width: 300px;
  background: #EBEBF0;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  z-index: 18;
  margin-left: 20px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }
  .media-flyout:after, .media-flyout:before {
    right: 100%;
    top: 50%;
    border: 2px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .media-flyout:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #EBEBF0;
    border-width: 20px;
    margin-top: -20px; }
  .media-flyout:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFFFFF;
    border-width: 23px;
    margin-top: -23px; }
  .media-flyout.left:after, .media-flyout.left:before {
    left: 100%; }
  .media-flyout.left:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #EBEBF0;
    border-width: 20px;
    margin-top: -20px; }
  .media-flyout.left:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #FFFFFF;
    border-width: 23px;
    margin-top: -23px; }
  .media-flyout .flag {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0px;
    line-height: 0%;
    width: 200px;
    border-top: 30px solid #55555A;
    border-right: 30px solid #EBEBF0; }
  .media-flyout .flag-message {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 20px;
    font-size: 14px;
    color: #FFFFFF; }
  .media-flyout .content {
    position: relative;
    width: 300px;
    height: 100%;
    padding-top: 20px; }
    .media-flyout .content.with-flag {
      padding-top: 50px; }
    .media-flyout .content h1 {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      color: #2D2D32;
      margin: 0;
      padding: 0;
      margin-bottom: 2px; }
    .media-flyout .content h2 {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      color: #55555A;
      padding: 0;
      margin: 0;
      margin-bottom: 7px; }
    .media-flyout .content p {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #55555A;
      padding: 0;
      margin: 0;
      margin-top: -5px;
      line-height: 1.5; }
    .media-flyout .content hr {
      border: 0;
      height: 0;
      border-top: 1px solid #FFFFFF;
      margin-top: 20px;
      margin-bottom: 20px; }
    .media-flyout .content .days-left {
      color: #FA6905; }
    .media-flyout .content .ratings-label {
      vertical-align: top; }

.featured-media-tile {
  position: relative;
  border: 1px solid #E1E1E6; }
  .featured-media-tile .tile-content {
    position: relative;
    overflow: hidden;
    height: 330px; }
  .featured-media-tile .media-overlay {
    position: absolute;
    border-radius: 50%;
    width: 362px;
    height: 800px;
    right: -75px;
    top: -125px; }
  .featured-media-tile img {
    background-color: #C3C3C8; }
  .featured-media-tile .media-info {
    position: absolute;
    top: 0px;
    height: 330px; }
    .featured-media-tile .media-info .text-container {
      height: 330px;
      display: table-cell;
      vertical-align: middle; }
    .featured-media-tile .media-info .media-info-header {
      font-size: 25px;
      color: white; }
    .featured-media-tile .media-info .single-line {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .featured-media-tile .media-info .multi-line {
      max-height: 60px; }
    .featured-media-tile .media-info .media-info-text {
      font-size: 15px;
      padding-top: 15px;
      color: white; }
      .featured-media-tile .media-info .media-info-text.episode-info-text {
        color: white;
        padding-top: 10px;
        height: 17px; }
  .featured-media-tile.large-layout {
    width: 940px;
    height: 330px; }
    .featured-media-tile.large-layout img {
      height: 330px;
      width: 600px !important; }
    .featured-media-tile.large-layout .media-overlay {
      width: 500px;
      height: 1000px;
      right: -110px;
      top: -210px; }
    .featured-media-tile.large-layout .media-info {
      width: 350px;
      left: 590px;
      border: 1px solid #E1E1E6;
      border-bottom: none;
      border-top: none;
      border-left: none; }
      .featured-media-tile.large-layout .media-info .text-container {
        padding: 0px 30px 0px 30px;
        width: 290px; }
        .featured-media-tile.large-layout .media-info .text-container .media-info-header {
          width: 290px;
          color: white; }
        .featured-media-tile.large-layout .media-info .text-container .media-info-text {
          width: 290px;
          color: white; }
  .featured-media-tile.medium-layout {
    width: 700px;
    height: 330px; }
    .featured-media-tile.medium-layout img {
      height: 330px;
      width: 470px !important; }
    .featured-media-tile.medium-layout .media-info {
      width: 240px;
      left: 460px;
      border: 1px solid #E1E1E6;
      border-bottom: none;
      border-top: none;
      border-left: none; }
      .featured-media-tile.medium-layout .media-info .text-container {
        padding: 0px 20px 0px 20px;
        width: 200px; }
        .featured-media-tile.medium-layout .media-info .text-container .media-info-header {
          width: 200px; }
        .featured-media-tile.medium-layout .media-info .text-container .media-info-text {
          width: 200px; }
  .featured-media-tile.small-layout {
    width: 460px;
    height: 330px;
    position: relative; }
    .featured-media-tile.small-layout img {
      height: 330px;
      width: 460px; }
    .featured-media-tile.small-layout .media-info {
      width: 460px;
      height: 75px;
      top: 255px;
      background-color: transparent; }
      .featured-media-tile.small-layout .media-info .text-container {
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 420px;
        height: 75px; }
        .featured-media-tile.small-layout .media-info .text-container .media-info-header {
          padding-left: 20px;
          height: 28px;
          width: 420px; }
        .featured-media-tile.small-layout .media-info .text-container .media-info-text {
          padding-top: 15px;
          padding-left: 20px;
          height: 17px;
          width: 420px; }

.media-actions-overlay {
  z-index: 14;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 162px;
  margin-left: -81px; }
  .media-actions-overlay.large, .media-actions-overlay.slide-show-poster {
    height: 210px;
    margin-top: -105px;
    width: 200px;
    margin-left: -100px; }
  .media-actions-overlay.medium {
    height: 150px;
    margin-top: -75px; }
  .media-actions-overlay.small {
    height: 128px;
    margin-top: -64px; }
  .media-actions-overlay a {
    text-decoration: none; }
  .media-actions-overlay.small-portrait {
    top: 52px;
    margin-top: 0; }
  .media-actions-overlay .play-control {
    padding: 0;
    margin: 0;
    width: 162px;
    text-align: center;
    cursor: pointer; }
    .media-actions-overlay .play-control .play-control-text {
      color: #FFFFFF;
      color: rgba(255, 255, 255, 0.3);
      text-transform: uppercase;
      text-decoration: none;
      font-size: 20px;
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: 400; }
      .media-actions-overlay .play-control .play-control-text.slide-show-poster {
        color: #FFFFFF;
        font-size: 24px; }
    .media-actions-overlay .play-control:first-child {
      padding-bottom: 4px;
      margin-bottom: 3px;
      border-bottom: 2px solid #FFFFFF; }
    .media-actions-overlay .play-control.large {
      width: 200px; }
      .media-actions-overlay .play-control.large:first-child {
        padding-bottom: 6px;
        margin-bottom: 5px; }
    .media-actions-overlay .play-control.small:first-child {
      border-bottom: none;
      margin-bottom: 12px;
      padding-bottom: 50px; }
    .media-actions-overlay .play-control:hover .play-control-text {
      color: #FFFFFF; }
      .media-actions-overlay .play-control:hover .play-control-text.slide-show-poster {
        color: #FA6905; }
    .media-actions-overlay .play-control:hover .play-button {
      background-image: url("/img/watch-btn-medium-hover.png"); }
      .media-actions-overlay .play-control:hover .play-button.large {
        background-image: url("/img/watch-btn-large-hover.png"); }
      .media-actions-overlay .play-control:hover .play-button.small {
        background-image: url("/img/watch-btn-small-hover.png"); }
    .media-actions-overlay .play-control .play-button {
      height: 80px;
      width: 80px;
      margin: auto;
      background-image: url("/img/watch-btn-medium-default.png");
      background-repeat: no-repeat;
      padding-bottom: 2px; }
      .media-actions-overlay .play-control .play-button.large {
        padding-bottom: 2px;
        height: 120px;
        width: 120px;
        background-image: url("/img/watch-btn-large-default.png"); }
      .media-actions-overlay .play-control .play-button.small {
        padding-bottom: 6px;
        height: 60px;
        width: 60px;
        background-image: url("/img/watch-btn-small-hover.png"); }

.media-grid {
  position: relative; }
  .media-grid .media-tile {
    position: absolute; }
  .media-grid .media-tile-separator {
    position: absolute;
    width: 1px;
    background-color: white;
    border-right-style: solid;
    border-right-color: #C3C3C8;
    border-right-width: 1px; }

.media-list {
  position: relative; }
  .media-list .media-tile {
    position: absolute; }
  .media-list .media-arrow {
    cursor: pointer;
    width: 25px;
    height: 50px;
    z-index: 12;
    background-repeat: no-repeat; }
    .media-list .media-arrow.left {
      background-image: url("/img/arrow-left-gray.png"); }
      .media-list .media-arrow.left:hover {
        background-image: url("/img/arrow-left-orange.png"); }
    .media-list .media-arrow.right {
      background-image: url("/img/arrow-right-gray.png"); }
      .media-list .media-arrow.right:hover {
        background-image: url("/img/arrow-right-orange.png"); }

.tile-outline {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 14;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-weight: 3px;
  border-color: rgba(255, 170, 15, 0.8);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }
  .tile-outline .outline-header-label {
    text-align: center;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
    background-color: rgba(255, 170, 15, 0.8);
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase; }

.tile-progress-bar-base {
  position: absolute;
  top: 176px;
  left: 10px;
  height: 4px;
  background-color: #EBEBF0; }
  .tile-progress-bar-base .tile-progress-bar-current {
    height: 4px;
    background-color: #919196; }
    .tile-progress-bar-base .tile-progress-bar-current.now-playing {
      background-color: #FFAA0F; }

.poster-tile {
  position: relative;
  text-decoration: none;
  background-color: white;
  border: 1px solid #E1E1E6; }
  .poster-tile img {
    background-color: #C3C3C8; }
  .poster-tile .media-info {
    position: absolute; }
  .poster-tile.small-portrait {
    width: 220px;
    height: 330px; }
    .poster-tile.small-portrait .media-info {
      display: none; }
  .poster-tile.small-landscape {
    width: 220px;
    height: 190px; }
    .poster-tile.small-landscape img {
      width: 220px;
      height: 124px; }
    .poster-tile.small-landscape .media-info {
      border: 1px solid #E1E1E6;
      width: 218px;
      height: 64px;
      top: 124px;
      background-color: white; }
      .poster-tile.small-landscape .media-info .media-info-text, .poster-tile.small-landscape .media-info .media-info-header {
        margin: 0;
        width: 200px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        color: #2D2D32;
        font-family: Lato, Arial, sans-serif;
        font-style: normal;
        font-weight: normal; }
      .poster-tile.small-landscape .media-info .media-info-header {
        padding-top: 3px;
        font-size: 15px;
        font-weight: bold; }
        .poster-tile.small-landscape .media-info .media-info-header.multi-line {
          max-height: 42px; }
        .poster-tile.small-landscape .media-info .media-info-header.single-line {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .poster-tile.small-landscape .media-info .media-info-text {
        padding-top: 0px;
        font-size: 14px;
        color: #55555A; }
  .poster-tile.elaine-leader-tile, .poster-tile.jerry-leader-tile {
    width: 700px; }
    .poster-tile.elaine-leader-tile .titled-tile-gradient, .poster-tile.jerry-leader-tile .titled-tile-gradient {
      background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      position: absolute;
      width: 700px;
      height: 110px; }
    .poster-tile.elaine-leader-tile .media-info, .poster-tile.jerry-leader-tile .media-info {
      background-color: transparent;
      border-style: none;
      width: 700px; }
      .poster-tile.elaine-leader-tile .media-info .media-info-header, .poster-tile.jerry-leader-tile .media-info .media-info-header {
        font-size: 25px;
        color: white;
        width: 660px;
        padding-left: 20px;
        line-height: 25px; }
      .poster-tile.elaine-leader-tile .media-info .media-info-text, .poster-tile.jerry-leader-tile .media-info .media-info-text {
        font-size: 15px;
        color: white;
        width: 660px;
        padding-left: 20px;
        padding-top: 11px;
        line-height: 16px; }
  .poster-tile.elaine-leader-tile {
    height: 330px; }
    .poster-tile.elaine-leader-tile .titled-tile-gradient {
      top: 220px; }
    .poster-tile.elaine-leader-tile .media-info {
      top: 258px; }
  .poster-tile.jerry-leader-tile {
    height: 400px; }
    .poster-tile.jerry-leader-tile .titled-tile-gradient {
      top: 290px; }
    .poster-tile.jerry-leader-tile .media-info {
      top: 328px; }

.slide-show-wrapper {
  width: 100%; }

.slide-show {
  width: 100%;
  height: 100%; }

.slide-show-container {
  position: relative;
  max-height: 547px; }
  .slide-show-container .navigation-arrow-hit-area {
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 11; }
    .slide-show-container .navigation-arrow-hit-area.left {
      left: 0px; }
    .slide-show-container .navigation-arrow-hit-area.right {
      right: 0px; }
  .slide-show-container .navigation-arrow {
    position: absolute;
    width: 25px;
    height: 50px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    z-index: 13; }
    .slide-show-container .navigation-arrow.left {
      left: 20px;
      background-image: url("/img/arrow-left-gray.png");
      background-position: left center; }
      .slide-show-container .navigation-arrow.left:hover {
        cursor: pointer;
        background-image: url("/img/arrow-left-white.png"); }
    .slide-show-container .navigation-arrow.right {
      right: 20px;
      background-image: url("/img/arrow-right-gray.png");
      background-position: right center; }
      .slide-show-container .navigation-arrow.right:hover {
        cursor: pointer;
        background-image: url("/img/arrow-right-white.png"); }

.slide-show-base {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 547px;
  background-size: cover;
  overflow: hidden;
  -ms-behavior: url(/styles/ie-polyfills/backgroundsize.htc); }

.slide-show-text-overlay {
  position: absolute;
  background-color: black;
  border-radius: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.slide-show-text-area {
  position: absolute;
  width: 670px;
  max-height: 547px; }

.slide-show-text-box {
  width: 350px;
  display: table-cell;
  vertical-align: middle; }

h1.slide-show-poster-tag {
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: bold;
  font-size: 18px;
  color: #FFAA0F;
  text-transform: uppercase;
  word-wrap: break-word; }

h2.slide-show-poster-headline {
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 8px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 30px;
  color: #FFFFFF;
  word-wrap: break-word;
  margin-left: -1px; }

p.slide-show-poster-body-text {
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 45px;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 1.5; }

div.slide-show-poster-sponsor {
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #C3C3C8;
  margin-top: 45px; }
  div.slide-show-poster-sponsor .sponsored-by {
    margin-left: 7px; }

.slide-show-poster-cta {
  margin-top: 34px;
  margin-bottom: 20px; }

.slide-show-poster-cta-button {
  background-color: #FA6905;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  padding: 10px 30px 10px 30px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase; }

.slide-show-poster-page-link {
  display: block;
  margin: 0px;
  margin-left: 45px;
  margin-right: 45px;
  height: 100%;
  z-index: 14; }
  .slide-show-poster-page-link a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    cursor: pointer;
    background-color: white;
    background-color: rgba(255, 255, 255, 0);
    filter: alpha(opacity=0); }

.slide-show-nav-container {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 13; }

.slide-show-nav-items {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  text-align: center;
  padding: 0; }
  .slide-show-nav-items ol {
    list-style: none; }
    .slide-show-nav-items ol li {
      background-color: #FFFFFF;
      background-color: rgba(255, 255, 255, 0.3);
      filter: alpha(opacity=30);
      border-radius: 50%;
      display: inline-block;
      width: 10px;
      height: 10px;
      cursor: pointer;
      margin-right: 10px; }
      .slide-show-nav-items ol li.active {
        background-color: #FFFFFF;
        background-color: white;
        filter: alpha(opacity=100); }

.titled-tile {
  position: relative;
  background-color: white;
  border: 1px solid #E1E1E6; }
  .titled-tile img {
    background-color: #C3C3C8; }
  .titled-tile .media-info {
    position: absolute;
    background-color: #FFFFFF;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none; }
    .titled-tile .media-info .multi-line {
      max-height: 42px; }
    .titled-tile .media-info .single-line {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .titled-tile.elaine-leader-tile, .titled-tile.jerry-leader-tile {
    width: 700px; }
    .titled-tile.elaine-leader-tile .titled-tile-gradient, .titled-tile.jerry-leader-tile .titled-tile-gradient {
      background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
      position: absolute;
      width: 700px;
      height: 110px; }
    .titled-tile.elaine-leader-tile .media-info, .titled-tile.jerry-leader-tile .media-info {
      background-color: transparent;
      border-style: none;
      width: 700px; }
      .titled-tile.elaine-leader-tile .media-info .media-info-header, .titled-tile.jerry-leader-tile .media-info .media-info-header {
        font-size: 25px;
        color: white;
        width: 660px;
        padding-left: 20px;
        line-height: 25px; }
      .titled-tile.elaine-leader-tile .media-info .media-info-text, .titled-tile.jerry-leader-tile .media-info .media-info-text {
        font-size: 15px;
        color: white;
        width: 660px;
        padding-left: 20px;
        padding-top: 11px;
        line-height: 16px; }
  .titled-tile.elaine-leader-tile {
    height: 330px; }
    .titled-tile.elaine-leader-tile .titled-tile-gradient {
      top: 220px; }
    .titled-tile.elaine-leader-tile .media-info {
      top: 258px; }
  .titled-tile.jerry-leader-tile {
    height: 400px; }
    .titled-tile.jerry-leader-tile .titled-tile-gradient {
      top: 290px; }
    .titled-tile.jerry-leader-tile .media-info {
      top: 328px; }
  .titled-tile.small-landscape, .titled-tile.small-portrait {
    width: 220px; }
    .titled-tile.small-landscape .media-info, .titled-tile.small-portrait .media-info {
      width: 218px; }
      .titled-tile.small-landscape .media-info .media-info-text, .titled-tile.small-landscape .media-info .media-info-header, .titled-tile.small-portrait .media-info .media-info-text, .titled-tile.small-portrait .media-info .media-info-header {
        margin: 0;
        width: 200px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px; }
      .titled-tile.small-landscape .media-info .media-info-header, .titled-tile.small-portrait .media-info .media-info-header {
        padding-top: 3px;
        font-size: 15px;
        font-weight: bold;
        color: #2D2D32; }
      .titled-tile.small-landscape .media-info .media-info-text, .titled-tile.small-portrait .media-info .media-info-text {
        padding-top: 0px;
        font-size: 14px;
        color: #55555A; }
  .titled-tile.small-landscape {
    width: 220px;
    height: 190px; }
    .titled-tile.small-landscape .media-info {
      top: 124px;
      height: 64px; }
  .titled-tile.small-portrait {
    width: 220px;
    height: 330px; }
    .titled-tile.small-portrait .media-info {
      top: 220px;
      height: 110px; }

.alert-modal {
  width: 400px !important; }

/**
 * Modal Styling
 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  filter: alpha(opacity=75);
  z-index: 100; }

.modal-wrapper {
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101; }
  .modal-wrapper .error {
    color: #FF0000; }

.modal-content {
  position: relative;
  width: 60%;
  min-width: 400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 70px;
  border-radius: 5px; }
  .modal-content .form {
    width: 402px;
    margin: auto; }

h1.modal-heading {
  margin-top: 0;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #2D2D32;
  margin-bottom: 4px; }

.modal-close-button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 15px;
  background-image: url("/img/close.png");
  cursor: pointer; }
  .modal-close-button:hover {
    background-image: url("/img/close-hover.png"); }

.modal-intro {
  color: #55555A;
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 1.5; }

.modal-button-container {
  margin-top: 50px; }
  .modal-button-container div {
    display: inline-block; }
  .modal-button-container .modal-button {
    display: inline-block;
    padding: 15px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    background-color: #FFAA0F; }
    .modal-button-container .modal-button:active {
      background-color: #F5960F;
      border: 0;
      color: #FFFFFF; }

.linked-device {
  position: relative;
  display: inline-block;
  border: 2px solid #7D7D82;
  border-radius: 5px;
  width: 280px;
  height: 46px;
  margin-right: 18px;
  margin-top: 20px;
  margin-bottom: 0px; }
  .linked-device .device-image {
    padding: 5px;
    width: 154px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center; }
  .linked-device .device-link {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    height: 46px;
    width: 120px;
    overflow: hidden;
    background-color: #7D7D82;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer; }
    .linked-device .device-link.full-width {
      width: 280px; }
  .linked-device:hover {
    border-color: #2D2D32; }
    .linked-device:hover .device-link {
      background-color: #2D2D32; }

.email-share-choices {
  margin-top: 10px;
  width: 250px;
  background-color: #EBEBF0;
  padding: 10px;
  border: 0px none transparent;
  border-radius: 5px;
  position: relative;
  text-align: center; }
  .email-share-choices:after, .email-share-choices:before {
    bottom: 100%;
    left: 143px;
    border: 2px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .email-share-choices:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #EBEBF0;
    border-width: 10px;
    margin-left: -43px; }
  .email-share-choices:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF; }

.anonymous-watch-later-tray {
  height: 510px;
  position: relative; }
  .anonymous-watch-later-tray .anonymous-info-tile {
    width: 420px;
    padding-left: 10px;
    padding-right: 30px;
    height: 330px;
    background-color: #F5F5FA;
    border: 1px solid #E1E1E6; }
  .anonymous-watch-later-tray .anonymous-media-grid {
    position: absolute;
    top: 0px;
    left: 480px; }
  .anonymous-watch-later-tray .register-text {
    margin: 0;
    line-height: 1.5; }
  .anonymous-watch-later-tray .info-tile-content {
    margin-left: 20px;
    display: block; }
    .anonymous-watch-later-tray .info-tile-content a {
      text-decoration: none;
      color: #FA6905;
      cursor: pointer; }
      .anonymous-watch-later-tray .info-tile-content a:active {
        outline: none; }
      .anonymous-watch-later-tray .info-tile-content a:hover {
        color: #55555A; }
  .anonymous-watch-later-tray .first-paragraph {
    margin-top: 30px; }
  .anonymous-watch-later-tray .sign-in-button, .anonymous-watch-later-tray .register-button {
    margin-top: 20px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    border-weight: 1px;
    border-style: solid;
    border-radius: 3px; }
  .anonymous-watch-later-tray .sign-in-button {
    background-color: #FFAA0F;
    border-color: #FFAA0F;
    margin-bottom: 37px; }
    .anonymous-watch-later-tray .sign-in-button:hover {
      background-color: #FA6905;
      border-color: #FA6905; }
  .anonymous-watch-later-tray .register-button {
    background-color: #55555A;
    border-color: #55555A;
    text-decoration: none; }
    .anonymous-watch-later-tray .register-button:hover {
      background-color: #FA6905;
      border-color: #FA6905; }
  .anonymous-watch-later-tray.small-layout {
    width: 900px; }
  .anonymous-watch-later-tray.medium-layout {
    width: 1140px; }
  .anonymous-watch-later-tray.large-layout {
    width: 1380px; }

.george-tray-content-with-ad {
  position: relative; }
  .george-tray-content-with-ad .medrec-ad {
    top: 0px;
    right: 0px; }

.kramer-tray {
  position: relative; }
  .kramer-tray .kramer-media-list {
    position: absolute;
    top: 350px; }
  .kramer-tray.small-layout {
    width: 900px; }
  .kramer-tray.medium-layout {
    width: 1140px; }
  .kramer-tray.large-layout {
    width: 1380px; }

.watch-later-search-tile {
  background-color: white;
  width: 220px;
  height: 330px;
  position: relative;
  border: 1px solid #E1E1E6; }
  .watch-later-search-tile .browse-link {
    text-decoration: none;
    color: #C3C3C8;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    width: 100%;
    text-align: center;
    line-height: 330px; }
    .watch-later-search-tile .browse-link:active {
      outline: none; }
    .watch-later-search-tile .browse-link:hover {
      color: #FA6905; }
    .watch-later-search-tile .browse-link .browse-icon {
      background-image: url("/img/Browse.png");
      background-repeat: no-repeat;
      width: 12px;
      height: 12px;
      padding-right: 10px;
      display: inline-block; }
    .watch-later-search-tile .browse-link:hover .browse-icon {
      background-image: url("/img/Browse-hover.png"); }

.watch-later-tray {
  position: relative; }
  .watch-later-tray .collapse-button {
    position: absolute; }
    .watch-later-tray .collapse-button.content-hidden, .watch-later-tray .collapse-button.content-displayed {
      border: 1px solid #7D7D82;
      border-radius: 3px;
      width: 30px;
      height: 30px;
      background-color: #7D7D82;
      background-position: 6px 10px;
      background-repeat: no-repeat;
      cursor: pointer;
      margin-top: 6px; }
      .watch-later-tray .collapse-button.content-hidden:hover, .watch-later-tray .collapse-button.content-displayed:hover {
        border-color: #2D2D32;
        background-color: #2D2D32; }
    .watch-later-tray .collapse-button.content-hidden {
      background-image: url("/img/Arrow-Tiny-17x10-down-white.png"); }
      .watch-later-tray .collapse-button.content-hidden.channel-not-available {
        background-color: #C3C3C8;
        border-color: #C3C3C8;
        cursor: auto; }
    .watch-later-tray .collapse-button.content-displayed {
      background-image: url("/img/Arrow-Tiny-17x10-up-white.png"); }
  .watch-later-tray .remove-button {
    top: 15px;
    right: 15px; }
  .watch-later-tray .tray-title {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-left: 45px; }
    .watch-later-tray .tray-title .unavailable-title {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      color: #AFAFB4; }
    .watch-later-tray .tray-title .status-label {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 19px;
      color: #FA6905;
      padding-left: 10px; }

.leaderboard-ad {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative; }
  .leaderboard-ad .ad-background {
    width: 728px;
    height: 90px;
    line-height: 90px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.05);
    filter: alpha(opacity=5);
    text-align: center;
    color: #919196;
    font-size: 12px;
    text-transform: uppercase; }

.medrec-ad {
  width: 340px;
  height: 310px;
  top: 20px;
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  filter: alpha(opacity=5); }
  .medrec-ad .ad-display {
    position: absolute;
    top: 20px;
    left: 20px; }
  .medrec-ad .ad-label {
    position: absolute;
    width: 340px;
    top: 288px;
    text-align: center;
    color: #919196;
    font-size: 12px;
    text-transform: uppercase; }

.sponsored-by .ad-display {
  display: inline; }

.test-ad {
  position: absolute;
  top: -1000px;
  left: -1000px; }

.tray-ad {
  width: 340px;
  height: 540px;
  position: absolute;
  top: 0px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  filter: alpha(opacity=5); }
  .tray-ad .ad-display {
    position: absolute;
    top: 20px;
    left: 20px; }
  .tray-ad .ad-label {
    position: absolute;
    width: 340px;
    top: 518px;
    text-align: center;
    color: #919196;
    font-size: 12px;
    text-transform: uppercase; }
  .tray-ad.large-ad {
    height: 660px; }
    .tray-ad.large-ad .ad-label {
      top: 638px; }

.ad-display {
  z-index: 1; }

.account-dropdown-wrapper {
  width: 220px;
  position: absolute;
  z-index: 51;
  top: 8px;
  right: 30px;
  padding-top: 60px; }
  .account-dropdown-wrapper:hover .account-dropdown {
    display: block; }

.account-dropdown {
  background-color: #EBEBF0;
  width: 220px;
  padding: 20px;
  border: 2px #FFFFFF;
  position: relative;
  border-radius: 5px;
  z-index: 51;
  -moz-box-shadow: 0px 0px 5px #000000;
  -o-box-shadow: 0px 0px 5px #000000;
  -ms-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px #000000;
  box-shadow: 0px 0px 5px #000000; }
  .account-dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .account-dropdown ul li {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      margin: 0;
      color: #2D2D32;
      width: 220px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #FFFFFF; }
      .account-dropdown ul li:first-child {
        padding-top: 0px; }
      .account-dropdown ul li:last-child {
        border-bottom: 0px; }
      .account-dropdown ul li .continue-watching-tile {
        margin-top: 15px;
        margin-bottom: 20px; }
      .account-dropdown ul li .see-all-link {
        color: #55555A;
        font-weight: bold;
        text-align: right;
        display: block;
        padding-right: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
        position: relative;
        background-image: url("/img/arrow-tiny-see-all.png");
        background-position: right center;
        background-repeat: no-repeat; }
        .account-dropdown ul li .see-all-link:hover {
          color: #2D2D32;
          background-image: url("/img/arrow-tiny-see-all-hover.png"); }
  .account-dropdown .continue-watching-image {
    display: block;
    width: 220px;
    height: 190px; }
  .account-dropdown a {
    text-decoration: none;
    color: #2D2D32;
    cursor: pointer; }
    .account-dropdown a:active {
      outline: none; }
    .account-dropdown a:hover {
      color: #FA6905; }

.accounts-nav-bar-wrapper {
  height: 70px;
  display: block;
  position: relative; }

.accounts-nav-bar {
  position: fixed;
  top: 70px;
  width: 100%;
  height: 70px;
  background-color: black;
  z-index: 50; }
  .accounts-nav-bar .accounts-nav-bar-content {
    height: 70px;
    background-color: black;
    text-align: center; }
    .accounts-nav-bar .accounts-nav-bar-content .button-bar {
      list-style-type: none;
      padding: 0;
      margin: 0;
      overflow: hidden;
      overflow: visible;
      height: 70px;
      margin: 0 auto;
      display: inline-block; }
      .accounts-nav-bar .accounts-nav-bar-content .button-bar li {
        display: block;
        float: left; }
        .accounts-nav-bar .accounts-nav-bar-content .button-bar li:last-child {
          margin-right: 0px; }
      .accounts-nav-bar .accounts-nav-bar-content .button-bar .nav-button {
        height: 70px;
        line-height: 70px;
        background-color: transparent;
        cursor: pointer; }
        .accounts-nav-bar .accounts-nav-bar-content .button-bar .nav-button a {
          display: block;
          text-decoration: none;
          padding-left: 30px;
          padding-right: 30px; }
        .accounts-nav-bar .accounts-nav-bar-content .button-bar .nav-button .button-label {
          font-size: 17px;
          color: #919196; }
        .accounts-nav-bar .accounts-nav-bar-content .button-bar .nav-button:hover, .accounts-nav-bar .accounts-nav-bar-content .button-bar .nav-button.current-page {
          background-color: #55555A; }
          .accounts-nav-bar .accounts-nav-bar-content .button-bar .nav-button:hover .button-label, .accounts-nav-bar .accounts-nav-bar-content .button-bar .nav-button.current-page .button-label {
            color: #FFFFFF; }

.activate-device {
  margin-top: 36px;
  width: 600px;
  margin-bottom: 90px;
  min-height: 400px; }
  .activate-device h1 {
    margin-bottom: 14px; }
  .activate-device .intro {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 1.5; }
  .activate-device .inline {
    width: 400px;
    display: inline;
    margin-right: 8px; }
    .activate-device .inline .text-input {
      height: 46px;
      line-height: 46px; }
    .activate-device .inline .activate {
      width: 150px;
      height: 50px;
      line-height: 50px; }

.linked-devices-other {
  position: relative;
  width: 900px; }
  .linked-devices-other .link-device-prompt {
    width: 224px;
    display: inline-block;
    margin-top: 50px; }
  .linked-devices-other .linked-devices-logos {
    position: absolute;
    right: 0px;
    top: 50px; }
    .linked-devices-other .linked-devices-logos img {
      margin-right: 20px; }

.change-password {
  width: 400px; }
  .change-password .modal-heading {
    margin-bottom: 40px; }
    .change-password .modal-heading.error-state {
      margin-bottom: 20px; }
  .change-password .form-error {
    margin-bottom: 14px; }

.deactivate-account {
  width: 460px; }
  .deactivate-account form {
    width: 460px !important; }
    .deactivate-account form .form-error {
      margin-bottom: 14px; }
  .deactivate-account .deactivate-step-1 {
    padding-left: 80px; }
  .deactivate-account .selection-dropdown {
    font-size: 20px; }
  .deactivate-account .deactivate-choice-header {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    width: 300px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px; }
  .deactivate-account .deactivate-button {
    width: 220px !important;
    font-size: 16px !important; }
    .deactivate-account .deactivate-button.last {
      margin-right: 0px !important; }
  .deactivate-account .reason-explanation {
    font-family: Arial, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    width: 426px;
    height: 86px;
    padding: 15px;
    margin-top: 10px;
    font-size: 18px;
    border: 2px solid #C3C3C8;
    color: #55555A; }
    .deactivate-account .reason-explanation:focus {
      outline: none;
      border: 2px solid #7D7D82; }
    .deactivate-account .reason-explanation::-webkit-input-placeholder {
      color: #C3C3C8; }
    .deactivate-account .reason-explanation:-moz-placeholder {
      color: #C3C3C8; }
    .deactivate-account .reason-explanation::-moz-placeholder {
      color: #C3C3C8; }
    .deactivate-account .reason-explanation:-ms-input-placeholder {
      color: #C3C3C8; }
    .deactivate-account .reason-explanation::-ms-clear {
      display: none; }

.deactivated-account-modal {
  width: 940px;
  padding-bottom: 100px; }

.email-permissions {
  width: 400px; }
  .email-permissions .modal-heading {
    margin-bottom: 40px; }
    .email-permissions .modal-heading.error-state {
      margin-bottom: 20px; }
  .email-permissions .form-error {
    margin-bottom: 14px; }

.history-content {
  padding-top: 100px;
  padding-bottom: 90px;
  width: 100%; }

.history-expired-item {
  text-decoration: none !important;
  color: #55555A !important;
  cursor: default !important;
  font-style: normal !important;
  font-weight: normal !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .history-expired-item:hover {
    color: #55555A !important;
    text-decoration: none !important;
    cursor: default !important; }

.history-link {
  display: inherit;
  text-decoration: none;
  color: #919196;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .history-link:active {
    outline: none; }
  .history-link:hover {
    color: #FA6905; }

.history-ratings {
  position: absolute;
  top: 10px;
  left: 5px; }

.inbox-preferences {
  position: relative;
  min-height: 100px; }
  .inbox-preferences .accounts-table .header-row {
    line-height: 1.5; }
    .inbox-preferences .accounts-table .header-row .column-heading {
      padding-left: 5px;
      padding-right: 5px; }
  .inbox-preferences .accounts-table .right-border {
    border-width: 1px;
    border-right-style: solid;
    border-color: #C3C3C8; }
    .inbox-preferences .accounts-table .right-border.header-row {
      border-color: white; }
  .inbox-preferences .accounts-table .category-column {
    width: 740px; }
    .inbox-preferences .accounts-table .category-column .right-border {
      padding-left: 15px;
      max-width: 725px; }
  .inbox-preferences .accounts-table .setting-col {
    min-width: 100px;
    height: 40px;
    line-height: 40px; }
  .inbox-preferences .accounts-table .preference-button {
    margin: auto;
    width: 42px;
    height: 40px; }

.inbox {
  padding-top: 100px;
  padding-bottom: 90px; }
  .inbox .accounts-table {
    padding-top: 20px; }
    .inbox .accounts-table .content-column .content-text {
      width: 705px;
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      cursor: default; }
      .inbox .accounts-table .content-column .content-text a {
        font-weight: bold; }
  .inbox .inbox-content {
    position: relative;
    min-height: 100px; }
  .inbox .inbox-tabs {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    height: 50px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #FA6905;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-weight: 18px;
    color: #919196; }
    .inbox .inbox-tabs .messages-tab, .inbox .inbox-tabs .preferences-tab {
      height: 50px;
      display: inline-block;
      line-height: 50px;
      text-transform: uppercase;
      background-color: #E1E1E6;
      -webkit-touch-callout: none;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      cursor: pointer; }
      .inbox .inbox-tabs .messages-tab.selected, .inbox .inbox-tabs .preferences-tab.selected {
        background-color: #FA6905;
        color: white; }
    .inbox .inbox-tabs .messages-tab {
      width: 240px; }
      .inbox .inbox-tabs .messages-tab .messages-tab-text {
        display: block;
        padding-left: 70px; }
    .inbox .inbox-tabs .preferences-tab {
      width: 258px;
      margin-left: -30px;
      -moz-transform: skew(28deg);
      -o-transform: skew(28deg);
      -ms-transform: skew(28deg);
      -webkit-transform: skew(28deg);
      transform: skew(28deg); }
      .inbox .inbox-tabs .preferences-tab .preferences-tab-text {
        display: block;
        padding-left: 70px;
        -moz-transform: skew(-28deg);
        -o-transform: skew(-28deg);
        -ms-transform: skew(-28deg);
        -webkit-transform: skew(-28deg);
        transform: skew(-28deg); }

.newsletter-unsubscribe {
  margin-top: 36px;
  width: 800px;
  margin-bottom: 90px;
  min-height: 400px; }
  .newsletter-unsubscribe h1 {
    margin-bottom: 14px; }
  .newsletter-unsubscribe .intro {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 1.5; }
  .newsletter-unsubscribe .form-input {
    width: 276px;
    margin-right: 8px; }
    .newsletter-unsubscribe .form-input .text-input {
      height: 46px;
      line-height: 46px;
      width: 276px; }
    .newsletter-unsubscribe .form-input .unsubscribe {
      width: 260px;
      height: 50px;
      line-height: 50px; }

.profile-settings-confirm {
  width: 400px; }
  .profile-settings-confirm .form-error {
    margin-bottom: 14px; }
  .profile-settings-confirm .confirm-button.last {
    margin-right: 0px !important; }

.profile-settings {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  position: relative;
  min-height: 400px; }
  .profile-settings h1 {
    width: 100%;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #55555A;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FA6905; }
  .profile-settings .profile-column {
    display: inline-block;
    vertical-align: top;
    width: 460px; }
    .profile-settings .profile-column .deactivate-account-link {
      float: right;
      text-transform: capitalize;
      font-size: 14px;
      font-weight: normal; }
    .profile-settings .profile-column .column-content {
      position: relative;
      padding-left: 20px;
      padding-right: 20px; }
    .profile-settings .profile-column.left {
      margin-right: 15px; }
      .profile-settings .profile-column.left .column-content {
        padding-left: 30px;
        padding-right: 30px; }
    .profile-settings .profile-column .newsletter {
      margin-bottom: 60px; }
    .profile-settings .profile-column .profile-label {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      color: #55555A;
      width: 200px; }
    .profile-settings .profile-column .form-input.preference {
      height: 40px; }
      .profile-settings .profile-column .form-input.preference .profile-label {
        vertical-align: middle; }
      .profile-settings .profile-column .form-input.preference .selection-dropdown {
        vertical-align: middle; }
    .profile-settings .profile-column .inline {
      display: inline-block; }
    .profile-settings .profile-column .password-label {
      margin-bottom: 5px; }
    .profile-settings .profile-column .selection-dropdown {
      position: relative; }
      .profile-settings .profile-column .selection-dropdown .dropdown-item {
        width: 210px; }
  .profile-settings .submit-container {
    margin-top: 40px;
    margin-bottom: 60px; }
    .profile-settings .submit-container .save-button {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal; }
  .profile-settings .profile-setup-box {
    margin-bottom: 58px; }
    .profile-settings .profile-setup-box h2 {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      margin: 0;
      margin-bottom: 30px;
      padding: 0; }
    .profile-settings .profile-setup-box .header-prompt {
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 20px;
      color: #55555A; }
    .profile-settings .profile-setup-box .progress-bar-border {
      height: 26px;
      border: 2px solid #E1E1E6; }
    .profile-settings .profile-setup-box .progress-bar-wrapper {
      height: 100%;
      width: 100%;
      top: 58px;
      left: 0px;
      position: absolute;
      overflow: hidden; }
      .profile-settings .profile-setup-box .progress-bar-wrapper .progress {
        position: relative;
        height: 30px;
        background-color: #FFAA0F;
        margin-left: -7px;
        -moz-transform: skew(-28deg);
        -o-transform: skew(-28deg);
        -ms-transform: skew(-28deg);
        -webkit-transform: skew(-28deg);
        transform: skew(-28deg); }
        .profile-settings .profile-setup-box .progress-bar-wrapper .progress .progress-percentage-text {
          font-family: Lato, Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          -moz-transform: skew(28deg);
          -o-transform: skew(28deg);
          -ms-transform: skew(28deg);
          -webkit-transform: skew(28deg);
          transform: skew(28deg);
          font-size: 16px;
          color: #FFFFFF;
          position: absolute;
          right: 20px;
          top: 3px; }
  .profile-settings .profile-summary {
    margin-bottom: 14px; }
    .profile-settings .profile-summary .avatar-image {
      display: inline-block;
      width: 120px;
      height: 120px; }
    .profile-settings .profile-summary .summary-text {
      display: inline-block;
      vertical-align: top;
      height: 150px;
      margin-left: 24px;
      width: 250px; }
      .profile-settings .profile-summary .summary-text h2 {
        font-family: Lato, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 25px;
        padding: 0px;
        margin-top: 4px;
        margin-bottom: 8px;
        overflow: hidden;
        max-height: 70px; }
      .profile-settings .profile-summary .summary-text h3 {
        font-family: Lato, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        color: #55555A;
        text-transform: none;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 25px; }
  .profile-settings .avatar-area .avatar-dropdown, .profile-settings .avatar-area .avatar-dropdown-wrapper {
    display: none; }
  .profile-settings .avatar-area:hover .avatar-dropdown, .profile-settings .avatar-area:hover .avatar-dropdown-wrapper {
    display: block; }
  .profile-settings .avatar-area:hover .edit-avatar-button {
    background-color: #2D2D32; }
  .profile-settings .avatar-area .edit-avatar-button {
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 3px;
    background-color: #7D7D82;
    background-image: url("/img/Arrow-Tiny-17x10-down-white.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
    .profile-settings .avatar-area .edit-avatar-button:hover {
      background-color: #2D2D32; }
  .profile-settings .avatar-area .avatar-dropdown-wrapper {
    width: 210px;
    height: 140px;
    position: absolute;
    z-index: 49;
    padding-top: 10px; }
    .profile-settings .avatar-area .avatar-dropdown-wrapper:hover .avatar-dropdown {
      display: block; }
    .profile-settings .avatar-area .avatar-dropdown-wrapper .avatar-dropdown {
      position: relative;
      background-color: #EBEBF0;
      width: 190px;
      height: 120px;
      padding-left: 15px;
      padding-top: 15px;
      padding-right: 5px;
      padding-bottom: 5px;
      border: 2px #FFFFFF;
      border-radius: 3px;
      z-index: 49;
      -moz-box-shadow: 0px 0px 5px #000000;
      -o-box-shadow: 0px 0px 5px #000000;
      -ms-box-shadow: 0px 0px 5px #000000;
      -webkit-box-shadow: 0px 0px 5px #000000;
      box-shadow: 0px 0px 5px #000000; }
      .profile-settings .avatar-area .avatar-dropdown-wrapper .avatar-dropdown ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .profile-settings .avatar-area .avatar-dropdown-wrapper .avatar-dropdown ul li {
          display: inline-block; }
          .profile-settings .avatar-area .avatar-dropdown-wrapper .avatar-dropdown ul li .avatar-image {
            cursor: pointer;
            display: inline-block;
            height: 50px;
            width: 50px;
            margin-right: 10px;
            margin-bottom: 10px; }
            .profile-settings .avatar-area .avatar-dropdown-wrapper .avatar-dropdown ul li .avatar-image.selected {
              background-color: #C3C3C8;
              border-radius: 3px; }
  .profile-settings .download-apps {
    margin-bottom: 60px; }
    .profile-settings .download-apps .download-apps-content {
      padding-left: 20px; }
    .profile-settings .download-apps .download-intro {
      margin-bottom: 30px;
      margin-top: 20px; }
    .profile-settings .download-apps .download-app-button {
      height: 49px;
      margin-right: 20px; }
  .profile-settings .linked-devices {
    margin-bottom: 90px; }
    .profile-settings .linked-devices h1 {
      margin-bottom: 0px; }
    .profile-settings .linked-devices .linked-devices-content {
      padding-left: 20px; }
      .profile-settings .linked-devices .linked-devices-content .linked-devices-other {
        position: relative; }
        .profile-settings .linked-devices .linked-devices-content .linked-devices-other .link-device-prompt {
          width: 224px;
          display: inline-block;
          margin-top: 50px; }
        .profile-settings .linked-devices .linked-devices-content .linked-devices-other .linked-devices-logos {
          position: absolute;
          right: 0px;
          top: 50px; }
          .profile-settings .linked-devices .linked-devices-content .linked-devices-other .linked-devices-logos img {
            margin-right: 20px; }

.register {
  margin-bottom: 200px; }
  .register .intro-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 800px; }
  .register .ew-intro {
    margin-left: 172px; }
  .register .form {
    width: 402px;
    margin: auto; }
  .register .agreement {
    line-height: 1.5; }

.register .magazineSignup, .sign-in .magazineSignup {
  height: 66px; }

.ew-background {
  background: url("/img/register-ew-background.jpg") no-repeat;
  background-position-x: center;
  padding-top: 40px; }

.set-password {
  width: 400px; }
  .set-password .modal-heading {
    margin-bottom: 40px; }
    .set-password .modal-heading.error-state {
      margin-bottom: 20px; }
  .set-password .form-error {
    margin-bottom: 14px; }

.sign-in .form p.forgot-password {
  margin-top: 0;
  margin-bottom: 30px; }

.sign-in .form p.sign-in-facebook-prompt {
  margin-top: 0;
  margin-bottom: 20px; }

.sign-in .form p.agreement {
  margin-top: 0;
  margin-bottom: 20px; }

.sign-in .form .sign-in-divider {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 2px;
  background-color: #C3C3C8;
  text-align: center; }
  .sign-in .form .sign-in-divider .sign-in-divider-text {
    background-color: #FFFFFF;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    top: -0.5em;
    color: #C3C3C8;
    text-transform: uppercase; }

.sign-in .form .button.facebook-prepend {
  display: inline;
  background-color: #3B5998;
  background-image: url("/img/facebook_white_f_logo.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  width: 60px;
  padding: 0;
  border-right: #5F78AF solid 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .sign-in .form .button.facebook-prepend:focus {
    border-right: #5F78AF solid 2px; }

.sign-in .form .button.facebook {
  display: inline;
  background-color: #3B5998;
  width: 340px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 60px; }
  .sign-in .form .button.facebook:active {
    background-color: #2D4B8C; }

.watch-later {
  position: relative;
  padding-bottom: 0px;
  padding-top: 45px; }
  .watch-later .heading {
    position: relative; }
    .watch-later .heading h1 {
      padding-top: 0px; }
    .watch-later .heading .selection-dropdown-wrapper {
      position: absolute;
      right: 0;
      top: 0; }
  .watch-later .no-watch-later-results {
    text-align: center; }
  .watch-later .selection-dropdown {
    top: 43px; }
  .watch-later .watch-later-header {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    padding-top: 45px;
    font-size: 30px;
    color: #55555A; }
  .watch-later .spinner-container {
    padding-top: 150px; }

.browse-page-spinner {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative; }

.browse-items {
  position: relative;
  padding: 0;
  padding-top: 60px;
  margin: 0; }
  .browse-items .browse-title {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    position: relative;
    font-size: 30px;
    margin: 0;
    padding-bottom: 19px;
    border-bottom-style: solid;
    border-bottom-color: #FA6905;
    border-bottom-width: 1px; }
    .browse-items .browse-title .selection-dropdown-wrapper {
      position: absolute;
      right: 0;
      top: 0; }
      .browse-items .browse-title .selection-dropdown-wrapper .selection-dropdown {
        display: inline-block; }
    .browse-items .browse-title .browse-category {
      color: #FA6905;
      text-transform: uppercase; }
  .browse-items hr {
    border-color: #FA6905; }
  .browse-items .browse-content {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    min-height: 330px; }
  .browse-items .load-more-items {
    position: relative;
    padding: 0;
    height: 60px; }

.footer {
  position: relative;
  width: 100%;
  background-color: #F5F5FA; }

.footer-spacer {
  height: 1px;
  background-color: #FFFFFF; }

.footer-section-header {
  height: 60px;
  display: table-cell;
  vertical-align: bottom; }
  .footer-section-header h3 {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin: 0; }

.footer-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 970px; }
  .footer-content .footer-lists {
    min-height: 200px; }
    .footer-content .footer-lists .footer-section {
      display: inline-block;
      width: 170px;
      padding-right: 20px;
      padding-bottom: 50px;
      vertical-align: top; }
      .footer-content .footer-lists .footer-section ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-top: 20px; }
        .footer-content .footer-lists .footer-section ul li {
          margin-bottom: 4px; }
          .footer-content .footer-lists .footer-section ul li a {
            text-decoration: none;
            color: #55555A;
            cursor: pointer;
            font-size: 12px; }
            .footer-content .footer-lists .footer-section ul li a:active {
              outline: none; }
            .footer-content .footer-lists .footer-section ul li a:hover {
              color: #FA6905; }
  .footer-content .copyright {
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    color: #55555A; }

.nav-bar-container {
  height: 70px; }
  .nav-bar-container.fixed {
    position: fixed;
    z-index: 52; }

.nav-bar {
  display: block;
  position: relative;
  height: 70px;
  background-color: #2D2D32; }
  .nav-bar .logo {
    color: #FFFFFF;
    float: left;
    width: 152px;
    display: inline-block;
    padding-top: 19px;
    padding-bottom: 22px; }
    .nav-bar .logo.small-layout {
      padding-right: 40px; }
    .nav-bar .logo.medium-layout {
      padding-right: 70px; }
    .nav-bar .logo.large-layout {
      padding-right: 70px; }
    .nav-bar .logo .image {
      height: 29px;
      width: 152px;
      background-image: url("/img/Crackle-Logo.png");
      background-repeat: no-repeat; }
  .nav-bar .nav-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    height: 70px;
    line-height: 70px; }
    .nav-bar .nav-links li {
      display: block;
      float: left; }
      .nav-bar .nav-links li:last-child {
        margin-right: 0px; }
    .nav-bar .nav-links li {
      margin-right: 40px; }
      .nav-bar .nav-links li a {
        font-family: Lato, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        color: #AFAFB4;
        cursor: pointer;
        font-size: 18px;
        text-transform: uppercase; }
        .nav-bar .nav-links li a:active {
          outline: none; }
        .nav-bar .nav-links li a:hover {
          color: #FA6905; }
      .nav-bar .nav-links li.active a {
        color: #FFFFFF; }
      .nav-bar .nav-links li.search {
        background-image: url("/img/search.png");
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 24px;
        /* width of the image plus a little extra padding */
        cursor: pointer; }
        .nav-bar .nav-links li.search:hover {
          background-image: url("/img/search-orange.png"); }
          .nav-bar .nav-links li.search:hover a {
            color: #FA6905; }
    .nav-bar .nav-links.small-layout li {
      margin-right: 30px; }
  .nav-bar .account {
    position: absolute;
    height: 50px;
    max-width: 250px;
    top: 10px; }
    .nav-bar .account .what-is-crackle, .nav-bar .account .watch-everwhere {
      text-decoration: none;
      color: white;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 16px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 70px; }
      .nav-bar .account .what-is-crackle:active, .nav-bar .account .watch-everwhere:active {
        outline: none; }
      .nav-bar .account .what-is-crackle:hover, .nav-bar .account .watch-everwhere:hover {
        color: #FA6905; }
    .nav-bar .account .what-is-crackle-wrapper, .nav-bar .account .watch-everwhere-wrapper {
      position: absolute;
      left: -110px;
      width: 110px;
      margin: 0px;
      top: -10px; }
    .nav-bar .account .watch-everwhere-wrapper {
      left: -130px; }
    .nav-bar .account .account-content {
      min-width: 220px;
      height: 50px; }
      .nav-bar .account .account-content:hover {
        border-radius: 3px; }
      .nav-bar .account .account-content.logged-in:hover {
        background-color: #000000; }
        .nav-bar .account .account-content.logged-in:hover .down-arrow {
          background-image: url("/img/Arrow-Tiny-16x10-down-white.png"); }
    .nav-bar .account .avatar-image {
      display: inline-block;
      margin-right: 14px;
      width: 50px;
      height: 50px;
      border-radius: 3px; }
      .nav-bar .account .avatar-image.logged-in {
        margin-right: 10px; }
    .nav-bar .account .account-links {
      list-style-type: none;
      padding: 0;
      margin: 0;
      overflow: hidden;
      color: #AFAFB4;
      display: inline-block;
      line-height: 50px; }
      .nav-bar .account .account-links li {
        display: block;
        float: left; }
        .nav-bar .account .account-links li:last-child {
          margin-right: 0px; }
      .nav-bar .account .account-links li.separator {
        margin-left: 10px;
        margin-right: 10px; }
      .nav-bar .account .account-links li.greeting {
        font-family: Lato, Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: #FFFFFF;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 150px;
        margin-right: 10px; }
      .nav-bar .account .account-links li a {
        text-decoration: none;
        color: #AFAFB4;
        cursor: pointer;
        font-size: 15px; }
        .nav-bar .account .account-links li a:active {
          outline: none; }
        .nav-bar .account .account-links li a:hover {
          color: #FA6905; }
      .nav-bar .account .account-links.logged-in {
        padding-right: 30px; }
        .nav-bar .account .account-links.logged-in li {
          padding: 0px;
          margin: 0px; }
      .nav-bar .account .account-links.logged-in-no-dropdown {
        color: white; }
        .nav-bar .account .account-links.logged-in-no-dropdown li {
          white-space: nowrap; }
          .nav-bar .account .account-links.logged-in-no-dropdown li a {
            text-decoration: none;
            color: white;
            cursor: pointer;
            font-size: 15px;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 120px; }
            .nav-bar .account .account-links.logged-in-no-dropdown li a:active {
              outline: none; }
            .nav-bar .account .account-links.logged-in-no-dropdown li a:hover {
              color: #FA6905; }
    .nav-bar .account .down-arrow {
      position: absolute;
      display: inline-block;
      right: 0px;
      top: 0px;
      background-image: url("/img/Arrow-Tiny-16x10-down-grey.png");
      background-repeat: no-repeat;
      background-position: 0px 50%;
      width: 16px;
      height: 50px;
      margin-right: 10px; }
  .nav-bar.unsupported img {
    padding-top: 20px;
    padding-left: 90px; }

.qa-control {
  width: 860px; }
  .qa-control .header {
    text-align: center;
    width: 100%;
    margin: auto;
    font-weight: bold;
    font-size: 36px; }
  .qa-control .config-item {
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    margin-right: 20px; }
    .qa-control .config-item .title {
      font-size: 30px;
      margin: 0px;
      margin-bottom: 12px; }
    .qa-control .config-item .selection-dropdown {
      margin: 0px; }
    .qa-control .config-item:last-child {
      margin-right: 0; }
  .qa-control .button-bar {
    margin: auto;
    margin-top: 24px; }
  .qa-control .button-item {
    display: inline-block;
    margin-right: 20px; }
    .qa-control .button-item:last-child {
      margin-right: 0px; }

.home-tray-area {
  position: relative;
  min-height: 400px; }
  .home-tray-area .empty-watch-later {
    background-color: #F5F5FA;
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .home-tray-area .empty-watch-later .empty-watch-later-text {
      font-size: 20px;
      text-align: center; }

.search-overlay {
  z-index: 54;
  position: fixed; }

.search-input-area {
  background-color: white;
  position: fixed;
  z-index: 60;
  height: 100px;
  -moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.4); }
  .search-input-area input.search {
    box-sizing: border-box;
    height: 100px;
    border: 0px;
    font-size: 32px;
    line-height: 100px;
    padding-right: 180px;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #55555A; }
    .search-input-area input.search:focus {
      outline: none; }
    .search-input-area input.search::-ms-clear {
      display: none; }
    .search-input-area input.search::-webkit-input-placeholder {
      color: #C3C3C8; }
    .search-input-area input.search::-moz-placeholder {
      color: #C3C3C8; }
    .search-input-area input.search:-ms-input-placeholder {
      color: #C3C3C8; }
  .search-input-area .search-box-icon {
    position: absolute;
    height: 60px;
    width: 60px;
    top: 20px;
    background-image: url("/img/btn-search.png");
    background-repeat: no-repeat;
    cursor: pointer; }
    .search-input-area .search-box-icon:hover {
      background-image: url("/img/btn-search-hover.png"); }
    .search-input-area .search-box-icon.searching {
      background-image: none; }
      .search-input-area .search-box-icon.searching:hover {
        background-image: none; }
    .search-input-area .search-box-icon.close {
      background-image: url("/img/btn-search-close.png"); }
      .search-input-area .search-box-icon.close:hover {
        background-image: url("/img/btn-search-close-hover.png"); }

.search-background-overlay {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFAA0F;
  background-color: rgba(255, 170, 15, 0.95);
  filter: alpha(opacity=95);
  z-index: 54; }
  .search-background-overlay .search-results-scroll-container {
    margin: 0;
    padding: 0;
    position: fixed;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    left: 0px;
    z-index: 55; }
    .search-background-overlay .search-results-scroll-container .search-results-area {
      margin: 0;
      left: 0px;
      width: 100%;
      min-height: 200px;
      padding-bottom: 90px; }
    .search-background-overlay .search-results-scroll-container .search-no-results {
      overflow: hidden;
      padding-top: 34px;
      padding-bottom: 50px;
      margin: 0;
      color: white;
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 30px; }

.search-reason {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #55555A; }

.about-page-player-area {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 664px;
  overflow: hidden;
  box-sizing: border-box;
  background: #F96905; }
  .about-page-player-area .about-page-player {
    position: absolute;
    background: black;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px; }
    .about-page-player-area .about-page-player .not-available-display {
      margin-top: 220px;
      text-align: center;
      color: white; }
    .about-page-player-area .about-page-player .not-available-text {
      margin: 0;
      padding: 0;
      margin-bottom: 15px;
      font-size: 18px;
      color: white; }
    .about-page-player-area .about-page-player .not-available-button {
      position: relative;
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto;
      width: 380px;
      height: 62px;
      line-height: 62px;
      vertical-align: middle;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      background-color: #55555A;
      border: 0px none transparent;
      border-radius: 5px;
      color: white; }
      .about-page-player-area .about-page-player .not-available-button:hover {
        background-color: #FA6905; }
    .about-page-player-area .about-page-player .media-error {
      position: relative;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 300px;
      display: inline;
      color: white; }

.about-page-content {
  position: relative;
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 310px;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

.careers-page-content {
  position: relative;
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 310px;
  margin-top: -23px;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

.company-news {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 400px;
  background-color: white;
  color: #55555A; }
  .company-news .page-title {
    padding: 0;
    margin: 0;
    padding-top: 44px;
    padding-bottom: 20px;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px; }
  .company-news .loading-area {
    position: relative;
    height: 200px;
    width: 100%;
    padding-top: 0px; }
  .company-news .news-item-table {
    width: 100%;
    border: none;
    border-spacing: 0px;
    font-family: Arial, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px; }
    .company-news .news-item-table .item-row {
      height: 70px;
      overflow: hidden; }
    .company-news .news-item-table .item-date {
      padding-top: 17px;
      padding-right: 20px;
      text-align: right;
      vertical-align: top; }
    .company-news .news-item-table .item-title {
      padding-top: 17px;
      font-weight: bold;
      text-align: left;
      vertical-align: top; }
    .company-news .news-item-table .item-link {
      font-weight: bold;
      text-decoration: none;
      color: #55555A; }
      .company-news .news-item-table .item-link:hover {
        color: #FA6905; }
  .company-news .news-item-display {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    background-color: #EBEBF0;
    font-family: Arial, Arial, sans-serif;
    font-style: normal;
    font-weight: normal; }
    .company-news .news-item-display .back-link {
      color: #FA6905;
      font-size: 14px;
      text-decoration: none;
      padding-bottom: 20px; }
    .company-news .news-item-display .news-item-content {
      font-size: 15px;
      margin: 0;
      padding: 0; }
  .company-news .back-button-area {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }

.template-page {
  background-color: white;
  margin: auto;
  min-height: 400px;
  width: 980px; }

.watch-page-playback {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 640px;
  overflow: hidden;
  box-sizing: border-box;
  background: #2D2D32; }
  .watch-page-playback .player-ad-skin {
    position: absolute; }
  .watch-page-playback .watch-page-player {
    position: absolute;
    background: black;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px; }
    .watch-page-playback .watch-page-player .not-available-display {
      margin-top: 220px;
      text-align: center;
      color: white; }
    .watch-page-playback .watch-page-player .not-available-text {
      margin: 0;
      padding: 0;
      margin-bottom: 15px;
      font-size: 18px;
      color: white; }
    .watch-page-playback .watch-page-player .not-available-button {
      position: relative;
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto;
      width: 380px;
      height: 62px;
      line-height: 62px;
      vertical-align: middle;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      background-color: #55555A;
      border: 0px none transparent;
      border-radius: 5px;
      color: white; }
      .watch-page-playback .watch-page-player .not-available-button:hover {
        background-color: #FA6905; }
    .watch-page-playback .watch-page-player .media-error {
      position: relative;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 300px;
      display: inline;
      color: white; }

.watch-page-media-details {
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  padding-top: 29px;
  margin-bottom: 45px;
  min-height: 310px;
  white-space: nowrap;
  position: relative;
  font-family: Lato, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5; }
  .watch-page-media-details .button-tray {
    display: inline-block;
    border-right: 1px solid;
    border-color: #919196;
    margin-right: 17px;
    padding-right: 20px; }
  .watch-page-media-details .media-options {
    padding-top: 18px;
    vertical-align: bottom; }
  .watch-page-media-details .simple-button {
    width: 180px;
    height: 40px;
    background-color: #55555A;
    border: 0px none transparent;
    border-radius: 3px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    cursor: pointer; }
    .watch-page-media-details .simple-button.comment {
      background: url("/img/Chat-Comments.png") no-repeat 12px 14px;
      background-color: #55555A;
      margin-left: 8px; }
    .watch-page-media-details .simple-button:focus {
      outline: 0px; }
    .watch-page-media-details .simple-button:hover {
      background-color: #FA6905; }
  .watch-page-media-details .full-length-coming {
    margin-top: 14px;
    color: red;
    font-family: Lato, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px; }
  .watch-page-media-details .share-options {
    margin-top: 24px; }
    .watch-page-media-details .share-options .share-buttons {
      display: inline-block;
      margin-right: 2px;
      padding-top: 2px; }
    .watch-page-media-details .share-options .fb-like-wrapper {
      display: inline-block;
      vertical-align: top;
      height: 30px;
      padding-left: 20px;
      border-left: 1px solid;
      border-color: #919196; }
  .watch-page-media-details .media-description {
    display: inline-block;
    white-space: normal; }
  .watch-page-media-details .media-image {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    margin-top: 6px; }
  .watch-page-media-details .media-main-title {
    font-size: 30px;
    padding: 0;
    margin: 0; }
  .watch-page-media-details .media-sub-title {
    font-size: 20px;
    padding: 0;
    margin-top: -4px;
    margin-bottom: 18px; }
  .watch-page-media-details .media-detail {
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-top: 12px; }
    .watch-page-media-details .media-detail.collapsed-description {
      height: 45px; }
  .watch-page-media-details .media-subheading {
    font-weight: bold; }
  .watch-page-media-details .media-orange, .watch-page-media-details .media-link {
    color: #FA6905; }
  .watch-page-media-details .media-link {
    text-decoration: none;
    cursor: pointer; }
  .watch-page-media-details .share-media-link {
    margin-top: 10px;
    width: 345px;
    background-color: #EBEBF0;
    padding: 10px;
    border: 0px none transparent;
    border-radius: 5px;
    position: relative; }
    .watch-page-media-details .share-media-link:after, .watch-page-media-details .share-media-link:before {
      bottom: 100%;
      left: 50%;
      border: 2px solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .watch-page-media-details .share-media-link:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #EBEBF0;
      border-width: 10px;
      margin-left: -43px; }
    .watch-page-media-details .share-media-link:before {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #FFFFFF; }
    .watch-page-media-details .share-media-link input {
      color: #55555A;
      border: none;
      padding: 3px 10px 5px 10px;
      margin: 0px;
      width: 325px;
      user-select: all;
      -webkit-user-select: all;
      -moz-user-select: all;
      -ms-user-select: all;
      font-family: Lato, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 14px; }
      .watch-page-media-details .share-media-link input::selection {
        background: #f90; }
      .watch-page-media-details .share-media-link input::-moz-selection {
        background: #f90; }

.watch-trays {
  position: relative;
  width: 100%;
  min-height: 200px; }

.fb-comments-wrapper {
  font: Lato;
  font-size: 30px;
  position: relative;
  padding-bottom: 88px; }
  .fb-comments-wrapper .comments-label {
    margin-top: 34px;
    margin-bottom: 20px; }
  .fb-comments-wrapper .back-to-top-wrapper {
    background-image: url("/img/circle-orange-dropshadow.png");
    width: 88px;
    height: 88px;
    position: absolute;
    right: 0px; }
    .fb-comments-wrapper .back-to-top-wrapper .image-button {
      margin-bottom: 10px;
      background-position: 50% 30px; }

/*# sourceMappingURL=app.css.map */