/* IMPORTS */
/**
 * IMPORTS styles
 * import adds all the default scss files for theming
 * You will need to import it at the beginning of a scss file.
 * Example @import "scss/import";
 */
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
/**
 * Stylesheet for View: Software Downloads
 */
@media (min-width: 768px) {
  .view-display-id-software_downloads .views-exposed-form .form-row fieldset {
    flex: 1;
  }
}
/*# sourceMappingURL=views-view--software-downloads.css.map */
