@charset "UTF-8";
.facet-component {
  box-sizing: border-box;
  background: transparent;
}

.facet-component label {
  background: transparent;
  color: #747474;
}

.facet-component input, .facet-component button {
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-color: inherit;
  cursor: pointer;
}

.facet-component input:hover, .facet-component button:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.facet-component input:active, .facet-component button:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

.facet-component input.button-secondary, .facet-component input.btn-secondary, .facet-component button.button-secondary, .facet-component button.btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

.facet-component input.button-secondary:hover, .facet-component input.btn-secondary:hover, .facet-component button.button-secondary:hover, .facet-component button.btn-secondary:hover {
  background-color: #9BCF10;
}

.facet-component input.button-secondary:active, .facet-component input.btn-secondary:active, .facet-component button.button-secondary:active, .facet-component button.btn-secondary:active {
  background-color: #80AD07;
}

.facet-component input.alert:not(:hover), .facet-component button.alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

.facet-component input.disabled, .facet-component input[disabled], .facet-component button.disabled, .facet-component button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.facet-component select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.facet-component:after {
  content: "";
  display: table;
  clear: both;
}

.facet-component .bottom-filter-button,
.facet-component .bottom-remove-filter {
  display: inline-block;
  vertical-align: bottom;
}

.facet-component .bottom-filter-button button,
.facet-component .bottom-filter-button input,
.facet-component .bottom-remove-filter button,
.facet-component .bottom-remove-filter input {
  margin-bottom: 0px;
  min-width: inherit;
  background-color: transparent;
}

.facet-component .bottom-remove-filter button,
.facet-component .bottom-remove-filter input {
  margin-left: 12px;
  min-width: inherit;
  border: none;
  font-weight: normal;
  text-decoration: underline;
  position: relative;
  padding-left: 12px;
  color: #317FCB;
}

.facet-component .bottom-remove-filter button::before,
.facet-component .bottom-remove-filter input::before {
  content: "x";
  display: inline-block;
  position: absolute;
  left: 0;
}

.facet-component .bottom-remove-filter:hover button,
.facet-component .bottom-remove-filter:hover input {
  background: transparent;
  color: #9BCF10;
}

.facet-component .bottom-remove-filter:active button,
.facet-component .bottom-remove-filter:active input {
  background: transparent;
}

.facet-component .bottom-remove-filter.hidden {
  display: none;
}

.facet-component .facet-heading {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  position: relative;
}

.facet-component .facet-heading .facet-title {
  display: inline-block;
  vertical-align: middle;
  padding-right: 16px;
  font-weight: 700;
}

.facet-component .facet-heading .clear-filter {
  display: inline-block;
  vertical-align: middle;
  border-radius: 15px;
  font-size: 10px;
  text-align: center !important;
  width: 15px;
  cursor: pointer;
  position: absolute;
  color: #747474;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  display: none;
}

.facet-component .facet-heading .clear-filter:hover {
  background: #e0e0e0;
  border-color: #adadad;
  text-decoration: none;
  color: #747474;
}

.facet-component .facet-heading .clear-filter.has-active-facet {
  background: #e0e0e0;
  color: #747474;
}

.facet-component .facet-heading .clear-filter.has-active-facet:hover {
  background: #e0e0e0;
  color: #747474;
}

