/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.spaced-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spaced-row.spaced-row-0 {
  margin: 0;
}
.spaced-row.spaced-row-0 > * {
  margin: 0;
}
.spaced-row.spaced-row-1 {
  margin: -4px;
}
.spaced-row.spaced-row-1 > * {
  margin: 4px;
}
.spaced-row.spaced-row-2 {
  margin: -8px;
}
.spaced-row.spaced-row-2 > * {
  margin: 8px;
}
.spaced-row.spaced-row-3 {
  margin: -16px;
}
.spaced-row.spaced-row-3 > * {
  margin: 16px;
}
.spaced-row.spaced-row-4 {
  margin: -24px;
}
.spaced-row.spaced-row-4 > * {
  margin: 24px;
}
.spaced-row.spaced-row-5 {
  margin: -48px;
}
.spaced-row.spaced-row-5 > * {
  margin: 48px;
}
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.layout-grid .layout-grid-cell:focus {
  outline: 1px dotted;
}
/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.hl-lightbox {
  background: -o-linear-gradient(63deg, #292929 0%, #292929 50%, #292929 100%);
  background: linear-gradient(27deg, #292929 0%, #292929 50%, #292929 100%);
}
.hl-lightbox .lightbox-close-section {
  top: 0;
  right: 0;
}
.hl-lightbox .lightbox-controls-section .lighbox-controls-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 769px) {
  .hl-lightbox .lightbox-controls-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .hl-lightbox .lightbox-controls-section .lighbox-controls-caption {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .hl-lightbox .lightbox-controls-section .lightbox-thumbnails {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
.hl-lightbox .lightbox-thumbnails {
  height: calc(4.5em + 6px);
}
.hl-lightbox .lightbox-thumbnails > .lightbox-thumbnails-track {
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  .hl-lightbox .lightbox-thumbnails {
    height: calc(4em + 6px);
  }
  .hl-lightbox .lightbox-thumbnails > .lightbox-thumbnails-track {
    padding-bottom: 0;
  }
}
.hl-lightbox .lightbox-thumbnail {
  height: 4em;
  width: 4em;
  margin: 3px;
}
@media (max-width: 768px) {
  .hl-lightbox .lightbox-thumbnail {
    height: 4em;
    width: 4em;
  }
}
.hl-lightbox .lightbox-thumbnail .lightbox-thumbnail-btn.selected:not(:focus) {
  outline: 3px solid #5796ea;
}
.hl-lightbox .lightbox-thumbnail .lightbox-thumbnail-btn.selected:focus {
  outline: 3px solid #acc7ec;
}
.hl-lightbox .lightbox-thumbnail > button.custom-btn,
.hl-lightbox .lightbox-thumbnail .thumbnail-box {
  height: 100%;
  width: 100%;
}
.hl-lightbox .ghost-thumb {
  width: 4.5em;
  height: 4em;
  max-height: 100%;
  max-width: 100%;
}
.hl-lightbox .lightbox-slide {
  padding: 4px;
}
.hl-lightbox .lightbox-slide .thumbnail-box {
  width: 4.5em;
  height: 4em;
}
.hl-lightbox .lightbox-slide:focus {
  outline: 2px solid #acc7ec;
  outline-offset: -2px;
}
.hl-lightbox .lightbox-arrow.left,
.hl-lightbox .lightbox-arrow.right {
  height: calc(100% - 3em);
  padding: 0;
  top: 1.5em;
  z-index: 1;
}

/*# sourceMappingURL=LibraryContent~34816e11.99573cb9.chunk.css.map*/