@charset "UTF-8";
/**
 * Less utility wrappers
 */
.hidden {
  display: none;
}
.clear {
  clear: both;
}
/*
 *   box display
 *   @horiz and @vert can accept "start", "end", "center", or "justify"
 */
/*
 * prevent selection of text
 * (not reliable to prevent copying text
 *  but useful to prevent highlighting
 *  when a user might double-click something)
 */
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@-webkit-keyframes clockwiseSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwiseSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes clockwiseSpin2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwiseSpin2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.ellipsis-mixin {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ceros-icon,
.ceros-small-icon {
  display: inline-block;
  font: normal normal normal 16px/1 'CerosIcons-Regular';
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.ceros-icon {
  font-size: inherit;
}
.ceros-small-icon {
  font-size: 10px;
}
.ceros-pages-icon::before {
  content: '\e001';
}
.ceros-facebook-icon::before {
  content: '\e002';
}
.ceros-email-icon::before {
  content: '\e003';
}
.ceros-cart-icon::before {
  content: '\e004';
}
.ceros-link-icon::before {
  content: '\e005';
}
.ceros-twitter-icon::before {
  content: '\e006';
}
.ceros-left-arrow-icon::before {
  content: '\e007';
}
.ceros-pinterest-icon::before {
  content: '\e008';
}
.ceros-right-arrow-icon::before {
  content: '\e009';
}
.ceros-share-icon::before {
  content: '\e000';
}
.ceros-logo-icon::before {
  content: '\e00a';
}
.ceros-cross-arrow-icon::before {
  content: '\e00b';
}
.ceros-tick-icon::before {
  content: '\e00c';
}
.ceros-embed-icon::before {
  content: '\e00d';
}
.ceros-embed-warning-icon::before {
  content: '\e600';
}
.ceros-animation-icon::before {
  content: '\e601';
}
.ceros-arrow-solid-icon::before {
  content: '\e604';
}
.ceros-center-aligned-icon::before {
  content: '\e605';
}
.ceros-eye-icon::before {
  content: '\e609';
}
.ceros-import-image-icon::before {
  content: '\e92f';
}
.ceros-interaction-icon::before {
  content: '\e611';
}
.ceros-left-aligned-icon::before {
  content: '\e615';
}
.ceros-measurement-icon::before {
  content: '\e616';
}
.ceros-lock-icon::before {
  content: '\e617';
}
.ceros-padding-bottom-icon::before {
  content: '\e618';
}
.ceros-minus-box-icon::before {
  content: '\e619';
}
.ceros-padding-left-icon::before {
  content: '\e61a';
}
.ceros-padding-none-icon::before {
  content: '\e61b';
}
.ceros-padding-right-icon::before {
  content: '\e61c';
}
.ceros-padding-top-icon::before {
  content: '\e61d';
}
.ceros-plus-icon::before {
  content: '\e61e';
}
.ceros-questionmark-circle-icon::before {
  content: '\e61f';
}
.ceros-publish-icon::before {
  content: '\e620';
}
.ceros-questionmark-icon::before {
  content: '\e621';
}
.ceros-settings-icon::before {
  content: '\e622';
}
.ceros-right-aligned-icon::before {
  content: '\e623';
}
.ceros-shape-icon::before {
  content: '\e625';
}
.ceros-text-tool-icon::before {
  content: '\e62b';
}
.ceros-text-icon::before {
  content: '\e939';
}
.ceros-theme-icon::before {
  content: '\e62c';
}
.ceros-tick-box-icon::before {
  content: '\e62d';
}
.ceros-tick-2-icon::before {
  content: '\e62e';
}
.ceros-trashcan-icon::before {
  content: '\e62f';
}
.ceros-x-icon::before {
  content: '\e630';
}
.ceros-x-circle-icon::before {
  content: '\e633';
}
.ceros-interaction-pencil-icon::before {
  content: '\e634';
}
.ceros-down-arrow-icon::before {
  content: '\e635';
}
.ceros-up-arrow-icon::before {
  content: '\e636';
}
.ceros-sdk-guide-icon::before {
  content: '\e63a';
}
.ceros-embed-2-icon::before {
  content: '\e63b';
}
.ceros-create-icon::before {
  content: '\e63c';
}
.ceros-news-icon::before {
  content: '\e63d';
}
.ceros-more-icon::before {
  content: '\e63e';
}
.ceros-release-notes-icon::before {
  content: '\e63f';
}
.ceros-thumbs-down-icon::before {
  content: '\e640';
}
.ceros-thumbs-up-icon::before {
  content: '\e641';
}
.ceros-twitter-circle-icon::before {
  content: '\e642';
}
.ceros-eternity-icon::before {
  content: '\e643';
}
.ceros-error-icon::before {
  content: '\e644';
}
.ceros-unpublished-project-icon::before {
  content: '\e645';
}
.ceros-smartgroup-icon::before {
  content: '\e64c';
}
.ceros-link-2-icon::before {
  content: '\e64d';
}
.ceros-tick-thin-icon::before {
  content: '\e647';
}
.ceros-plus-thin-icon::before {
  content: '\e648';
}
.ceros-minus-thin-icon::before {
  content: '\e649';
}
.ceros-line-view-icon::before {
  content: '\e64a';
}
.ceros-grid-view-icon::before {
  content: '\e64b';
}
.ceros-search-glass-icon::before {
  content: '\e64e';
}
.ceros-filter-icon::before {
  content: '\e650';
}
.ceros-layout-icon::before {
  content: '\e64f';
}
.ceros-align-horizontally-left-icon::before {
  content: '\e652';
}
.ceros-align-horizontally-center-icon::before {
  content: '\e651';
}
.ceros-align-horizontally-right-icon::before {
  content: '\e653';
}
.ceros-align-vertically-top-icon::before {
  content: '\e656';
}
.ceros-align-vertically-center-icon::before {
  content: '\e655';
}
.ceros-align-vertically-bottom-icon::before {
  content: '\e654';
}
.ceros-distribute-horizontally-icon::before {
  content: '\e657';
}
.ceros-distribute-vertically-icon::before {
  content: '\e658';
}
.ceros-linkedin-icon::before {
  content: '\e65a';
}
.ceros-edit-icon::before {
  content: '\e900';
}
.ceros-search-icon::before {
  content: '\e901';
}
.ceros-team-icon::before {
  content: '\e902';
}
.ceros-redesign-embed-icon::before {
  content: '\e903';
}
.ceros-redesign-publish-icon::before {
  content: '\e904';
}
.ceros-redesign-settings-icon::before {
  content: '\e906';
}
.ceros-ellipsis-icon::before {
  content: '\e907';
}
.ceros-cancel-icon::before {
  content: '\e90a';
}
.ceros-delete-icon::before {
  content: '\e90b';
}
.ceros-copy-icon::before {
  content: '\e90c';
}
.ceros-new-icon::before {
  content: '\e90d';
}
.ceros-commerce-icon::before {
  content: '\e90e';
}
.ceros-redesign-tick-icon::before {
  content: '\e90f';
}
.ceros-import-icon::before {
  content: '\e910';
}
.ceros-view-icon::before {
  content: '\e911';
}
.ceros-embed-modal-icon::before {
  content: '\e912';
}
.ceros-full-height-icon::before {
  content: '\e913';
}
.ceros-preview-icon::before {
  content: '\e905';
}
.ceros-export-icon::before {
  content: '\e908';
}
.ceros-move-icon::before {
  content: '\e909';
}
.ceros-info-icon::before {
  content: '\e914';
}
.ceros-retry-icon::before {
  content: '\e915';
}
.ceros-settings-outline-icon::before {
  content: '\e916';
}
.ceros-settings-solid-icon::before {
  content: '\e917';
}
.ceros-fat-redesign-tick-icon::before {
  content: '\e918';
}
.ceros-revert-icon::before {
  content: '\e919';
}
.ceros-hubspot-icon::before {
  content: '\e91d';
}
.ceros-marketo-icon::before {
  content: '\e944';
}
.ceros-chartblocks-icon::before {
  content: '\e96c';
}
.ceros-canvas-mode-icon::before {
  content: '\e91e';
}
.ceros-selection-mode-icon::before {
  content: '\e91f';
}
.ceros-distribute-bottom-edges-icon::before {
  content: '\e920';
}
.ceros-distribute-left-edges-icon::before {
  content: '\e921';
}
.ceros-distribute-right-edges-icon::before {
  content: '\e922';
}
.ceros-distribute-top-edges-icon::before {
  content: '\e923';
}
.ceros-uploaded-circle-icon::before {
  content: '\e924';
}
.ceros-triangle-filter-icon::before {
  content: '\e925';
}
.ceros-uploaded-icon::before {
  content: '\e926';
}
.ceros-analytics-icon::before {
  content: '\e929';
}
.ceros-import-link-icon::before {
  content: '\e92a';
}
.ceros-fullscreen-enter-icon::before {
  content: '\e93d';
}
.ceros-fullscreen-exit-icon::before {
  content: '\e93e';
}
.ceros-pen-tool-icon-v2::before {
  content: '\e96f';
}
.ceros-circle-shape-icon::before {
  content: '\e606';
}
.ceros-triangle-shape-icon::before {
  content: '\e608';
}
.ceros-square-shape-icon::before {
  content: '\e628';
}
.ceros-equilateral-triangle-shape-icon::before {
  content: '\e631';
}
.ceros_toolbar_anchor-icon::before {
  content: '\e92b';
}
.ceros_toolbar_crop-image-icon::before {
  content: '\e94c';
}
.ceros_toolbar_embedded-object-icon::before {
  content: '\e92c';
}
.ceros_toolbar_hotspot-icon::before {
  content: '\e92e';
}
.ceros_toolbar_hotspot-path-icon::before {
  content: '\e91b';
}
.ceros_toolbar_image-icon::before {
  content: '\e92f';
}
.ceros_toolbar_inspector-panel-icon::before {
  content: '\e930';
}
.ceros_toolbar_layers-panel-icon::before {
  content: '\e931';
}
.ceros_toolbar_line-icon::before {
  content: '\e933';
}
.ceros_toolbar_icon-library-icon::before {
  content: '\e934';
}
.ceros_toolbar_pan-icon::before {
  content: '\e935';
}
.ceros_toolbar_sdk-icon::before {
  content: '\e937';
}
.ceros_toolbar_shape-icon::before {
  content: '\e938';
}
.ceros_toolbar_text-icon::before {
  content: '\e939';
}
.ceros_toolbar_select-icon::before {
  content: '\e93a';
}
.ceros_toolbar_video-icon::before {
  content: '\e93b';
}
.ceros_toolbar_zoom-icon::before {
  content: '\e93c';
}
.ceros_toolbar_pen-tool-icon-v2::before {
  content: '\e96f';
}
.ceros_layer-panel_embedded-object-icon::before {
  content: '\e91c';
}
.ceros_layer-panel_empty-folder-icon::before {
  content: '\e928';
}
.ceros_layer-panel_folder-icon::before {
  content: '\e927';
}
.ceros_layer-panel_group-icon::before {
  content: '\e932';
}
.ceros_layer-panel_image-icon::before {
  content: '\e936';
}
.ceros_layer-panel_line-icon::before {
  content: '\e93f';
}
.ceros_layer-panel_hotspot-path-icon::before {
  content: '\e91a';
}
.ceros_layer-panel_hotspot-icon::before {
  content: '\e92d';
}
.ceros_layer-panel_noun-project-icon::before {
  content: '\e940';
}
.ceros_layer-panel_shape-icon::before {
  content: '\e941';
}
.ceros_layer-panel_video-icon::before {
  content: '\e942';
}
.ceros_layer-panel_text-icon::before {
  content: '\e943';
}
.ceros_layer-panel_pen-tool-icon-v2::before {
  content: '\e96f';
}
.ceros-filter-alternate-icon::before {
  content: '\e945';
}
.ceros-filter-and-sort-tick-icon::before {
  content: '\e946';
}
.ceros-sort-icon::before {
  content: '\e947';
}
.ceros-upload-icon::before {
  content: '\e948';
}
.ceros-canvas-adjustment-icon::before {
  content: '\e94b';
}
.ceros_project-page_blank-canvas-icon::before {
  content: '\e949';
}
.ceros_project-page_template-icon::before {
  content: '\e94a';
}
.ceros-al-desktop-icon::before {
  content: '\e94d';
}
.ceros-al-tablet-icon::before {
  content: '\e94e';
}
.ceros-al-mobile-icon::before {
  content: '\e94f';
}
.ceros-cog-icon::before {
  content: '\e950';
}
.ceros-corners-icon::before {
  content: '\e951';
}
.ceros-horizontal-distribution-icon::before {
  content: '\e952';
}
.ceros-padding-icon::before {
  content: '\e953';
}
.ceros-pin-icon::before {
  content: '\e954';
}
.ceros-popout-icon::before {
  content: '\e955';
}
.ceros-replace-icon::before {
  content: '\e956';
}
.ceros-underline-icon::before {
  content: '\e957';
}
.ceros-vertical-distribution-icon::before {
  content: '\e958';
}
.ceros-align-bottom-icon::before {
  content: '\e959';
}
.ceros-align-center-horizontally-icon::before {
  content: '\e95a';
}
.ceros-align-center-vertically-icon::before {
  content: '\e95b';
}
.ceros-align-left-icon::before {
  content: '\e95c';
}
.ceros-align-right-icon::before {
  content: '\e95d';
}
.ceros-align-top-icon::before {
  content: '\e95e';
}
.ceros-auto-leading-icon::before {
  content: '\e95f';
}
.ceros-eyedropper-icon::before {
  content: '\e960';
}
.ceros-add-icon::before {
  content: '\e961';
}
.ceros-cancel-thick-icon::before {
  content: '\e962';
}
.ceros-caret-down-icon::before {
  content: '\e963';
}
.ceros-caret-up-icon::before {
  content: '\e964';
}
.ceros-help-circle-icon::before {
  content: '\e965';
}
.ceros-counter-clockwise-icon::before {
  content: '\e966';
}
.ceros-clockwise-icon::before {
  content: '\e967';
}
.ceros-arrow-double-icon::before {
  content: '\e968';
}
.ceros-arrow-direction-icon::before {
  content: '\e969';
}
.ceros-export-cde-icon::before {
  content: '\e96a';
}
.ceros-export-tar-icon::before {
  content: '\e96b';
}
.ceros-canvas-icon::before {
  content: '\e96d';
}
.ceros-replay-icon:before {
  content: '\e96e';
}
.ceros-reset-icon::before {
  content: '\e970';
}
.ceros-preview-eye-icon::before {
  content: '\e971';
}
.back-arrow-icon:before {
  content: '\e970';
}
.ceros-import-icon-new:before {
  content: '\e971';
}
.back-arrow-icon:before {
  content: '\e970';
}
.ceros-import-icon-new:before {
  content: '\e971';
}
.ceros-reset-icon:before {
  content: '\e972';
}
.ceros-preview-eye-icon:before {
  content: '\e973';
}
.ceros-owner-icon:before {
  content: '\e974';
}
.ceros-email-outlined-icon:before {
  content: '\e975';
}
.ceros-exclamation-icon:before {
  content: '\e976';
}
.ceros-info-icon-inverted:before {
  content: '\e977';
}
.ceros-add-member-icon:before {
  content: '\e978';
}
.ceros_layer-panel-mask-group-icon::before {
  content: '\e979';
}
.ceros_layer-panel-mask-icon::before {
  content: '\e97a';
}
.ceros_layer-panel-masked-by-icon::before {
  content: '\e97b';
}
.ceros-questionmark-search-icon::before {
  content: '\e97c';
}
.ceros-unpublish-icon::before {
  content: '\e97d';
}
/***************************************************************/
/* Colors for themes */
/* Page navigation */
/* Help menu drop-down, etc */
/* Scrubber */
/* Ceros Colors */
/*
@font-face {
    font-family: "Ceros Player Icons";
    src: url('../../../shared/fonts/CerosPlayerIcons-Regular.otf');
}
*/
.icon-font {
  font-family: "CerosIcons-Regular";
  font-weight: normal !important;
  /* these should NEVER be bold - CA */
  text-decoration: none !important;
  /* these should NEVER be underlined - RS */
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * Designer CSS Reset
 * @author Russel Werner
 */
* {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
body {
  background: black;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  overflow: hidden;
}
div.clear {
  clear: both;
  padding: 0 !important;
  margin: 0 !important;
}
input[type=checkbox] {
  padding: 0;
  margin: 0;
}
a {
  cursor: default;
  text-decoration: none;
}
a:visited {
  color: #333;
}
button {
  background: none;
  border: none;
}
button:hover {
  outline: none;
}
label,
li {
  /*line-height: 1;*/
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}
body {
  font: normal normal 13px/130% Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #333;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.mobile body {
  overflow: hidden;
  width: auto;
  height: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}
.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}
.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}
.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.22222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.33333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: -1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}
.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}
/**
 Any ceros-specific overrides to videojs go here.
 */