.facet-component.inline .facet-heading {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.facet-component.inline .contentContainer {
  display: inline-block;
}

.facet-component.inline > .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facet-component.hide-heading .facet-heading {
  display: none;
}

.facet-component label {
  color: #434B52;
}

.facet-single-selection-list .contentContainer {
  vertical-align: top;
}

.facet-single-selection-list .facet-dropdown {
  margin: 10px 0;
}

.facet-single-selection-list .facet-dropdown select {
  min-width: 100%;
}

.facet-single-selection-list .facet-value input[type="checkbox"] {
  display: none;
}

.facet-single-selection-list .contentContainer {
  width: 100%;
}

.facet-single-selection-list .contentContainer .selected {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 40px !important;
}

.facet-single-selection-list .contentContainer .form-item-list {
  top: -webkit-calc(100% - 16px);
  top: calc(100% - 16px);
}

.facet-single-selection-list.dropdown .contentContainer {
  width: 462px;
}

.facet-single-selection-list.dropdown.disabled {
  background-color: inherit !important;
}

.facet-single-selection-list.dropdown.disabled .selected {
  background-color: #F9F9F9;
}

.facet-single-selection-list.inline .bottom-filter-button {
  margin-left: 16px;
}

.facet-single-selection-list:not(.dropdown) span.selected,
.facet-single-selection-list:not(.dropdown) .custom-arrow {
  display: none !important;
}

.facet-single-selection-list.hide-numbers .facet-count {
  display: none;
}

.facet-single-selection-list.buttons-checklist .component-content .contentContainer .facet-search-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facet-single-selection-list.buttons-checklist .component-content .contentContainer .facet-search-filter p:not(:last-child) {
  margin-right: 8px;
}

@media screen and (max-width: 991.98px) {
  .facet-single-selection-list.buttons-checklist.scroll-horizontal-mobile .component-content .contentContainer .facet-search-filter {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-calc(100% + 24px * 2);
    width: calc(100% + 24px * 2);
    overflow: auto;
    padding-bottom: 8px;
    margin-left: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .facet-single-selection-list.buttons-checklist.scroll-horizontal-mobile .component-content .contentContainer .facet-search-filter > p {
    white-space: nowrap;
  }
}

.facet-single-selection-list.white-themed {
  color: #FFF;
}

.facet-single-selection-list.white-themed .component-content .facet-heading .facet-title {
  color: #FFF;
}

.facet-single-selection-list.white-themed .facet-search-filter p label .label:not(:hover) {
  color: #FFF;
  border-color: #FFF;
}

.facet-single-selection-list.white-themed .facet-search-filter p.active-facet label:not(:hover) .label {
  color: #317FCB;
  background-color: #FFF;
}

.facet-single-selection-list.filter-button .facet-search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -4px;
  margin-right: -4px;
}

.facet-single-selection-list.filter-button .facet-search-filter li {
  padding: 4px 4px;
}

.facet-single-selection-list.small-spacing .component-content .contentContainer .facet-search-filter p {
  margin-bottom: 0;
  padding: 2px 0;
}

.facet-single-selection-list.small-spacing .component-content .contentContainer .facet-search-filter p label {
  margin-bottom: 0px;
}

.facet-single-selection-list.disable-bold .component-content .contentContainer .facet-search-filter p label {
  font-weight: 400;
}

.facet-single-selection-list.disable-bold .component-content .contentContainer .facet-search-filter p label .facet-count {
  color: #86929D;
}

.facet-single-selection-list.custom-form-select .component-content .facet-heading {
  margin-top: 16px;
}

.facet-single-selection-list.custom-form-select .component-content .custom-select .facet-search-filter .form-group:not(:last-child) {
  margin-bottom: 0px;
}

.facet-single-selection-list.loading-results {
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
  cursor: wait;
}

.facet-single-selection-list.loading-results:hover {
  cursor: wait;
}

.facet-single-selection-list.loading-results::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
  position: absolute;
}

.facet-single-selection-list.loading-results::before:hover {
  cursor: wait;
}

.facet-date-range .from-date,
.facet-date-range .to-date {
  margin-bottom: 0px;
  font-weight: 700;
}

.facet-date-range .date-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 767.98px) {
  .facet-date-range .date-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.facet-date-range .date-container .form-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0px;
}

@media screen and (max-width: 767.98px) {
  .facet-date-range .date-container .form-group {
    width: 100%;
  }
}

.facet-date-range .date-container .form-group.from-date {
  margin-right: 16px;
}

@media screen and (max-width: 767.98px) {
  .facet-date-range .date-container .form-group.from-date {
    margin-right: 0px;
  }
}

.facet-date-range .date-container .form-group > span {
  margin-right: 16px;
}

.facet-date-range .date-container .form-group > span:empty {
  display: none;
}

.facet-date-range .date-container .form-group .input-section {
  margin-top: 16px;
  margin-bottom: 16px;
}

