/********************

Footnotes

*******************/

.see-footnote {
  font-size: 11px;
  color: #1fa29c;
  padding: 0px;
  position: relative;
  /*display: inline-block;*/
  cursor: pointer;
  font-weight: 400;
}
.with-footnote strong {
  display: flex;
  align-items: flex-start;
}
.with-footnote strong .see-footnote {
  top: 0;
}
.hover-content-inner {
  /* border: 1px solid #d6d6d6; */
  border-radius: 5px;
  padding: 10px 10px 10px 15px;
  width: 100%;
  background: #ffffff;
  position: relative;
  color: #4d4d4d;
  font-size: 12px;
  -ms-box-shadow: 0 0 3px 0 #d6d6d6;
  -moz-box-shadow: 0 0 3px 0 #d6d6d6;
  -webkit-box-shadow: 0 0 3px 0 #d6d6d6;
  box-shadow: 0 0 3px 0 #d6d6d6;
  max-height: 300px;
  cursor: default;
  max-width: 280px;
  display: block;
  position: fixed;
  word-break: break-word;
  word-wrap: break-word;
  opacity: 0;
  z-index: -100;
  line-height: normal;
  text-align: left;
  padding: 10px;
}
.hover-content-inner.hide-on-click {
  display: none !important;
}
.hover-content-inner.show-on-hover {
  opacity: 1;
  z-index: 101;
}
.hover-content-inner:after {
  content: "";
  display: block;
  width: 24px;
  height: 54px;
  background: url(/themes/custom/gff/components/inner-pages/common/css/../img/arrow_with_shadow_tooltip-social_m.png) no-repeat center center transparent;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -27px;
}
.hover-content-inner.left-align-arrow:after {
  transform: rotate( 180deg);
  right: 100%;
}
