/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* video.js overrides */


.vjs-tech {
    background-color: black;
}
.vjs-load-progress, .vjs-seek-handle, .vjs-slider-handle, .vjs-play-progress {
    pointer-events: none;
}

/* video */
div.videoWrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    pointer-events: none;
    /*visibility: hidden;*/
    opacity: 0;
}
div.videoWrapper.active {
    pointer-events: all;
    /*visibility: visible;*/
    opacity: 1;
}
.video-js {
    position: static;
}
div.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.videoWrapper img.video {
    /*display: none;*/
    /*visibility: hidden;*/
    opacity: 0;
}

.figure.video {
    border: 1px black solid;
    padding: 10px;
}

/* content.css overrides */

.inner .videoWrapper td {
    border: none;
}

/* accessibility */

.vjs-has-started .vjs-control-bar {
    /*visibility: inherit;*/
    opacity: 1;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    /*visibility: inherit;*/
    opacity: 1;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    /*visibility: inherit;*/
    opacity: 1;
}

.video-js .vjs-time-tooltip {
    /*visibility: inherit;*/
    opacity: 0;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    /*visibility: inherit;*/
    opacity: 1;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    /*visibility: inherit;*/
    opacity: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control {
    /*visibility: inherit;*/
    opacity: 1;
}

.video-js .vjs-volume-panel: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:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    /*visibility: inherit;*/
    opacity: 1;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    /*visibility: inherit;*/
    opacity: 1;
}

@media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        /*visibility: hidden;*/
        opacity: 0;
    }
}


/* mini-video.css */

/*main.css:1394*/
#overview div.fixedNav canvas {
    display: none;
}

/*main.css:1458*/
body.fixedNav #overview div.fixedNav canvas {
    display: block;
    float: left;
    margin-right: 20px;
    width: 184px;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}



/* transcript-sync */

.transcriptScroll {
    position: relative;
}
.transcript {
    height: auto !important;
}
.transcript-sync {
    /*position: relative;*/
    /*color: blue;*/
    cursor: pointer;
}
.transcript-sync:after {
    content: ' ';
}
.transcript-sync:hover {
    background-color: orange;
}
.transcript-sync.active {
    background-color: orange
}

.figure.video .transcript {
    max-height: 200px;
    overflow-y: scroll;
}
.figure.video .transcript-head {
    font-weight: bold;
}


/* transcript-search */

.transcriptScroll .highlight {
    /*pointer-events: none;*/
    /*display: inline-block;*/
    background-color: yellow;
}
.transcriptScroll .highlight.active {
    text-decoration: underline;
    /*font-weight: bold;*/
    /*font-size: .8em;*/
}


/* segment-sync */

/* TODO: update the following in main.css when stabilized */
ul.video-segments li {
    cursor: pointer;
}
ul.video-segments .content {
    pointer-events: none;
}
.scrubber .popup {
    pointer-events: none;
}
/*
@media (max-width: 767px) {
    .scrubber ul {
        display: none;
    }
}
*/


/* thumbnails */

.video-thumbnails {
    pointer-events: none;
    display: none;
    position: absolute;
    top: -80px;
    text-align: center;
}
.video-thumbnails.show {
    display: block;
}
.video-thumbnail-image {}
.video-thumbnail-time {
    font-weight: bold;
    margin-top: -15px;
}
.video-thumbnail-time-text {
    padding: 0 5px 0 5px;
    background-color: black;
}


/* speed-control */

/* TODO: update the following in main.css when stabilized */
.decrease-playback-rate, .increase-playback-rate {
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
}


/* scrubber-control */

/* TODO: update the following in main.css when stabilized */
.scrub {
    display: none;
}
.scrubber.video-player {
    /* 1/2 width of scrubber icon */
    /*margin-left: 10px;*/
    cursor: pointer;
}
.scrubber.video-player .ui-slider-handle {
    /* 1/2 width of scrubber icon */
    /*margin-left: -10px;*/
}
.scrubber.video-player .ui-slider-handle {
    cursor: ew-resize;
    margin-left: -10px !important;

}