.facet-date-range .date-container .form-group .input-section input {
  min-width: inherit;
  margin-bottom: 0px;
  min-height: 41px;
  font-weight: normal;
}

.facet-date-range .date-container .form-group .input-section input:hover {
  border: 1px solid #C8CBCD;
  color: #434B52;
}

.facet-date-range .date-container .form-group .input-section input:focus {
  border: 1px solid #317FCB;
}

.ui-datepicker-title select {
  color: #747474;
}

.facet-dropdown {
  margin: 10px 0;
}

.facet-dropdown select {
  min-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  position: relative;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.facet-managed-range {
  box-sizing: border-box;
}

.facet-managed-range .min-range-value, .facet-managed-range .max-range-value {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 49%;
  margin-bottom: 5px;
}

.facet-managed-range .min-range-value input[type=text], .facet-managed-range .max-range-value input[type=text] {
  min-width: 100%;
  width: 100%;
}

.facet-managed-range .min-range-value {
  float: left;
}

.facet-managed-range .max-range-value {
  float: right;
}

.facet-managed-range .bottom-remove-filter {
  float: left;
}

.facet-range-selector .slider-min-value {
  float: left;
  width: 4%;
  text-align: center;
}

.facet-range-selector .slider-max-value {
  float: right;
  width: 4%;
  text-align: center;
}

.facet-range-selector .slider-min-value + .ui-slider-horizontal {
  float: left;
  width: 88%;
  margin: 5px 2%;
}

.radius-filter label {
  background: transparent;
  color: #747474;
}

.radius-filter input, .radius-filter button {
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-color: inherit;
  cursor: pointer;
}

.radius-filter input:hover, .radius-filter button:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.radius-filter input:active, .radius-filter button:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

.radius-filter input.button-secondary, .radius-filter input.btn-secondary, .radius-filter button.button-secondary, .radius-filter button.btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

.radius-filter input.button-secondary:hover, .radius-filter input.btn-secondary:hover, .radius-filter button.button-secondary:hover, .radius-filter button.btn-secondary:hover {
  background-color: #9BCF10;
}

.radius-filter input.button-secondary:active, .radius-filter input.btn-secondary:active, .radius-filter button.button-secondary:active, .radius-filter button.btn-secondary:active {
  background-color: #80AD07;
}

.radius-filter input.alert:not(:hover), .radius-filter button.alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

.radius-filter input.disabled, .radius-filter input[disabled], .radius-filter button.disabled, .radius-filter button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.radius-filter select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.radius-filter .radius-button.selected {
  color: #89C6CC;
  background: #FFFFFF;
}

.radius-filter ul {
  height: 30px;
}

.radius-filter ul li {
  display: block;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #d2d2d2;
  float: left;
  padding: 5px 5px;
  cursor: pointer;
}

.radius-filter ul li:first-child {
  border-width: 1px;
}

.radius-filter .bottom-remove-filter {
  margin-bottom: 5px;
}

.ui-slider {
  position: relative;
  width: 80%;
  margin: 10px auto;
  text-align: left;
}

.ui-slider .ui-widget-header {
  border: 1px solid #89C6CC;
  background: #89C6CC;
  font-weight: bold;
}

.ui-slider .ui-widget-header a {
  color: #ffffff;
}

.slider-value {
  text-align: center;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
  font-weight: normal;
  color: #747474;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #d2d2d2;
  background: #dadada;
  font-weight: normal;
  color: #747474;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #d2d2d2;
  background: #dadada;
  font-weight: normal;
  color: #747474;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.load-more label, .load-more-custom label {
  background: transparent;
  color: #747474;
}

.load-more input, .load-more button, .load-more-custom input, .load-more-custom button {
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-color: inherit;
  cursor: pointer;
}

.load-more input:hover, .load-more button:hover, .load-more-custom input:hover, .load-more-custom button:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.load-more input:active, .load-more button:active, .load-more-custom input:active, .load-more-custom button:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

.load-more input.button-secondary, .load-more input.btn-secondary, .load-more button.button-secondary, .load-more button.btn-secondary, .load-more-custom input.button-secondary, .load-more-custom input.btn-secondary, .load-more-custom button.button-secondary, .load-more-custom button.btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

.load-more input.button-secondary:hover, .load-more input.btn-secondary:hover, .load-more button.button-secondary:hover, .load-more button.btn-secondary:hover, .load-more-custom input.button-secondary:hover, .load-more-custom input.btn-secondary:hover, .load-more-custom button.button-secondary:hover, .load-more-custom button.btn-secondary:hover {
  background-color: #9BCF10;
}

.load-more input.button-secondary:active, .load-more input.btn-secondary:active, .load-more button.button-secondary:active, .load-more button.btn-secondary:active, .load-more-custom input.button-secondary:active, .load-more-custom input.btn-secondary:active, .load-more-custom button.button-secondary:active, .load-more-custom button.btn-secondary:active {
  background-color: #80AD07;
}

.load-more input.alert:not(:hover), .load-more button.alert:not(:hover), .load-more-custom input.alert:not(:hover), .load-more-custom button.alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

.load-more input.disabled, .load-more input[disabled], .load-more button.disabled, .load-more button[disabled], .load-more-custom input.disabled, .load-more-custom input[disabled], .load-more-custom button.disabled, .load-more-custom button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.load-more select, .load-more-custom select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.load-more .component-content, .load-more-custom .component-content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.load-more .component-content .text-center, .load-more-custom .component-content .text-center {
  position: relative;
}

.load-more .component-content .text-center::before, .load-more .component-content .text-center::after, .load-more-custom .component-content .text-center::before, .load-more-custom .component-content .text-center::after {
  background-color: #E7E9EB;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  width: 100vw;
}

.load-more .component-content .text-center::before, .load-more-custom .component-content .text-center::before {
  right: 100%;
  top: 50%;
  bottom: 0px;
}

.load-more .component-content .text-center::after, .load-more-custom .component-content .text-center::after {
  left: 100%;
  top: 50%;
  bottom: 0px;
}

.load-more .component-content .text-center .loadmore-action, .load-more-custom .component-content .text-center .loadmore-action {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.load-more .component-content .text-center .loadmore-action input,
.load-more .component-content .text-center .loadmore-action input:hover, .load-more-custom .component-content .text-center .loadmore-action input,
.load-more-custom .component-content .text-center .loadmore-action input:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 0px;
  border-color: transparent;
  min-width: 0px;
  padding-left: 25px;
  padding-right: 0px;
}

.load-more .component-content .text-center .loadmore-action::before, .load-more-custom .component-content .text-center .loadmore-action::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/arrow-bottom-strong-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 18px;
  width: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.load-more .component-content .text-center .loadmore-action:hover::before, .load-more-custom .component-content .text-center .loadmore-action:hover::before {
  background-image: url(../images/icons/arrow-bottom-strong-lighter-green.svg);
}

.load-more .component-content .text-center .loadmore-action:active::before, .load-more-custom .component-content .text-center .loadmore-action:active::before {
  background-image: url(../images/icons/arrow-bottom-strong-darker-green.svg);
}

.load-more .component-content .text-center .loadmore-action:hover input, .load-more-custom .component-content .text-center .loadmore-action:hover input {
  color: #9BCF10;
}

.load-more.hidden, .load-more-custom.hidden {
  display: none !important;
}

.load-more[style="display: none;"], .load-more-custom[style="display: none;"] {
  display: none !important;
}

.load-more.force-display, .load-more-custom.force-display {
  display: block !important;
}

.load-more.force-display.d-none, .load-more-custom.force-display.d-none {
  display: none !important;
}

@media screen and (min-width: 991.98px) {
  .load-more.force-display.d-lg-block, .load-more-custom.force-display.d-lg-block {
    display: block !important;
  }
}

@media screen and (min-width: 767.98px) {
  .load-more.force-display.d-md-block, .load-more-custom.force-display.d-md-block {
    display: block !important;
  }
}

@media screen and (min-width: 575.98px) {
  .load-more.force-display.d-sm-block, .load-more-custom.force-display.d-sm-block {
    display: block !important;
  }
}

@media screen and (max-width: 575.98px) {
  .load-more.force-display.d-xs-block, .load-more-custom.force-display.d-xs-block {
    display: block !important;
  }
}

.location-filter {
  position: relative;
  padding: 5px 10px 15px 10px;
  margin: 0 0 20px 0;
}

.location-filter label {
  background: transparent;
  color: #747474;
}

.location-filter input, .location-filter button {
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-color: inherit;
  cursor: pointer;
}

.location-filter input:hover, .location-filter button:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.location-filter input:active, .location-filter button:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

.location-filter input.button-secondary, .location-filter input.btn-secondary, .location-filter button.button-secondary, .location-filter button.btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

.location-filter input.button-secondary:hover, .location-filter input.btn-secondary:hover, .location-filter button.button-secondary:hover, .location-filter button.btn-secondary:hover {
  background-color: #9BCF10;
}

.location-filter input.button-secondary:active, .location-filter input.btn-secondary:active, .location-filter button.button-secondary:active, .location-filter button.btn-secondary:active {
  background-color: #80AD07;
}

.location-filter input.alert:not(:hover), .location-filter button.alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

.location-filter input.disabled, .location-filter input[disabled], .location-filter button.disabled, .location-filter button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.location-filter select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.location-filter .twitter-typeahead {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.location-filter .tt-menu {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #d2d2d2;
}

.location-filter .tt-hint {
  color: #747474;
}

.location-filter .tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.location-filter .tt-suggestion {
  padding: 4px 10px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 8px 0px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #E7E9EB;
}

.location-filter .tt-suggestion a {
  text-decoration: none;
}

.location-filter .tt-suggestion:last-child {
  border: none;
}

.location-filter .tt-suggestion .field-title a {
  color: #434B52;
}

.location-filter .tt-suggestion:hover {
  cursor: pointer;
  color: #FFF !important;
  background-color: #9BCF10;
}

.location-filter .tt-suggestion .field-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.location-filter .tt-suggestion .field-make {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.location-filter .tt-suggestion .field-model {
  margin-left: 4px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

.location-filter .tt-suggestion .field-priceformatted {
  float: right;
  font-size: 15px;
  color: #89C6CC;
  margin-top: -20px;
}

.location-filter .tt-suggestion.tt-cursor {
  cursor: pointer;
  background-color: #9BCF10;
}

.location-filter .tt-suggestion.tt-cursor .field-title a {
  color: #FFF !important;
}

.location-filter.loading-in-progress .tt-dropdown-menu {
  display: block !important;
  min-height: 50px;
  position: relative;
}

.location-filter.loading-in-progress .tt-dropdown-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 50px;
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

.location-filter.loading-in-progress .tt-dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: 0.8;
  z-index: 10;
}

.location-filter .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-filter .component-content > div, .location-filter .component-content > button, .location-filter .component-content > label, .location-filter .component-content > input, .location-filter .component-content > span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.location-filter .component-content > label, .location-filter .component-content > button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.location-filter .component-content > label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.location-filter .component-content > input, .location-filter .component-content > span {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  width: auto;
  margin: 0 5px;
}

.location-filter .tt-hint::-webkit-input-placeholder {
  color: transparent;
}

.location-filter .tt-hint::-moz-placeholder {
  color: transparent;
}

.page-selector {
  text-align: center;
  padding: 10px 0 0 0;
}

.page-selector .page-selector-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 8px;
}

.page-selector .page-selector-list li.inactive a {
  color: #aaa;
  cursor: default;
}

.page-selector a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

.page-selector .page-selector-item-link {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: block;
  text-decoration: none;
  font-weight: normal;
  height: 28px;
  line-height: 22px;
  padding: 2px 9px;
  margin-left: 5px;
}

.page-selector .page-selector-item-link.active {
  font-weight: bold;
  color: #89C6CC;
  border: 1px solid #15909c;
  background: #f6f6f6;
}

.page-selector .page-selector-item-link:hover {
  color: #89C6CC;
  border: 1px solid #15909c;
  background: #f6f6f6;
}

.page-selector .page-selector-item-link.inactive {
  color: #aaa;
}

.page-size label {
  background: transparent;
  color: #747474;
}

.page-size input, .page-size button {
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-color: inherit;
  cursor: pointer;
}

.page-size input:hover, .page-size button:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.page-size input:active, .page-size button:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

.page-size input.button-secondary, .page-size input.btn-secondary, .page-size button.button-secondary, .page-size button.btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

.page-size input.button-secondary:hover, .page-size input.btn-secondary:hover, .page-size button.button-secondary:hover, .page-size button.btn-secondary:hover {
  background-color: #9BCF10;
}

.page-size input.button-secondary:active, .page-size input.btn-secondary:active, .page-size button.button-secondary:active, .page-size button.btn-secondary:active {
  background-color: #80AD07;
}

.page-size input.alert:not(:hover), .page-size button.alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

.page-size input.disabled, .page-size input[disabled], .page-size button.disabled, .page-size button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.page-size select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.page-size label {
  margin-right: 5px;
}

.page-size select {
  max-width: 100px;
  width: auto;
}

.search-results-count .progress {
  display: none;
}

.search-results-count .results-count {
  display: none;
}

.on-page-editor .results-count {
  display: inline-block;
}

.facet-single-selection-list {
  display: block;
}

.facet-single-selection-list .facet-search-filter {
  max-height: -webkit-calc(37px*6);
  max-height: calc(37px*6);
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 991.98px) {
  .facet-single-selection-list .facet-search-filter {
    max-height: -webkit-calc(21px*6);
    max-height: calc(21px*6);
  }
}

.facet-single-selection-list .facet-search-filter .facet-value {
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}

.facet-single-selection-list .facet-search-filter .facet-value:last-of-type {
  border-bottom: none;
}

.facet-single-selection-list.dropdown .facet-search-filter .facet-value {
  padding: 8px;
}

.facet-single-selection-list.custom-form-select-multiple .filterButton:not(.ready) {
  opacity: .3;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.variant-selector.component {
  margin: 30px 0 0 0;
}

.variant-selector .component-content > div {
  height: 30px;
  display: inline-block;
  width: 30px;
  margin: 2px;
  cursor: Pointer;
}

.variant-selector .variant-option {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.variant-selector .variant-option:before {
  content: "";
  display: block;
  height: 100%;
  font-size: 30px;
  width: 100%;
  text-align: center;
}

.variant-selector .variant-option.active-variant {
  color: #15909c;
}

.variant-selector .variant-option.horizontal:before {
  content: "";
}

.variant-selector .variant-option.horizontal.active-variant {
  color: #15909c;
}

.variant-selector .variant-option.vertical:before {
  content: "";
}

.variant-selector .variant-option.vertical.active-variant {
  color: #15909c;
}

.column-header-search .search-box {
  margin: 0;
  padding: 2px 10px 0 10px;
}

.search-box {
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}

.search-box label {
  background: transparent;
  color: #747474;
}

.search-box input, .search-box button {
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-color: inherit;
  cursor: pointer;
}

.search-box input:hover, .search-box button:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.search-box input:active, .search-box button:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

.search-box input.button-secondary, .search-box input.btn-secondary, .search-box button.button-secondary, .search-box button.btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

.search-box input.button-secondary:hover, .search-box input.btn-secondary:hover, .search-box button.button-secondary:hover, .search-box button.btn-secondary:hover {
  background-color: #9BCF10;
}

.search-box input.button-secondary:active, .search-box input.btn-secondary:active, .search-box button.button-secondary:active, .search-box button.btn-secondary:active {
  background-color: #80AD07;
}

.search-box input.alert:not(:hover), .search-box button.alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

.search-box input.disabled, .search-box input[disabled], .search-box button.disabled, .search-box button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.search-box select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.search-box .twitter-typeahead {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.search-box .tt-menu {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #d2d2d2;
}

.search-box .tt-hint {
  color: #747474;
}

.search-box .tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.search-box .tt-suggestion {
  padding: 4px 10px;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 8px 0px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #E7E9EB;
}

.search-box .tt-suggestion a {
  text-decoration: none;
}

.search-box .tt-suggestion:last-child {
  border: none;
}

.search-box .tt-suggestion .field-title a {
  color: #434B52;
}

.search-box .tt-suggestion:hover {
  cursor: pointer;
  color: #FFF !important;
  background-color: #9BCF10;
}

.search-box .tt-suggestion .field-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.search-box .tt-suggestion .field-make {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.search-box .tt-suggestion .field-model {
  margin-left: 4px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

.search-box .tt-suggestion .field-priceformatted {
  float: right;
  font-size: 15px;
  color: #89C6CC;
  margin-top: -20px;
}

.search-box .tt-suggestion.tt-cursor {
  cursor: pointer;
  background-color: #9BCF10;
}

.search-box .tt-suggestion.tt-cursor .field-title a {
  color: #FFF !important;
}

.search-box.loading-in-progress .tt-dropdown-menu {
  display: block !important;
  min-height: 50px;
  position: relative;
}

.search-box.loading-in-progress .tt-dropdown-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 50px;
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

.search-box.loading-in-progress .tt-dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: 0.8;
  z-index: 10;
}

.search-box input {
  text-align: left;
  border: 1px solid #C8CBCD;
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: -webkit-calc(64px * 2) !important;
  padding-right: calc(64px * 2) !important;
}

.search-box input:not(:placeholder-shown) {
  padding-right: -webkit-calc(64px * 2) !important;
  padding-right: calc(64px * 2) !important;
}

.search-box input:hover {
  border: 1px solid #C8CBCD;
  color: #434B52;
  cursor: text;
}

.search-box input:focus {
  border: 1px solid #317FCB;
}

.search-box.hide-button .search-box-button {
  display: none;
}

.search-box .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767.98px) {
  .search-box .component-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.search-box .component-content .search-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 462px;
  min-width: 300px;
}

@media screen and (max-width: 767.98px) {
  .search-box .component-content .search-box-container {
    max-width: inherit;
    width: 100%;
  }
}

.search-box .component-content .search-box-container button {
  border-radius: 0px;
  width: 64px;
  height: 100%;
  padding: 0px 0px 0px 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  min-width: 0;
  min-height: 0;
  top: 0px;
  right: 0px;
  font-size: 0px;
  position: relative;
  position: absolute;
  background: transparent;
  border: none;
}

.search-box .component-content .search-box-container button::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/search-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 24px;
  width: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.search-box .component-content .search-box-container button:hover::before {
  background-image: url(../images/icons/search-lighter-green.svg);
}

.search-box .component-content .search-box-container button:active::before {
  background-image: url(../images/icons/search-darker-green.svg);
}

.search-box .component-content .search-box-container button:hover {
  background: transparent;
  border: none;
}

.search-box .component-content .search-box-container button.disabled {
  background: transparent;
}

.search-box .component-content .search-box-container button:nth-of-type(1) {
  right: 64px;
  position: relative;
  position: absolute;
}

.search-box .component-content .search-box-container button:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/close-v2-main-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 24px;
  width: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.search-box .component-content .search-box-container button:nth-of-type(1):hover::before {
  background-image: url(../images/icons/close-v2-lighter-green.svg);
}

.search-box .component-content .search-box-container button:nth-of-type(1):active::before {
  background-image: url(../images/icons/close-v2-darker-green.svg);
}

.search-box .component-content .search-box-container button:nth-of-type(1)::after {
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #E7E9EB;
}

.search-box .component-content .search-box-container button:nth-of-type(1).focus-in {
  border-color: #317FCB;
}

.search-box .component-content .search-box-container button:nth-of-type(2):not(.ready) {
  opacity: .5;
  pointer-events: none;
}

.search-box .component-content > label,
.search-box .component-content > input,
.search-box .component-content > button {
  display: inline-block;
}

.search-box .component-content > input {
  width: auto;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin: 0 5px;
}

.search-box .component-content > label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.search-box .component-content > .twitter-typeahead {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  width: 462px;
  max-width: 462px;
}

@media screen and (max-width: 767.98px) {
  .search-box .component-content > .twitter-typeahead {
    width: 100%;
  }
}

.search-box .component-content > .twitter-typeahead .search-box-input.tt-input {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-box .component-content > button {
  min-width: inherit;
  margin-left: 16px;
}

@media screen and (max-width: 767.98px) {
  .search-box .component-content > button {
    margin-top: 16px;
  }
}

.search-box .search-box-input {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.search-box .search-box-input.tt-hint {
  margin-top: 0;
}

@media screen and (min-width: 767.98px) {
  .search-box.normal-search-btn input {
    padding-right: -webkit-calc(64px) !important;
    padding-right: calc(64px) !important;
  }
  .search-box.normal-search-btn input:not(:placeholder-shown) {
    padding-right: -webkit-calc(64px) !important;
    padding-right: calc(64px) !important;
  }
  .search-box.normal-search-btn .component-content .search-box-container button.search-box-button-clear {
    right: -webkit-calc(155px + 16px);
    right: calc(155px + 16px);
  }
  .search-box.normal-search-btn .component-content .search-box-container button.search-box-button-clear::after {
    display: none;
  }
  .search-box.normal-search-btn .component-content .search-box-container button:last-of-type {
    background-color: #317FCB;
    color: #FFF;
    border-color: #317FCB;
    position: relative;
    min-width: 155px;
    max-height: 40px;
    border-radius: 100px;
    font-size: 14px;
    margin-left: 16px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .search-box.normal-search-btn .component-content .search-box-container button:last-of-type:hover {
    background-color: #9BCF10;
    border-color: #9BCF10;
    color: #FFF;
  }
  .search-box.normal-search-btn .component-content .search-box-container button:last-of-type:active {
    background-color: #80AD07;
    border-color: #80AD07;
    color: #FFF;
  }
  .search-box.normal-search-btn .component-content .search-box-container button:last-of-type::before {
    display: none;
  }
}

.search-box.medium-search-box .component-content .search-box-container .twitter-typeahead {
  max-width: 407px;
}

@media screen and (max-width: 991.98px) {
  .search-box.medium-search-box .component-content .search-box-container .twitter-typeahead {
    width: 100% !important;
  }
}

.search-box.long-search-box .component-content .search-box-container {
  max-width: inherit;
}

.search-box.long-search-box .component-content .search-box-container .twitter-typeahead {
  max-width: 816px;
}

@media screen and (min-width: 1199.98px) {
  .search-box.long-search-box .component-content .search-box-container .twitter-typeahead {
    min-width: 462px;
  }
}

@media screen and (max-width: 991.98px) {
  .search-box.long-search-box .component-content .search-box-container .twitter-typeahead {
    width: 100% !important;
  }
}

.search-box.fede-dep .sugesstion-item > * {
  display: inline;
}

.sort-results label {
  background: transparent;
  color: #747474;
}

.sort-results input, .sort-results button {
  display: inline-block;
  border: 2px solid #317FCB;
  border-radius: 100px;
  line-height: 24px;
  padding: 6px 25px;
  min-width: 200px;
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
  color: #317FCB;
  background-color: inherit;
  cursor: pointer;
}

.sort-results input:hover, .sort-results button:hover {
  text-decoration: none;
  border: 2px solid #9BCF10;
  color: #9BCF10;
}

.sort-results input:active, .sort-results button:active {
  border: 2px solid #80AD07;
  color: #80AD07;
}

.sort-results input.button-secondary, .sort-results input.btn-secondary, .sort-results button.button-secondary, .sort-results button.btn-secondary {
  background-color: #317FCB;
  color: #FFF;
}

.sort-results input.button-secondary:hover, .sort-results input.btn-secondary:hover, .sort-results button.button-secondary:hover, .sort-results button.btn-secondary:hover {
  background-color: #9BCF10;
}

.sort-results input.button-secondary:active, .sort-results input.btn-secondary:active, .sort-results button.button-secondary:active, .sort-results button.btn-secondary:active {
  background-color: #80AD07;
}

.sort-results input.alert:not(:hover), .sort-results button.alert:not(:hover) {
  background-color: #E15554;
  border-color: #E15554;
}

.sort-results input.disabled, .sort-results input[disabled], .sort-results button.disabled, .sort-results button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.sort-results select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.sort-results select {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

.sort-results .facet-title {
  display: inline-block;
  margin-right: 5px;
}
