.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}
/** Color classes for player **/
.jsplBgColorWhite {
  background-color: #fff;
}
.jsplBgColorBlack {
  background-color: #000;
}
/* Adding CSS transition to elements */
.related-presentations .presentation-meta {
  -webkit-transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease;
}
/** playerResourcesPreload **/
#playerResourcesPreload {
  /*
    "height: 0" is used instead of "display: none" to make the image height
    retrievable.
  */

  height: 0;
  overflow: hidden;
}
/** Facade **/
#playerFacade {
  position: absolute;
  bottom: 0;
}
#playerFacade .playerFacadeImage {
  background-size: 100%, auto;
  background-repeat: no-repeat;
}
#playerFacade .playerFacadeImage.presentation {
  background-position: center;
  height: 473px;
}
#playerFacade .playerFacadeImage.document {
  background-position: 0 5px;
  height: 573px;
}
#playerFacade .toolbar {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
/** Player Classes **/
.player {
  height: 511px;
  overflow: hidden;
  position: relative;
  width: 638px;
}
.player img {
  border: none;
}
.horizontalStack {
  position: relative;
  float: left;
}
.player:-webkit-full-screen {
  height: 100%;
  width: 100%;
}
.player:-webkit-full-screen .goToSlideLabel input,
#player:-webkit-full-screen .goToSlideLabel input {
  border: none;
  background: none;
  margin: 0;
  box-shadow: none;
  cursor: default;
  padding-right: 0;
  float: none;
}
.player:-moz-full-screen .goToSlideLabel input,
#player:-moz-full-screen .goToSlideLabel input {
  border: none;
  background: none;
  margin: 0;
  box-shadow: none;
  cursor: default;
  padding-right: 0;
  float: none;
}
.player:-ms-fullscreen {
  height: 100%;
  width: 100%;
}
.slideDisplayer {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-align: left;
}
.slidesContainer {
  position: relative;
  top: 0;
  left: 0;
}
.docscroller-bar {
  position: absolute;
  background: transparent;
}
#docscroller-bar-x {
  height: 10px;
  left: 0;
}
#docscroller-bar-y {
  width: 10px;
  right: 0;
  top: 15%;
}
.fullscreen .stage .pointly {
  bottom: 56px;
}
/* Showing the scroll track on hover */
.playerWrapper:hover #docscroller-bar-y {
  background: #e4e4e4;
  border-left: 1px solid #ccc;
}
.playerWrapper:hover #docscroller-bar-x {
  background: #e4e4e4;
  border-top: 1px solid #ccc;
}
.playerWrapper:hover #docscroller-bar-y:after {
  background: #ccc;
  border-left: 1px solid #ccc;
  left: -1px;
  content: "";
  height: 11px;
  position: absolute;
  bottom: -10px;
  width: 10px;
  z-index: 999;
}
.docscroller-thumb {
  position: absolute;
  background: #848484;
  cursor: move;
  z-index: 99;
}
.docscroller-thumb.active {
  background: #646464;
}
#docscroller-thumb-x {
  bottom: 0;
  left: 0;
  height: 10px;
}
#docscroller-thumb-y {
  top: 0;
  right: 0;
  width: 10px;
}
.jsplInpageFullScreen {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10050;
}
/** Toolbar **/
.hide {
  display: none;
}
.toolbar {
  background-color: #eeeeee;
  color: #444;
  border-bottom: 1px solid #888;
  border-top: 1px solid #ddd;
  overflow: hidden;
  margin: 0;
  padding: 3px;
  position: relative;
  width: auto;
}
.toolbar .nav {
  border: 0;
  display: block;
  font: inherit;
  margin: 0 auto;
  padding: 1px 0 0;
  text-align: center;
  vertical-align: baseline;
}
.toolbar .nav input {
  color: #444;
}
.toolbar .nav label {
  cursor: pointer;
}
.toolbar .nav button:link {
  -webkit-tap-highlight-color: #ff5e99;
}
.toolbar.tiny .goToSlideLabel,
.toolbar.small .goToSlideLabel {
  display: none;
}
.toolbar.small .btnFirst,
.toolbar.small .btnLast {
  display: none;
}
.goToSlideLabel input {
  display: inline;
}
.toolbar .btnViewOnSS {
  background-position: -26px -808px;
  border: 1px solid transparent;
  display: none;
  height: 26px;
  margin-top: 2px;
  width: 116px;
}
.toolbar .btnViewOnSS:hover {
  background-position: -124px -838px;
}
.toolbar .btnViewOnSS:active {
  background-position: -222px -868px;
}
.toolbar .btnPrevious {
  background-position: -6px -326px;
  margin-right: 4px;
}
.toolbar .btnPrevious:hover {
  background-position: -46px -366px;
}
.toolbar .btnPrevious:active {
  background-position: -86px -406px;
}
.toolbar .btnNext {
  background-position: -166px -486px;
}
.toolbar .btnNext:hover {
  background-position: -206px -526px;
}
.toolbar .btnNext:active {
  background-position: -246px -566px;
}
.toolbar .navActions a {
  padding: 6px 0 0;
}
.toolbar label {
  display: block;
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  float: right;
  padding: 8px 6px 0 0;
  margin: 0;
  line-height: 15px;
}
.toolbar input {
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 15px;
  line-height: 1.2;
  margin: -2px 3px 0 0;
  padding: 1px 1px 1px 0;
  text-align: right;
  vertical-align: baseline;
  width: 24px;
}
.toolbar .btnFullScreen {
  background-position: -327px -325px;
  float: right;
  width: 24px;
}
.toolbar .btnFullScreen:hover {
  background-position: -367px -365px;
}
.toolbar .btnFullScreen:active {
  background-position: -447px -445px;
}
.toolbar .btnLeaveFullScreen {
  background-position: -4px -1040px;
  display: none;
  float: right;
  width: 24px;
}
.toolbar .btnLeaveFullScreen:hover {
  background-position: -34px -1080px;
}
.toolbar .btnFlag.flagged {
  color: #5b5b5b;
}
.modeLabel {
  color: #111;
  float: left;
  font-weight: 700;
  font-size: 12px;
  padding-top: 6px;
  text-shadow: 1px 1px 1px #fff;
  width: 100px;
}
.pointly {
  width: 20%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.leftpoint:hover {
  cursor: url(../../../../images/ssplayer/left-pointer.png), auto;
}
.rightpoint:hover {
  cursor: url(../../../../images/ssplayer/right-pointer.png), auto;
}
.leftpoint {
  left: 0;
}
.rightpoint {
  right: 0;
  top: 15%;
}
.fullscreen .stage .pointly {
  bottom: 56px;
}
/* JS Player last screen */
.jsplLastScreenOverlay {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
.lastScreen span,
.lastScreen a,
.lastScreen img,
.lastScreen ol,
.lastScreen ul,
.lastScreen li,
.lastScreen label,
.lastScreen p {
  border: 0;
  line-height: 1.3;
  margin: 0;
  padding: 0px;
  text-align: left;
}
.lastScreenContainer {
  position: absolute;
  top: 0;
  z-index: 3;
}
.lastScreen {
  display: table-cell;
  font-size: 12px;
  margin: 0 auto;
  vertical-align: middle;
}
.lastScreen > .modal-share .modal-popup {
  top: 0;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  opacity: 0.98;
  position: absolute !important;
}
#player .lastScreen > .modal-share .modal-popup,
#svPlayerId .lastScreen > .modal-share .modal-popup {
  background: #e9e9e9;
}
#player.fullscreen #lastScreen,
#svPlayerId.fullscreen #lastScreen {
  height: 100% !important;
}
#player.fullscreen .lastScreen > .modal-share .modal-popup,
#svPlayerId.fullscreen .lastScreen > .modal-share .modal-popup {
  max-height: none;
  height: 100% !important;
  top: 0 !important;
}
#player.fullscreen .lastScreen > .modal-share .modal-close,
#svPlayerId.fullscreen .lastScreen > .modal-share .modal-close {
  top: 8px !important;
}
#player.fullscreen .action-btns-container,
#svPlayerId.fullscreen .action-btns-container {
  top: 20px !important;
}
.lastScreen > .modal-share .modal-popup #modal-content {
  min-height: 100%;
}
.lastScreen > .modal-share .modal-popup #modal-content .tabs,
.lastScreen > .modal-share .modal-popup #modal-content .share-tab {
  width: 470px;
  margin: auto;
}
.pro-overlay {
  background: #464646;
  background: rgba(70, 70, 70, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 10px 0 20px;
  position: relative;
  width: 590px;
}
.lastScreenContainer {
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.lastScreen-sprite {
  background: transparent url(../../../../images/last-screen-sprite.png) no-repeat;
}
.lastActions,
.relatedPresentation ul {
  list-style: none;
  margin: 0;
}
ul.lastActions {
  border-bottom: 1px solid #262626;
  -webkit-box-shadow: 0 1px 0 #555555;
  -moz-box-shadow: 0 1px 0 #555555;
  box-shadow: 0 1px 0 #555555;
  line-height: 1;
  margin: 0px auto 20px;
  overflow: hidden;
  padding: 11px 0px 19px;
  width: 550px;
}
.lastActions li {
  float: left;
  display: inline;
  height: 31px;
  margin-right: 12px;
}
.lastActions .close-btn {
  background-position: 0px -52px;
  float: right;
  height: 12px;
  margin-right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: relative;
  top: 8px;
  width: 12px;
}
.lastActions .close-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lastActions .close-btn a {
  background: none;
}
.lastActions a {
  background: #131415;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
}
.lastActions .close-btn a {
  color: #fff;
  display: block;
}
.lastActions a:hover {
  text-decoration: none;
}
.lastActions a.share-btn,
.lastActions a.email-btn,
.lastActions a.replay-btn {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 9px 8px;
  text-transform: uppercase;
  width: 69px;
}
.lastActions a.replay-btn {
  height: 14px;
  width: 12px;
}
.lastActions .share-btn .lastScreen-sprite,
.lastActions .email-btn .lastScreen-sprite,
.lastActions .replay-btn .lastScreen-sprite {
  background-position: 0px -68px;
  display: block;
  float: left;
  height: 17px;
  margin-right: 8px;
  width: 21px;
  position: relative;
  top: -2px;
}
.lastActions .email-btn .lastScreen-sprite {
  background-position: 0 -15px;
}
.lastActions .replay-btn .lastScreen-sprite {
  background-position: 0 -33px;
}
.lastActions .email a {
  background-position: 1px -5px;
  width: 40px;
  text-decoration: none;
}
.lastActions .embed {
  position: relative;
}
.lastActions label {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 0 2px;
  text-transform: uppercase;
}
.lastActions input {
  border: 1px solid #000;
  display: block;
  font-size: 11px;
  height: 11px;
  margin: 0;
  padding: 4px 2px;
  resize: none;
  width: 140px;
}
/* Small embed */
.small.lastScreen .lastActions {
  border: 0;
  box-shadow: none;
  height: 26px;
  margin: 8px auto;
  overflow: visible;
  padding: 0 0 2px;
  width: 256px;
}
.small.lastScreen .lastActions li a {
  border: 1px solid #646464;
  padding: 6px 7px;
}
.small.lastScreen .lastActions .close-btn {
  right: -33px;
  top: -12px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.small.lastScreen .lastActions .close-btn a {
  border: 0;
}
.small.lastScreen .pro-overlay {
  background: none;
  padding: 0;
  top: 0px;
  width: 322px;
}
.small.j-disable-related.lastScreen .pro-overlay {
  background: #464646;
  background: rgba(70, 70, 70, 0.9);
  width: 300px;
}
.small.j-disable-related.lastScreen .close-btn {
  right: 2px;
  top: 7px;
}
.small.j-disable-related.lastScreen .pro-overlay .lastActions {
  margin: 14px 0 0;
  padding: 0px;
  width: 300px;
}
.small.j-disable-related.lastScreen .lastActions li a {
  border: 0;
  padding: 8px 9px;
}
.small.lastScreen.j-disable-related .share-btn {
  margin: 0 0 0 35px;
}
.small.lastScreen .related-presentations {
  height: 181px;
  width: 273px;
}
.small.lastScreen .related-presentations .presentation-list li {
  height: 77px;
  margin: 8px 8px 5px;
  vertical-align: middle;
  width: 120px;
}
.small.lastScreen .related-presentations .presentation-list li a {
  background: #000;
  display: table-cell;
  vertical-align: middle;
}
.small.lastScreen .related-presentations .presentation-list li .presentation-meta {
  height: 71px;
  padding: 3px;
  width: 114px;
}
.small.lastScreen .presentation-meta .title {
  font-size: 12px;
  max-height: 35px;
  overflow: hidden;
}
.small.lastScreen .related-presentations .presentation-list li img {
  width: 140px;
}
.small.lastScreen .lastActions li.email {
  width: 100px;
}
.small .lastActions .email a {
  margin: 0 auto;
}
.small .lastActions input {
  width: 117px;
}
/* Normal sized lastscreen overrides */
.normal.lastScreen .pro-overlay {
  height: 248px;
  padding-bottom: 0px;
  width: 400px;
}
.normal.lastScreen.j-disable-related .proSharingText {
  margin-bottom: 10px;
}
.normal.lastScreen .lastActions {
  margin-bottom: 14px;
  padding: 2px 0 9px;
  width: 378px;
}
.normal.lastScreen .lastActions .share-btn {
  text-decoration: none;
}
.normal.lastScreen .related-presentations {
  height: 193px;
  width: 390px;
}
.normal.lastScreen .related-presentations li {
  margin: 0 7px 15px;
  height: 82px;
  width: 116px;
}
.normal.lastScreen .related-presentations li a {
  height: 82px;
  line-height: 82px;
  display: inline-block;
}
.normal.lastScreen .related-presentations li img {
  width: 116px;
}
.normal.lastScreen .related-presentations .presentation-meta {
  height: 62px;
  width: 96px;
}
.normal.lastScreen .related-presentations .presentation-meta .title {
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 5px;
  max-height: 32px;
  overflow: hidden;
}
.normal.lastScreen .related-presentations .presentation-meta .author,
.normal.lastScreen .related-presentations .presentation-meta .view-count {
  font-size: 11px;
  line-height: 11px;
}
.normal .lastActions input {
  width: 100px;
}
.normal .relatedPresentation ul li {
  height: 94px;
  margin: 0 0 10px;
  width: 335px;
}
.normal .presentationMeta .relatedTitle {
  width: 200px;
}
/* Medium sized lastScreen overrides */
.medium.lastScreen .pro-overlay {
  padding-bottom: 11px;
  width: 490px;
}
.medium.lastScreen.j-disable-related .proSharingText {
  margin-bottom: 10px;
}
.medium.lastScreen .lastActions {
  margin-bottom: 14px;
  padding: 1px 0 10px;
  width: 470px;
}
.medium.lastScreen .related-presentations {
  height: 222px;
  width: 492px;
}
.medium.lastScreen .related-presentations li {
  height: 101px;
  margin: 0 10px 20px;
  width: 143px;
}
.medium.lastScreen .related-presentations li a {
  height: 101px;
}
.medium.lastScreen .related-presentations li img {
  width: 143px;
}
.medium.lastScreen .related-presentations .presentation-meta {
  height: 81px;
  width: 123px;
}
/* Last screen sans related content for Pro users */
.j-disable-related.lastScreen .pro-overlay,
.player.lightPlayer.fullscreen .j-disable-related.lastScreen .pro-overlay {
  height: auto;
  padding: 30px 4px 20px;
  width: 329px;
}
.j-disable-related.lastScreen .pro-overlay .lastActions,
.player.lightPlayer.fullscreen .j-disable-related.lastScreen .pro-overlay .lastActions {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 27px;
  width: 281px;
}
.j-disable-related .proSharingText,
.player.lightPlayer.fullscreen .j-disable-related .proSharingText {
  display: block;
  margin: 0 0 3px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.proSharingText {
  display: none;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.j-disable-related .player.lightPlayer.fullscreen,
.j-disable-related .shareoptions {
  display: none;
}
.related-presentations {
  height: 261px;
  margin: 0 auto;
  overflow: hidden;
  width: 571px;
}
.related-presentations .presentation-list li {
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  float: left;
  height: 120px;
  list-style: none;
  margin: 0 10px 20px 10px;
  overflow: hidden;
  position: relative;
  width: 170px;
}
.related-presentations .presentation-list li a {
  background: #000;
  display: block;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
}
.related-presentations .presentation-meta {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  height: 100px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 10px;
  position: absolute;
  top: 0;
  width: 150px;
}
.related-presentations .presentation-list li:hover .presentation-meta {
  opacity: 1;
  filter: alpha(opacity=100);
}
.related-presentations .presentation-meta span {
  clear: both;
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 0 3px;
}
.related-presentations .presentation-meta a:hover {
  text-decoration: none;
}
.related-presentations .presentation-meta .title {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 4px;
  max-height: 36px;
  overflow: hidden;
}
.related-presentations .presentation-meta .author,
.related-presentations .presentation-meta .view-count {
  color: #a5a5a5;
}
/* Showing extra related thumbnails in fullscreen mode */
.player.lightPlayer.fullscreen .pro-overlay {
  height: 487px;
  width: 777px;
}
.player.lightPlayer.fullscreen .pro-overlay .lastActions {
  margin-bottom: 24px;
  padding: 10px 0 20px;
  width: 741px;
}
.player.lightPlayer.fullscreen .related-presentations {
  height: 410px;
  width: 760px;
}
.player.lightPlayer.fullscreen .related-presentations li {
  height: 120px;
  margin: 0 10px 20px;
  width: 170px;
}
.player.lightPlayer.fullscreen .related-presentations li a {
  height: 120px;
}
.player.lightPlayer.fullscreen .related-presentations li img {
  width: 170px;
}
.player.lightPlayer.fullscreen .related-presentations li .presentation-meta {
  height: 100px;
  padding: 10px;
  width: 150px;
}
.modal-share .modal-close {
  cursor: pointer;
  font-size: 24px;
  height: 21px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 4px;
  width: 26px;
}
.modal-share .modal-close:before {
  content: "\00d7";
}
hr.divider {
  border: 0;
  height: 0;
  border-bottom: 1px solid #bfbfbf;
  margin: 0;
}
.shareScreen {
  background: #e9e9e9;
  border-radius: 3px;
  font-size: 12px;
  height: 200px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  width: 300px;
}
.shareScreen.tiny {
  height: 240px;
  padding: 15px;
  width: 250px;
}
.shareScreen.tiny .shareMethods input {
  width: 112px;
}
.shareScreen.tiny .submit label {
  width: 0;
}
.shareScreen.small {
  height: 195px;
  margin-top: -11px;
  padding: 15px;
  width: 280px;
}
.shareScreen.small .close,
.shareScreen.tiny .close {
  right: 0;
  top: -10px;
}
.shareScreen.small .shareMethods input {
  width: 127px;
}
.shareScreen .close {
  float: right;
  font-family: tahoma;
  font-weight: 700;
  height: 16px;
  position: relative;
  right: -9px;
  top: -20px;
  width: 0;
  display: relative;
}
.shareScreen .shareMethods {
  margin: 0 0 10px;
  overflow: hidden;
  width: auto;
}
.shareMethods li,
.emailShare li {
  list-style: none;
  margin: 0 0 10px;
  overflow: hidden;
  width: auto;
}
.shareMethods li {
  float: left;
}
.shareMethods li.embed {
  margin-right: 10px;
}
.shareMethods label {
  width: 45px;
}
.shareMethods label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.shareMethods input {
  border: 1px solid #999;
  margin: 0;
  padding: 2px;
  font-size: 10px;
  width: 138px;
}
.shareSprite {
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQcAAAEGCAYAAABo91ACAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCRDVGMjdFNEQ3MjA2ODExODA4Mzg2RkRENkVBOEE0NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBNzJBNUE5MTFFQTUxMUUzOEY4MzhGMzZCQTJFOEZEMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBNzJBNUE5MDFFQTUxMUUzOEY4MzhGMzZCQTJFOEZEMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzQ1RjI3RTRENzIwNjgxMTgwODM4NkZERDZFQThBNDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkQ1RjI3RTRENzIwNjgxMTgwODM4NkZERDZFQThBNDciLz4gPC9yZGY6RGVzY3Jp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) no-repeat;
}
/*share options css*/
.thirdPartyShare {
  overflow: hidden;
  width: auto;
}
.thirdPartyShare li {
  display: inline;
  float: left;
  margin-right: 10px;
}
.thirdPartyShare li a {
  display: block;
  height: 20px;
  width: 59px;
}
.thirdPartyShare li a.Twitter {
  background-position: -188px -206px;
}
.thirdPartyShare li a.Facebook {
  background-position: -20px -168px;
}
.thirdPartyShare li a.Linkedin {
  background-position: -107px -207px;
}
.j-disable-related .thirdPartyShare li {
  float: left !important;
  margin-right: 10px !important;
  height: auto !important;
  width: auto !important;
}
.j-disable-related .thirdPartyShare li:hover {
  background: transparent;
}
.j-disable-related .thirdPartyShare {
  display: block;
  height: auto !important;
}
.j-disable-related .related-presentations,
.j-disable-related .lastActions .embed,
.j-disable-related .lastActions .url,
.j-disable-related .close {
  display: none !important;
}
.j-disable-related .lastActions li.last {
  float: left !important;
  width: 31px;
}
.j-disable-share .share-cta,
.j-disable-share .email-cta,
.j-disable-share.j-disable-related .close-btn,
.j-disable-share.lastScreen .proSharingText {
  display: none;
}
.j-disable-share.lastScreen .pro-overlay {
  height: 30px;
  margin: 10px auto;
  padding: 14px;
  width: 30px;
}
.j-disable-share.lastScreen .pro-overlay .lastActions {
  padding: 0;
  width: 30px;
}
.replay-button {
  background: rgba(70, 70, 70, 0.9);
  border-radius: 3px;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
}
.replay-button .fa {
  margin-right: 3px;
}
/* Close button on last screen with no related content */
.lastScreen.j-disable-related .lastActions {
  overflow: visible;
}
.j-disable-related .close-btn {
  padding: 1px 4px;
  position: absolute;
  right: 4px;
  top: 8px;
  /* Adjusting the close button size for it to look better in modern browsers */

  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  width: 10px;
}
.j-disable-related .close-btn a {
  display: block;
  font-size: 14px;
  font-weight: 200;
  color: #c0bebe;
  text-decoration: none;
  vertical-align: middle;
}
.close-btn a {
  display: none;
}
.close-btn a:hover {
  color: #7b7a7a;
}
/* Mobile player embed styles */
.previous,
.next {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  width: 30%;
}
.next {
  right: 0;
}
.previous {
  left: 0;
}
.previous .ui-btn-inner,
.next .ui-btn-inner {
  border: 0;
  border-radius: 3px;
  height: 43px;
  padding: 0;
  position: absolute;
  top: 40%;
  width: 45px;
}
.previous .ui-btn-inner {
  background: rgba(0, 0, 0, 0.7) url(../../../../images/mobile/ssmobilesprite.png) 11px -942px no-repeat;
  display: none;
  left: -3px;
}
.next .ui-btn-inner {
  background: rgba(0, 0, 0, 0.7) url(../../../../images/mobile/ssmobilesprite.png) -41px -942px;
  right: -3px;
}
.slidecount-container,
.hideControls {
  display: none;
}
@media only screen and (max-device-width: 480px) {
  body {
    position: relative;
  }
}
/* Embed & fullscreen player - prevent image border in IE10 */
#player.embed_player .slidesContainer img,
.jsplInpageFullScreen .slidesContainer img {
  border: 0;
}
/* Mobile Last screen */
.lastScreenContainer.mobile .proSharingText {
  display: none;
}
.lastScreenContainer.mobile .pro-overlay,
.player.lightPlayer.fullscreen .lastScreenContainer.mobile .pro-overlay {
  background: #000;
  color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: auto;
  margin: 0 auto;
  padding: 22px 10px 10px;
  position: relative;
  width: 80%;
  z-index: 1001;
}
.lastScreen .mobile-share-list-container {
  display: none;
  margin: 0 auto;
  width: 250px;
}
.lastScreen .mobile-share-list {
  background: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 8px auto 27px;
  width: 40%;
  min-width: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 99;
}
.lastScreen .mobile-share-list li {
  border: 0;
  box-shadow: none;
  float: left;
  width: 40px;
  list-style: none;
  margin: 0 5px 0 5px;
}
.lastScreen .mobile-share-list li a {
  -webkit-background-size: 100px;
  background-size: 100px;
  background: url(../../../../images/mobile/ssmobilesprite.png) 0px -547px no-repeat;
  display: block;
  float: left;
  font-size: 17px;
  height: 42px;
  padding: 0;
  padding: 15px 0px 15px 53px;
  text-indent: -9999px;
  width: 38px;
}
.lastScreen .mobile-share-list li a.fb-share {
  background-position: 3px -28px;
}
.lastScreen .mobile-share-list li a.tw-share {
  background-position: 3px -72px;
}
.lastScreen .mobile-share-list li.email-share a {
  background-position: -65px -117px;
}
.lastScreen .mobile-share-list li.whatsApp-share a {
  background-position: 3px -97px;
}
.lastScreenContainer.mobile .shareoptions {
  display: none;
}
.lastScreenContainer.mobile .replay {
  background: #fff;
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #eeeeee));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #222;
  display: block;
  font-weight: 700;
  margin: 10px auto 20px;
  padding: 7px 2px;
  text-decoration: none;
  text-shadow: none;
  width: 80px;
}
.lastScreen .replay .ui-btn-inner {
  background: url(../../../../images/mobile/ssmobilesprite.png) -175px -1246px no-repeat;
  padding: 0 0 1px 29px;
}
.lastScreenContainer.mobile .close-btn {
  background: url(../../../../images/mobile/ssmobilesprite.png) -5px -1226px no-repeat;
  display: block;
  height: 28px;
  left: auto;
  padding: 0;
  position: absolute;
  right: -12px;
  text-indent: -9999px;
  top: -13px;
  width: 28px;
}
.lightPlayer {
  overflow: hidden;
  position: relative;
  height: auto;
}
.lightPlayer.presentation_player {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  position: relative;
}
.lightPlayer.presentation_player:not(.fullscreen):not(.embed_player) {
  min-height: 300px;
  height: calc(100vh - 250px);
  max-height: 550px;
}
.lightPlayer.presentation_player .stage {
  background: #000;
  bottom: 38px;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}
.skeleton {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-y;
  background-size: 100px 100%;
  animation: shine 1.5s infinite;
}
@keyframes shine {
  0% {
    background-position: -10% 0;
  }
  60% {
    background-position: 120% 0;
  }
  100% {
    background-position: 120% 0;
  }
}
.lightPlayer.webinar_player .stage {
  bottom: 66px;
}
.lightPlayer.presentation_player .slide_container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.lightPlayer.html_player .slide_container {
  overflow-y: scroll;
}
.lightPlayer.html_player .slide_container iframe {
  display: block;
  min-height: 650px;
  width: 100%;
}
.stage.valign-first-slide .slide_container {
  height: auto;
}
.stage.valign-first-slide .slide_container {
  height: auto;
}
.lightPlayer .slide {
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: none;
}
.lightPlayer .slide.show .fa-spinner {
  font-size: 35px;
  left: 49%;
  margin: auto;
  position: absolute;
  top: 49%;
}
.lightPlayer .jsplBgColorBlack .fa-spinner {
  color: white;
}
.embed_player #sv-iframe-player {
  min-height: 100%;
}
.lightPlayer.presentation_player .slide.show {
  font-size: 0;
}
.lightPlayer.document_player .slide {
  display: block;
  height: auto;
  min-height: 400px;
}
.lightPlayer .slide.show {
  display: flex;
  align-items: center;
}
.lightPlayer .slide_image {
  vertical-align: middle;
  max-width: 100%;
}
.lightPlayer .slide_image {
  text-indent: -10000px;
  font-size: 0;
  background: transparent;
}
.lightPlayer.presentation_player .slide_image {
  object-fit: contain;
  height: 100%;
}
.lightPlayer .slide_image[src=""],
.lightPlayer .slide_image:not([src]) {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAQAAAC896x4AAAADUlEQVR42mP8z8QABQAKHgED54W6sgAAAABJRU5ErkJggg==);
}
.lightPlayer.document_player .slide_image {
  padding: 0;
}
.lightPlayer.document_player .slide_image:not(:first-child) {
  padding: 5px 0;
}
.lightPlayer.document_player .stage {
  min-height: 300px;
  height: calc(100vh - 350px);
  max-height: 550px;
  overflow-y: scroll;
  overflow-x: auto;
}
.lightPlayer.document_player.fullscreen .slide_container,
.lightPlayer.document_player.fullscreen .slide.show {
  height: auto;
}
.lightPlayer.document_player.fullscreen,
.lightPlayer.infographic_player.fullscreen {
  display: flex;
  justify-content: center;
}
.lightPlayer.document_player .jsplDocumentZoomed .slide_image {
  width: 100%;
}
.lightPlayer,
.lightPlayer .slide.show,
.lightPlayer .slide_container {
  height: 100%;
  position: relative;
}
.lightPlayer.presentation_player .slide_container {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.lightPlayer.fluidLayout {
  position: relative;
}
.lightPlayer.fluidLayout .stage,
.lightPlayer.fullscreen .stage {
  height: 100%;
  min-height: 0;
  max-height: none!important;
}
.lightPlayer.fluidLayout .stage,
.lightPlayer.fluidLayout .toolbar_wrapper,
.lightPlayer.fullscreen .stage,
.lightPlayer.fullscreen .toolbar_wrapper {
  position: absolute;
  z-index: 2;
}
.lightPlayer.fullscreen .toolbar_wrapper {
  width: 100%;
  bottom: 0;
}
.lightPlayer.fluidLayout .slide_container,
.lightPlayer.fullscreen .slide_container {
  height: 100%;
  max-height: none;
  padding-bottom: 50px;
}
.lightPlayer.presentation_player.fluidImage.fluidLayout .tall_img .slide_image,
.lightPlayer.presentation_player.fluidImage.fullscreen .tall_img .slide_image {
  max-height: none;
  width: auto;
  height: 100%;
}
.lightPlayer.presentation_player.fluidImage.fluidLayout .wide_img .slide_image,
.lightPlayer.presentation_player.fluidImage.fullscreen .wide_img .slide_image {
  max-width: none;
  width: 100%;
  height: auto;
}
.lightPlayer.document_player.fluidImage.fluidLayout .slide_image,
.lightPlayer.infographic_player.fluidImage.fluidLayout .slide_image,
.lightPlayer.document_player.fluidImage.fullscreen .slide_image {
  max-width: none;
  width: 100%;
}
.lightPlayer.infographic_player.fluidImage.fullscreen .slide_image {
  max-width: 100%;
  width: auto;
}
/* Non native full screen mode */
.lightPlayer.player.non-native-fullscreen {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.lightPlayer .jspl_audiobar {
  top: -4px;
}
.lightPlayer.infographic_player.fullscreen .stage,
.lightPlayer.infographic_player .jsplDocumentZoomed.stage {
  overflow: auto;
}
.lightPlayer.infographic_player .slide_image {
  padding: 0px;
  max-height: none;
}
.lightPlayer.infographic_player.fullscreen .stage {
  bottom: 0;
}
/* Filmstrip positioning in fullscreen */
.fullscreen .stage .filmstrip-container {
  position: absolute;
  bottom: 56px;
}
/* Moving the share cta a bit to the left in fullscreen mode of
   infographics and html player to make space for exit fullscreen cta */
.fullscreen.infographic_player .action-btns-container {
  right: 100px;
  top: 20px;
}
.fullscreen.html_player .action-btns-container {
  right: 100px;
  top: 20px;
}
.lightPlayer.infographic_player.fullscreen .toolbar_wrapper {
  height: 0;
}
.lightPlayer.infographic_player.fullscreen .toolbar_wrapper {
  height: 0;
}
/* Fullscreen mode CTA */
.exit-fullscreen {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  border: 1px solid #888;
  color: white;
  cursor: pointer;
  position: fixed;
  right: 40px;
  text-align: center;
  top: 40px;
  z-index: 100;
}
.exit-fullscreen .fa {
  line-height: 40px;
  width: 40px;
}
.exit-fullscreen:hover {
  color: white;
}
/* Embed cta */
.action-btns-container {
  filter: alpha(opacity=100);
  opacity: 0;
  padding: 2px;
  position: absolute;
  right: 8px;
  top: 8px;
  -webkit-transition: opacity, 1s, ease, 2s;
  -moz-transition: opacity, 1s, ease, 2s;
  -ms-transition: opacity, 1s, ease, 2s;
  -o-transition: opacity, 1s, ease, 2s;
  transition: opacity, 1s, ease, 2s;
}
.action-btns-container:hover {
  opacity: 1;
}
.stage:hover ~ .action-btns-container,
.stage ~ .action-btns-container.hover,
.slideDisplayer:hover ~ .action-btns-container,
.slideDisplayer ~ .action-btns-container.hover {
  -webkit-transition: opacity 0.01s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity 0.01s ease;
}
/* Don't show action buttons for private presos */
.action-btns-container.private .action-btn {
  display: none;
}
/* Don't show favorite hover btn on players with
   the class 'hide_like_player' */
div.hide_like_player .action-btns-container a.favorite {
  display: none !important;
}
/* Don't show save hover btn on players with
   the class 'hide_save_player' */
div.hide_save_player .action-btns-container a.save {
  display: none !important;
}
.action-btn {
  width: 44px;
  height: 44px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 8px;
  display: block;
  overflow: auto;
}
/* Move icon over for docs so it doesn't overlap with scroll */
.document_player .action-btns-container,
.infographic_player .action-btns-container {
  right: 20px;
}
.action-btn {
  text-decoration: none;
}
.action-btn:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.action-btn:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.action-btn-icon {
  background: url(../../../../images/sprite-player.png);
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  margin: auto;
  margin-top: 4px;
}
.action-btn-text {
  position: relative;
  color: white;
  font-size: 10px;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 12px;
}
.embed_player .action-btn-text {
  line-height: 16px;
}
.j-favorite .action-btn-icon {
  background-position: -119px -1615px;
}
.j-favorited .action-btn-icon {
  background-position: -87px -1615px;
}
.share .action-btn-icon {
  background-position: -48px -1671px;
}
.save .action-btn-icon {
  background-position: -147px -1615px;
}
/* Sunpass/Next Slideshow */
.next-container {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: none;
  height: 100%;
  line-height: normal;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.next-container.active {
  display: block;
}
.next-container .content-container {
  display: table;
  height: 100%;
  width: 100%;
}
.next-container .next-slideshow-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.next-container .next-slideshow {
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: normal;
  max-width: 400px;
  max-height: 200px;
  min-height: 100px;
  min-width: 300px;
  padding: 20px;
  overflow: hidden;
  text-align: left;
}
.next-container .next-slideshow .title-container {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.next-container .next-slideshow .info {
  cursor: pointer;
  height: auto;
  line-height: normal;
  position: relative;
}
.next-container .next-slideshow .thumb-container {
  display: table-cell;
  height: auto;
  vertical-align: middle;
  width: 90px;
}
.next-container .next-slideshow .thumb-container .thumb {
  min-height: 51px;
  max-height: 69px;
}
.next-container .next-slideshow .info .text-container {
  display: table-cell;
  height: 100%;
  max-width: 285px;
  padding-left: 10px;
}
.next-container .next-slideshow .info .next-title {
  display: block;
  font-size: 16px;
  width: inherit;
}
.next-container .next-slideshow .info .next-views {
  color: #aaa;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 5px;
}
.next-container .next-timer {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  margin: 30px 0;
  width: 100%;
  z-index: 1001;
}
.next-container .next-timer .timer-count {
  margin-left: 5px;
}
.next-container .next-cancel {
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 25px;
  line-height: 18px;
  width: 25px;
}
.network-share-container {
  background: rgba(0, 0, 0, 0.84);
  bottom: 56px;
  color: #fff;
  left: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding: 20px 0;
  position: absolute;
  -webkit-transition: 0.3s, all;
  -moz-transition: 0.3s, all;
  -ms-transition: 0.3s, all;
  -o-transition: 0.3s, all;
  transition: 0.3s, all;
  width: 100%;
}
.network-share-container:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.network-share-container .modal-close {
  color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
}
.network-share-container .modal-close:hover {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.network-share-container .network-share {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.network-share-container .network-share .fb-share-cta {
  background: #3655a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline;
  font-size: 16px;
  line-height: 16px;
  margin-left: 15px;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
}
.network-share-container .network-share .fb-share-cta .fa {
  margin-right: 10px;
}
.network-share-container .network-share .fb-share-cta:hover {
  cursor: pointer;
  text-decoration: none;
}
.ytube-container-desktop {
  width: 100%;
  height: 100%;
  background-color: #3a3a3a;
  color: white;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ytube-container-desktop a {
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}
.ytube-container-desktop .yt-header {
  font-size: 20px;
  margin-top: auto;
}
.ytube-container-desktop .yt-footer {
  margin-top: auto;
}
.ytube-container-desktop .yt-footer a {
  font-size: 16px;
}
/* Embed player */
.lightPlayer.embed_player .toolbar_wrapper {
  width: 100%;
  position: initial;
}
.lightPlayer.embed_player .stage {
  position: initial;
}
.lightPlayer.embed_player .slide_image {
  width: 100% !important;
}
.lightPlayer.embed_player .slide_container {
  position: initial;
  justify-content: center;
}
.lightPlayer.embed_player.document_player {
  width: 100%;
  height: 100%;
}
.lightPlayer.embed_player.document_player .stage {
  height: calc(100% - 58px);
  overflow-y: scroll;
  overflow-x: unset;
}
.lightPlayer.embed_player.document_player.fullscreen .stage {
  height: 100%;
}
.lightPlayer.embed_player.document_player.fullscreen .toolbar_wrapper {
  position: absolute;
  bottom: 0;
}
.lightPlayer.embed_player.document_player .slide_container {
  position: relative;
  height: unset !important;
  padding-bottom: 0;
}
.lightPlayer.embed_player.document_player .slide {
  min-height: unset;
}
.lightPlayer.embed_player.document_player .slide.show {
  height: auto;
}