.buttons .btn-play {
    width: 18px;
    height: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAYAAABrjzfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzQ2OEE5MEY4M0M1MTFFNDg3RkREQ0I3MUYzRjNDMDciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzQ2OEE5MEU4M0M1MTFFNDg3RkREQ0I3MUYzRjNDMDciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRTI2MkE1RDgzMjAxMUU0OUFGRkQ2RUI4MkRCRDcwRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRTI2MkE1RTgzMjAxMUU0OUFGRkQ2RUI4MkRCRDcwRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp9A2QEAAAB8SURBVHja7NE9CoAwDAbQVryHTr3/eTLpSWpHqaC4+APvgwwJITxIrrWmLofBSdZW88XO0mq6cTPvmyF9PICAgICAgICAgICAgICAgICAgICAgICAfwWO/SAiXgWVUrwYEBAQEBAQEBAQEBAQEBAQEBAQEBAQEPCJbAIMAMdHCZ9QILHOAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 top;
    display: inline-block !important;
}
.buttons .btn-play.show {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAYAAABrjzfBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzQ2OEE5MEI4M0M1MTFFNDg3RkREQ0I3MUYzRjNDMDciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzQ2OEE5MEE4M0M1MTFFNDg3RkREQ0I3MUYzRjNDMDciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRTI2MkE1OTgzMjAxMUU0OUFGRkQ2RUI4MkRCRDcwRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRTI2MkE1QTgzMjAxMUU0OUFGRkQ2RUI4MkRCRDcwRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhUwmQMAAAJ6SURBVHja7JlPS1RRGMavkWY7TTTcCo4pfYAWg5qI30EESTErXZRuxVIxCKJPEBpCKeI2Bh3LRpFatBmG1Lyh4sasTeVWZXwuvicOdqfmnjn33Jc8D/wQxj88PMf3nnPuU5TNZp0zegvuAddhoAs+n7WADHgILkVtsMgnQfmDz+AuWOaUoKxrIAUmQQVHg0JdYBPc8lLntMR+StGyb3JKUFYzDdGIiSFSSVCWS2m+45SgrBhYAlOgkqNBoU56JHXrHqJCl9hPK7TsG5wSlNUI0mAMlHJMUNYX0AfecEpQVi1YBC9BFUeDQh00RD1BhyjsJfbTKrgD1jklKCtOQzQOLnNMUNY2HY6TnBKUVQMWwDS4ytGgUDsNUS9Xg54OwB5Hg8fgGWgAr89+82LE5j7Ssqa5DYm3nP3gxt/MRZXgHLgPvubzwyYN7tLBIcFtL/aG4CkNQSLoL4ed4Ac6vGa4Hbd+0RYWL8RcWAnOggdgX8cf02lwh4Zgntut7gg8Add1m9OR4HvaCda4Xdx/0qk4HqY51QRnwAD4ZuLpHsTgFg1B0uS+mM8SH4LHNARGzeWTYKAbmMkEf4Db9BojMnO5EnwFBsF3DveAPwy6rluNL2VRGYzFYv9cYlY9Sa7/Qc/YKB3HmzgaFLI9ic692EvwhXP60ryOo0GhZsdgT6J6mikBj8joTY4Gfz+2nPPek+i81V0BE/RYqudoUEhrTxLWvdgbomEaolaOBoX+/57E5PvBcvDcOS0bGzgaFArUk0T1hrUYDIFPoI2jQSHbk+iU7UlUZHsSFdmeRGUIbE8SVLYnUZHtSVRkexLbk5hYYtuTqCRoe5J8dSLAALviu32KWP3/AAAAAElFTkSuQmCC);
}
@media only screen and (max-width: 720px) {
    .videoWrapper>.buttons {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        margin-left: -9px;
        margin-top: -9px;
    }
}