/* This variable dynamically drives the .vjs-big-play-button overrides below */
/* Handles video control button size and positioning */
.vjs-ceros-theme.video-js {
  /* Default the video-js container with a neutral z-index but greater than .vjs-tech so that safari keeps it clickable */
  z-index: 0;
  background-color: transparent;
  /* Ensure the video is always on top of the poster */
  top: 0;
  position: absolute;
  /* Do not show the scrubber unless it's on hover, adjust the size and positioning */
  /*
    The progress bar should be visually placed above the rest of the controls.
    For accessibility reasons, this style change is coupled with Video.ts controlBar children re-ordering.
  */
  /* Shows the scrubber on hover */
  /* Do not show animations for the scrubber or progress bar */
  /*
    Right-align the full screen button, as it should be the last icon available.
    If we add more icons that need to be right-aligned, we should set a width here.
  */
  /* Do not show the white background tooltip that shows the playback timestamp of the video */
  /* The big play button should be a perfect circle, and centered in the middle of the video */
  /* The big play button should not display after the video has begun, even when paused */
  /* No halo/text-shadow on controls */
}
.vjs-ceros-theme.video-js .vjs-tech {
  /* Fits the video to the container so that controls do not appear to overflow past the video */
  object-fit: fill;
  /* Ensure controls on Safari render on top of the video */
  z-index: -1;
}
.vjs-ceros-theme.video-js .vjs-play-progress:before {
  content: none;
  font-size: 0.78em;
  top: -0.3em;
}
.vjs-ceros-theme.video-js .vjs-progress-control {
  position: absolute;
  width: 100%;
  top: 8px;
  height: 3px;
  left: 0px;
  padding-right: 8px;
  padding-left: 8px;
}
.vjs-ceros-theme.video-js .vjs-progress-control:hover .vjs-play-progress:before {
  content: '\f111';
}
.vjs-ceros-theme.video-js .vjs-progress-holder {
  transition: none;
  margin: 0;
}
.vjs-ceros-theme.video-js .vjs-fullscreen-control {
  margin-left: auto;
}
.vjs-ceros-theme.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-play-progress .vjs-time-tooltip,
.vjs-ceros-theme.video-js .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip {
  display: none;
}
.vjs-ceros-theme.video-js .vjs-big-play-button {
  border: none;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  /* Margin adjustments center the play button based on the size of the button */
  margin-top: -30px;
  margin-left: -30px;
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.8);
}
.vjs-ceros-theme.video-js .vjs-big-play-button:hover {
  color: #ffffff;
}
.vjs-ceros-theme.video-js.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: none;
}
.vjs-ceros-theme.video-js .vjs-poster {
  background-size: 100% 100%;
  background-color: transparent;
}
.vjs-ceros-theme.video-js .vjs-control-bar {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-color: transparent;
  padding: 0 6px 0 8px;
  height: 44px;
  color: #ffffff;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-control .vjs-volume-bar {
  margin-left: 12px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-control.vjs-volume-control {
  top: -7px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-control.vjs-volume-panel {
  top: 20px;
  height: 20px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-time-control {
  display: block;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-time-control.vjs-current-time,
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-time-control.vjs-time-divider,
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-time-control.vjs-duration {
  padding: 0;
  top: 20px;
  height: 20px;
  position: relative;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-time-control.vjs-current-time {
  margin-left: -3px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-time-control.vjs-time-divider {
  width: 7px;
  min-width: 7px;
  padding-left: 2px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-remaining-time {
  display: none;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-button {
  /* Remove transparency on hover for icons */
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-button.vjs-play-control {
  margin-left: -4px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-button.vjs-mute-control {
  margin-left: 8px;
  width: 20px;
  height: 20px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-button.vjs-fullscreen-control {
  margin-right: 8px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-button.vjs-play-control,
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-button.vjs-fullscreen-control {
  top: 20px;
  height: 20px;
  width: 20px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-button .vjs-icon-placeholder:before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 21px;
  line-height: 16px;
}
.vjs-ceros-theme.video-js .vjs-control-bar .vjs-button .vjs-icon-placeholder:hover:before {
  color: #ffffff;
}
.vjs-ceros-theme.video-js .vjs-control:focus:before,
.vjs-ceros-theme.video-js .vjs-control:hover:before,
.vjs-ceros-theme.video-js .vjs-control:focus {
  text-shadow: none;
}
.vjs-ceros-theme.video-js.hide-big-play-button .vjs-big-play-button {
  display: none;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.branding-logo {
  font-family: CerosLogo;
  position: relative;
  text-align: center;
}
.branding-logo::before {
  content: '\e600';
}
.alert-icon::before {
  content: '\e600';
}
.no-entry-icon::before {
  content: '\e637';
}
.splash-screen.loading {
  z-index: 100000;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}
.splash-screen.loading v\:arc {
  position: absolute;
  behavior: url(#default#VML);
}
.splash-screen.loading div.loading-container {
  position: relative;
  width: 250px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.splash-screen.loading div.loading-container div.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.splash-screen.loading div.loading-container div.spinner canvas {
  width: 100%;
  height: 100%;
}
.splash-screen.loading div.loading-container .branding-logo {
  margin-top: 10px;
  font-size: 160px;
  line-height: 16px;
}
.splash-screen.loading div.loading-container .notice {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  font-size: 9px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  line-height: 25px;
  width: 130px;
  margin: 15px auto 0;
}
.splash-screen.loading div.loading-container .overlayed {
  padding: 15px;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
}
.splash-screen.loading div.loading-container.small div.spinner {
  width: 20px;
  height: 20px;
}
.splash-screen.loading div.loading-container.small .branding-logo {
  margin-top: 5px;
  font-size: 80px;
  line-height: 8px;
}
.splash-screen.loading div.loading-container.small .notice {
  display: none;
}
.splash-screen.loading div.loading-container.small .overlayed {
  padding: 10px;
}
.warning-modal.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #F4F4F4;
}
.warning-modal.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 11;
  background-color: #282F34;
  box-shadow: 0px 2px 10px 7px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 10px 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px 7px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 10px 7px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 10px 7px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-align: center;
  color: #E2E2E2;
  font-family: "Varela Round";
}
@media (min-height: 768px) {
  .warning-modal.modal {
    top: 384px;
  }
}
.warning-modal.modal > div {
  margin: 30px 25px;
  width: 250px;
}
.warning-modal.modal .branding-logo {
  font-size: 140px;
  line-height: 0.15em;
}
.warning-modal.modal .notice {
  display: block;
  font-size: 13px;
  line-height: 1.4em;
  margin: 14px auto;
}
.warning-modal.modal .notice.important {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
.warning-modal.modal button {
  background-color: #00C3E0;
  font-family: "Varela Round";
  letter-spacing: 0.15em;
  color: #FFF;
  outline: none;
  /* This margin doesn't collapse with the one above it
             * for some reason.  The total space should be 25 px.  The element
             * above it has 14px, so we put 11px here to get the correct spacing.
             */
  margin: 11px auto 0 auto;
  cursor: pointer;
  padding: 8px 30px;
  font-size: 10px;
  line-height: 1em;
  border: 0 none !important;
  font-weight: normal !important;
  color: #FFF !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}
.warning-modal.modal button:hover {
  background-color: #69DBEC;
}
.warning-modal.modal .warning-icon {
  display: block;
  margin: 20px auto;
  line-height: 1em;
  font-size: 50px;
  font-family: CerosIcons-Regular;
  color: #4b6270;
}
.deleted-page-warning .warning-modal.overlay {
  background-color: #282F34;
  z-index: 10000;
  opacity: 0.8;
}
.deleted-page-warning .warning-modal.modal {
  z-index: 10001;
}
.embedded-previewer-warning .warning-modal.modal > div {
  width: 200px;
}
.embedded-previewer-warning .warning-modal.modal .branding-logo {
  font-size: 120px;
}
.embedded-previewer-warning .warning-modal.modal .notice {
  font-size: 10px;
}
.embedded-previewer-warning .warning-modal.modal .notice.important {
  font-size: 11px;
}
.embedded-previewer-warning .warning-modal.modal button {
  font-size: 8px;
}
.embedded-previewer-warning .warning-modal.modal .warning-icon {
  font-size: 40px;
}
#chrome {
  display: none;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0.98;
  font-family: 'Varela Round', sans-serif;
}
#chrome #chrome-menu {
  height: 50px;
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}
#chrome #chrome-menu > * {
  line-height: 40px;
  letter-spacing: 1px;
}
#chrome #chrome-menu .title {
  float: left;
  padding-top: 1px;
  font-size: 12px;
  font-weight: bold;
  line-height: 49px;
  margin-left: 24px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  cursor: pointer;
}
#chrome #chrome-menu .menu-buttons {
  height: 100%;
  float: right;
}
#chrome #chrome-menu .button {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
}
#chrome #chrome-menu .button .menu-button {
  display: block;
  width: 50px;
  height: 50px;
}
#chrome #chrome-menu .share {
  position: relative;
}
#chrome #chrome-menu .share .arrow {
  display: none;
  width: 100%;
  height: auto;
  line-height: 9px;
  position: absolute;
  left: 0;
  top: 50px;
}
#chrome #chrome-menu .share .arrow > * {
  /* 39 x 18 @2x */
  width: 20px;
  height: 9px;
  background-size: 100% 100%;
  display: inline-block;
  position: relative;
  top: 1px;
}
#chrome #chrome-menu .share .arrow v\:shape {
  behavior: url(#default#VML);
}
#chrome #chrome-menu .share .arrow v\:path {
  behavior: url(#default#VML);
}
@media (max-width: 480px) {
  #chrome #chrome-menu .title {
    display: none;
  }
  #chrome #chrome-menu.icon-1 .share,
  #chrome #chrome-menu.icon-3 .share {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -25px;
    text-align: center;
  }
  #chrome #chrome-menu.icon-1 .share-menu,
  #chrome #chrome-menu.icon-3 .share-menu {
    margin-left: -25px;
  }
  #chrome #chrome-menu.icon-2 .button {
    width: 50%;
    text-align: center;
    margin: 0;
  }
  #chrome #chrome-menu.icon-2 .button a {
    margin-left: -25px;
    left: 50%;
    position: relative;
  }
}
#chrome #chrome-menu .share-menu {
  position: absolute;
  /*width: 300px;*/
  border-radius: 3px;
  z-index: 20;
}
#chrome #chrome-menu .share-menu li {
  line-height: auto;
  padding: 0;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#chrome #chrome-menu .share-menu li:last-child {
  border: 0;
}
#chrome #chrome-menu .share-menu li a {
  display: block;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  padding-left: 2px;
}
#chrome #chrome-menu .share-menu .icon {
  top: 0;
  line-height: 50px;
  width: 48px;
  text-align: center;
  display: inline-block;
}
#chrome #chrome-menu .share-menu .label {
  line-height: 50px;
  vertical-align: top;
  display: inline-block;
}
#chrome a,
#chrome .menu-button {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
#chrome .icon {
  font-family: CerosIcons-Regular, sans-serif;
  font-size: 22px;
  position: relative;
  top: 5px;
  -webkit-font-smoothing: antialiased;
}
html.desktop #chrome #chrome-menu {
  height: 42px;
}
html.desktop #chrome #chrome-menu > * {
  line-height: 32px;
}
html.desktop #chrome #chrome-menu .title {
  font-size: 12px;
  line-height: 41px;
  margin-left: 18px;
}
html.desktop #chrome #chrome-menu a,
html.desktop #chrome #chrome-menu .menu-button {
  font-size: 10px;
}
html.desktop #chrome #chrome-menu .button {
  margin-right: 8px;
}
html.desktop #chrome #chrome-menu .button .menu-button {
  display: block;
  width: 42px;
  height: 42px;
}
html.desktop #chrome #chrome-menu .share .arrow {
  top: 42px;
}
html.desktop #chrome #chrome-menu .share-menu .icon {
  top: 0;
  line-height: 42px;
  width: 40px;
}
html.desktop #chrome #chrome-menu .share-menu .label {
  line-height: 42px;
}
html.desktop #chrome #chrome-menu .icon {
  top: 0;
}
@media (max-width: 480px) {
  html.desktop #chrome #chrome-menu.icon-2 .button {
    margin: 0;
  }
}
.click-overlay {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 9000;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
#ceros-branding {
  display: none;
  position: fixed;
  width: auto;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  padding: 0 1px 0 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px 0 0 0;
  z-index: 1001;
  opacity: 0.98;
}
#ceros-branding a {
  cursor: pointer;
}
#ceros-branding img {
  vertical-align: middle;
  height: 85%;
}
html.desktop #ceros-branding {
  height: 34px;
  line-height: 34px;
}
html.desktop #ceros-branding img {
  height: 100%;
  border: 0;
}
#flippers {
  display: none;
}
#flippers .prev,
#flippers .next {
  position: absolute;
  top: 0;
  left: auto;
  z-index: 7500;
  opacity: 1;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -moz-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
}
#flippers .prev.left,
#flippers .next.left {
  left: 0;
  border-radius: 0 3px 3px 0;
}
#flippers .prev.right,
#flippers .next.right {
  right: 0;
  border-radius: 3px 0 0 3px;
}
#flippers .prev.small a,
#flippers .next.small a,
#flippers .prev.small button,
#flippers .next.small button {
  font-size: 23px;
  line-height: 35px;
  width: 23px;
  height: 35px;
}
#flippers .prev.small.next,
#flippers .next.small.next {
  text-indent: 3px;
}
#flippers .prev.disabled,
#flippers .next.disabled {
  cursor: default;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#flippers .prev.disabled a,
