.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);
  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);
  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);
  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);
  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%;
  }
}