._viewNav_13vle_1 {
  display: flex;
  flex: none;
  width: 100%;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Hide header when no content */
._viewNav_13vle_1:empty {
  display: none;
}

._wrapper_13vle_14 {
  position: relative;
  width: 100%;
  height: 100%;
}

._cardGalleryContainer_13vle_20 {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
}

._viewContent_13vle_36 {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  margin: 0 1rem 2rem 2rem;
  padding: 0 1rem 2rem 2rem;
}

._headerContent_13vle_45 {
  margin: 2rem 0;
}

._bodyContent_13vle_49 {
  display: flex;
  flex-grow: 1;
}

._leftHandContent_13vle_54 {
  flex: 0 0 auto;
}

._rightHandContent_13vle_58 {
  flex: 1;
  padding: 0 1.5rem;
}

._mainContent_13vle_63 {
  flex: 1;
}

._detailPanel_13vle_67 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 11;
}

._controls_13vle_75 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  color: var(--color-gray-600);
}

._resultsCount_13vle_84 {
  margin-right: auto;
}

._mobileControls_13vle_88 {
  display: none;
}

._mobileTopNav_13vle_92 {
  display: none;
}

._search_13vle_96 {
  max-width: 18rem;
}

@media only screen and (max-width: 700px) {
  ._leftHandContentClosed_13vle_101 {
    display: none;
  }

  ._leftHandContent_13vle_54 {
    margin: 0 1rem;
  }

  ._viewContent_13vle_36 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  ._viewNav_13vle_1 {
    margin-right: 3rem;
  }

  ._bodyContent_13vle_49 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  ._detailPanel_13vle_67 {
    position: unset;
    top: unset;
    right: unset;
    float: left;
    max-width: 100%;
    z-index: 31;
  }

  ._headerContent_13vle_45 {
    text-align: center;
  }

  ._mainContent_13vle_63 {
    justify-content: center;
    padding: 0;
  }

  ._controls_13vle_75 {
    display: none;
  }

  ._mobileControls_13vle_88 {
    display: block;
  }

  ._bottomControls_13vle_150 {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 1rem 0 0;
  }

  ._search_13vle_96 {
    display: none;
  }

  ._mobileTopNav_13vle_92 {
    display: flex;
    padding-bottom: 1rem;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
  }

  ._mobileSearch_13vle_170 {
    flex: 1 0 auto;
  }

  ._mobileFilterToggle_13vle_174 {
    display: block;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    padding: 6px;
    font-size: 8px;
    margin: 0 5px;
    cursor: pointer;
    text-align: center;
    /* stylelint-disable-next-line declaration-no-important */
    background-color: var(--color-gray-100) !important;
    /* stylelint-disable-next-line declaration-no-important */
    color: var(--color-gray-600) !important;
  }

  ._mobileFilterToggle_13vle_174 > * {
    vertical-align: middle;
  }

  ._mobileFilterPanelShown_13vle_194 {
    /* !important to override default of button */
    /* stylelint-disable-next-line declaration-no-important */
    color: var(--color-primary) !important;
  }
}