#flippers .next.disabled a,
#flippers .prev.disabled button,
#flippers .next.disabled button {
  cursor: default;
}
#flippers .prev a,
#flippers .next a,
#flippers .prev button,
#flippers .next button {
  font-family: "CerosIcons-Regular";
  font-weight: normal !important;
  /* these should NEVER be bold - CA */
  text-decoration: none !important;
  /* these should NEVER be underlined - RS */
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  font-size: 30px;
  line-height: 54px;
  vertical-align: bottom;
  width: 40px;
  height: 54px;
  position: relative;
  text-align: center;
  color: #737373;
}
#flippers .next a,
#flippers .next button {
  text-indent: 6px;
}
#viewport {
  display: none;
  z-index: 1000;
  position: relative;
  overflow: hidden;
}
#viewport .page-scroll,
#viewport .pinned-container {
  position: absolute;
  overflow: hidden;
}
#viewport .pinned-container > * {
  z-index: 1;
}
#viewport .page-viewport {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#viewport .page-viewport.pending {
  display: none;
}
#viewport .page-viewport.top {
  display: block;
  left: 0;
}
#viewport .page-viewport.viewed {
  display: none;
}
#viewport .page-viewport.in-transition {
  display: block !important;
}
#viewport .page-container {
  overflow-y: scroll;
  position: relative;
  height: 100%;
  width: 100%;
}
#viewport .page-container-for-ipad-pretending-to-be-desktop {
  z-index: 1001;
}
#viewport .pinned-container-for-ipad-pretending-to-be-desktop {
  z-index: 1002;
  pointer-events: none;
}
html.desktop #viewport {
  margin-top: 40px;
}
/***************************
 PAGES
 ***************************/
