.modal-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 3.5rem;
  background-color: #32475e;
  color: white;
  z-index: 2; }

.main-header {
  position: absolute;
  width: 100%;
  top: 0; }

.nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  justify-content: center; }

.app-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900; }

/* The breakpoint specs for this project shifted slightly after
we began to reflect material io nomenclature so when dealing with
designers they may refer to the sizes differently I have commented
some differences below : noted on 10/30/2019 */
/*@mixin print {
    @media print {
        @content;
    }
}*/
/** https://css-tricks.com/between-the-lines/
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
body {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.01rem;
  margin: 0;
  padding: 0; }

.clear-fix {
  clear: both; }

.main-content {
  background-color: #fdfdfd;
  min-height: 100vh;
  padding: 3.5rem 0; }

.padded-container {
  padding: 3.5rem 4.5rem; }

.row {
  display: flex;
  width: 100%; }

.column {
  float: left;
  padding: 10px; }

.left {
  width: 45%; }

.right {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center; }

.inner-column {
  float: left;
  padding: 10px; }

.inner-left {
  display: flex;
  align-items: center;
  width: 20%; }

.inner-right {
  width: 80%; }

.textField {
  width: 100%;
  padding: 10px;
  margin-right: 4px;
  outline: none;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif; }
  .textField input {
    color: red; }

.textField:hover {
  border: 2px solid #29a1a3; }

.textField:focus {
  border: 2px solid #29a1a3; }

.global-modal.modal-select-modal {
  top: 10rem;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%); }
  @media (max-width: 37.4375rem) {
    .global-modal.modal-select-modal {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transform: none;
      border: none; } }
  .global-modal.modal-select-modal .modal-select-modal-message {
    line-height: 1.5; }
  .global-modal.modal-select-modal .select-modal {
    margin-top: 1rem; }
  .global-modal.modal-select-modal .modal-button {
    display: block;
    margin: 2.5rem auto 0; }

.global-modal.ebook-info-modal {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%); }
  @media (max-width: 37.4375rem) {
    .global-modal.ebook-info-modal {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transform: none;
      border: none; } }
  .global-modal.ebook-info-modal .ebook-popup-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 59.9375rem) {
      .global-modal.ebook-info-modal .ebook-popup-layout {
        flex-direction: column;
        align-items: center; } }
  .global-modal.ebook-info-modal .ebook-img-holder {
    display: table;
    width: 160px;
    height: auto;
    margin-right: 40px;
    position: relative;
    box-shadow: 6px 10px 30px 0 rgba(0, 0, 0, 0.15); }
    @media (max-width: 59.9375rem) {
      .global-modal.ebook-info-modal .ebook-img-holder {
        margin-right: 0;
        width: 120px; } }
  .global-modal.ebook-info-modal .ebook-popup-image {
    display: table-cell;
    width: 160px;
    height: auto; }
    @media (max-width: 59.9375rem) {
      .global-modal.ebook-info-modal .ebook-popup-image {
        width: 120px; } }
  .global-modal.ebook-info-modal .book-shadow {
    position: absolute;
    background: linear-gradient(to right, rgba(21, 21, 21, 0.52), rgba(255, 255, 255, 0) 8%), linear-gradient(to left, rgba(45, 45, 45, 0.08), rgba(255, 255, 255, 0) 8%);
    width: 100%;
    height: 100%;
    top: 0; }
  .global-modal.ebook-info-modal .ebook-info-open-icon {
    display: inline-block;
    position: relative;
    bottom: -1px;
    width: 12px;
    height: 12px;
    margin-left: 3px; }
  .global-modal.ebook-info-modal .ebook-info-holder {
    width: 100%; }
    @media (max-width: 59.9375rem) {
      .global-modal.ebook-info-modal .ebook-info-holder {
        border-top: 2px solid #ced7e0;
        margin-top: 2.5rem; } }
  .global-modal.ebook-info-modal .ebook-info-title {
    color: #243547;
    font-size: 1.5rem;
    font-weight: 700; }
    @media (max-width: 59.9375rem) {
      .global-modal.ebook-info-modal .ebook-info-title {
        margin-top: 1rem; } }
    @media (max-width: 37.4375rem) {
      .global-modal.ebook-info-modal .ebook-info-title {
        font-size: 1.375rem; } }
  .global-modal.ebook-info-modal .ebook-info-subtitle {
    color: #243547;
    font-size: 1.125rem;
    margin-top: 0.25rem; }
  .global-modal.ebook-info-modal [data-component="nlt-edition"].ebook-info-edition {
    margin-top: 0.75rem; }
  .global-modal.ebook-info-modal .ebook-info-author {
    margin-top: 2rem;
    border-top: 1px solid #ced7e0;
    border-bottom: 1px solid #ced7e0;
    padding: 1rem 0;
    color: #243547;
    font-style: italic; }
  .global-modal.ebook-info-modal .ebook-info-readingline {
    margin-top: 1rem;
    font-size: 1rem;
    color: #243547;
    line-height: 1.5rem; }
  .global-modal.ebook-info-modal .ebook-info-lowerdiv {
    margin-top: 1rem;
    color: #243547;
    font-size: 0.875rem; }
  .global-modal.ebook-info-modal .ebook-info-open {
    margin-top: 2.5rem; }

.global-modal-overlay.modal-select-overlay {
  z-index: auto; }

.errorMessage {
  padding: 5px;
  color: red;
  font-style: italic; }

.iframeCode {
  width: 400px;
  height: 180px;
  border: 1px solid #cccccc;
  padding: 15px;
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 10px; }

.copyCode {
  color: #4a90e2;
  cursor: pointer; }

input[type="checkbox"] {
  height: 30px;
  width: 20px;
  accent-color: #1a8082; }

div[data-component=nlt-dropdown] .default-dropdown {
  width: "auto";
  font-weight: 400; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__value-container {
    padding: 0.125rem 0.875rem;
    font-size: 1rem; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__indicator {
    padding: 0.5rem 0.75rem; }
    div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__indicator svg {
      fill: #63768a;
      width: 1.0625rem;
      height: 1.0625rem; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__indicator-separator {
    width: 0; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__control {
    border-radius: 0.125rem;
    border: 0.0625rem solid #b1bdc9; }
    div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__control.default-dropdown__control--is-focused {
      box-shadow: 0 0 0 0.0625rem #29a1a3;
      border-color: #29a1a3; }
    div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__control.default-dropdown__control--menu-is-open .default-dropdown__indicator {
      transform: rotate(180deg); }
    div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__control:hover {
      box-shadow: 0 0 0 0.0625rem #29a1a3 !important;
      border-color: #29a1a3; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__placeholder {
    color: #63768a; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__single-value {
    color: #243547; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__menu {
    margin-top: 0.25rem;
    border-radius: 0.125rem;
    border: 0.0625rem solid #b1bdc9;
    box-shadow: 0 0 0.375rem 0 rgba(35, 35, 35, 0.16); }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__menu-list {
    background-color: #fdfdfd; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__option {
    cursor: pointer;
    color: #243547;
    padding: 0.5rem 1rem; }
    div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__option:hover {
      background-color: #f2f5f8; }
    div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__option:focus {
      outline: #29a1a3 solid 0.125rem; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__option--is-selected {
    background-color: #fdfdfd; }
  div[data-component=nlt-dropdown] .default-dropdown .default-dropdown__option--is-focused {
    background-color: #f2f5f8; }
  div[data-component=nlt-dropdown] .default-dropdown.default-dropdown--is-disabled:hover {
    box-shadow: none; }
  div[data-component=nlt-dropdown] .default-dropdown.default-dropdown--is-disabled svg {
    fill: #b1bdc9; }
  div[data-component=nlt-dropdown] .default-dropdown.default-dropdown--is-disabled .default-dropdown__placeholder {
    color: #b1bdc9; }
  div[data-component=nlt-dropdown] .default-dropdown.default-dropdown--is-disabled .default-dropdown__control {
    background-color: #f2f5f8; }

[data-component="jwp-button"] {
  display: inline-block;
  outline: none;
  padding: 0.4375rem 1rem;
  color: #fdfdfd;
  background-color: #1a8082;
  border-radius: 0.125rem;
  font-size: 1rem;
  border: 0.0625rem solid #1a8082;
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow 0.25s;
  fill: #fdfdfd; }
  [data-component="jwp-button"]:hover {
    background-color: #196263;
    border: 0.0625rem solid #196263; }
  [data-component="jwp-button"]:active {
    background-color: #174c4d;
    border: 0.0625rem solid #174c4d;
    outline: none; }
  [data-component="jwp-button"]:focus:not(.clicked) {
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.2), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06), 0 0 0 0.125rem #fdfdfd, 0 0 0 0.25rem #29a1a3; }
  [data-component="jwp-button"][disabled] {
    background-color: #e2e8ee;
    border: 0.0625rem solid #e2e8ee;
    color: #b1bdc9;
    fill: #b1bdc9;
    cursor: not-allowed; }
  [data-component="jwp-button"].secondary {
    background-color: #fdfdfd;
    color: #1a8082;
    fill: #196263; }
    [data-component="jwp-button"].secondary:hover {
      background-color: #e9f7f7;
      color: #196263;
      fill: #196263;
      border: 0.0625rem solid #196263; }
    [data-component="jwp-button"].secondary:active {
      background-color: #d1eded;
      color: #174c4d;
      fill: #174c4d;
      border: 0.0625rem solid #174c4d;
      outline: none; }
    [data-component="jwp-button"].secondary:focus:not(.clicked) {
      box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.2), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06), 0 0 0 0.125rem #fdfdfd, 0 0 0 0.25rem #29a1a3; }
    [data-component="jwp-button"].secondary[disabled] {
      background-color: #fdfdfd;
      border: 0.0625rem solid #ced7e0;
      color: #b1bdc9;
      fill: #b1bdc9;
      cursor: not-allowed; }

/* The breakpoint specs for this project shifted slightly after
we began to reflect material io nomenclature so when dealing with
designers they may refer to the sizes differently I have commented
some differences below : noted on 10/30/2019 */
/*@mixin print {
    @media print {
        @content;
    }
}*/
/** https://css-tricks.com/between-the-lines/
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
#__next {
  background-color: #00000000; }

.global-modal {
  position: absolute;
  background-color: #fdfdfd;
  outline: none;
  border-radius: 0.25rem; }
  .global-modal.global-modal-small {
    width: 45%; }
    @media (max-width: 59.9375rem) {
      .global-modal.global-modal-small {
        width: 75%; } }
    @media (max-width: 37.4375rem) {
      .global-modal.global-modal-small {
        width: 100%; } }
  .global-modal.global-modal-medium {
    width: 60%; }
    @media (max-width: 59.9375rem) {
      .global-modal.global-modal-medium {
        width: 75%; } }
    @media (max-width: 37.4375rem) {
      .global-modal.global-modal-medium {
        width: 100%; } }
  .global-modal.global-modal-large {
    width: 75%; }
    @media (max-width: 59.9375rem) {
      .global-modal.global-modal-large {
        width: 90%; } }
    @media (max-width: 37.4375rem) {
      .global-modal.global-modal-large {
        width: 100%; } }
  @media (max-width: 37.4375rem) {
    .global-modal {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transform: none;
      border: none;
      border-radius: 0; } }

.global-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 16, 0.4);
  outline: none;
  z-index: 10; }

.global-modal-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f2f5f8;
  color: #243547;
  padding: 1.125rem 1.5rem;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 0.0625rem solid #e2e8ee;
  align-items: center;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }
  .global-modal-head .global-modal-close-icon {
    width: 1rem;
    height: 1rem;
    fill: #475b70; }

.global-modal-body {
  padding: 2.5rem 2.5rem 3rem 2.5rem; }
  @media (max-width: 59.9375rem) {
    .global-modal-small .global-modal-body, .global-modal-medium .global-modal-body {
      padding: 2.875rem 3rem; } }
  @media (max-width: 59.9375rem) {
    .global-modal-large .global-modal-body {
      padding: 3rem; } }
  @media (max-width: 37.4375rem) {
    .global-modal-small .global-modal-body, .global-modal-medium .global-modal-body, .global-modal-large .global-modal-body {
      padding: 2rem 1rem; } }

.global-modal-empty {
  width: 0.625rem; }

.global-modal-title {
  text-align: center; }

.nortonPlayerWide {
  color: #ffffff !important;
  min-width: 280px;
  max-width: 640px; }
  .nortonPlayerWide .jw-flag-audio-player {
    width: 100% !important; }
  .nortonPlayerWide .jw-controlbar {
    width: 99% !important; }
  .nortonPlayerWide .jwplayer:not(.jw-breakpoint--1) .jw-text-duration:before, .nortonPlayerWide .jwplayer:not(.jw-breakpoint-0) .jw-text-duration:before {
    content: none !important;
    padding-right: none !important;
    padding-left: none !important; }
  .nortonPlayerWide .jwplayer .jw-controls {
    border: 1px solid #BCBEC0;
    border-radius: 30px;
    background: #ffffff !important; }
  .nortonPlayerWide .jwplayer .jw-overlays {
    background: #ffffff !important; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-icon-playback {
    color: #585858; }
    .nortonPlayerWide .jwplayer .jw-reset .jw-icon-playback:hover {
      color: #585858; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-slider-horizontal {
    order: 2; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-icon-volume {
    display: none; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-text-elapsed {
    display: flex; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-text-duration {
    display: flex;
    font-weight: bold;
    color: #585858;
    order: 3;
    padding-right: 0px; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-text-countdown {
    display: none; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-horizontal-volume-container.jw-open {
    display: none; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-rail {
    background-color: #d4d5d6; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-buffer {
    background-color: #ADADAD; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-progress {
    background-color: #000000; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-button-color {
    color: #585858; }
    .nortonPlayerWide .jwplayer .jw-reset .jw-button-color:focus {
      color: #585858; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-text-elapsed {
    color: #585858;
    font-weight: bold; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-text-duration {
    color: #585858;
    font-weight: bold; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-icon-rewind {
    display: none; }
  .nortonPlayerWide .jwplayer .jw-reset .jw-knob {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  .nortonPlayerWide .jwplayer .jw-reset .jw-slider-volume {
    display: none !important; }

.nortonPlayerMini {
  color: #ffffff !important; }
  .nortonPlayerMini .jwplayer .jw-controls {
    border: 1px solid #BCBEC0;
    border-radius: 30px;
    background: #ffffff !important; }
  .nortonPlayerMini .jwplayer .jw-overlays {
    background: #ffffff !important; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-icon-playback {
    color: #585858; }
    .nortonPlayerMini .jwplayer .jw-reset .jw-icon-playback:hover {
      color: #585858; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-icon-inline {
    padding-left: 22px;
    color: #585858; }
    .nortonPlayerMini .jwplayer .jw-reset .jw-icon-inline:hover {
      color: #585858; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-icon-volume {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-text-elapsed {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-text-duration {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-text-countdown {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-horizontal-volume-container {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-rail {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-buffer {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-progress {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-button-color {
    color: #585858; }
    .nortonPlayerMini .jwplayer .jw-reset .jw-button-color:focus {
      color: #585858; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-text-elapsed {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-text-duration {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-icon-rewind {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-knob {
    display: none; }
  .nortonPlayerMini .jwplayer .jw-reset .jw-slider-volume {
    display: none !important; }

.nortonPlayerExpanded {
  color: #ffffff !important; }
  .nortonPlayerExpanded .jwplayer .jwplayer:not(.jw-breakpoint-0) .jw-text-duration:before {
    content: "" !important;
    padding-right: none !important;
    padding-left: none !important; }
  .nortonPlayerExpanded .jwplayer .jw-controls {
    border: 1px solid #BCBEC0;
    border-radius: 30px;
    background: #ffffff !important; }
  .nortonPlayerExpanded .jwplayer .jw-overlays {
    background: #ffffff !important; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-icon-playback {
    padding-left: 0px;
    color: #585858; }
    .nortonPlayerExpanded .jwplayer .jw-reset .jw-icon-playback:hover {
      color: #585858; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-slider-horizontal {
    order: 2; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-icon-volume {
    display: none; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-text-elapsed {
    display: flex !important;
    z-index: 100;
    padding-right: 25px;
    display: flex;
    font-weight: bold;
    color: #585858;
    cursor: pointer; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-text-duration {
    display: none; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-text-countdown {
    display: none; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-horizontal-volume-container {
    display: none; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-rail {
    background-color: #d4d5d6; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-buffer {
    background-color: #ADADAD; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-progress {
    background-color: #000000; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-button-color {
    color: #585858; }
    .nortonPlayerExpanded .jwplayer .jw-reset .jw-button-color:focus {
      color: #585858; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-text-elapsed {
    color: #585858;
    font-weight: bold; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-text-duration {
    color: #585858;
    font-weight: bold; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-icon-rewind {
    display: none; }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-knob {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  .nortonPlayerExpanded .jwplayer .jw-reset .jw-slider-volume {
    display: none !important; }

.nortonVideo {
  max-width: 640px; }
  .nortonVideo .jw-controlbar {
    display: flex;
    flex-flow: nowrap;
    position: absolute;
    width: 87%;
    top: 80%;
    left: 5%; }
    @media (max-width: 420px) {
      .nortonVideo .jw-controlbar {
        top: 72%; } }
    @media (max-width: 475px) and (min-width: 420px) {
      .nortonVideo .jw-controlbar {
        top: 74%; } }
    @media (max-width: 575px) and (min-width: 475px) {
      .nortonVideo .jw-controlbar {
        top: 74%; } }
  .nortonVideo .jw-button-container {
    border: 1px solid #BCBEC0;
    border-radius: 30px;
    background: #BCBEC0 !important;
    opacity: 0.8; }
  .nortonVideo .jw-slider-time {
    width: 60% !important;
    position: absolute;
    left: 7%; }
    @media (max-width: 575px) {
      .nortonVideo .jw-slider-time {
        width: 55% !important;
        left: 7%; } }
    @media (max-width: 420px) {
      .nortonVideo .jw-slider-time {
        width: 55% !important;
        left: 1%; } }
    @media (max-width: 350px) {
      .nortonVideo .jw-slider-time {
        width: 48% !important;
        left: 1%; } }
    @media (max-width: 300px) {
      .nortonVideo .jw-slider-time {
        width: 40% !important;
        /* Reduce width to avoid overlap */ } }
  .nortonVideo .jw-icon-inline {
    height: 30px;
    width: 30px; }
    @media (max-width: 420px) {
      .nortonVideo .jw-icon-inline {
        height: 20px;
        width: 20px; } }
    @media (max-width: 475px) and (min-width: 420px) {
      .nortonVideo .jw-icon-inline {
        height: 20px;
        width: 20px; } }
  .nortonVideo .jw-icon-cc {
    order: 3;
    color: #585858;
    padding-left: 3px;
    z-index: 100; }
  .nortonVideo .jw-spacer {
    width: 70%; }
  .nortonVideo .jw-slider-volume {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #585858;
    opacity: 0.8; }
    .nortonVideo .jw-slider-volume .jw-slider-container {
      margin-bottom: -10px; }
  .nortonVideo .jwplayer .jw-reset .jw-icon-playback {
    color: #585858; }
    .nortonVideo .jwplayer .jw-reset .jw-icon-playback:hover {
      color: #585858; }
  .nortonVideo .jwplayer .jw-reset .jw-icon-volume {
    order: 4; }
    .nortonVideo .jwplayer .jw-reset .jw-icon-volume:hover {
      color: #585858; }
  .nortonVideo .jwplayer .jw-reset .jw-text-elapsed {
    display: none; }
  .nortonVideo .jwplayer .jw-reset .jw-text-duration {
    display: none; }
  .nortonVideo .jwplayer .jw-reset .jw-text-countdown {
    display: flex;
    font-weight: bold;
    color: #585858;
    order: 3;
    padding-right: 0px; }
    .nortonVideo .jwplayer .jw-reset .jw-text-countdown::before {
      content: '-'; }
    @media (max-width: 350px) {
      .nortonVideo .jwplayer .jw-reset .jw-text-countdown {
        margin-left: 12px;
        margin-right: 6px; } }
    @media (max-width: 420px) and (min-width: 350px) {
      .nortonVideo .jwplayer .jw-reset .jw-text-countdown {
        margin-left: 12px;
        margin-right: 6px; } }
    @media (max-width: 475px) and (min-width: 420px) {
      .nortonVideo .jwplayer .jw-reset .jw-text-countdown {
        margin-left: 12px;
        margin-right: 6px; } }
    @media (max-width: 575px) and (min-width: 475px) {
      .nortonVideo .jwplayer .jw-reset .jw-text-countdown {
        padding-right: 5px; } }
  .nortonVideo .jwplayer .jw-reset .jw-rail {
    order: 3; }
  .nortonVideo .jwplayer .jw-reset .jw-buffer {
    background-color: #ADADAD; }
  .nortonVideo .jwplayer .jw-reset .jw-progress {
    background-color: #000000; }
  .nortonVideo .jwplayer .jw-reset .jw-button-color {
    opacity: 0.9;
    color: #585858; }
    .nortonVideo .jwplayer .jw-reset .jw-button-color:focus {
      color: #585858; }
  .nortonVideo .jwplayer .jw-reset .jw-text-elapsed {
    color: #585858;
    font-weight: bold; }
  .nortonVideo .jwplayer .jw-reset .jw-text-duration {
    color: #585858;
    font-weight: bold; }
  .nortonVideo .jwplayer .jw-reset .jw-icon-rewind {
    display: none; }
  .nortonVideo .jwplayer .jw-reset .jw-knob {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  .nortonVideo .jwplayer .jw-reset .jw-icon-fullscreen {
    color: #585858;
    order: 10;
    margin-left: -5px; }

.nortonVideoFs {
  margin: 0 auto; }
  .nortonVideoFs .jw-controlbar {
    display: flex;
    flex-flow: nowrap;
    position: absolute;
    width: 87%;
    top: 80%;
    left: 5%; }
    @media (max-width: 420px) {
      .nortonVideoFs .jw-controlbar {
        top: 72%; } }
    @media (max-width: 475px) and (min-width: 420px) {
      .nortonVideoFs .jw-controlbar {
        top: 74%; } }
    @media (max-width: 575px) and (min-width: 475px) {
      .nortonVideoFs .jw-controlbar {
        top: 74%; } }
  .nortonVideoFs .jw-button-container {
    border: 1px solid #BCBEC0;
    border-radius: 30px;
    background: #BCBEC0 !important;
    opacity: 0.8; }
  .nortonVideoFs .jw-slider-time {
    width: 60% !important;
    position: absolute;
    left: 7%; }
    @media (max-width: 575px) {
      .nortonVideoFs .jw-slider-time {
        width: 55% !important;
        left: 7%; } }
    @media (max-width: 420px) {
      .nortonVideoFs .jw-slider-time {
        width: 55% !important;
        left: 1%; } }
    @media (max-width: 350px) {
      .nortonVideoFs .jw-slider-time {
        width: 48% !important;
        left: 1%; } }
    @media (max-width: 300px) {
      .nortonVideoFs .jw-slider-time {
        width: 40% !important;
        /* Reduce width to avoid overlap */ } }
  .nortonVideoFs .jw-icon-inline {
    height: 30px;
    width: 30px; }
    @media (max-width: 420px) {
      .nortonVideoFs .jw-icon-inline {
        height: 20px;
        width: 20px; } }
    @media (max-width: 475px) and (min-width: 420px) {
      .nortonVideoFs .jw-icon-inline {
        height: 20px;
        width: 20px; } }
  .nortonVideoFs .jw-icon-cc {
    order: 3;
    color: #585858;
    padding-left: 3px;
    z-index: 100; }
  .nortonVideoFs .jw-spacer {
    width: 70%; }
  .nortonVideoFs .jw-slider-volume {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #585858;
    opacity: 0.8; }
    .nortonVideoFs .jw-slider-volume .jw-slider-container {
      margin-bottom: -10px; }
  @media (min-width: 950px) {
    .nortonVideoFs .jwplayer {
      position: static !important; }
      .nortonVideoFs .jwplayer .jw-aspect {
        display: contents !important; } }
  .nortonVideoFs .jwplayer .jw-reset .jw-icon-playback {
    color: #585858; }
    .nortonVideoFs .jwplayer .jw-reset .jw-icon-playback:hover {
      color: #585858; }
  .nortonVideoFs .jwplayer .jw-reset .jw-icon-volume {
    order: 4; }
    .nortonVideoFs .jwplayer .jw-reset .jw-icon-volume:hover {
      color: #585858; }
  .nortonVideoFs .jwplayer .jw-reset .jw-text-elapsed {
    display: none; }
  .nortonVideoFs .jwplayer .jw-reset .jw-text-duration {
    display: none; }
  .nortonVideoFs .jwplayer .jw-reset .jw-text-countdown {
    display: flex;
    font-weight: bold;
    color: #585858;
    order: 3;
    padding-right: 0px; }
    .nortonVideoFs .jwplayer .jw-reset .jw-text-countdown::before {
      content: '-'; }
    @media (max-width: 350px) {
      .nortonVideoFs .jwplayer .jw-reset .jw-text-countdown {
        margin-left: 12px;
        margin-right: 6px; } }
    @media (max-width: 420px) and (min-width: 350px) {
      .nortonVideoFs .jwplayer .jw-reset .jw-text-countdown {
        margin-left: 12px;
        margin-right: 6px; } }
    @media (max-width: 475px) and (min-width: 420px) {
      .nortonVideoFs .jwplayer .jw-reset .jw-text-countdown {
        margin-left: 12px;
        margin-right: 6px; } }
    @media (max-width: 575px) and (min-width: 475px) {
      .nortonVideoFs .jwplayer .jw-reset .jw-text-countdown {
        padding-right: 5px; } }
  .nortonVideoFs .jwplayer .jw-reset .jw-rail {
    order: 3; }
  .nortonVideoFs .jwplayer .jw-reset .jw-buffer {
    background-color: #ADADAD; }
  .nortonVideoFs .jwplayer .jw-reset .jw-progress {
    background-color: #000000; }
  .nortonVideoFs .jwplayer .jw-reset .jw-button-color {
    opacity: 0.9;
    color: #585858; }
    .nortonVideoFs .jwplayer .jw-reset .jw-button-color:focus {
      color: #585858; }
  .nortonVideoFs .jwplayer .jw-reset .jw-text-elapsed {
    color: #585858;
    font-weight: bold; }
  .nortonVideoFs .jwplayer .jw-reset .jw-text-duration {
    color: #585858;
    font-weight: bold; }
  .nortonVideoFs .jwplayer .jw-reset .jw-icon-rewind {
    display: none; }
  .nortonVideoFs .jwplayer .jw-reset .jw-knob {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  .nortonVideoFs .jwplayer .jw-reset .jw-icon-fullscreen {
    color: #585858;
    order: 10;
    margin-left: -5px; }

.nortonVideoIq {
  max-width: 1000px; }
  .nortonVideoIq .jwplayer .jw-display-icon-container .jw-svg-icon-play {
    color: #1f7e99 !important; }
  .nortonVideoIq .jwplayer .jw-button-color {
    color: white !important; }
  .nortonVideoIq .jwplayer .jw-icon-rewind {
    display: none !important; }

.hide {
  display: none !important; }

