.glossary-terms .glossaryterms-hero .element-panel {
  background-image: url("/img/glossaryheroplaceholder.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
}
.glossary-terms .glossaryterms-hero .glossaryterms-hero-content {
  z-index: 2;
  position: relative;
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .glossary-terms .glossaryterms-hero .glossaryterms-hero-content {
    width: 85%;
  }
}
@media (min-width: 992px) {
  .glossary-terms .glossaryterms-hero .glossaryterms-hero-content {
    width: 850px;
  }
}
.glossary-terms .glossaryterms-hero .glossaryterms-hero-title {
  max-width: 100%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.glossary-terms .glossaryterms-share-bar {
  position: relative;
}
.glossary-terms .glossaryterms-share-bar .h-line {
  bottom: 0;
  left: 0;
}
.glossary-terms .glossaryterms-share-bar .h-line.animated {
  width: 100%;
}
.glossary-terms .glossaryterms-share-bar .glossaryterms-share-bar-content {
  max-width: 100%;
  width: 900px;
}
.glossary-terms .glossaryterms-term-content {
  max-width: 100%;
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.glossary-terms .glossaryterms-term-source {
  position: relative;
  color: #ADADAD;
  display: block;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .glossary-terms .glossaryterms-term-source {
    max-width: 40%;
  }
}
.glossary-terms .glossaryterms-term-source .h-line {
  left: 0;
  top: 0;
  background-color: #ADADAD;
}
.glossary-terms .glossaryterms-term-source .h-line.animated {
  width: 100%;
}
/*# sourceMappingURL=../../dist/css/maps/glossaryterms.css.map */