#backgroundContainer {
  display: none;
  overflow: hidden;
}
#backgroundContainer > img {
  position: relative;
  top: 0;
  left: 0;
}
html.mobile #viewport {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
html.mobile .page-object {
  -webkit-backface-visibility: hidden;
}
html.mobile .page-object * {
  -webkit-backface-visibility: hidden;
}
html.mobile .page-viewport.top,
html.mobile .page-viewport.in-transition {
  -webkit-overflow-scrolling: touch;
}
.click-shield {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 20000;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-viewport .component.text .inline-link {
  cursor: pointer;
  text-decoration: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
}
.page-viewport .component.text span {
  position: absolute;
}
.page-viewport .component.text div.underline {
  position: absolute;
  height: 0;
  border-bottom: 1px solid;
}
.page-viewport button.component {
  box-sizing: content-box;
}
.page-viewport .video-play-button {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #000000 url(../../../shared/images/video-play-button.svg) no-repeat center center;
  background-size: 15px 18px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.page-viewport .video-play-button:hover {
  opacity: 0.8;
}
.page-viewport .video-play-button-small {
  height: 44px;
  width: 44px;
  margin-left: -22px;
  margin-top: -22px;
}
.page-viewport .video-play-button-large {
  height: 64px;
  width: 64px;
  margin-left: -32px;
  margin-top: -32px;
}
.page-viewport .video-pause-button {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #000000 url(../../../shared/images/video-pause-button.svg) no-repeat center center;
  background-size: 15px 18px;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.page-viewport .video-pause-button:hover {
  opacity: 0.8;
}
.page-viewport .video-pause-button-small {
  height: 44px;
  width: 44px;
  margin-left: -22px;
  margin-top: -22px;
}
.page-viewport .video-pause-button-large {
  height: 64px;
  width: 64px;
  margin-left: -32px;
  margin-top: -32px;
}
.page-viewport .hide-native-play-button video::-webkit-media-controls-overlay-play-button {
  display: none;
}
.page-viewport .lazyLoadingBreakpointLine {
  border: 0;
  width: 100%;
  height: 5px;
  color: #f00;
  background-color: #f00;
  position: absolute;
  z-index: 10000;
}
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px;
  text-align: center;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#lightbox > .container {
  position: relative;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#lightbox > .container .scrolling {
  position: relative;
  width: 100%;
  height: 100%;
}
#lightbox > .container .scrolling iframe {
  border: none;
  width: 100%;
  height: 100%;
}
#lightbox .close {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0px;
  top: -40px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  float: right;
  line-height: 40px;
  font-size: 16px;
  font-family: CerosIcons-Regular, sans-serif;
}
#lightbox.with-close-button .close {
  display: block;
}
#lightbox.without-close-button .close {
  display: none;
}
#lightbox.fullscreen-lightbox {
  padding: 0;
}
#lightbox.fullscreen-lightbox.with-close-button {
  padding-top: 40px;
}
html.mobile #lightbox .scrolling {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#contents {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
/***************************************************************/
/* Scrubber */
#errorModal {
  margin: 0;
  padding: 0;
  height: 100%;
  z-index: 20000;
  background: none;
}
#errorModal #float {
  float: left;
  height: 50%;
  width: 1px;
  margin-bottom: -175px;
}
#errorModal #dialog {
  position: relative;
  left: 50%;
  clear: both;
  width: 300px;
  height: 300px;
  margin-left: -175px;
  padding: 25px 25px;
  background-color: #000000;
  opacity: 0.95;
  color: #FFFFFF;
  font-family: "Varela Round", sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
}
#errorModal #dialog #content {
  position: relative;
  width: 100%;
  height: 100%;
}
#errorModal #dialog #content > div {
  line-height: 20px;
}
#errorModal #dialog #content #title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#errorModal #dialog #content #image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -39px -33.5px;
  width: 67px;
  height: 78px;
  background-image: url('../../../shared/images/error/404.png');
  background-size: 100% 100%;
}
#errorModal #dialog #content #image.error503 {
  background-image: url('../../../shared/images/error/404.png');
}
#errorModal #dialog #content #message {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.notFoundSmall #notFound #float {
  margin-bottom: -87.5px;
}
.notFoundSmall #notFound #dialog {
  width: 150px;
  height: 150px;
  margin-left: -87.5px;
  padding: 12.5px 12.5px;
  font-size: 8px;
}
.notFoundSmall #notFound #dialog #content > div {
  line-height: 10px;
}
.notFoundSmall #notFound #dialog #content #image {
  margin: -19.5px -17px;
  width: 33.5px;
  height: 39px;
}
/* Landscape phones and down */
@media only screen and (max-width: 640px) and (orientation: landscape) {
  #notFound #float {
    margin-bottom: -87.5px;
  }
  #notFound #dialog {
    width: 150px;
    height: 150px;
    margin-left: -87.5px;
    padding: 12.5px 12.5px;
    font-size: 8px;
  }
  #notFound #dialog #content > div {
    line-height: 10px;
  }
  #notFound #dialog #content #image {
    margin: -19.5px -17px;
    width: 33.5px;
    height: 39px;
  }
}
/* Portrait phones and down */
@media only screen and (max-width: 480px) and (orientation: portrait) {
  #notFound #float {
    margin-bottom: -87.5px;
  }
  #notFound #dialog {
    width: 150px;
    height: 150px;
    margin-left: -87.5px;
    padding: 12.5px 12.5px;
    font-size: 8px;
  }
  #notFound #dialog #content > div {
    line-height: 10px;
  }
  #notFound #dialog #content #image {
    margin: -19.5px -17px;
    width: 33.5px;
    height: 39px;
  }
}
.infobar {
  display: none;
  background-color: #797e81;
  color: white;
  position: absolute;
  opacity: 0.9;
  z-index: 1000;
  width: 100%;
  top: 0px;
}
.infobar .container {
  margin: 11px 18px 9px;
}
.infobar .container .message {
  float: left;
  height: 15px;
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
}
.infobar .container .close {
  float: right;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.infobar .container .close:hover {
  color: white;
}
.infobar .container .close.close {
  display: inline-block;
  font: normal normal normal 16px/1 'CerosIcons-Regular';
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: inherit;
}
.infobar .container .close.close::before {
  content: '\e633';
}
.not-desktop {
  border-radius: 25px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.13);
  border-color: #161A1F;
  border-style: solid;
}
.adaptive-layouts-container {
  height: 100%;
  width: 100%;
  background: #282F34;
}
.adaptive-layouts-frame {
  position: absolute;
  z-index: 300;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  border: none;
  background: white;
  overflow: hidden;
}
.adaptive-layouts-frame.-tablet {
  border-radius: 25px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.13);
  border-color: #161A1F;
  border-style: solid;
}
.adaptive-layouts-frame.-mobile {
  border-radius: 25px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.13);
  border-color: #161A1F;
  border-style: solid;
}
.adaptive-layouts-frame.-full-screen-mode {
  left: 0;
  top: 0;
  transform: none;
  border: none;
  border-radius: 0;
  border-style: none;
}
.adaptive-layouts-frame.-initialized {
  top: 70px;
}
.adaptive-layouts-frame.-initialized.-tablet {
  top: 110px;
}
.adaptive-layouts-frame.-initialized.-mobile {
  top: 90px;
}
.adaptive-layouts-frame.-initialized.-full-screen-mode {
  top: 0;
}
.fit-to-window-help-message {
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  height: 130px;
  width: 510px;
  z-index: 301;
  display: none;
  pointer-events: none;
}
.fit-to-window-help-message .fit-to-window-help-message__overlay {
  border-radius: 10px;
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.fit-to-window-help-message .fit-to-window-help-message__text {
  font-family: 'Montserrat';
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 0 76px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.previewer-selection-header {
  display: none;
  width: 100%;
  background: #282F34;
  height: 70px;
  padding-top: 26px;
  box-sizing: border-box;
}
.previewer-selection-header .-selected .desktop-option-icon {
  color: #FFFFFF;
}
.previewer-selection-header .-selected .tablet-option-icon {
  color: #FFFFFF;
}
.previewer-selection-header .-selected .mobile-option-icon {
  color: #FFFFFF;
}
.previewer-options-list {
  text-align: center;
}
.previewer-options-list.-all-layouts-exist {
  position: relative;
  left: -6px;
}
.previewer-options-list li {
  display: inline-block;
}
.desktop-option-icon {
  display: inline-block;
  font: normal normal normal 16px/1 'CerosIcons-Regular';
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: inherit;
  color: #808080;
  font-size: 18px;
  margin: 0 16px;
  cursor: pointer;
}
.desktop-option-icon::before {
  content: '\e94d';
}
.tablet-option-icon {
  display: inline-block;
  font: normal normal normal 16px/1 'CerosIcons-Regular';
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: inherit;
  color: #808080;
  font-size: 18px;
  margin: 0 16px;
  cursor: pointer;
}
.tablet-option-icon::before {
  content: '\e94e';
}
.mobile-option-icon {
  display: inline-block;
  font: normal normal normal 16px/1 'CerosIcons-Regular';
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: inherit;
  color: #808080;
  font-size: 15px;
  margin: 0 16px;
  cursor: pointer;
}
.mobile-option-icon::before {
  content: '\e94f';
}
.media-loading {
  width: 100%;
  height: 100%;
  background: #eaeaea;
  position: absolute;
  top: 0;
}
.media-loading__media-type-icon {
  display: inline-block;
  font: normal normal normal 16px/1 'CerosIcons-Regular';
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: inherit;
  color: #999999;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.media-loading__media-type-icon.-video::before {
  content: '\e942';
}
.media-loading__media-type-icon.-image::before {
  content: '\e936';
}
.media-loading__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-loading__spinner .loader-spinner {
  -webkit-animation: clockwiseSpin2 1.25s infinite linear;
  animation: clockwiseSpin2 1.25s infinite linear;
  width: 100%;
  height: 100%;
  background: url(../../../shared/images/loader-spinner-dark.svg) no-repeat center center;
}
.this-is-here-to-preload-spinner {
  background: url(../../../shared/images/loader-spinner-dark.svg) no-repeat center center;
}
.reload-container {
  height: 18px;
  width: 18px;
  margin-right: 15px;
  float: right;
}
.reload-container .ceros-icon {
  font-size: 18px;
  color: #808080;
  cursor: pointer;
}
.reload-container .ceros-icon:hover {
  color: #FFFFFF;
}
.reload-container .loader-spinner {
  -webkit-animation: clockwiseSpin2 1.25s infinite linear;
  animation: clockwiseSpin2 1.25s infinite linear;
  width: 18px;
  height: 18px;
  background: url(../../../shared/images/loader-spinner-thick.svg) no-repeat center center;
  color: #FFFFFF;
}
.hotspot-path {
  pointer-events: none;
}
.hotspot-path svg {
  pointer-events: none;
}
.hotspot-path path {
  pointer-events: all;
}
.main-content-link {
  border-bottom-right-radius: 5px;
  font-size: 16px;
  text-decoration: underline;
  padding: 10px 8px 10px 8px;
  position: fixed;
  top: 0;
  left: 0;
}
.main-content-link:not(:focus) {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.main-content-link:focus {
  z-index: 1001;
  cursor: pointer;
}
.zoom-controls {
  z-index: 1001;
  border-radius: 0 0 5px 5px;
  font-size: 16px;
  position: fixed;
  top: 0;
  right: 15px;
  transform-origin: top right;
}
.zoom-controls > * {
  padding: 10px 0px;
}
.zoom-controls button {
  padding: 10px 8px;
}
.zoom-controls button .ceros-icon {
  font-size: 12px;
}
.zoom-controls button:hover {
  cursor: pointer;
}
.custom-path-container {
  pointer-events: none;
}
.custom-path-container .custom-path-component {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 1px;
  min-height: 1px;
}
.outline-hidden {
  outline: none;
}
.ceros-no-animate [class^='sequenceRun'],
.ceros-no-animate [class*=' sequenceRun'] {
  animation-duration: 1ms !important;
  transition-duration: 1ms !important;
  animation-iteration-count: 1 !important;
}
.fakely-hidden,
.fakely-hidden * {
  opacity: 0 !important;
  display: initial !important;
  cursor: default !important;
}
.blending-modes-focus:focus::after,
.wrapper-for-blending-modes:focus::after,
.blending-modes-focus-mozilla:focus::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 99999999999;
  outline: inherit;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.wrapper-for-blending-modes:focus::after {
  outline: 2px solid -webkit-focus-ring-color;
}
.blending-modes-focus-mozilla:focus::after {
  outline: 1px dotted black;
}
.blending-modes-focus-mozilla:focus {
  outline: 1px dotted black;
}
html.preview {
  height: 100%;
}
#main {
  position: absolute;
  width: 100%;
  height: 100%;
}
html #main {
  overflow: hidden;
}

