@charset "UTF-8";
.tk-resource-hero {
  transition: 2s ease;
}
.tk-resource-hero.--open {
  max-height: 0;
  opacity: 0;
  padding: 0 !important;
  visibility: hidden;
}
/* /////////////////////////////////////////////////////////////////////////////
/* ///  Main - Filter
/* ///////////////////////////////////////////////////////////////////////////*/
.tk-resource-sidebar .wpgb-facet .wpgb-facet-title:not(.wpgb-sr-only) {
  margin-top: var(--space-m);
  margin-bottom: var(--space-xs);
}
.tk-resource-sidebar .wpgb-facet > fieldset {
  margin-bottom: unset !important;
}
.tk-resource-sidebar__tag .wpgb-facet {
  margin-right: -1em;
}
.tk-resource-off-canvas .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-media.gslide-inline {
  max-height: unset;
}
.tk-resource-off-canvas .gcontainer .gslider .gslide .gslide-inner-content .ginner-container .gslide-media.gslide-inline .ginlined-content {
  padding: 0;
}
section .tk-resource-file-list-item {
  position: relative;
  transition: 0.5s ease;
}
section .tk-resource-file-list-item * {
  transition: inherit;
}
section .tk-resource-file-list-item__title {
  color: var(--base);
}
section .tk-resource-file-list-item__icon, section .tk-resource-file-list-item__file-icon {
  color: var(--bricks-color-93c427);
  width: 1em;
}
section .tk-resource-file-list-item__icon path, section .tk-resource-file-list-item__file-icon path {
  fill: currentColor;
}
section .tk-resource-file-list-item__icon.fa-arrow-up-right-from-square::before {
  font-size: 0.8em;
}
section .tk-resource-file-list-item:not(:first-child) {
  margin-top: 0.25em;
}
section .tk-resource-file-list-item:hover {
  color: var(--accent);
}
section .tk-resource-file-list-item:hover * {
  color: var(--accent);
}
section .tk-resource-file-list-item[data-file-sub-type="pdf"] .tk-resource-file-list-item__file-icon::before {
  content: "";
}
section .tk-resource-file-list-item[data-file-type="image"] .tk-resource-file-list-item__file-icon::before {
  content: "";
}
section .tk-resource-file-list-item[data-file-sub-type="vnd.openxmlformats-officedocument.presentationml.template"] .tk-resource-file-list-item__file-icon::before, section .tk-resource-file-list-item[data-file-sub-type="vnd.openxmlformats-officedocument.presentationml.presentation"] .tk-resource-file-list-item__file-icon::before {
  content: "";
}
section .tk-resource-file-list-item[data-file-sub-type="vnd.openxmlformats-officedocument.wordprocessingml.document"] .tk-resource-file-list-item__file-icon::before {
  content: "";
}
section .tk-resource-file-list-item[data-file-sub-type="vnd.openxmlformats-officedocument.spreadsheetml.sheet"] .tk-resource-file-list-item__file-icon::before {
  content: "";
}
section .tk-resource-file-list-item[data-file-sub-type="zip"] .tk-resource-file-list-item__file-icon::before {
  content: "";
}
.tk-chapter-cat-list {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.tk-chapter-cat-list li a {
  color: var(--bricks-color-93c427);
}
.--post-content .--inner .brxe-post-content h2 {
  color: var(--secondary);
  font-size: var(--text-l);
  text-transform: none;
}
.glossary-item:target .glossary-item__title {
  color: var(--accent);
}
