.custom-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #343a40;
  cursor: help;
  text-decoration: none;
  font-size: inherit;
  opacity: 1; }
.custom-tooltip .tooltiptext {
  position: absolute;
  top: -165px;
  left: -125px;
  z-index: 1060;
  display: block;
  max-width: 320px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 14px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  width: 320px;
  font-weight: 400;
  font-family: acumin-pro-condensed, sans-serif;
  display: none; }
@media (max-width: 767px) {
  .custom-tooltip .tooltiptext {
    left: 0px; } }
.custom-tooltip .tooltiptext .tooltiptitle {
  display: block;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  color: #6e7f2f; }
.custom-tooltip .tooltiptext .tooltipdescription {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #212529;
  height: 118px;
  overflow: hidden; }
.custom-tooltip .tooltiptext .tooltip-bottom-arrow {
  position: absolute;
  bottom: -9px;
  right: 50%;
  border-width: 8px;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }
@media (max-width: 767px) {
  .custom-tooltip .tooltiptext .tooltip-bottom-arrow {
    display: none; } }
.custom-tooltip .tooltiptext .tooltip-bottom-arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }
.custom-tooltip .tooltiptext .tooltip-bottom-arrow:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }


#glossary-terms {
  display: none;
  height: 1px;
  overflow: hidden;
}

gl, span.ds-glossary {
  border-bottom: 1px dotted #343a40;
}
