/* mixins.sass */
/* Global sass mixins */
/* Modal window */
/* Modal window open */
/* Short content fix - keep the footer at the bottom */
/* Box Shadow */
/* Button */
/* Button Colors */
/* CSS transitions */
/* Icons */
/* Calculate Aspect Ratios */
/* Image Hover Effect */
/* Containers for items in standard article etc. */
/* Toggle Arrows */
/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
/***********/
/* STYLES */
/***********/
.path-search .ds-content-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .path-search .ds-content-wrapper {
    padding: 0 15px;
  }
}
.path-search main .block-views-exposed-filter-blocksearch-content-page-1 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 800px) {
  .path-search main .bef-exposed-form .bef--secondary .details-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.path-search main .bef-exposed-form .form-item {
  margin-top: 0;
  margin-bottom: 1rem;
}
.path-search main .bef-exposed-form .form-item-keyword {
  margin-bottom: 2rem;
}