/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.file {
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
[dir="rtl"] .file {
  padding-right: 20px;
  padding-left: inherit;
  background-position: right center;
}
.file--general,
.file--application-octet-stream {
  background-image: url(/themes/custom/plus10/images/icons/application-octet-stream.png);
}
.file--package-x-generic {
  background-image: url(/themes/custom/plus10/images/icons/package-x-generic.png);
}
.file--x-office-spreadsheet {
  background-image: url(/themes/custom/plus10/images/icons/x-office-spreadsheet.png);
}
.file--x-office-document {
  background-image: url(/themes/custom/plus10/images/icons/x-office-document.png);
}
.file--x-office-presentation {
  background-image: url(/themes/custom/plus10/images/icons/x-office-presentation.png);
}
.file--text-x-script {
  background-image: url(/themes/custom/plus10/images/icons/text-x-script.png);
}
.file--text-html {
  background-image: url(/themes/custom/plus10/images/icons/text-html.png);
}
.file--text-plain {
  background-image: url(/themes/custom/plus10/images/icons/text-plain.png);
}
.file--application-pdf {
  background-image: url(/themes/custom/plus10/images/icons/application-pdf.png);
}
.file--application-x-executable {
  background-image: url(/themes/custom/plus10/images/icons/application-x-executable.png);
}
.file--audio {
  background-image: url(/themes/custom/plus10/images/icons/audio-x-generic.png);
}
.file--video {
  background-image: url(/themes/custom/plus10/images/icons/video-x-generic.png);
}
.file--text {
  background-image: url(/themes/custom/plus10/images/icons/text-x-generic.png);
}
.file--image {
  background-image: url(/themes/custom/plus10/images/icons/image-x-generic.png);
}
.p-parallax {
  position: relative;
  height: 40vh;
  overflow: hidden;
}
.p-parallax img {
  display: block;
  height: 50vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  will-change: transform;
}
@media (min-width: 768px) {
  .p-parallax {
    height: 60vh;
  }
  .p-parallax img {
    height: 70vh;
  }
}
.p-reveal-inner,
.p-reveal-group-item {
  will-change: transform;
}
.js .p-reveal-class {
  position: relative;
  opacity: 0;
  top: 30px;
  transition: opacity 1s 0.2s, top 1s 0.2s ease-out;
}
.js .p-visible {
  opacity: 1;
  top: 0;
}
.p-sticky {
  z-index: 3;
  will-change: transform;
}
