/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.tile-checkbox[data-v-9b6643fb] {
  float: left;
  padding: 0px;
  width: 44px;
  height: 44px;
  border: 0;
  text-align: center;
  margin: 0px 12px 12px 0px;
}
@media (min-width: 1025px) {
.tile-checkbox[data-v-9b6643fb] {
    width: 44px;
    height: 44px;
    margin: 0px 4px 4px 0px;
}
}
.tile-checkbox .control-label[data-v-9b6643fb] {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tile-checkbox .control-label .checkbox-text[data-v-9b6643fb] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .tile-checkbox .control-label .checkbox-text[data-v-9b6643fb], .-bg-section-dark .tile-checkbox .control-label .checkbox-text[data-v-9b6643fb], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .checkbox-text[data-v-9b6643fb] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-checkbox .control-label .checkbox-text a[data-v-9b6643fb] {
  color: #000000;
}
.-bg-dark .tile-checkbox .control-label .checkbox-text a[data-v-9b6643fb], .-bg-section-dark .tile-checkbox .control-label .checkbox-text a[data-v-9b6643fb], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .checkbox-text a[data-v-9b6643fb] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-checkbox .control-label .check-tile[data-v-9b6643fb] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .tile-checkbox .control-label .check-tile[data-v-9b6643fb], .-bg-section-dark .tile-checkbox .control-label .check-tile[data-v-9b6643fb], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .check-tile[data-v-9b6643fb] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-checkbox .control-label .check-tile a[data-v-9b6643fb] {
  color: #000000;
}
.-bg-dark .tile-checkbox .control-label .check-tile a[data-v-9b6643fb], .-bg-section-dark .tile-checkbox .control-label .check-tile a[data-v-9b6643fb], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .check-tile a[data-v-9b6643fb] {
  color: #ffffff;
  fill: #ffffff;
}
.tile-checkbox .control-label .check-tile[data-v-9b6643fb] {
  line-height: 28px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  text-transform: capitalize;
  color: #000000;
  transition: background-color 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
}
@media (min-width: 1025px) {
.tile-checkbox .control-label .check-tile[data-v-9b6643fb] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .tile-checkbox .control-label .check-tile[data-v-9b6643fb], .-bg-section-dark .tile-checkbox .control-label .check-tile[data-v-9b6643fb], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .check-tile[data-v-9b6643fb] {
    color: #ffffff;
    fill: #ffffff;
}
.tile-checkbox .control-label .check-tile a[data-v-9b6643fb] {
    color: #000000;
}
.-bg-dark .tile-checkbox .control-label .check-tile a[data-v-9b6643fb], .-bg-section-dark .tile-checkbox .control-label .check-tile a[data-v-9b6643fb], .-bg-page-dark .-bg-section-transparent .tile-checkbox .control-label .check-tile a[data-v-9b6643fb] {
    color: #ffffff;
    fill: #ffffff;
}
.tile-checkbox .control-label .check-tile[data-v-9b6643fb] {
    line-height: unset;
}
}
.tile-checkbox .control-label .check-tile.wrap[data-v-9b6643fb] {
  white-space: normal;
}
.tile-checkbox .control-label .check-tile.hovered[data-v-9b6643fb] {
  background-color: #e9e9e9;
  border-radius: 4px;
  border: none;
}
.tile-checkbox .control-label .check-tile.hovered a[data-v-9b6643fb] {
  color: #000000;
}
.tile-checkbox .control-label .check-tile .loading-indicator[data-v-9b6643fb] {
  width: 20px;
  height: 20px;
  background-image: url("/ngsa/images/mobile-loader.gif");
  background-size: 20px 20px;
  cursor: not-allowed;
}
.tile-checkbox .control-label input[type=checkbox]:checked + .check-tile[data-v-9b6643fb] {
  border: 2px solid #000000;
  border-radius: 4px;
  font-weight: bold;
}
.tile-checkbox .control-label input[type=checkbox]:checked + .check-tile.hovered[data-v-9b6643fb] {
  background-color: transparent;
}
.tile-checkbox .unavailable[data-v-9b6643fb] {
  background: none;
  color: #6e6e6e;
  text-decoration: line-through;
  cursor: not-allowed;
}
.tile-checkbox .unavailable .check-tile[data-v-9b6643fb] {
  pointer-events: none;
  color: #6e6e6e;
}
.tile-checkbox .unavailable .check-tile .checkbox-text[data-v-9b6643fb] {
  color: #6e6e6e;
}
.tile-checkbox .sr-only[data-v-9b6643fb] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.radio-group__wrapper[data-v-ccb56dae] {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.radio-group input[type=radio]:checked + .radio-group__label.is-processed[data-v-ccb56dae]::after {
  content: "";
  background-color: #000000;
  height: 8px;
  width: 8px;
  left: 4px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.radio-group__label[data-v-ccb56dae] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .radio-group__label[data-v-ccb56dae], .-bg-section-dark .radio-group__label[data-v-ccb56dae], .-bg-page-dark .-bg-section-transparent .radio-group__label[data-v-ccb56dae] {
  color: #ffffff;
  fill: #ffffff;
}
.radio-group__label a[data-v-ccb56dae] {
  color: #000000;
}
.-bg-dark .radio-group__label a[data-v-ccb56dae], .-bg-section-dark .radio-group__label a[data-v-ccb56dae], .-bg-page-dark .-bg-section-transparent .radio-group__label a[data-v-ccb56dae] {
  color: #ffffff;
  fill: #ffffff;
}
.radio-group__label[data-v-ccb56dae] {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.radio-group__label[data-v-ccb56dae]:before {
  content: "";
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.radio-group__label.is-loading[data-v-ccb56dae]::after {
  content: "";
  position: absolute;
  left: 0px;
  height: 16px;
  width: 16px;
  background-image: url("/ngsa/images/mobile-loader.gif");
  background-size: 20px 20px;
  cursor: not-allowed;
}
.radio-group__label.is-loading[data-v-ccb56dae]::before {
  border: none;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.form-group[data-v-98eebc03] {
  margin-bottom: 1rem;
}
.form-group.checkbox[data-v-98eebc03] {
  margin: 15px 0px 5px 0px;
}
.form-group.checkbox.facet-option[data-v-98eebc03] {
  margin: 0px 0px 10px 0px;
}
.form-group[data-v-98eebc03] .control-label {
  position: relative;
  width: 100%;
}
.form-group[data-v-98eebc03] .control-label.unavailable {
  background: none;
  color: #6e6e6e;
  cursor: not-allowed;
}
.form-group[data-v-98eebc03] .control-label.unavailable .check-tile {
  pointer-events: none;
  color: #6e6e6e;
}
.form-group[data-v-98eebc03] .control-label.unavailable .check-tile .labelText {
  color: #6e6e6e;
}
.form-group[data-v-98eebc03] .control-label.unavailable .check-tile .form-control-checkbox {
  border: 1px solid #6e6e6e;
}
.form-group[data-v-98eebc03] .control-label .loading-indicator {
  margin-right: 10px;
  margin-left: -4px;
  margin-top: 2px;
  float: left;
  width: 20px;
  height: 20px;
  background-image: url("/ngsa/images/mobile-loader.gif");
  background-size: 20px 20px;
  cursor: not-allowed;
}
.form-group__checkmark[data-v-98eebc03] {
  width: 10px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  left: 2px;
  top: 8px;
  stroke: currentColor;
  stroke-width: 4;
}
.form-group.facet-option-star-rating[data-v-98eebc03] .control-label .loading-indicator {
  margin-right: 0px;
  margin-left: 0px;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  background-size: 15px 15px;
}
.labelText[data-v-98eebc03] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .labelText[data-v-98eebc03], .-bg-section-dark .labelText[data-v-98eebc03], .-bg-page-dark .-bg-section-transparent .labelText[data-v-98eebc03] {
  color: #ffffff;
  fill: #ffffff;
}
.labelText a[data-v-98eebc03] {
  color: #000000;
}
.-bg-dark .labelText a[data-v-98eebc03], .-bg-section-dark .labelText a[data-v-98eebc03], .-bg-page-dark .-bg-section-transparent .labelText a[data-v-98eebc03] {
  color: #ffffff;
  fill: #ffffff;
}
.labelText[data-v-98eebc03] {
  margin-left: 10px;
  margin-bottom: 0px;
  width: calc(100% - 40px);
}
.labelCount[data-v-98eebc03] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .labelCount[data-v-98eebc03], .-bg-section-dark .labelCount[data-v-98eebc03], .-bg-page-dark .-bg-section-transparent .labelCount[data-v-98eebc03] {
  color: #ffffff;
  fill: #ffffff;
}
.labelCount a[data-v-98eebc03] {
  color: #000000;
}
.-bg-dark .labelCount a[data-v-98eebc03], .-bg-section-dark .labelCount a[data-v-98eebc03], .-bg-page-dark .-bg-section-transparent .labelCount a[data-v-98eebc03] {
  color: #ffffff;
  fill: #ffffff;
}
.labelCount[data-v-98eebc03] {
  color: #6e6e6e;
  margin-left: 8px;
}
.error-msg[data-v-98eebc03] {
  color: #990611;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .error-msg[data-v-98eebc03], .-bg-section-dark .error-msg[data-v-98eebc03], .-bg-page-dark .-bg-section-transparent .error-msg[data-v-98eebc03] {
  color: #ffffff;
  fill: #ffffff;
}
.error-msg a[data-v-98eebc03] {
  color: #000000;
}
.-bg-dark .error-msg a[data-v-98eebc03], .-bg-section-dark .error-msg a[data-v-98eebc03], .-bg-page-dark .-bg-section-transparent .error-msg a[data-v-98eebc03] {
  color: #ffffff;
  fill: #ffffff;
}
.form-control-checkbox[data-v-98eebc03] {
  background-color: #f3f3f3;
  border: solid 1px #c9c9c9;
  float: left;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0px !important;
  text-align: center;
  margin-left: -1px;
  margin-top: -5px;
  display: block;
}
.form-control-checkbox.invalid[data-v-98eebc03] {
  border-color: #c41320;
  background-color: #fff4f5;
}
.checkContainer.disabled-link[data-v-98eebc03], .checkContainer.disabled-container[data-v-98eebc03] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.facet-option .control-label[data-v-98eebc03] {
  margin-bottom: 0px;
}
.facet-option .control-label .form-control-checkbox[data-v-98eebc03] {
  background: transparent;
  border: 1px solid #000000;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.facet-option .labelText[data-v-98eebc03] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .facet-option .labelText[data-v-98eebc03], .-bg-section-dark .facet-option .labelText[data-v-98eebc03], .-bg-page-dark .-bg-section-transparent .facet-option .labelText[data-v-98eebc03] {
  color: #ffffff;
  fill: #ffffff;
}
.facet-option .labelText a[data-v-98eebc03] {
  color: #000000;
}
.-bg-dark .facet-option .labelText a[data-v-98eebc03], .-bg-section-dark .facet-option .labelText a[data-v-98eebc03], .-bg-page-dark .-bg-section-transparent .facet-option .labelText a[data-v-98eebc03] {
  color: #ffffff;
  fill: #ffffff;
}
.facet-option .labelText[data-v-98eebc03] {
  margin-bottom: 0px;
}
.sr-only[data-v-98eebc03] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.facet-name[data-v-98eebc03] {
  display: inline-block;
  width: fit-content !important;
  vertical-align: text-top;
}
@media (min-width: 1025px) {
.facet-name[data-v-98eebc03] .overall-rating {
    margin-top: 1px;
    margin-bottom: 0px;
}
}
.facet-name[data-v-98eebc03] .overall-rating .overall-rating-stars-container {
  margin-top: 0px !important;
  margin-right: 0px !important;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.selectionBody[data-v-be076cca] {
  margin: 8px 0px 20px;
  transition: 0.5s;
  background-color: transparent;
}
.selectionBody .card-body[data-v-be076cca] {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0px 1px;
}
.selectionBody .card-body .parent-category-link[data-v-be076cca] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .parent-category-link[data-v-be076cca], .-bg-section-dark .selectionBody .card-body .parent-category-link[data-v-be076cca], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .parent-category-link[data-v-be076cca] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .parent-category-link a[data-v-be076cca] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .parent-category-link a[data-v-be076cca], .-bg-section-dark .selectionBody .card-body .parent-category-link a[data-v-be076cca], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .parent-category-link a[data-v-be076cca] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .parent-category-link[data-v-be076cca] {
  text-transform: none;
  color: #000000;
  display: block;
  padding-bottom: 32px;
}
@media (min-width: 1025px) {
.selectionBody .card-body .parent-category-link[data-v-be076cca] {
    padding-bottom: 24px;
}
}
.selectionBody .card-body .category-link[data-v-be076cca] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link[data-v-be076cca], .-bg-section-dark .selectionBody .card-body .category-link[data-v-be076cca], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link[data-v-be076cca] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .category-link a[data-v-be076cca] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link a[data-v-be076cca], .-bg-section-dark .selectionBody .card-body .category-link a[data-v-be076cca], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link a[data-v-be076cca] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .category-link[data-v-be076cca] {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
}
@media (min-width: 1025px) {
.selectionBody .card-body .category-link[data-v-be076cca] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link[data-v-be076cca], .-bg-section-dark .selectionBody .card-body .category-link[data-v-be076cca], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link[data-v-be076cca] {
    color: #ffffff;
    fill: #ffffff;
}
.selectionBody .card-body .category-link a[data-v-be076cca] {
    color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link a[data-v-be076cca], .-bg-section-dark .selectionBody .card-body .category-link a[data-v-be076cca], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link a[data-v-be076cca] {
    color: #ffffff;
    fill: #ffffff;
}
.selectionBody .card-body .category-link[data-v-be076cca] {
    line-height: 8px;
}
}
.selectionBody .card-body .category-link[data-v-be076cca]:hover {
  color: #000000;
  text-decoration: underline;
}
.selectionBody .card-body .category-link.selected[data-v-be076cca] {
  line-height: 24px;
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 1025px) {
.selectionBody .card-body .category-link.selected[data-v-be076cca] {
    line-height: 8px;
}
}
.selectionBody .card-body .category-link.child[data-v-be076cca] {
  margin-left: 16px;
}
.selectionBody .card-body .facet-option[data-v-be076cca] .form-control-checkbox {
  margin-right: 12px;
}
.selectionBody .card-body .facet-option[data-v-be076cca] .control-label {
  margin-left: 0px;
}
.selectionBody .card-body .facet-option[data-v-be076cca]:last-child {
  margin-bottom: 16px;
  cursor: pointer;
}
.selectionBody .card-body .tiles-wrapper[data-v-be076cca] {
  display: block;
}
@media (min-width: 1025px) {
.selectionBody .card-body .tiles-wrapper[data-v-be076cca] {
    max-width: 200px;
}
}
.selectionBody .card-body .tiles-wrapper[data-v-be076cca]:after {
  content: "";
  display: table;
  clear: both;
}
.selectionBody .card-body .tiles-wrapper .facet-tile-option[data-v-be076cca] {
  cursor: pointer;
}
.selectionBody .card-body .tiles-wrapper .facet-tile-option[data-v-be076cca]:last-child {
  margin-bottom: 16px;
}
.selectionBody .card-body .see-more[data-v-be076cca],
.selectionBody .card-body .see-less[data-v-be076cca] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .see-more[data-v-be076cca], .-bg-section-dark .selectionBody .card-body .see-more[data-v-be076cca], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-more[data-v-be076cca],
.-bg-dark .selectionBody .card-body .see-less[data-v-be076cca],
.-bg-section-dark .selectionBody .card-body .see-less[data-v-be076cca],
.-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-less[data-v-be076cca] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .see-more a[data-v-be076cca],
.selectionBody .card-body .see-less a[data-v-be076cca] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .see-more a[data-v-be076cca], .-bg-section-dark .selectionBody .card-body .see-more a[data-v-be076cca], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-more a[data-v-be076cca],
.-bg-dark .selectionBody .card-body .see-less a[data-v-be076cca],
.-bg-section-dark .selectionBody .card-body .see-less a[data-v-be076cca],
.-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-less a[data-v-be076cca] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .see-more[data-v-be076cca],
.selectionBody .card-body .see-less[data-v-be076cca] {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  margin: 8px 0px 16px 0px;
  padding: 0px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.selectionBody .card-body[data-v-be076cca] .svg-icon {
  margin-right: 1.5px;
}
.selectionBody.collapsed[data-v-be076cca] {
  height: 0;
}
.selectionBody.disabled[data-v-be076cca] {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.selectionBody .link-tile-checkbox[data-v-be076cca],
.selectionBody .link-checkbox[data-v-be076cca],
.selectionBody .link-star-rating[data-v-be076cca] {
  display: none;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.selectionBody[data-v-9937ed6d] {
  margin: 8px 0px 20px;
  transition: 0.5s;
  background-color: transparent;
}
.selectionBody .card-body[data-v-9937ed6d] {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0px 1px;
}
.selectionBody .card-body .parent-category-link[data-v-9937ed6d] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .parent-category-link[data-v-9937ed6d], .-bg-section-dark .selectionBody .card-body .parent-category-link[data-v-9937ed6d], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .parent-category-link[data-v-9937ed6d] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .parent-category-link a[data-v-9937ed6d] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .parent-category-link a[data-v-9937ed6d], .-bg-section-dark .selectionBody .card-body .parent-category-link a[data-v-9937ed6d], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .parent-category-link a[data-v-9937ed6d] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .parent-category-link[data-v-9937ed6d] {
  text-transform: none;
  color: #000000;
  display: block;
  padding-bottom: 32px;
}
@media (min-width: 1025px) {
.selectionBody .card-body .parent-category-link[data-v-9937ed6d] {
    padding-bottom: 24px;
}
}
.selectionBody .card-body .category-link[data-v-9937ed6d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link[data-v-9937ed6d], .-bg-section-dark .selectionBody .card-body .category-link[data-v-9937ed6d], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link[data-v-9937ed6d] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .category-link a[data-v-9937ed6d] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link a[data-v-9937ed6d], .-bg-section-dark .selectionBody .card-body .category-link a[data-v-9937ed6d], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link a[data-v-9937ed6d] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .category-link[data-v-9937ed6d] {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
}
@media (min-width: 1025px) {
.selectionBody .card-body .category-link[data-v-9937ed6d] {
    font-family: "DenimINK-Regular", Arial, sans-serif;
    font-style: normal;
    line-height: 1.4;
    font-size: 12px;
    letter-spacing: 0rem;
    text-transform: none;
    color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link[data-v-9937ed6d], .-bg-section-dark .selectionBody .card-body .category-link[data-v-9937ed6d], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link[data-v-9937ed6d] {
    color: #ffffff;
    fill: #ffffff;
}
.selectionBody .card-body .category-link a[data-v-9937ed6d] {
    color: #000000;
}
.-bg-dark .selectionBody .card-body .category-link a[data-v-9937ed6d], .-bg-section-dark .selectionBody .card-body .category-link a[data-v-9937ed6d], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .category-link a[data-v-9937ed6d] {
    color: #ffffff;
    fill: #ffffff;
}
.selectionBody .card-body .category-link[data-v-9937ed6d] {
    line-height: 8px;
}
}
.selectionBody .card-body .category-link[data-v-9937ed6d]:hover {
  color: #000000;
  text-decoration: underline;
}
.selectionBody .card-body .category-link.selected[data-v-9937ed6d] {
  line-height: 24px;
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 1025px) {
.selectionBody .card-body .category-link.selected[data-v-9937ed6d] {
    line-height: 8px;
}
}
.selectionBody .card-body .category-link.child[data-v-9937ed6d] {
  margin-left: 16px;
}
.selectionBody .card-body .facet-option[data-v-9937ed6d] .form-control-checkbox {
  margin-right: 12px;
}
.selectionBody .card-body .facet-option[data-v-9937ed6d] .control-label {
  margin-left: 0px;
}
.selectionBody .card-body .facet-option[data-v-9937ed6d]:last-child {
  margin-bottom: 16px;
  cursor: pointer;
}
.selectionBody .card-body .tiles-wrapper[data-v-9937ed6d] {
  display: block;
}
@media (min-width: 1025px) {
.selectionBody .card-body .tiles-wrapper[data-v-9937ed6d] {
    max-width: 200px;
}
}
.selectionBody .card-body .tiles-wrapper[data-v-9937ed6d]:after {
  content: "";
  display: table;
  clear: both;
}
.selectionBody .card-body .tiles-wrapper .facet-tile-option[data-v-9937ed6d] {
  cursor: pointer;
}
.selectionBody .card-body .tiles-wrapper .facet-tile-option[data-v-9937ed6d]:last-child {
  margin-bottom: 16px;
}
.selectionBody .card-body .see-more[data-v-9937ed6d],
.selectionBody .card-body .see-less[data-v-9937ed6d] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .selectionBody .card-body .see-more[data-v-9937ed6d], .-bg-section-dark .selectionBody .card-body .see-more[data-v-9937ed6d], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-more[data-v-9937ed6d],
.-bg-dark .selectionBody .card-body .see-less[data-v-9937ed6d],
.-bg-section-dark .selectionBody .card-body .see-less[data-v-9937ed6d],
.-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-less[data-v-9937ed6d] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .see-more a[data-v-9937ed6d],
.selectionBody .card-body .see-less a[data-v-9937ed6d] {
  color: #000000;
}
.-bg-dark .selectionBody .card-body .see-more a[data-v-9937ed6d], .-bg-section-dark .selectionBody .card-body .see-more a[data-v-9937ed6d], .-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-more a[data-v-9937ed6d],
.-bg-dark .selectionBody .card-body .see-less a[data-v-9937ed6d],
.-bg-section-dark .selectionBody .card-body .see-less a[data-v-9937ed6d],
.-bg-page-dark .-bg-section-transparent .selectionBody .card-body .see-less a[data-v-9937ed6d] {
  color: #ffffff;
  fill: #ffffff;
}
.selectionBody .card-body .see-more[data-v-9937ed6d],
.selectionBody .card-body .see-less[data-v-9937ed6d] {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  margin: 8px 0px 16px 0px;
  padding: 0px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.selectionBody .card-body[data-v-9937ed6d] .svg-icon {
  margin-right: 1.5px;
}
.selectionBody.collapsed[data-v-9937ed6d] {
  height: 0;
}
.selectionBody.disabled[data-v-9937ed6d] {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.selectionBody .link-checkbox[data-v-9937ed6d],
.selectionBody .link-tile-checkbox[data-v-9937ed6d],
.selectionBody .link-star-rating[data-v-9937ed6d] {
  display: none;
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.card[data-v-078ef168] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border: none;
  border-radius: 0;
}
.card .card-header[data-v-078ef168] {
  border: none;
  background-color: #ffffff;
  padding: 8px 32px;
  margin-bottom: 0px;
}
@media (min-width: 1025px) {
.card .card-header[data-v-078ef168] {
    padding: 4px 0px 3px 0px;
}
}
.card .card-header.collapsed[data-v-078ef168] {
  height: 0;
}
.card .card-header.child-header[data-v-078ef168] {
  padding: 0px;
}
.card .card-header h3[data-v-078ef168] {
  margin-top: 10px;
}
.card .card-header h3 .facet-label[data-v-078ef168] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .card .card-header h3 .facet-label[data-v-078ef168], .-bg-section-dark .card .card-header h3 .facet-label[data-v-078ef168], .-bg-page-dark .-bg-section-transparent .card .card-header h3 .facet-label[data-v-078ef168] {
  color: #ffffff;
  fill: #ffffff;
}
.card .card-header h3 .facet-label a[data-v-078ef168] {
  color: #000000;
}
.-bg-dark .card .card-header h3 .facet-label a[data-v-078ef168], .-bg-section-dark .card .card-header h3 .facet-label a[data-v-078ef168], .-bg-page-dark .-bg-section-transparent .card .card-header h3 .facet-label a[data-v-078ef168] {
  color: #ffffff;
  fill: #ffffff;
}
.card .card-header h3 .facet-label[data-v-078ef168] {
  text-transform: capitalize;
}
.card.collapsed[data-v-078ef168] {
  height: 0;
}
.card.disabled[data-v-078ef168] {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sizeWidthCard[data-v-078ef168] {
  border-top: none !important;
}