/* Widget */
/* Entry */
/* Slider */
/* Mega menu */
/* ----------------------------------------------------------------------------------------------------------------*/
/*                                                 ICONS
/* ----------------------------------------------------------------------------------------------------------------*/
/* Grid */
.content .glossary-term {
  display: flex;
  align-items: flex-start;
  padding: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
@media only screen and (max-width: 768px) {
  .content .glossary-term {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

h2.glossary-term-title {
  text-align: left;
  font-size: 2.5rem;
  font-family: "Oswald", "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: none !important;
}
@media only screen and (max-width: 768px) {
  h2.glossary-term-title {
    text-align: center;
  }
}

.glossary-term .term-content {
  flex: 1 1 70%;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .glossary-term .term-content {
    flex: 1 1 100%;
    width: 100%;
  }
}

.glossary-term .term-image {
  flex: 1 1 30%;
  align-self: center;
  margin-left: 10px;
}

.glossary-term .term-image img {
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* More link */
.glossary-term a.more-link {
  display: inline;
  font-size: 14px;
  text-align: left;
  margin: 0;
}/*# sourceMappingURL=block.css.map */