#clipboard-share-modal{background:#e9e9e9}#clipboard-share-modal input.error,#clipboard-share-modal select[disabled].error,#clipboard-share-modal select[readonly].error,#clipboard-share-modal textarea.error{border-color:#FF3950;background-color:#FFF0F0;margin-bottom:1.2rem}#clipboard-share-modal input[type=text]{height:2.5rem;margin:0 0 1.2rem;padding:.5rem}#clipboard-share-modal .email-send-button{height:30px;background:#f28f02;float:right;border:0;width:70px;padding:0;border-radius:2px}#clipboard-share-modal .email-flash{color:#973a3a;float:left}#clipboard-share-modal div.header{margin:0 0 10px}#clipboard-share-modal .share-message-textarea{margin:0 0 1.5rem;padding:.5rem}#clipboard-share-modal div.sent-section{background:#5ac737;text-align:center;vertical-align:middle;padding:10px;font-size:16px;overflow:auto;border-radius:2px;box-sizing:border-box;margin-bottom:1rem;display:none}#clipboard-share-modal div.sent-section span.success-text{display:inline-block;font-size:14px;vertical-align:middle;color:#fff;float:left;line-height:14px}#clipboard-share-modal input[role=complimentary]{margin:0 0 1.2rem}#clipboard-share-modal ul{margin:0 0 20px}#clipboard-share-modal .share-social-list li{display:inline-block;margin:0 20px 0 0;width:49px;height:50px;background-image:url(/images/modal_share_sprites.png?cb=c6945ddbd34ef55f3d7d285012304ef66c9e1736);background-repeat:no-repeat;list-style:none;text-decoration:none;border-radius:2px;text-indent:-9999px}#clipboard-share-modal .share-social-list li.linkedin{background-position:-31px -94px}#clipboard-share-modal .share-social-list li.facebook{background-position:-31px -164px}#clipboard-share-modal .share-social-list li.twitter{background-position:-31px -234px}#clipboard-share-modal .share-social-list li.pinterest{background-position:-31px -374px}#clipboard-share-modal .share-social-list li.googleplus{background-position:-31px -304px}#clipboard-share-modal .share-social-list li:focus,#clipboard-share-modal .share-social-list li:hover{cursor:pointer;opacity:.7}
.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;
}
.overflow_hidden {
  overflow: hidden;
}
#homepage-modal-share,
#new-list-modal-share,
#slideview-modal-share {
  position: fixed;
  top: 0;
  bottom: 0;
}
#svPlayerId.infographic_player .j-modal-popup,
#player.infographic_player .j-modal-popup {
  bottom: auto;
}
/*******************/
/* UNIVERSAL RULES */
/*******************/
.modal-share {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #646464;
  display: none;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 10001;
}
.modal-share .modal-content-wrapper {
  max-height: 100%;
}
.modal-share input:not(#share-email-send),
.modal-share select[disabled]:not(#share-email-send),
.modal-share textarea:not(#share-email-send),
.modal-share select[readonly]:not(#share-email-send) {
  background-color: #FFF !important;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.modal-share input:not(#share-email-send)[disabled],
.modal-share select[disabled]:not(#share-email-send)[disabled],
.modal-share textarea:not(#share-email-send)[disabled],
.modal-share select[readonly]:not(#share-email-send)[disabled],
.modal-share input:not(#share-email-send)[readonly],
.modal-share select[disabled]:not(#share-email-send)[readonly],
.modal-share textarea:not(#share-email-send)[readonly],
.modal-share select[readonly]:not(#share-email-send)[readonly] {
  color: #a9a9a9 !important;
}
.modal-share input:not(#share-email-send):focus,
.modal-share select[disabled]:not(#share-email-send):focus,
.modal-share textarea:not(#share-email-send):focus,
.modal-share select[readonly]:not(#share-email-send):focus {
  border-color: #398AC9 !important;
  background-color: #F6FCFF !important;
}
.modal-share input:not(#share-email-send):focus.error,
.modal-share select[disabled]:not(#share-email-send):focus.error,
.modal-share textarea:not(#share-email-send):focus.error,
.modal-share select[readonly]:not(#share-email-send):focus.error {
  border-color: #FF3950 !important;
  background-color: #FFF0F0 !important;
}
.modal-share input:not(#share-email-send).error,
.modal-share select[disabled]:not(#share-email-send).error,
.modal-share textarea:not(#share-email-send).error,
.modal-share select[readonly]:not(#share-email-send).error {
  border-color: #C93950 !important;
  background-color: #FFE0E0 !important;
}
.modal-share .share-tab {
  width: 470px;
}
.modal-share header,
.modal-share .header {
  background: inherit;
  filter: none;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}
.modal-share .modal-close {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  cursor: pointer;
  font-size: 24px;
  height: 27px;
  min-width: 26px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 4px;
  z-index: 1000;
}
.modal-share .modal-close:before {
  content: "\00d7";
}
.modal-share button.modal-close {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  background-color: transparent;
  line-height: inherit;
}
.modal-share button.modal-close:before {
  vertical-align: top;
}
.modal-share .section {
  background: #e9e9e9;
  padding: 0 0 20px 0;
}
.modal-share .section.share-link-container {
  padding-bottom: 0;
}
.modal-share .section #share-embed-wp {
  cursor: pointer;
}
.modal-share textarea,
.modal-share input {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  border-color: #d0d0d0;
  width: 100%;
  height: 38px;
  line-height: 1.2;
  font-size: 16px;
  padding: 0 0 0 9px;
  overflow: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-share textarea[type='checkbox'],
.modal-share input[type='checkbox'],
.modal-share textarea[type='submit'],
.modal-share input[type='submit'] {
  height: auto;
  width: auto;
  line-height: auto;
}
.modal-share textarea#share-embed-link,
.modal-share input#share-embed-link {
  line-height: 38px;
}
.modal-share textarea.j-triggered,
.modal-share input.j-triggered {
  line-height: auto;
}
.modal-share .modal-popup {
  max-width: 530px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  background: transparent;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.modal-share .modal-popup input,
.modal-share .modal-popup textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  margin: 0;
  border-radius: 2px;
  font-weight: normal !important;
}
.modal-share .modal-popup input.button,
.modal-share .modal-popup textarea.button {
  padding: 3px;
  font-weight: 500;
}
.modal-share .modal-popup textarea {
  resize: none;
}
.modal-share .modal-popup .tabs {
  text-align: left;
  line-height: 13px;
  float: none;
}
.modal-share .modal-popup .tabs a {
  color: inherit;
  text-decoration: none;
  background: none;
  display: inline;
  font-weight: 400;
  font-size: 22px;
  border-bottom: 3px solid transparent;
  letter-spacing: 1px;
}
.modal-share .modal-popup .tabs hr {
  width: 470px;
  max-width: 100%;
}
.modal-share .modal-popup .tabs hr.divider {
  border: 0;
  height: 0;
  border-bottom: 1px solid #d0d0d0;
  margin-top: 5px;
  margin-bottom: 25px;
}
.modal-share .modal-popup .modal-content {
  overflow: hidden;
  padding: 30px;
  background: #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-share .modal-popup .modal-content .header {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding: 0 0 10px 0;
  margin: 0;
  text-rendering: optimizelegibility;
}
.modal-share .modal-popup .modal-content .share-email .email-flash {
  display: none;
  color: #973A3A;
  float: left;
  font-size: 16px;
  margin-top: 15px;
}
.modal-share .modal-popup .modal-content .share-email #share-email-form {
  margin: 0;
}
.modal-share .modal-popup .modal-content .share-email #share-email-msg {
  max-height: 70px;
  min-height: 50px;
  padding-top: 5px;
  overflow: scroll;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s, background-color linear 0.2s, height linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s, background-color linear 0.2s, height linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s, background-color linear 0.2s, height linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s, background-color linear 0.2s, height linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, background-color linear 0.2s, height linear 0.2s;
}
.modal-share .modal-popup .modal-content .share-email #share-email-msg.msg-expanded {
  max-height: 100px;
  height: 100px;
}
.modal-share .modal-popup .modal-content .share-email ::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
  line-height: 16px;
}
.modal-share .modal-popup .modal-content .share-email :-moz-placeholder {
  /* Firefox 18- */

  color: #a9a9a9;
  opacity: 1;
}
.modal-share .modal-popup .modal-content .share-email ::-moz-placeholder {
  /* Firefox 19+ */

  color: #a9a9a9;
  opacity: 1;
}
.modal-share .modal-popup .modal-content .share-email :-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
  line-height: 16px;
}
.modal-share .modal-popup .modal-content .share-email .share-email-expand #share-email-send {
  height: 34px;
  line-height: 1.2;
  font-family: inherit;
  overflow: auto;
  background: #F28F02;
  color: #FFFFFF;
  float: right;
  border: none;
  width: 70px;
  text-shadow: none;
}
.modal-share .modal-popup .modal-content .share-email .share-email-expand #share-email-send.sending {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  background-image: url(/images/spinner_no_bg.gif?cb=1611874804?cb=1611874860);
  background-repeat: no-repeat;
  background-position: 25px 7px;
  background-size: 20px;
}
.modal-share .modal-popup .modal-content .share-email .share-email-expand #share-email-send:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}
.modal-share .modal-popup .modal-content .share-email #email-sent {
  display: none;
  background: #5AC737;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-size: 16px;
  overflow: auto;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.modal-share .modal-popup .modal-content .share-email #email-sent .success-text {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: white;
  float: left;
  line-height: 35px;
}
.modal-share .modal-popup .modal-content .share-email #email-sent #send-another-email {
  border-radius: 2px;
  border: none;
  background: #FFFFFF;
  line-height: 28px;
  float: right;
  padding-left: 13px;
  padding-right: 13px;
}
.modal-share .modal-popup .modal-content .share-social-list {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 0;
  text-align: left;
  height: 50px;
  overflow: hidden;
  border-radius: 2px;
}
.modal-share .modal-popup .modal-content .share-social-list li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  width: 49px;
  height: 50px;
  background-image: url(/images/modal_share_sprites.png?cb=1611874804?cb=1611874860);
  background-repeat: no-repeat;
  margin: 0 20px 0 0;
  border-radius: 2px;
}
.modal-share .modal-popup .modal-content .share-social-list li .social-hover {
  height: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-share .modal-popup .modal-content .share-social-list li .social-hover a {
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}
.modal-share .modal-popup .modal-content .share-social-list li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}
.modal-share .modal-popup .modal-content .share-social-list .linkedin {
  background-position: -31px -94px;
}
.modal-share .modal-popup .modal-content .share-social-list .facebook {
  background-position: -31px -164px;
}
.modal-share .modal-popup .modal-content .share-social-list .twitter {
  background-position: -31px -234px;
}
.modal-share .modal-popup .modal-content .share-social-list .googleplus {
  background-position: -31px -304px;
}
.modal-share .modal-popup .modal-content .share-link-container {
  display: block;
  vertical-align: top;
}
.modal-share .modal-popup .modal-content .share-link-container #share-link-url {
  cursor: pointer;
}
.modal-share .modal-popup .modal-content .share-embed-buttons {
  text-align: center;
}
.modal-share .modal-popup .modal-content #share-embed-link {
  cursor: pointer;
  white-space: nowrap;
}
.modal-share .modal-popup .modal-content #share-embed-link.j-triggered {
  white-space: normal;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -ms-overflow-y: scroll;
  font-size: 12px;
  line-height: 16px;
  height: 64px;
}
.modal-share .modal-popup .modal-content .title {
  font-weight: 400;
  vertical-align: bottom;
}
.modal-share .modal-popup .modal-content .share-embed-options {
  padding-top: 6px;
}
.modal-share .modal-popup .modal-content .share-embed-options select,
.modal-share .modal-popup .modal-content .share-embed-options span,
.modal-share .modal-popup .modal-content .share-embed-options input,
.modal-share .modal-popup .modal-content .share-embed-options div {
  vertical-align: middle !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-share .modal-popup .modal-content .share-embed-options > div {
  display: inline-block;
}
.modal-share .modal-popup .modal-content .share-embed-options .use-ssl-container {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  width: 22px;
  height: 22px;
}
.modal-share .modal-popup .modal-content .share-embed-options .embed-size-picker {
  width: 76px;
  color: #646464;
  background-position: 30px -22px;
}
.modal-share .modal-popup .modal-content .share-embed-options .embed-related-cbox,
.modal-share .modal-popup .modal-content .share-embed-options .embed-use-ssl-cbox {
  width: 48px;
  height: 88px;
  position: relative;
  top: -3px;
  left: -3px;
}
.modal-share .modal-popup .modal-content .share-embed-options .embed-related-cbox:checked,
.modal-share .modal-popup .modal-content .share-embed-options .embed-use-ssl-cbox:checked {
  background-image: url(/images/modal_share_sprites.png?cb=1611874804?cb=1611874860);
  background-position: 63px -50px;
}
.modal-share .modal-popup .modal-content .share-embed-options .embed-show-related,
.modal-share .modal-popup .modal-content .share-embed-options .embed-use-ssl {
  float: left;
  width: 33%;
}
.modal-share .modal-popup .modal-content .share-wp {
  margin-bottom: 0;
}
.modal-share .j-share-expand {
  display: none;
}
.modal-share .j-share-expand > input,
.modal-share .j-share-expand > textarea {
  margin-top: 10px;
}
.modal-share .embed-start,
.modal-share .share-start {
  float: right;
}
.modal-share .embed-size-picker,
.modal-share .embed-start-picker,
.modal-share .share-start-picker {
  border: none !important;
  outline: none !important;
  height: 22px;
  font-size: 11px;
  margin-bottom: 0;
  line-height: 12px;
  padding: 4px;
  background-image: url(/images/modal_share_sprites.png?cb=1611874804?cb=1611874860);
  text-indent: .01px;
  text-overflow: "";
}
.modal-share .embed-start-picker,
.modal-share .share-start-picker {
  width: 66px;
  background-position: 20px -22px;
}
.modal-share #share-email-to,
.modal-share #share-email-name {
  display: block;
}
.modal-share select,
.modal-share input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.share-start {
  display: none;
}
#svPlayerId .share-start {
  display: block;
}
/****************/
/* Modal Player */
/****************/
.modal-player .modal-share {
  width: 612px;
  height: 466px;
  overflow: hidden;
  position: absolute;
  background-color: #000014;
  background-color: rgba(10, 13, 22, 0.96);
  top: inherit;
  right: inherit;
  bottom: inherit;
}
.modal-player .modal-share input,
.modal-player .modal-share select[disabled],
.modal-player .modal-share textarea,
.modal-player .modal-share select[readonly] {
  color: #c5c5c5;
  background: #FFF !important;
}
.modal-player .modal-share .modal-popup {
  top: 15%;
}
.modal-player .modal-share .modal-popup .tabs hr {
  margin-left: 0;
}
.player #lastScreen .modal-content-wrapper {
  padding-left: 0;
}
.player.fullscreen #lastScreen .modal-content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 536px;
}
.player.fullscreen #lastScreen .modal-content-wrapper.email-expanded {
  height: 691px;
}
.player.fullscreen #lastScreen .modal-content-wrapper.embed-expanded {
  height: 590px;
}
#player.embed_player #share-email-to,
#player.embed_player #share-email-name,
#player.embed_player #share-link-url,
#player.embed_player #share-email-msg,
#player.embed_player .share-email-expand,
#player.embed_player #share-embed-link,
#player.embed_player #share-embed-wp {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#player.embed_player .modal-share {
  background: transparent !important;
  height: 100% !important;
}
#svPlayerId:not(.fullscreen) .modal-content-wrapper,
#player .modal-content-wrapper {
  max-height: none;
  background: #e9e9e9;
  height: 477.04px;
}
#svPlayerId:not(.fullscreen) .modal-content-wrapper.email-expanded,
#player .modal-content-wrapper.email-expanded {
  height: 614.99px;
}
#svPlayerId:not(.fullscreen) .modal-content-wrapper.embed-expanded,
#player .modal-content-wrapper.embed-expanded {
  height: 525.1px;
}
#svPlayerId:not(.fullscreen) .modal-content-wrapper #modal-content,
#player .modal-content-wrapper #modal-content {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.89);
  -moz-transform: scale(0.89);
  -ms-transform: scale(0.89);
  -o-transform: scale(0.89);
  transform: scale(0.89);
  width: 112.35955056179775%;
}
@media (max-height: 505px) {
  #lastScreen .modal-content-wrapper {
    overflow: hidden;
    max-height: none;
    background: #e9e9e9;
  }
  #lastScreen .modal-content-wrapper #modal-content {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media (max-height: 505px) and (min-height: 450px) {
  #lastScreen .modal-content-wrapper {
    height: 444.88px;
  }
  #lastScreen .modal-content-wrapper.email-expanded {
    height: 573.53px;
  }
  #lastScreen .modal-content-wrapper.embed-expanded {
    height: 489.7px;
  }
  #lastScreen .modal-content-wrapper #modal-content {
    -webkit-transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    transform: scale(0.83);
    width: 120.48192771084338%;
  }
}
@media (max-height: 450px) and (min-height: 400px) {
  #lastScreen .modal-content-wrapper {
    height: 380.56px;
  }
  #lastScreen .modal-content-wrapper.email-expanded {
    height: 490.60999999999996px;
  }
  #lastScreen .modal-content-wrapper.embed-expanded {
    height: 418.9px;
  }
  #lastScreen .modal-content-wrapper #modal-content {
    -webkit-transform: scale(0.71);
    -moz-transform: scale(0.71);
    -ms-transform: scale(0.71);
    -o-transform: scale(0.71);
    transform: scale(0.71);
    width: 140.84507042253523%;
  }
}
@media (max-height: 400px) and (min-height: 350px) {
  #lastScreen .modal-content-wrapper {
    height: 316.24px;
  }
  #lastScreen .modal-content-wrapper.email-expanded {
    height: 407.69px;
  }
  #lastScreen .modal-content-wrapper.embed-expanded {
    height: 348.09999999999997px;
  }
  #lastScreen .modal-content-wrapper #modal-content {
    -webkit-transform: scale(0.59);
    -moz-transform: scale(0.59);
    -ms-transform: scale(0.59);
    -o-transform: scale(0.59);
    transform: scale(0.59);
    width: 169.49152542372883%;
  }
}
@media (max-height: 350px) {
  #lastScreen .modal-content-wrapper {
    height: 251.92px;
  }
  #lastScreen .modal-content-wrapper.email-expanded {
    height: 324.77px;
  }
  #lastScreen .modal-content-wrapper.embed-expanded {
    height: 277.3px;
  }
  #lastScreen .modal-content-wrapper #modal-content {
    -webkit-transform: scale(0.47);
    -moz-transform: scale(0.47);
    -ms-transform: scale(0.47);
    -o-transform: scale(0.47);
    transform: scale(0.47);
    width: 212.76595744680853%;
  }
}
.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;
}
.jsplBgColorBigfoot {
  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;
}
/* 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;
  width: 114px;
}
.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;
}
.toolbar.small .nav {
  width: 64px;
}
.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?cb=339dfa1c1ef420a8e0560bc663bbf2d7047ef6a2), auto;
}
.rightpoint:hover {
  cursor: url(/images/ssplayer/right-pointer.png?cb=d70b62fd6bc2500cd67e809ed15f05f9a66c4d04), 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;
  filter: alpha(opacity=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?cb=dd73440412077513a5b5b4609aecc5fb0c52a7fe) 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.50;
  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;
  top: 0;
  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?cb=d28b628c55079803085be32c69e936f8cd24eedf) 11px -942px no-repeat;
  display: none;
  left: -3px;
}
.next .ui-btn-inner {
  background: rgba(0, 0, 0, 0.7) url(/images/mobile/ssmobilesprite.png?cb=d28b628c55079803085be32c69e936f8cd24eedf) -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?cb=d28b628c55079803085be32c69e936f8cd24eedf) 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?cb=d28b628c55079803085be32c69e936f8cd24eedf) -175px -1246px no-repeat;
  padding: 0 0 1px 29px;
}
.lastScreenContainer.mobile .close-btn {
  background: url(/images/mobile/ssmobilesprite.png?cb=d28b628c55079803085be32c69e936f8cd24eedf) -5px -1226px no-repeat;
  display: block;
  height: 28px;
  left: auto;
  padding: 0;
  position: absolute;
  right: -12px;
  text-indent: -9999px;
  top: -13px;
  width: 28px;
}
.lightPlayer.player {
  height: auto;
}
.lightPlayer {
  overflow: hidden;
  position: relative;
  height: auto;
}
.lightPlayer .fullscreen-title-banner {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  left: 0;
  line-height: 2em;
  padding-left: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.lightPlayer .stage {
  background: #ccc;
  bottom: 38px;
  max-height: 100%;
  min-height: 473px;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}
.presentation_player .stage.valign-first-slide,
.webinar_player .stage.valign-first-slide {
  display: table-cell;
  vertical-align: middle;
  width: 638px;
}
.lightPlayer.webinar_player .stage {
  bottom: 66px;
}
.lightPlayer.document_player .stage,
.lightPlayer.infographic_player .stage {
  overflow: auto;
  overflow-y: scroll;
  max-height: 611px;
}
.lightPlayer.infographic_player .stage {
  max-height: none;
}
.lightPlayer .slide_container {
  height: 100%;
  position: relative;
}
.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;
}
.lightPlayer .slide {
  overflow: hidden;
  width: 100%;
  height: 0;
  text-align: center;
}
.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;
  height: 100%;
  min-height: 50px;
}
.lightPlayer.document_player .slide {
  display: block;
  height: auto;
  min-height: 400px;
}
.lightPlayer .slide_image {
  vertical-align: middle;
  max-width: 100%;
}
.lightPlayer .slide_image[src=""] {
  content: url(/images/1x1.gif?cb=1611874860);
}
.lightPlayer.document_player .slide_image {
  padding: 5px 0;
  max-height: none;
}
.lightPlayer.document_player .slide_image:first-child {
  padding-top: 0;
}
.lightPlayer.document_player .jsplDocumentZoomed .slide_image {
  width: 100%;
}
.lightPlayer .toolbar_wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  max-height: 38px;
}
.lightPlayer.fluidLayout,
.lightPlayer.fullscreen {
  height: 100%;
  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;
}
.lightPlayer.fluidLayout .slide_container,
.lightPlayer.fullscreen .slide_container {
  height: 100%;
  max-height: none;
}
.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;
}
/* 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 .01s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity .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?cb=6de00064253e219c974e267c7363872c5dc044b2);
  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: #000;
  color: #fff;
  display: none;
  height: 100%;
  line-height: normal;
  opacity: 0.9;
  filter: alpha(opacity=90);
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  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;
}
.copy-in-aria-label::before {
  content: attr(aria-label);
}
.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;
}
/** Player Styles **/
.jsplInitializer {
  position: absolute;
}
/** Presentation player toolbar **/
.toolbar .btnFirst {
  background-position: -2px -6px;
}
.toolbar .btnFirst:hover {
  background-position: -42px -46px;
}
.toolbar .btnFirst:active {
  background-position: -82px -86px;
}
.toolbar .btnLast {
  background-position: -168px -166px;
  width: 20px;
}
.toolbar .btnLast:hover {
  background-position: -208px -206px;
}
.toolbar .btnLast:active {
  background-position: -248px -246px;
}
.toolbar .btnShare {
  float: right;
  height: 22px;
  width: 62px;
}
.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;
}
#player #svPlayerId,
.playerWrapper #svPlayerId,
#player #playerFacade,
.playerWrapper #playerFacade {
  overflow: visible;
}
#player .toolbar_wrapper,
.playerWrapper .toolbar_wrapper {
  border-top: 1px solid #323232;
  font-size: 13px;
  margin: -2px 0 0 0;
  max-height: initial;
  min-height: 50px;
}
#player .toolbar,
.playerWrapper .toolbar {
  background-color: #323232;
  border: 0;
  color: #ffffff;
  font-size: 13px;
  max-height: 56px;
  min-height: 50px;
  overflow: visible;
  padding: 0;
  text-align: center;
}
#player .toolbar .progress-bar-spacing,
.playerWrapper .toolbar .progress-bar-spacing {
  height: 7px;
}
#player .toolbar .progress-bar-wrapper,
.playerWrapper .toolbar .progress-bar-wrapper {
  height: 20px;
  margin-top: -6px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
#player .toolbar .progress-bar-wrapper .buffered-bar,
.playerWrapper .toolbar .progress-bar-wrapper .buffered-bar {
  background-color: #4d4d4d;
  height: 6px;
  margin-bottom: -6px;
  width: 100%;
}
#player .toolbar .progress-bar-wrapper .buffered-bar .clipping-indicator,
.playerWrapper .toolbar .progress-bar-wrapper .buffered-bar .clipping-indicator {
  position: absolute;
  height: 6px;
  width: 6px;
  margin-left: -3px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transition: 50ms;
}
#player .toolbar .progress-bar-wrapper .buffered-bar .clipping-indicator:hover,
.playerWrapper .toolbar .progress-bar-wrapper .buffered-bar .clipping-indicator:hover {
  background-color: #ffffff;
  height: 15px;
  width: 15px;
  margin-left: -7.5px;
  margin-top: -4.5px;
}
#player .toolbar .progress-bar-wrapper .progress-bar,
.playerWrapper .toolbar .progress-bar-wrapper .progress-bar {
  background-color: #007bb6;
  height: 6px;
  width: 0;
}
#player .toolbar .progress-bar-wrapper .progress-tooltip,
.playerWrapper .toolbar .progress-bar-wrapper .progress-tooltip {
  bottom: 15px;
  position: absolute;
  text-align: center;
  z-index: 1000;
}
#player .toolbar .progress-bar-wrapper .progress-tooltip .progress-tooltip-wrapper,
.playerWrapper .toolbar .progress-bar-wrapper .progress-tooltip .progress-tooltip-wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
}
#player .toolbar .progress-bar-wrapper .progress-tooltip .progress-tooltip-wrapper .tooltip-thumb,
.playerWrapper .toolbar .progress-bar-wrapper .progress-tooltip .progress-tooltip-wrapper .tooltip-thumb {
  border-radius: 3px;
  width: 100%;
}
#player .toolbar .progress-bar-wrapper .progress-tooltip .progress-tooltip-wrapper .slidecount-label,
.playerWrapper .toolbar .progress-bar-wrapper .progress-tooltip .progress-tooltip-wrapper .slidecount-label {
  background-color: #323232;
  border-radius: 3px;
  bottom: 10px;
  color: #ffffff;
  font-size: 12px;
  left: 50%;
  opacity: .75;
  padding: 2px 10px;
  position: absolute;
  transform: translateX(-50%);
}
#player .toolbar .progress-bar-wrapper .progress-tooltip .progress-tooltip-caret,
.playerWrapper .toolbar .progress-bar-wrapper .progress-tooltip .progress-tooltip-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #323232;
  height: 0;
  margin: auto;
  opacity: .75;
  width: 0;
}
#player .toolbar button,
.playerWrapper .toolbar button,
#player .toolbar a,
.playerWrapper .toolbar a {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  float: left;
  height: auto;
  padding: 0;
  text-indent: 0;
  width: auto;
}
#player .toolbar button:hover,
.playerWrapper .toolbar button:hover,
#player .toolbar a:hover,
.playerWrapper .toolbar a:hover {
  color: #d6d6d6;
}
#player .toolbar button:hover:active,
.playerWrapper .toolbar button:hover:active,
#player .toolbar a:hover:active,
.playerWrapper .toolbar a:hover:active {
  color: #5c5c5c;
}
#player .toolbar button i,
.playerWrapper .toolbar button i,
#player .toolbar a i,
.playerWrapper .toolbar a i {
  color: inherit;
  line-height: 50px;
}
#player .toolbar button i.fa-lg,
.playerWrapper .toolbar button i.fa-lg,
#player .toolbar a i.fa-lg,
.playerWrapper .toolbar a i.fa-lg {
  font-size: 1.5em;
}
#player .toolbar button i.fa-lg.fa-chevron-left,
.playerWrapper .toolbar button i.fa-lg.fa-chevron-left,
#player .toolbar a i.fa-lg.fa-chevron-left,
.playerWrapper .toolbar a i.fa-lg.fa-chevron-left,
#player .toolbar button i.fa-lg.fa-chevron-right,
.playerWrapper .toolbar button i.fa-lg.fa-chevron-right,
#player .toolbar a i.fa-lg.fa-chevron-right,
.playerWrapper .toolbar a i.fa-lg.fa-chevron-right {
  font-size: 1.375em;
}
#player .toolbar button i.disabled,
.playerWrapper .toolbar button i.disabled,
#player .toolbar a i.disabled,
.playerWrapper .toolbar a i.disabled {
  color: #5c5c5c;
}
#player .toolbar .bot-actions,
.playerWrapper .toolbar .bot-actions {
  color: inherit;
  line-height: 49px;
  position: absolute;
  vertical-align: middle;
}
#player .toolbar .bot-actions .action-faved,
.playerWrapper .toolbar .bot-actions .action-faved {
  color: #128ece;
  display: none;
}
#player .toolbar .bot-actions .action-faved button:active,
.playerWrapper .toolbar .bot-actions .action-faved button:active,
#player .toolbar .bot-actions .action-faved button:hover,
.playerWrapper .toolbar .bot-actions .action-faved button:hover,
#player .toolbar .bot-actions .action-faved a:active,
.playerWrapper .toolbar .bot-actions .action-faved a:active,
#player .toolbar .bot-actions .action-faved a:hover,
.playerWrapper .toolbar .bot-actions .action-faved a:hover {
  color: #128ece;
}
#player .toolbar .bot-actions .action-no-download,
.playerWrapper .toolbar .bot-actions .action-no-download {
  color: #5c5c5c;
  cursor: default;
}
#player .toolbar .bot-actions button,
.playerWrapper .toolbar .bot-actions button,
#player .toolbar .bot-actions a,
.playerWrapper .toolbar .bot-actions a {
  line-height: 1;
  margin-left: 15px;
  outline: none;
}
#player .toolbar .bot-actions .action-fav,
.playerWrapper .toolbar .bot-actions .action-fav,
#player .toolbar .bot-actions .action-faved,
.playerWrapper .toolbar .bot-actions .action-faved {
  float: left;
}
#player .toolbar .nav,
.playerWrapper .toolbar .nav {
  display: inline-block;
  font-family: inherit;
  width: auto;
  float: none;
}
#player .toolbar .nav .btnAudioPlay .pause-btn,
.playerWrapper .toolbar .nav .btnAudioPlay .pause-btn {
  display: none;
}
#player .toolbar .nav .btnAudioPause .play-btn,
.playerWrapper .toolbar .nav .btnAudioPause .play-btn {
  display: none;
}
#player .toolbar .nav .arrow-left,
.playerWrapper .toolbar .nav .arrow-left,
#player .toolbar .nav .arrow-right,
.playerWrapper .toolbar .nav .arrow-right {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  height: 0;
  margin-top: 14px;
  width: 0;
  -moz-transform: scale(0.9999);
}
#player .toolbar .nav .arrow-left:hover,
.playerWrapper .toolbar .nav .arrow-left:hover,
#player .toolbar .nav .arrow-right:hover,
.playerWrapper .toolbar .nav .arrow-right:hover {
  border-left-color: #d6d6d6;
  border-right-color: #d6d6d6;
}
#player .toolbar .nav .arrow-left:hover:active,
.playerWrapper .toolbar .nav .arrow-left:hover:active,
#player .toolbar .nav .arrow-right:hover:active,
.playerWrapper .toolbar .nav .arrow-right:hover:active {
  border-left-color: #5c5c5c;
  border-right-color: #5c5c5c;
}
#player .toolbar .nav .arrow-left.disabled,
.playerWrapper .toolbar .nav .arrow-left.disabled,
#player .toolbar .nav .arrow-right.disabled,
.playerWrapper .toolbar .nav .arrow-right.disabled {
  border-right-color: #5c5c5c;
  border-left-color: #5c5c5c;
}
#player .toolbar .nav .arrow-left.disabled:hover,
.playerWrapper .toolbar .nav .arrow-left.disabled:hover,
#player .toolbar .nav .arrow-right.disabled:hover,
.playerWrapper .toolbar .nav .arrow-right.disabled:hover {
  cursor: default;
}
#player .toolbar .nav .arrow-left,
.playerWrapper .toolbar .nav .arrow-left {
  border-right: 18px solid #ffffff;
}
#player .toolbar .nav .arrow-right,
.playerWrapper .toolbar .nav .arrow-right {
  border-left: 18px solid #ffffff;
}
#player .toolbar .nav .goToSlideLabel,
.playerWrapper .toolbar .nav .goToSlideLabel {
  color: white;
  cursor: default;
  display: block;
  float: left;
  font-family: inherit;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  margin: 0 10px;
  padding: 0;
  width: auto;
}
#player .toolbar .nav .goToSlideLabel input,
.playerWrapper .toolbar .nav .goToSlideLabel input {
  background: none;
  border: 0;
  color: inherit;
  font-size: inherit;
  font-style: italic;
  font-weight: 300;
  margin: 16px -5px 0 -3px;
}
#player .toolbar .nav .goToSlideLabel input:hover,
.playerWrapper .toolbar .nav .goToSlideLabel input:hover,
#player .toolbar .nav .goToSlideLabel input:focus,
.playerWrapper .toolbar .nav .goToSlideLabel input:focus {
  background-color: #848484;
}
#player .toolbar .navActions,
.playerWrapper .toolbar .navActions {
  bottom: 0px;
  height: 50px;
  position: absolute;
  right: 0px;
}
#player .toolbar .navActions .view-on-ss,
.playerWrapper .toolbar .navActions .view-on-ss {
  width: 100px;
  height: 20px;
  margin-top: 10px;
  background-image: url(/images/logo/linkedin-ss/logo_embed_100x20_v1.png?cb=1611874860);
}
#player .toolbar .navActions .view-on-ss:hover,
.playerWrapper .toolbar .navActions .view-on-ss:hover {
  background-image: url(/images/logo/linkedin-ss/logo_embed_hover_100x20_v1.png?cb=1611874860);
}
#player .toolbar .navActions .view-on-ss span,
.playerWrapper .toolbar .navActions .view-on-ss span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 641px) {
  #player .toolbar .navActions .view-on-ss,
  .playerWrapper .toolbar .navActions .view-on-ss {
    width: 20px;
    background-image: url(/images/logo/linkedin-ss/logo_embed_20x20_v1.png?cb=1611874860);
  }
  #player .toolbar .navActions .view-on-ss:hover,
  .playerWrapper .toolbar .navActions .view-on-ss:hover {
    background-image: url(/images/logo/linkedin-ss/logo_embed_hover_20x20_v1.png?cb=1611874860);
  }
}
#player .toolbar .navActions button,
.playerWrapper .toolbar .navActions button,
#player .toolbar .navActions a,
.playerWrapper .toolbar .navActions a {
  margin-right: 15px;
}
#player .toolbar .navActions .fa-stack,
.playerWrapper .toolbar .navActions .fa-stack {
  height: 50px;
}
#player .toolbar .navActions .docActions,
.playerWrapper .toolbar .navActions .docActions {
  float: left;
  margin-right: 10px;
}
#player .toolbar .navActions .video-time,
.playerWrapper .toolbar .navActions .video-time {
  float: left;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
  margin-right: 15px;
}
#player .toolbar.small .progress-tooltip-wrapper,
.playerWrapper .toolbar.small .progress-tooltip-wrapper {
  width: 150px !important;
}
#player .toolbar.small #btnNext,
.playerWrapper .toolbar.small #btnNext {
  margin-left: 10px;
}
#player .toolbar.small .nav,
.playerWrapper .toolbar.small .nav {
  height: 50px;
}
#player .toolbar.small .navActions,
.playerWrapper .toolbar.small .navActions {
  margin-right: 5px;
}
#player .toolbar.small .docActions,
.playerWrapper .toolbar.small .docActions,
#player .toolbar.small .video-time,
.playerWrapper .toolbar.small .video-time {
  display: none !important;
}
#player.document_player .small #btnNext {
  margin-left: 0px;
}
#player.video-player .toolbar,
#svPlayerId.video_player .toolbar {
  height: 50px !important;
}
#player.video-player .toolbar .navActions,
#svPlayerId.video_player .toolbar .navActions {
  bottom: 0px;
}
#player.video-player .toolbar .jspl_audiobar,
#svPlayerId.video_player .toolbar .jspl_audiobar {
  height: auto !important;
  left: 0;
  top: 2px;
  width: 100% !important;
}
#player.video-player .toolbar .jspl_audiobar .jspl_audiobar_left,
#svPlayerId.video_player .toolbar .jspl_audiobar .jspl_audiobar_left {
  left: 0;
  width: 100% !important;
}
#player.video-player .toolbar .jspl_audiobar .jspl_audiobar_left .new-timestamp-tooltip,
#svPlayerId.video_player .toolbar .jspl_audiobar .jspl_audiobar_left .new-timestamp-tooltip {
  position: absolute;
  text-align: center;
  top: -35px;
}
#player.video-player .toolbar .jspl_audiobar .jspl_audiobar_left .new-timestamp-tooltip .timestamp-label,
#svPlayerId.video_player .toolbar .jspl_audiobar .jspl_audiobar_left .new-timestamp-tooltip .timestamp-label {
  background-color: #323232;
  border-radius: 3px;
  color: #ffffff;
  padding: 5px 10px;
}
#player.video-player .toolbar .jspl_audiobar .jspl_audiobar_left .new-timestamp-tooltip .new-timestamp-tooltip-caret,
#svPlayerId.video_player .toolbar .jspl_audiobar .jspl_audiobar_left .new-timestamp-tooltip .new-timestamp-tooltip-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #323232;
  height: 0;
  margin: auto;
  width: 0;
}
#player.video-player .jspl_volume_control,
#svPlayerId.video_player .jspl_volume_control {
  z-index: 2000;
}
#player.video-player.fullscreen .toolbar,
#svPlayerId.video_player.fullscreen .toolbar,
#player.video-player.embed_player .toolbar,
#svPlayerId.video_player.embed_player .toolbar {
  margin-top: 6px;
}
@media only screen and (max-width: 449px) {
  .video-time {
    display: none !important;
  }
}
#player.embed_player.video-player .toolbar {
  margin-top: 0px;
}
#player.embed_player .jspl_volume_interface_wrapper {
  height: 114px;
}
#player.embed_player .toolbar_wrapper {
  min-height: 38px;
}
#player.embed_player .toolbar {
  bottom: 0;
  height: 38px !important;
  min-height: 38px;
  position: absolute;
  width: 100%;
}
#player.embed_player .toolbar button i,
#player.embed_player .toolbar .button i {
  line-height: 39px;
}
#player.embed_player .toolbar .progress-bar-wrapper {
  margin-top: -6px;
}
#player.embed_player .toolbar .progress-bar-wrapper .progress-tooltip {
  bottom: 22px;
}
#player.embed_player .toolbar .progress-bar-spacing {
  height: 0px;
}
#player.embed_player .toolbar .bot-actions {
  height: 100%;
}
#player.embed_player .toolbar .nav {
  height: 100%;
}
#player.embed_player .toolbar .nav .goToSlideLabel {
  line-height: 38px;
}
#player.embed_player .toolbar .nav .arrow-left,
#player.embed_player .toolbar .nav .arrow-right {
  margin-top: 8px;
}
#player.embed_player .toolbar .navActions {
  height: 100%;
}
#player.embed_player .toolbar .navActions .video-time {
  line-height: 38px;
}
.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;
}
.clip-button-mixin {
  -webkit-transition: border-color 200ms, color 200ms;
  -moz-transition: border-color 200ms, color 200ms;
  -ms-transition: border-color 200ms, color 200ms;
  -o-transition: border-color 200ms, color 200ms;
  transition: border-color 200ms, color 200ms;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  float: none;
  font-family: inherit;
  font-size: inherit;
  margin: 10px 7px 0 0;
  padding: 2px 8px;
  position: relative;
  width: 125px;
}
.clip-button-mixin .svg-icon {
  display: inline-block;
  vertical-align: middle;
}
.clip-button-mixin .svg-icon svg {
  display: block;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
.clip-button-mixin:hover,
.clip-button-mixin:focus {
  color: #ffffff;
}
.clip-button-mixin:active {
  color: #ffffff;
}
.clip-button-mixin.pending {
  color: rgba(255, 255, 255, 0.85);
  cursor: progress;
}
.clip-button-mixin i {
  line-height: inherit;
}
.clip-button-mixin .clip-button-text-clip,
.clip-button-mixin .clip-button-text-clipped,
.clip-button-mixin .clip-button-text-unclip {
  vertical-align: middle;
}
.clip-button-mixin .clip-button-text-clipped,
.clip-button-mixin .clip-button-text-unclip {
  display: none;
}
.svg-icon {
  display: inline-block;
  vertical-align: middle;
}
.svg-icon svg {
  display: block;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
/*
Rules for the clipping toolbar at the top of the player
E.g. "# people clipped this slide"
*/
.clips-toolbar {
  cursor: pointer;
  background-color: #323232;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  /* To display border-bottom over the slides */

}
.clips-toolbar.inactive,
.clips-toolbar.unavailable {
  cursor: default;
}
.clips-toolbar.small {
  font-size: 12px;
  height: 46px;
  line-height: 46px;
}
.clips-toolbar .clips-progress {
  background-color: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.clips-toolbar .clips-progress .clip-meter {
  background: #00a0dc;
  display: block;
  height: 6px;
}
.clips-toolbar .clips-progress .clip-meter.j-animate {
  -webkit-transition: width, 1s, ease-out;
  -moz-transition: width, 1s, ease-out;
  -ms-transition: width, 1s, ease-out;
  -o-transition: width, 1s, ease-out;
  transition: width, 1s, ease-out;
}
.clips-toolbar .clips-info {
  display: inline-block;
  float: left;
  height: 100%;
  padding: 0 10px;
}
.clips-toolbar .clips-info .fa,
.clips-toolbar .clips-info .clips-count,
.clips-toolbar .clips-info .clips-count-text {
  float: left;
  margin-right: 5px;
  padding-top: 1px;
  text-align: left;
  white-space: nowrap;
}
.clips-toolbar .clips-info .fa {
  line-height: inherit;
  margin-left: 20px;
}
.clips-first-clip-modal {
  color: #444444;
  text-align: center;
  max-width: 635px;
  padding: 0;
}
.clips-first-clip-modal .clips-first-clip-content {
  background: url(/images/clips-first-clip.png?cb=1611874860) no-repeat center bottom;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 30px 40px 400px 40px;
}
.clips-first-clip-modal .clips-first-clip-content p {
  font-size: 18px;
  font-weight: 300;
}
.clips-first-clip-modal .clips-first-clip-content .clips-first-clip-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0.5em 0;
}
.clips-first-clip-modal .clips-first-clip-content .clips-first-clip-clipboard {
  font-size: 13px;
}
.clips-first-clip-modal .clips-first-clip-actions {
  background-color: #e4e4e4;
  border-top: 1px solid #d6d6d6;
  padding: 11px 0;
  font-size: 16px;
}
.clips-first-clip-modal .clips-first-clip-actions .button {
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0.2em 0.5em;
  width: 15em;
}
.clips-first-clip-modal .clips-first-clip-actions .button.tertiary {
  background: #ffffff;
  border-color: #b2b2b2;
  color: #6a6a6a;
}
.clips-first-clip-modal .clips-first-clip-actions .clips-first-clip-legal {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  margin: 0.5em 0 0 0;
}
.clips-first-clip-modal .clips-first-clip-actions .clips-first-clip-legal a {
  color: inherit;
  text-decoration: underline;
}
/*
Rules for the CTAs at the top right corner of player
*/
.player {
  /* Common styles */

}
.player.fullscreen .player-cta-container .player-cta {
  padding-right: 20px;
  top: 30px;
}
.player .player-cta-container {
  position: absolute;
  top: 16px;
  width: 100%;
  /* Clip Button */

  /* Clickgen CTA */

  /*.clickgen-cta.exp--slideview-clickgen-cta--a {
      display: none;
    }*/

}
.player .player-cta-container .player-cta {
  float: right;
  opacity: 0;
  position: relative;
  padding-right: 16px;
  transition: all 0.5s ease-in, all 0.25s ease-out;
  z-index: 2;
}
.player .player-cta-container .player-cta:focus {
  opacity: 1;
}
.player .player-cta-container .visible {
  opacity: 1;
}
.player .player-cta-container .clip-button-top.clipped .clip-button {
  display: none;
}
.player .player-cta-container .clip-button-top .clip-button.visible.disabled {
  opacity: .25;
}
.player .player-cta-container .clip-button-top .clip-button.visible-for-onboarding {
  opacity: 1;
}
.player .player-cta-container .clip-button-top .clip-button.pending {
  cursor: progress;
}
.player .player-cta-container .clip-button-top .clip-button:hover .container {
  background: #0077b5;
}
.player .player-cta-container .clip-button-top .clip-button .container {
  background: #008cc9;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 1px 12px 1px 6px;
}
.player .player-cta-container .clip-button-top .clip-button .svg-icon {
  color: white;
  float: left;
}
.player .player-cta-container .clip-button-top .clip-button .clip-button-text-clip {
  color: white;
  float: left;
  font-size: 13px;
  line-height: 24px;
}
.player .player-cta-container .clickgen-cta:hover .container {
  border: 1px solid #0077b5;
}
.player .player-cta-container .clickgen-cta:hover .svg-icon {
  color: #0077b5;
}
.player .player-cta-container .clickgen-cta:hover .clickgen-cta-text-learn-more {
  color: #0077b5;
}
.player .player-cta-container .clickgen-cta .container {
  background: white;
  border: 1px solid #008cc9;
  border-radius: 2px;
  padding: 1px 12px 1px 6px;
}
.player .player-cta-container .clickgen-cta .svg-icon {
  color: #008cc9;
  float: left;
}
.player .player-cta-container .clickgen-cta .clickgen-cta-text-learn-more {
  color: #008cc9;
  float: left;
  font-family: 'Helvetica Neue';
  font-size: 13px;
  line-height: 24px;
}
.clips-toolbar {
  display: block;
  height: auto;
  line-height: normal;
  text-align: center;
}
.clips-toolbar .clips-info {
  float: none;
  margin-top: 4px;
  opacity: 1;
  font-size: 11px;
}
.clips-toolbar .clips-count {
  font-size: 14px;
  font-weight: bold;
}
.clips-toolbar .clips-count-text {
  padding-right: 0;
  border-right: none;
  line-height: 18px;
}
.clips-toolbar .clip-meter {
  height: 4px;
}
.clips-toolbar .clips-actions {
  display: none;
}