/* volume-control */

.videoWrapper.contentType-sk div.videoFooter .buttons .btn-volume {
     margin-left: 0;
}

.volume.show div.popup {
    display: block !important;
}

/* video-quality-control */

.video-quality + select {
    -webkit-appearance: menulist;
}
div.popup.settings.show {
    display: block !important;
}
.video-quality + select + .jcf-select {
    overflow: visible;
}


/* closed-captioning-control */

.video-js .vjs-text-track-display {
    bottom: 5em;
}



/* control-bar */

.btn-settings {
    cursor: default;
}

.video-duration {
    width: 0%;
}

.video-js .timer {
    font-size: 1.4em;
}
/* Show the control bar only once the video has started playing */
/*.vjs-default-skin.vjs-has-started .vjs-control-bar {*/
.videoFooter {
  /*display: block;*/
  /* Visibility needed to make sure things hide in older browsers too. */

  /*visibility: visible;*/
  visibility: inherit;
  opacity: 1;
  /* transition */
  /*-webkit-transition: visibility 0.1s, opacity 0.1s;*/
  /*-moz-transition: visibility 0.1s, opacity 0.1s;*/
  /*-o-transition: visibility 0.1s, opacity 0.1s;*/
  /*transition: visibility 0.1s, opacity 0.1s;*/
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
/*.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {*/
.videoFooter.inactive {
  /*display: block;*/
  /*visibility: hidden;*/
  opacity: 0;
  /* transition */
  /*-webkit-transition: visibility 1s, opacity 1s;*/
  /*-moz-transition: visibility 1s, opacity 1s;*/
  /*-o-transition: visibility 1s, opacity 1s;*/
  /*transition: visibility 1s, opacity 1s;*/
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.videoWrapper > .buttons.hide {
    display: none;
}

/* clip-control */

/* TODO: update the following in main.css when stabilized */
.scrubber.create-clip-scrubber {
    /*1/2 width of clip icon*/
    margin-left: 4px;
}
.scrubber.create-clip-scrubber .ui-slider-handle {
    /*1/2 width of clip icon*/
    /*margin-left: -4px;*/
}
.scrubber.create-clip-scrubber .ui-slider-handle {
    cursor: ew-resize;
}
div.create-clip div.edit div.start-end.long input {
    width: 64px !important;
}
div.start-end.long {
    font-size: .8em !important;
}
div.create-clip {
    -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
}
div.create-clip.success:after {
    vertical-align: middle;
    content: 'Successfully saved clip';
    font-size: 1.3em;
    margin-left: 1.2em;
    color: orange;
    line-height: 1.8em;
}
div.create-clip.failure:after {
    vertical-align: middle;
    content: 'Failure saving clip';
    font-size: 1.3em;
    margin-left: 1.2em;
    color: red;
    line-height: 1.8em;
}
div.create-clip.hide:after {
    -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
    -webkit-transition: all 3s ease-in-out;
      -moz-transition: all 3s ease-in-out;
      -ms-transition: all 3s ease-in-out;
      -o-transition: all 3s ease-in-out;
      transition: all 3s ease-in-out;
}
div.create-clip-success, div.create-clip-failure {
    pointer-events: none;
}


/* watermark-control */

div.videoWatermark {
    z-index: 1;
    pointer-events: none;
    visibility: hidden;
}
div.videoWatermark.show {
    visibility: visible;
}

/* preview-view */

.unauthenticated-message-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 46px;
    z-index: 1;
    visibility: hidden;
}
.unauthenticated-message-container.show {
    visibility: visible;
}
.unauthenticated-message {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    max-width: 470px;
    height: 90%;
    max-height: 220px;
    background-color: rgba(0, 0, 0, .75);
    overflow-y: auto;
}
@media only screen and (min-width : 550px) {
    .unauthenticated-message {
        width: 470px;
        height: 220px;
        position:absolute;
        left:50%;
        top:50%;
        margin:-110px 0 0 -235px;
        overflow-y: hidden;
    }
}
.unauthenticated-message h1 {
    font-size: 1.6em;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.unauthenticated-message h2 {
    color: inherit;
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    border-bottom: inherit;
    /*margin: inherit;*/
    margin-top: 3px;
    margin-bottom: 3px;
}
.unauthenticated-message div {
    font-size: 1.3em;
}
.unauthenticated-message ul {
    margin: 0 auto 0 auto;
    font-size: 1.3em;
}
.unauthenticated-message a {
    color: white !important;
    text-decoration: underline !important;
}
.unauthenticated-message .x {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.preview-watermark {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

/* related-titles */

.video-js .bx-wrapper{
    /*background: transparent;*/
    /*background: rgba(255, 255, 255, .75);*/
    /*padding: 1em 1em 1em 2em;*/
    /*margin: 2em 1em 1em 2em;*/
}
.related-titles-container {
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 50%;*/
    /*background-size: contain;*/
    /*margin: 0;*/
    /*padding: 0;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 46px;
    background-color: rgba(0, 0, 0, .75);
    z-index: 4; /* over .videoWatermark and ".videoWrapper .hide-on-desktop.hide-on-tablet" */
    visibility: hidden;
}
.related-titles-container.show {
    visibility: visible;
}
.related-titles-title {
    font-width: bold;
    text-align: center;
    height: 10%;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5px;
}
.related-titles-left-arrow, .related-titles-right-arrow {
    display: inline-block;
    width: 5%;
    /*height: 100%;*/
    vertical-align: middle;
    text-align: center;
    font-size: 3em;
    pointer-events: none;
    color: gray;
}
.related-titles-left-arrow.show, .related-titles-right-arrow.show {
    cursor: pointer;
    pointer-events: auto;
    color: white;
}
.related-titles-content {
    display: inline-block;
    width: 85%;
    height: 90%;
    overflow-x: hidden;
    /*overflow-x: scroll;*/
    /*overflow-x: auto;*/
    vertical-align: middle;
}
.related-titles-box {
    width: 100%;
    height: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.related-title {
    /*display: inline;*/
    /*cursor: pointer;*/
    /*float: left;*/
    /*width: 20%;*/
    /*height: 100%;*/
    /*padding: 0;*/
    /*margin: 5px;*/
    /*background-color: black;*/
}
.related-titles-container .icon-box {

    /*display: block;*/
    /*margin: 10px 0;*/
    /*border: solid 1px #e6e6e6;*/
    /*padding: 15px 35px 15px 100px;*/
    background: #fff;
    /*font-size: 1em;*/
    font-weight: bold;
    overflow: hidden;

    display: inline-block;
    /*margin: 10px 10px 0 10px;*/
    margin: 0;
    border: none;
    /*padding: 10px 25px 10px 70px;*/
    padding-left: 70px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    overflow: hidden;
}
.related-titles-container .icon-box.srm {
    width: 100%;
}
.related-titles-container .icon-box.sk {
    width: 75%;
    height: 3.5em;
}

.related-titles-container .icon-box .icon {

    /*width: 40px;*/
    /*height: 40px;*/
    /*margin: 0 0 0 -75px;*/

    /*width: auto;*/
    /*height: auto;*/
    /*margin: auto;*/
    margin: 0 0 0 -60px;
    /*display: inline;*/

}
@media only screen and (min-width : 720px) and (max-width : 1000px) {
    .related-titles-container .icon-box .icon {
        margin: 0 0 0 -60px;
    }
}
@media only screen and (max-width : 720px) {
    .related-titles-container .icon-box {
        /*min-width: 89px;*/
        /*min-width: 0;*/
    }
}

/* brightcove-analytics */

img.brightcove-analytics {
    display: none;
}


/* brightcove-analytics */

