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

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

.facet-component input,
.facet-component button {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  color: #000000;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.25rem;
}

.facet-component input:focus {
  border: 1px solid #b2b2b2;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.facet-component input[type="reset"],
.facet-component input[type="button"],
.facet-component button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}

@media (prefers-reduced-motion) {
  .facet-component input[type="reset"],
  .facet-component input[type="button"],
  .facet-component button {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.facet-component input[type="reset"] + [class*="button-"],
.facet-component input[type="reset"] + .button,
.facet-component input[type="reset"] + .facet-component input[type="reset"],
.facet-component input[type="button"] + [class*="button-"],
.facet-component input[type="button"] + .button,
.facet-component input[type="button"] + .facet-component input[type="reset"],
.facet-component button + [class*="button-"],
.facet-component button + .button,
.facet-component button + .facet-component input[type="reset"],
.facet-component input[type="reset"] + .facet-component input[type="button"],
.facet-component input[type="button"] + .facet-component input[type="button"],
.facet-component button + .facet-component input[type="button"],
.facet-component input[type="reset"] + .facet-component button,
.facet-component input[type="button"] + .facet-component button,
.facet-component button + .facet-component button {
  margin-left: 1rem;
}

.facet-component input[type="reset"]:hover,
.facet-component input[type="button"]:hover,
.facet-component button:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.facet-component input[type="reset"]:active,
.facet-component input[type="button"]:active,
.facet-component button:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.facet-component input[type="reset"]:focus,
.facet-component input[type="button"]:focus,
.facet-component button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.facet-component input[type="reset"]:disabled,
.facet-component input[type="reset"].disabled,
.facet-component input[type="button"]:disabled,
.facet-component input[type="button"].disabled,
.facet-component button:disabled,
.facet-component button.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.facet-component input[type="reset"].large,
.facet-component input[type="button"].large,
.facet-component button.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .facet-component input[type="reset"].large,
  .facet-component input[type="button"].large,
  .facet-component button.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.facet-component input[type="reset"].small,
.facet-component input[type="button"].small,
.facet-component button.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.facet-component input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
}

@media (prefers-reduced-motion) {
  .facet-component input[type="submit"] {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.facet-component input[type="submit"] + [class*="button-"],
.facet-component input[type="submit"] + .button,
.facet-component input[type="submit"] + .facet-component input[type="submit"] {
  margin-left: 1rem;
}

.facet-component input[type="submit"]:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.facet-component input[type="submit"]:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.facet-component input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.facet-component input[type="submit"]:disabled,
.facet-component input[type="submit"].disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.facet-component input[type="submit"].large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .facet-component input[type="submit"].large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.facet-component input[type="submit"].small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.facet-component input[type="submit"]:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

.facet-component input[type="submit"]:focus {
  color: #ffffff;
  border-color: transparent;
}

.facet-component input[type="submit"]:active {
  background-color: #03335f;
  color: #ffffff;
  border-color: #03335f;
}

.facet-component input[type="submit"]:disabled,
.facet-component input[type="submit"].disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

.facet-component input::-moz-focus-inner,
.facet-component button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.facet-component input[type="text"] {
  font-size: 13px;
}
/* Changes by Naresh for background */
.facet-component input[type="text"],
.facet-component input[type="email"],
.facet-component input[type="password"],
.facet-component textarea,
.facet-component select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
  /* background: #fff; */
  background-image: none !important;
  border: 1px solid #b2b2b2;
}

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

.facet-component .bottom-filter-button {
  float: right;
}

.facet-component .facet-heading {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b2b2b2;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  position: relative;
}

.facet-component .facet-heading .facet-title {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  padding-right: 25px;
}

.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: #000000;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
}

.facet-component .facet-heading .clear-filter:hover {
  background: #ececec;
  border-color: #009543;
  text-decoration: none;
  color: #000000;
}

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

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

.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 .facet-value label {
  color: #000000;
}

.facet-single-selection-list .facet-value.active-facet label,
.facet-single-selection-list .facet-value.active-facet .facet-count.highlighted,
.facet-single-selection-list .facet-value.active-facet span {
  color: #003798;
}

.facet-single-selection-list .bottom-remove-filter {
  float: left;
}

.facet-single-selection-list .bottom-filter-button {
  float: right;
}

.facet-date-range .from-date,
.facet-date-range .to-date {
  margin-bottom: 5px;
}

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

.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 {
  /* breakpoints */
}

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

.radius-filter input,
.radius-filter button {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  color: #000000;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.25rem;
}

.radius-filter input:focus {
  border: 1px solid #b2b2b2;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.radius-filter input[type="reset"],
.radius-filter input[type="button"],
.radius-filter button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}

@media (prefers-reduced-motion) {
  .radius-filter input[type="reset"],
  .radius-filter input[type="button"],
  .radius-filter button {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.radius-filter input[type="reset"] + [class*="button-"],
.radius-filter input[type="reset"] + .button,
.radius-filter input[type="reset"] + .radius-filter input[type="reset"],
.radius-filter input[type="button"] + [class*="button-"],
.radius-filter input[type="button"] + .button,
.radius-filter input[type="button"] + .radius-filter input[type="reset"],
.radius-filter button + [class*="button-"],
.radius-filter button + .button,
.radius-filter button + .radius-filter input[type="reset"],
.radius-filter input[type="reset"] + .radius-filter input[type="button"],
.radius-filter input[type="button"] + .radius-filter input[type="button"],
.radius-filter button + .radius-filter input[type="button"],
.radius-filter input[type="reset"] + .radius-filter button,
.radius-filter input[type="button"] + .radius-filter button,
.radius-filter button + .radius-filter button {
  margin-left: 1rem;
}

.radius-filter input[type="reset"]:hover,
.radius-filter input[type="button"]:hover,
.radius-filter button:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.radius-filter input[type="reset"]:active,
.radius-filter input[type="button"]:active,
.radius-filter button:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.radius-filter input[type="reset"]:focus,
.radius-filter input[type="button"]:focus,
.radius-filter button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.radius-filter input[type="reset"]:disabled,
.radius-filter input[type="reset"].disabled,
.radius-filter input[type="button"]:disabled,
.radius-filter input[type="button"].disabled,
.radius-filter button:disabled,
.radius-filter button.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.radius-filter input[type="reset"].large,
.radius-filter input[type="button"].large,
.radius-filter button.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .radius-filter input[type="reset"].large,
  .radius-filter input[type="button"].large,
  .radius-filter button.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.radius-filter input[type="reset"].small,
.radius-filter input[type="button"].small,
.radius-filter button.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.radius-filter input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
}

@media (prefers-reduced-motion) {
  .radius-filter input[type="submit"] {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.radius-filter input[type="submit"] + [class*="button-"],
.radius-filter input[type="submit"] + .button,
.radius-filter input[type="submit"] + .radius-filter input[type="submit"] {
  margin-left: 1rem;
}

.radius-filter input[type="submit"]:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.radius-filter input[type="submit"]:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.radius-filter input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.radius-filter input[type="submit"]:disabled,
.radius-filter input[type="submit"].disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.radius-filter input[type="submit"].large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .radius-filter input[type="submit"].large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.radius-filter input[type="submit"].small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.radius-filter input[type="submit"]:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

.radius-filter input[type="submit"]:focus {
  color: #ffffff;
  border-color: transparent;
}

.radius-filter input[type="submit"]:active {
  background-color: #03335f;
  color: #ffffff;
  border-color: #03335f;
}

.radius-filter input[type="submit"]:disabled,
.radius-filter input[type="submit"].disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

.radius-filter input::-moz-focus-inner,
.radius-filter button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.radius-filter input[type="text"] {
  font-size: 13px;
}

.radius-filter input[type="text"],
.radius-filter input[type="email"],
.radius-filter input[type="password"],
.radius-filter textarea,
.radius-filter select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
  background: #fff;
  border: 1px solid #b2b2b2;
}

.radius-filter .radius-button.selected {
  color: #003798;
  background: #ffffff;
}

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

.radius-filter ul li {
  display: block;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #b2b2b2;
  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 #b2b2b2;
  background: #003798;
  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 #b2b2b2;
  background: #f7f7f7;
  font-weight: normal;
  color: #000000;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #000000;
  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 #b2b2b2;
  background: #ececec;
  font-weight: normal;
  color: #000000;
}

.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: #000000;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #b2b2b2;
  background: #ececec;
  font-weight: normal;
  color: #000000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000000;
  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: 0.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: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.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 {
  /* breakpoints */
}

.load-more label {
  background: transparent;
  color: #000000;
}

.load-more input,
.load-more button {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  color: #000000;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.25rem;
}

.load-more input:focus {
  border: 1px solid #b2b2b2;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.load-more input[type="reset"],
.load-more input[type="button"],
.load-more button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}

@media (prefers-reduced-motion) {
  .load-more input[type="reset"],
  .load-more input[type="button"],
  .load-more button {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.load-more input[type="reset"] + [class*="button-"],
.load-more input[type="reset"] + .button,
.load-more input[type="reset"] + .load-more input[type="reset"],
.load-more input[type="button"] + [class*="button-"],
.load-more input[type="button"] + .button,
.load-more input[type="button"] + .load-more input[type="reset"],
.load-more button + [class*="button-"],
.load-more button + .button,
.load-more button + .load-more input[type="reset"],
.load-more input[type="reset"] + .load-more input[type="button"],
.load-more input[type="button"] + .load-more input[type="button"],
.load-more button + .load-more input[type="button"],
.load-more input[type="reset"] + .load-more button,
.load-more input[type="button"] + .load-more button,
.load-more button + .load-more button {
  margin-left: 1rem;
}

.load-more input[type="reset"]:hover,
.load-more input[type="button"]:hover,
.load-more button:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.load-more input[type="reset"]:active,
.load-more input[type="button"]:active,
.load-more button:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.load-more input[type="reset"]:focus,
.load-more input[type="button"]:focus,
.load-more button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.load-more input[type="reset"]:disabled,
.load-more input[type="reset"].disabled,
.load-more input[type="button"]:disabled,
.load-more input[type="button"].disabled,
.load-more button:disabled,
.load-more button.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.load-more input[type="reset"].large,
.load-more input[type="button"].large,
.load-more button.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .load-more input[type="reset"].large,
  .load-more input[type="button"].large,
  .load-more button.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.load-more input[type="reset"].small,
.load-more input[type="button"].small,
.load-more button.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.load-more input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
}

@media (prefers-reduced-motion) {
  .load-more input[type="submit"] {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.load-more input[type="submit"] + [class*="button-"],
.load-more input[type="submit"] + .button,
.load-more input[type="submit"] + .load-more input[type="submit"] {
  margin-left: 1rem;
}

.load-more input[type="submit"]:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.load-more input[type="submit"]:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.load-more input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.load-more input[type="submit"]:disabled,
.load-more input[type="submit"].disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.load-more input[type="submit"].large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .load-more input[type="submit"].large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.load-more input[type="submit"].small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.load-more input[type="submit"]:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

.load-more input[type="submit"]:focus {
  color: #ffffff;
  border-color: transparent;
}

.load-more input[type="submit"]:active {
  background-color: #03335f;
  color: #ffffff;
  border-color: #03335f;
}

.load-more input[type="submit"]:disabled,
.load-more input[type="submit"].disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

.load-more input::-moz-focus-inner,
.load-more button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.load-more input[type="text"] {
  font-size: 13px;
}

.load-more input[type="text"],
.load-more input[type="email"],
.load-more input[type="password"],
.load-more textarea,
.load-more select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
  background: #fff;
  border: 1px solid #b2b2b2;
}

/* breakpoints */
.location-filter {
  position: relative;
  margin: 0 0 20px 0;
  /* breakpoints */
  /* breakpoints */
}

@media only screen and (min-width: 75em) {
  .location-filter {
    padding: 5px 10px 15px 10px;
  }
}

@media only screen and (min-width: 62em) and (max-width: 74.9375em) {
  .location-filter {
    padding: 5px 10px 15px 10px;
  }
}

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

.location-filter input,
.location-filter button {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  color: #000000;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.25rem;
}

.location-filter input:focus {
  border: 1px solid #b2b2b2;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.location-filter input[type="reset"],
.location-filter input[type="button"],
.location-filter button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}

@media (prefers-reduced-motion) {
  .location-filter input[type="reset"],
  .location-filter input[type="button"],
  .location-filter button {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.location-filter input[type="reset"] + [class*="button-"],
.location-filter input[type="reset"] + .button,
.location-filter input[type="reset"] + .location-filter input[type="reset"],
.location-filter input[type="button"] + [class*="button-"],
.location-filter input[type="button"] + .button,
.location-filter input[type="button"] + .location-filter input[type="reset"],
.location-filter button + [class*="button-"],
.location-filter button + .button,
.location-filter button + .location-filter input[type="reset"],
.location-filter input[type="reset"] + .location-filter input[type="button"],
.location-filter input[type="button"] + .location-filter input[type="button"],
.location-filter button + .location-filter input[type="button"],
.location-filter input[type="reset"] + .location-filter button,
.location-filter input[type="button"] + .location-filter button,
.location-filter button + .location-filter button {
  margin-left: 1rem;
}

.location-filter input[type="reset"]:hover,
.location-filter input[type="button"]:hover,
.location-filter button:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.location-filter input[type="reset"]:active,
.location-filter input[type="button"]:active,
.location-filter button:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.location-filter input[type="reset"]:focus,
.location-filter input[type="button"]:focus,
.location-filter button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.location-filter input[type="reset"]:disabled,
.location-filter input[type="reset"].disabled,
.location-filter input[type="button"]:disabled,
.location-filter input[type="button"].disabled,
.location-filter button:disabled,
.location-filter button.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.location-filter input[type="reset"].large,
.location-filter input[type="button"].large,
.location-filter button.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .location-filter input[type="reset"].large,
  .location-filter input[type="button"].large,
  .location-filter button.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.location-filter input[type="reset"].small,
.location-filter input[type="button"].small,
.location-filter button.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.location-filter input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
}

@media (prefers-reduced-motion) {
  .location-filter input[type="submit"] {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.location-filter input[type="submit"] + [class*="button-"],
.location-filter input[type="submit"] + .button,
.location-filter input[type="submit"] + .location-filter input[type="submit"] {
  margin-left: 1rem;
}

.location-filter input[type="submit"]:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.location-filter input[type="submit"]:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.location-filter input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.location-filter input[type="submit"]:disabled,
.location-filter input[type="submit"].disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.location-filter input[type="submit"].large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .location-filter input[type="submit"].large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.location-filter input[type="submit"].small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.location-filter input[type="submit"]:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

.location-filter input[type="submit"]:focus {
  color: #ffffff;
  border-color: transparent;
}

.location-filter input[type="submit"]:active {
  background-color: #03335f;
  color: #ffffff;
  border-color: #03335f;
}

.location-filter input[type="submit"]:disabled,
.location-filter input[type="submit"].disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

.location-filter input::-moz-focus-inner,
.location-filter button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.location-filter input[type="text"] {
  font-size: 13px;
}

.location-filter input[type="text"],
.location-filter input[type="email"],
.location-filter input[type="password"],
.location-filter textarea,
.location-filter select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
  background: #fff;
  border: 1px solid #b2b2b2;
}

.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 #b2b2b2;
}

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

.location-filter .tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid #b2b2b2;
  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;
  color: #000000;
  overflow: hidden;
}

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

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

.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: #003798;
  margin-top: -20px;
}

.location-filter .tt-suggestion.tt-cursor {
  color: #003798;
  background-color: #ececec;
  cursor: pointer;
}

.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: #b2b2b2;
  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: #b2b2b2;
  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: #003798;
  color: #ffffff;
  border: 1px solid #009543;
  background: #3a87ce;
}

.page-selector .page-selector-item-link:hover {
  color: #ffffff;
  border: 1px solid #009543;
  background: #3a87ce;
}

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

.page-size {
  /* breakpoints */
}

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

.page-size input,
.page-size button {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  color: #000000;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.25rem;
}

.page-size input:focus {
  border: 1px solid #b2b2b2;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.page-size input[type="reset"],
.page-size input[type="button"],
.page-size button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}

@media (prefers-reduced-motion) {
  .page-size input[type="reset"],
  .page-size input[type="button"],
  .page-size button {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.page-size input[type="reset"] + [class*="button-"],
.page-size input[type="reset"] + .button,
.page-size input[type="reset"] + .page-size input[type="reset"],
.page-size input[type="button"] + [class*="button-"],
.page-size input[type="button"] + .button,
.page-size input[type="button"] + .page-size input[type="reset"],
.page-size button + [class*="button-"],
.page-size button + .button,
.page-size button + .page-size input[type="reset"],
.page-size input[type="reset"] + .page-size input[type="button"],
.page-size input[type="button"] + .page-size input[type="button"],
.page-size button + .page-size input[type="button"],
.page-size input[type="reset"] + .page-size button,
.page-size input[type="button"] + .page-size button,
.page-size button + .page-size button {
  margin-left: 1rem;
}

.page-size input[type="reset"]:hover,
.page-size input[type="button"]:hover,
.page-size button:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.page-size input[type="reset"]:active,
.page-size input[type="button"]:active,
.page-size button:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.page-size input[type="reset"]:focus,
.page-size input[type="button"]:focus,
.page-size button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.page-size input[type="reset"]:disabled,
.page-size input[type="reset"].disabled,
.page-size input[type="button"]:disabled,
.page-size input[type="button"].disabled,
.page-size button:disabled,
.page-size button.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.page-size input[type="reset"].large,
.page-size input[type="button"].large,
.page-size button.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .page-size input[type="reset"].large,
  .page-size input[type="button"].large,
  .page-size button.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.page-size input[type="reset"].small,
.page-size input[type="button"].small,
.page-size button.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.page-size input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
}

@media (prefers-reduced-motion) {
  .page-size input[type="submit"] {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.page-size input[type="submit"] + [class*="button-"],
.page-size input[type="submit"] + .button,
.page-size input[type="submit"] + .page-size input[type="submit"] {
  margin-left: 1rem;
}

.page-size input[type="submit"]:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.page-size input[type="submit"]:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.page-size input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.page-size input[type="submit"]:disabled,
.page-size input[type="submit"].disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.page-size input[type="submit"].large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .page-size input[type="submit"].large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.page-size input[type="submit"].small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.page-size input[type="submit"]:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

.page-size input[type="submit"]:focus {
  color: #ffffff;
  border-color: transparent;
}

.page-size input[type="submit"]:active {
  background-color: #03335f;
  color: #ffffff;
  border-color: #03335f;
}

.page-size input[type="submit"]:disabled,
.page-size input[type="submit"].disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

.page-size input::-moz-focus-inner,
.page-size button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.page-size input[type="text"] {
  font-size: 13px;
}

.page-size input[type="text"],
.page-size input[type="email"],
.page-size input[type="password"],
.page-size textarea,
.page-size select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
  background: #fff;
  border: 1px solid #b2b2b2;
}

.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;
}

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

.facet-single-selection-list .facet-search-filter .facet-value {
  position: relative;
  border-bottom: 1px solid #e0dede;
  background: transparent;
  cursor: pointer;
  padding: 5px 0;
}

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

.facet-single-selection-list .facet-search-filter .facet-value.active-facet {
  font-weight: bold;
}

.facet-single-selection-list .facet-search-filter .facet-value .highlighted {
  font-weight: bold;
  color: #888888;
}

/* breakpoints */
.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: #03335f;
}

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

.variant-selector .variant-option.horizontal.active-variant {
  color: #03335f;
}

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

.variant-selector .variant-option.vertical.active-variant {
  color: #03335f;
}

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

.search-box {
  /* breakpoints */
  /* breakpoints */
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
  padding-top: 0px;
}

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

.search-box input,
.search-box button {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  color: #000000;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.25rem;
}

.search-box input:focus {
  border: 1px solid #b2b2b2;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.search-box input[type="reset"],
.search-box input[type="button"],
.search-box button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}

@media (prefers-reduced-motion) {
  .search-box input[type="reset"],
  .search-box input[type="button"],
  .search-box button {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.search-box input[type="reset"] + [class*="button-"],
.search-box input[type="reset"] + .button,
.search-box input[type="reset"] + .search-box input[type="reset"],
.search-box input[type="button"] + [class*="button-"],
.search-box input[type="button"] + .button,
.search-box input[type="button"] + .search-box input[type="reset"],
.search-box button + [class*="button-"],
.search-box button + .button,
.search-box button + .search-box input[type="reset"],
.search-box input[type="reset"] + .search-box input[type="button"],
.search-box input[type="button"] + .search-box input[type="button"],
.search-box button + .search-box input[type="button"],
.search-box input[type="reset"] + .search-box button,
.search-box input[type="button"] + .search-box button,
.search-box button + .search-box button {
  margin-left: 1rem;
}

.search-box input[type="reset"]:hover,
.search-box input[type="button"]:hover,
.search-box button:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.search-box input[type="reset"]:active,
.search-box input[type="button"]:active,
.search-box button:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.search-box input[type="reset"]:focus,
.search-box input[type="button"]:focus,
.search-box button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.search-box input[type="reset"]:disabled,
.search-box input[type="reset"].disabled,
.search-box input[type="button"]:disabled,
.search-box input[type="button"].disabled,
.search-box button:disabled,
.search-box button.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.search-box input[type="reset"].large,
.search-box input[type="button"].large,
.search-box button.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .search-box input[type="reset"].large,
  .search-box input[type="button"].large,
  .search-box button.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.search-box input[type="reset"].small,
.search-box input[type="button"].small,
.search-box button.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.search-box input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
}

@media (prefers-reduced-motion) {
  .search-box input[type="submit"] {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.search-box input[type="submit"] + [class*="button-"],
.search-box input[type="submit"] + .button,
.search-box input[type="submit"] + .search-box input[type="submit"] {
  margin-left: 1rem;
}

.search-box input[type="submit"]:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.search-box input[type="submit"]:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.search-box input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.search-box input[type="submit"]:disabled,
.search-box input[type="submit"].disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.search-box input[type="submit"].large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .search-box input[type="submit"].large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.search-box input[type="submit"].small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.search-box input[type="submit"]:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

.search-box input[type="submit"]:focus {
  color: #ffffff;
  border-color: transparent;
}

.search-box input[type="submit"]:active {
  background-color: #03335f;
  color: #ffffff;
  border-color: #03335f;
}

.search-box input[type="submit"]:disabled,
.search-box input[type="submit"].disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

.search-box input::-moz-focus-inner,
.search-box button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.search-box input[type="text"] {
  font-size: 13px;
}

.search-box input[type="text"],
.search-box input[type="email"],
.search-box input[type="password"],
.search-box textarea,
.search-box select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
  background: #fff;
  border: 1px solid #b2b2b2;
}

.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 #b2b2b2;
}

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

.search-box .tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid #b2b2b2;
  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;
  color: #000000;
  overflow: hidden;
}

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

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

.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: #003798;
  margin-top: -20px;
}

/*
Venkata changes @ 11/30/2021
marked border as none
added background color to field-title
*/
.search-box .tt-suggestion .field-title {
   border: none !important;
}

.search-box .tt-suggestion.tt-cursor, .search-box .tt-suggestion.tt-cursor .field-title {
  color: #003798;
  background-color: #3a87ce;
  cursor: pointer;
}
/* ending changes Venkata*/

.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.hide-button .search-box-button {
  display: none;
}

.search-box .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: -5px; */
  margin-left: -5px;
}

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

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

.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: left;
  text-transform: uppercase;
  margin-left: 5px;
}

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

.search-box .component-content > .twitter-typeahead .search-box-input.tt-input {
  margin-bottom: 0;
}

.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;
}

.search-bar {
  position: absolute;
  z-index: -1;
  display: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-property: opacity, background-color, -webkit-transform;
  transition-property: opacity, background-color, -webkit-transform;
  transition-property: transform, opacity, background-color;
  transition-property: transform, opacity, background-color, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem;
}

@media (prefers-reduced-motion) {
  .search-bar {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}


/*
Venkat changes @ 11/30/2021
added display none when search bar is hidden
and added display flex when searchbar is opened
*/
.search-bar.scEnabledChrome,
.search-bar.initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
}

.search-bar.scEnabledChrome,
.search-bar.opened {
  display: flex;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  background: #ececec;
  z-index: 100;
  pointer-events: all;
}
/*ending changes venkata*/

.search-bar.scEnabledChrome {
  position: relative;
}

.search-bar.scEnabledChrome label.sr-only {
  position: relative;
  clip: auto;
  overflow: visible;
  height: auto;
  width: auto;
  padding: inherit;
  opacity: 0.5;
}

.search-bar.scEnabledChrome label.sr-only,
.search-bar.scEnabledChrome label.sr-only * {
  display: inline;
}

.search-bar.scEnabledChrome label.sr-only:focus,
.search-bar.scEnabledChrome label.sr-only:focus-within,
.search-bar.scEnabledChrome label.sr-only:hover {
  opacity: 1;
}

.search-bar.scEnabledChrome label.sr-only:before {
  content: "[";
}

.search-bar.scEnabledChrome label.sr-only:after {
  content: "]";
}

@media only screen and (max-width: 61.9375em) {
  .search-bar {
    padding: 1.25rem;
  }
}

.search-bar .component-content {
  width: 100%;
}

.search-bar .search-bar-controls,
.search-bar .search-bar-controls > .component-content > .row {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .search-bar .search-bar-controls,
  .search-bar .search-bar-controls > .component-content > .row {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 61.9375em) {
  .search-bar .search-bar-controls,
  .search-bar .search-bar-controls > .component-content > .row {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.search-bar .search-bar-box {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: border-color, border-width, background-color,
    color, opacity;
  transition-property: border-color, border-width, background-color, color,
    opacity;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-color: #ececec;
  background: #ffffff;
  width: auto;
  padding: 0.5rem 1rem 0.33rem;
  margin-bottom: 0;
  min-width: 50%;
  position: relative;
  overflow: visible;
}

@media (prefers-reduced-motion) {
  .search-bar .search-bar-box {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .search-bar .search-bar-box {
    width: 100%;
  }
}

@media only screen and (max-width: 61.9375em) {
  .search-bar .search-bar-box {
    width: 100%;
  }
}

.search-bar .search-bar-box:hover {
  border-color: #4d4d4d;
}

.search-bar .search-bar-box:focus-within {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.search-bar .search-bar-box input,
.search-bar .search-bar-box button {
  border: none;
  font-size: 1.5625rem;
}

.search-bar .search-bar-box button,
.search-bar .search-bar-box .search-box-button-with-redirect {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  transition-property: transform, color, background-color;
  transition-property: transform, color, background-color, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  font-size: 1.875rem;
  color: #b2b2b2;
  background-color: #ffffff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  cursor: pointer;
}

@media (prefers-reduced-motion) {
  .search-bar .search-bar-box button,
  .search-bar .search-bar-box .search-box-button-with-redirect {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.search-bar .search-bar-box button:hover,
.search-bar .search-bar-box button:focus,
.search-bar .search-bar-box .search-box-button-with-redirect:hover,
.search-bar .search-bar-box .search-box-button-with-redirect:focus {
  background-color: transparent;
  box-shadow: none;
}

.search-bar .search-bar-box button:after,
.search-bar .search-bar-box .search-box-button-with-redirect:after {
  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;
  content: "\f002";
}

.search-bar .search-bar-box button:disabled,
.search-bar .search-bar-box .search-box-button-with-redirect:disabled {
  background-color: #ffffff;
}

.search-bar .search-bar-box button.valid,
.search-bar .search-bar-box .search-box-button-with-redirect.valid {
  opacity: 1;
  color: #000000;
}

.search-bar .search-bar-box button.valid:focus,
.search-bar .search-bar-box button.valid:hover,
.search-bar .search-bar-box .search-box-button-with-redirect.valid:focus,
.search-bar .search-bar-box .search-box-button-with-redirect.valid:hover {
  background: #3a87ce;
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.search-bar .search-bar-box .search-box-input,
.search-bar .search-bar-box input {
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  width: 100%;
  text-align: center;
  padding: 0 1.5rem;
  box-shadow: none;
}

.search-bar .search-bar-box .search-box-input:focus,
.search-bar .search-bar-box input:focus {
  border-width: 0;
}

.search-bar .search-bar-box .search-box-input::-webkit-input-placeholder,
.search-bar .search-bar-box input::-webkit-input-placeholder {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-color, border-width, background-color,
    color, opacity;
  transition-property: border-color, border-width, background-color, color,
    opacity;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #b2b2b2;
}

.search-bar .search-bar-box .search-box-input:-ms-input-placeholder,
.search-bar .search-bar-box input:-ms-input-placeholder {
  transition-duration: 0.3s;
  -webkit-transition-property: border-color, border-width, background-color,
    color, opacity;
  transition-property: border-color, border-width, background-color, color,
    opacity;
  transition-timing-function: ease-in-out;
  color: #b2b2b2;
}

.search-bar .search-bar-box .search-box-input::placeholder,
.search-bar .search-bar-box input::placeholder {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-color, border-width, background-color,
    color, opacity;
  transition-property: border-color, border-width, background-color, color,
    opacity;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  color: #b2b2b2;
}

@media (prefers-reduced-motion) {
  .search-bar .search-bar-box .search-box-input::-webkit-input-placeholder,
  .search-bar .search-bar-box input::-webkit-input-placeholder {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
  .search-bar .search-bar-box .search-box-input:-ms-input-placeholder,
  .search-bar .search-bar-box input:-ms-input-placeholder {
    transition-duration: 0 !important;
    transition-delay: 0 !important;
  }
  .search-bar .search-bar-box .search-box-input::placeholder,
  .search-bar .search-bar-box input::placeholder {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.search-bar
  .search-bar-box
  .search-box-input:not(:empty):focus::-webkit-input-placeholder,
.search-bar .search-bar-box input:not(:empty):focus::-webkit-input-placeholder {
  color: transparent;
}

.search-bar
  .search-bar-box
  .search-box-input:not(:empty):focus:-ms-input-placeholder,
.search-bar .search-bar-box input:not(:empty):focus:-ms-input-placeholder {
  color: transparent;
}

.search-bar .search-bar-box .search-box-input:not(:empty):focus::placeholder,
.search-bar .search-bar-box input:not(:empty):focus::placeholder {
  color: transparent;
}

.search-bar .hint-text {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 61.9375em) {
  .search-bar .hint-text {
    display: none;
  }
}

.search-bar button.close,
.search-bar .search-bar-close {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: border-color, border-width, background-color,
    color, opacity;
  transition-property: border-color, border-width, background-color, color,
    opacity;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  margin: 0;
  padding: 0.75rem;
}

@media only screen and (max-width: 61.9375em) {
  .search-bar button.close,
  .search-bar .search-bar-close {
    display: none;
  }
}

@media (prefers-reduced-motion) {
  .search-bar button.close,
  .search-bar .search-bar-close {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.search-bar button.close .fa,
.search-bar .search-bar-close .fa {
  margin-left: 0.5em;
}

.search-bar button.close:hover,
.search-bar .search-bar-close:hover {
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.search-bar button.close:focus,
.search-bar .search-bar-close:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.search-bar button.close:active,
.search-bar .search-bar-close:active {
  background: #b2b2b2;
}

.facet-single-selection-list#results-summary {
  width: 100%;
}

.facet-single-selection-list#results-summary .facet-title {
  font-size: 2.1875rem;
  font-weight: 300;
  text-transform: none;
}

.facet-single-selection-list#results-summary .facet-search-filter {
  -webkit-columns: auto 2;
  columns: auto 2;
  padding-bottom: 1.25rem;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .facet-single-selection-list#results-summary .facet-search-filter {
    -webkit-columns: auto 2;
    columns: auto 2;
  }
}

@media only screen and (max-width: 48em) {
  .facet-single-selection-list#results-summary .facet-search-filter {
    -webkit-columns: auto 1;
    columns: auto 1;
  }
}

.facet-single-selection-list#results-summary .facet-value {
  font-size: 1.5625rem;
  border-bottom-width: 0;
  font-style: oblique;
  line-height: 1.8em;
}

.facet-single-selection-list#results-summary .facet-value label,
.facet-single-selection-list#results-summary .facet-value .facet-count,
.facet-single-selection-list#results-summary .facet-value .link {
  font-weight: 300;
  line-height: 1.6em;
}

.facet-single-selection-list#results-summary .facet-value label:hover,
.facet-single-selection-list#results-summary .facet-value .facet-count:hover,
.facet-single-selection-list#results-summary .facet-value .link:hover {
  font-weight: 600;
}

.facet-single-selection-list#results-summary .facet-value .link {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color,
    border-width, box-shadow;
  transition-property: background-color, color, border-color, border-width,
    box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  text-decoration: none;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-size: 1em;
  font-weight: 600;
  color: #003798;
  box-shadow: 0 0 0 0 transparent;
  border-bottom-width: 0 !important;
}

@media (prefers-reduced-motion) {
  .facet-single-selection-list#results-summary .facet-value .link {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.facet-single-selection-list#results-summary .facet-value .link:hover,
.facet-single-selection-list#results-summary .facet-value .link.hover {
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.facet-single-selection-list#results-summary .facet-value .link:focus,
.facet-single-selection-list#results-summary .facet-value .link.focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.facet-single-selection-list#results-summary .facet-value .link:focus:hover,
.facet-single-selection-list#results-summary .facet-value .link.focus.hover,
.facet-single-selection-list#results-summary .facet-value .link.focus:hover,
.facet-single-selection-list#results-summary .facet-value .link.hover:focus {
  color: #03335f;
  outline: 0;
  box-shadow: 0 0 0 2px #d7ffe9, 0 0 0 4px #009543;
  border-bottom-width: 0;
}

.facet-single-selection-list#results-summary .facet-value .facet-count {
  color: #000000;
}

.facet-single-selection-list#results-summary .facet-value .facet-count:hover {
  background-color: transparent;
  box-shadow: none;
  border-bottom-width: 0;
}

.facet-single-selection-list#results-summary .facet-value.active-facet label,
.facet-single-selection-list#results-summary
  .facet-value.active-facet
  .facet-count,
.facet-single-selection-list#results-summary .facet-value.active-facet .link {
  font-weight: 800;
}

.facet-single-selection-list#results-summary .bottom-remove-filter button {
  border-bottom: 3px solid transparent;
}

.facet-single-selection-list#results-summary
  .bottom-remove-filter
  button:hover {
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.facet-single-selection-list#results-summary .bottom-remove-filter.filtered {
  visibility: visible;
}

/* breakpoints */
#filter-bar {
  position: relative;
  padding-bottom: 0;
}

#filter-bar-controls {
  padding-top: 1.25rem;
}

#filter-bar-controls .column-splitter > :last-child .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#filter-bar-controls .bottom-remove-filter {
  display: none;
}

#expandFilters {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #000000;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  cursor: pointer;
}

#expandFilters:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

#expandFilters:hover {
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

#expandFilters .open,
#expandFilters .close {
  display: none;
}

#expandFilters[aria-expanded="true"] .close {
  display: inline-block;
}

#expandFilters[aria-expanded="false"] .open {
  display: inline-block;
}

.filterQuickControls {
  display: none;
}
@media only screen and (min-width: 992px) {
  .filterQuickControls {
    display: block;
  }
}
.filterQuickControls.mobile {
  display: block;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .filterQuickControls.mobile {
    display: none;
  }
}

.filterQuickControls .clearBtn {
  display: block;
}
@media only screen and (min-width: 992px) {
  .filterQuickControls .clearBtn {
    display: inline;
  }
}

.filterQuickControls .clearBtn .link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color,
    border-width, box-shadow;
  transition-property: background-color, color, border-color, border-width,
    box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: transparent;
  text-decoration: none;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-size: 1em;
  font-weight: 600;
  color: #003798;
  box-shadow: 0 0 0 0 transparent;
  font-weight: 300;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

@media (prefers-reduced-motion) {
  .filterQuickControls .clearBtn .link {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.filterQuickControls .clearBtn .link:hover,
.filterQuickControls .clearBtn .link.hover {
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
}

.filterQuickControls .clearBtn .link:focus,
.filterQuickControls .clearBtn .link.focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.filterQuickControls .clearBtn .link:focus:hover,
.filterQuickControls .clearBtn .link.focus.hover,
.filterQuickControls .clearBtn .link.focus:hover,
.filterQuickControls .clearBtn .link.hover:focus {
  color: #03335f;
  outline: 0;
  box-shadow: 0 0 0 2px #d7ffe9, 0 0 0 4px #009543;
  border-bottom-width: 0;
}

.filterQuickControls .filterEmpty {
  display: inline;
  color: #4d4d4d;
  font-size: 1.25rem;
  font-weight: 300;
}

.filterQuickControls .activeFilters {
  display: inline;
}

.filterQuickControls .activeFilters .facet-token {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: border-color, border-width, background-color,
    color, opacity;
  transition-property: border-color, border-width, background-color, color,
    opacity;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #ffffff;
  border-radius: 1.25rem !important;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  cursor: pointer;
  height: auto !important;
}

@media (prefers-reduced-motion) {
  .filterQuickControls .activeFilters .facet-token {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.filterQuickControls .activeFilters .facet-token i {
  margin-left: 0.5rem;
  color: #b2b2b2;
  font-size: 1.25rem;
  float: right;
}

.filterQuickControls .activeFilters .facet-token:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.filterQuickControls .activeFilters .facet-token:hover {
  background-color: #ececec;
  border-color: #4d4d4d;
}

.filterQuickControls .activeFilters .facet-token:hover i {
  color: #000000;
}

.filterQuickControls .activeFilters .facet-token:disabled {
  cursor: not-allowed;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #ffffff;
}

.filterQuickControls .activeFilters:not(.empty) ~ .filterEmpty {
  display: none;
}

.filterQuickControls .activeFilters.empty ~ .filterEmpty {
  display: inline;
}

.filterQuickControls .activeFilters.empty + .clearBtn {
  display: none;
}

#filter-drawer {
  display: none;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: rgba(247, 247, 247, 0.95);
  top: 100%;
  left: 0;
  z-index: 990;
}

@media only screen and (max-width: 61.9375em) {
  #filter-drawer {
    position: relative;
  }
}

#filter-drawer .body-copy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  margin-left: 10%;
}

@media only screen and (max-width: 61.9375em) {
  #filter-drawer .body-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

#filter-drawer #drawer-title {
  margin-bottom: -webkit-calc(1em * 1.36);
  margin-bottom: calc(1em * 1.36);
}

#filter-drawer #drawer-title .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#filter-drawer #drawer-title .position-left .row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#filter-drawer #applyBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
  cursor: pointer;
}

@media (prefers-reduced-motion) {
  #filter-drawer #applyBtn {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

#filter-drawer #applyBtn + [class*="button-"],
#filter-drawer #applyBtn + .button,
#filter-drawer #applyBtn + #filter-drawer #applyBtn {
  margin-left: 1rem;
}

#filter-drawer #applyBtn:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

#filter-drawer #applyBtn:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

#filter-drawer #applyBtn:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

#filter-drawer #applyBtn:disabled,
#filter-drawer #applyBtn.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

#filter-drawer #applyBtn.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  #filter-drawer #applyBtn.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

#filter-drawer #applyBtn.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

#filter-drawer #applyBtn:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

#filter-drawer #applyBtn:focus {
  color: #ffffff;
  border-color: transparent;
}

#filter-drawer #applyBtn:active {
  background-color: #03335f;
  color: #ffffff;
  border-color: #03335f;
}

#filter-drawer #applyBtn:disabled,
#filter-drawer #applyBtn.disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

#filter-drawer #closeDrawer {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: transparent;
  color: #ffffff;
  border-color: transparent;
  color: #000000;
  font-size: 1.875rem;
  cursor: pointer;
}

@media (prefers-reduced-motion) {
  #filter-drawer #closeDrawer {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

#filter-drawer #closeDrawer + [class*="button-"],
#filter-drawer #closeDrawer + .button,
#filter-drawer #closeDrawer + #filter-drawer #closeDrawer {
  margin-left: 1rem;
}

#filter-drawer #closeDrawer:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

#filter-drawer #closeDrawer:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

#filter-drawer #closeDrawer:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

#filter-drawer #closeDrawer:disabled,
#filter-drawer #closeDrawer.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

#filter-drawer #closeDrawer.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  #filter-drawer #closeDrawer.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

#filter-drawer #closeDrawer.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

#filter-drawer #closeDrawer:hover {
  background-color: rgba(13, 13, 13, 0);
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
}

#filter-drawer #closeDrawer:focus {
  color: #ffffff;
  border-color: transparent;
}

#filter-drawer #closeDrawer:active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
}

#filter-drawer #closeDrawer:disabled,
#filter-drawer #closeDrawer.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

#filter-drawer #closeDrawer:hover {
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
  border-bottom: 1px transparent solid;
}

#filter-drawer #closeDrawer:focus {
  color: #000000;
}

#filter-drawer #closeDrawer:focus:hover {
  color: #03335f;
  background-color: rgba(0, 149, 67, 0.2);
  box-shadow: 0 0 0 4px rgba(0, 149, 67, 0.2);
  text-decoration: none;
  border-bottom-width: 3px;
  border-bottom-color: #009543;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  border-bottom: 1px transparent solid;
}

#filter-drawer .search-box-button,
#filter-drawer .location-search-box-button,
#filter-drawer .bottom-remove-filter {
  display: none;
}

#filter-drawer .facet-dropdown-select,
#filter-drawer .facet-managed-range .min-range-value,
#filter-drawer .facet-managed-range .max-range-value,
#filter-drawer .facet-managed-range input[type="text"],
#filter-drawer .location-filter input[type="text"] {
  margin-bottom: 0;
}

#filter-drawer .location-filter {
  margin-bottom: 1.25rem;
}

#filter-drawer.scEnabledChrome {
  display: block;
}

/* breakpoints */
.loupe-search-btn .search-box-button-with-redirect {
  position: relative;
  text-indent: -99999px;
  width: 20px;
  background: #000000 !important;
  border: none;
  padding: 4px 14px;
}

.loupe-search-btn .search-box-button-with-redirect:hover {
  background: #89c6cc !important;
}

.loupe-search-btn .search-box-button-with-redirect:before {
  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;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  font-size: 10px;
  text-indent: 0;
  font-size: 14px;
  color: #fff;
}

.sort-results {
  /* breakpoints */
}

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

.sort-results input,
.sort-results button {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  color: #000000;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.25rem;
}

.sort-results input:focus {
  border: 1px solid #b2b2b2;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.sort-results input[type="reset"],
.sort-results input[type="button"],
.sort-results button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
}

@media (prefers-reduced-motion) {
  .sort-results input[type="reset"],
  .sort-results input[type="button"],
  .sort-results button {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.sort-results input[type="reset"] + [class*="button-"],
.sort-results input[type="reset"] + .button,
.sort-results input[type="reset"] + .sort-results input[type="reset"],
.sort-results input[type="button"] + [class*="button-"],
.sort-results input[type="button"] + .button,
.sort-results input[type="button"] + .sort-results input[type="reset"],
.sort-results button + [class*="button-"],
.sort-results button + .button,
.sort-results button + .sort-results input[type="reset"],
.sort-results input[type="reset"] + .sort-results input[type="button"],
.sort-results input[type="button"] + .sort-results input[type="button"],
.sort-results button + .sort-results input[type="button"],
.sort-results input[type="reset"] + .sort-results button,
.sort-results input[type="button"] + .sort-results button,
.sort-results button + .sort-results button {
  margin-left: 1rem;
}

.sort-results input[type="reset"]:hover,
.sort-results input[type="button"]:hover,
.sort-results button:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.sort-results input[type="reset"]:active,
.sort-results input[type="button"]:active,
.sort-results button:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.sort-results input[type="reset"]:focus,
.sort-results input[type="button"]:focus,
.sort-results button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.sort-results input[type="reset"]:disabled,
.sort-results input[type="reset"].disabled,
.sort-results input[type="button"]:disabled,
.sort-results input[type="button"].disabled,
.sort-results button:disabled,
.sort-results button.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.sort-results input[type="reset"].large,
.sort-results input[type="button"].large,
.sort-results button.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .sort-results input[type="reset"].large,
  .sort-results input[type="button"].large,
  .sort-results button.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.sort-results input[type="reset"].small,
.sort-results input[type="button"].small,
.sort-results button.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.sort-results input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans", Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #b2b2b2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
}

@media (prefers-reduced-motion) {
  .sort-results input[type="submit"] {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.sort-results input[type="submit"] + [class*="button-"],
.sort-results input[type="submit"] + .button,
.sort-results input[type="submit"] + .sort-results input[type="submit"] {
  margin-left: 1rem;
}

.sort-results input[type="submit"]:hover {
  color: #003798;
  background: #f7f7f7;
  border-color: #4d4d4d;
}

.sort-results input[type="submit"]:active {
  color: #003798;
  background: #ececec;
  border-color: #4d4d4d;
}

.sort-results input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.sort-results input[type="submit"]:disabled,
.sort-results input[type="submit"].disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #b2b2b2;
  border-color: #b2b2b2;
  pointer-events: none;
}

.sort-results input[type="submit"].large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .sort-results input[type="submit"].large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.sort-results input[type="submit"].small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.sort-results input[type="submit"]:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

.sort-results input[type="submit"]:focus {
  color: #ffffff;
  border-color: transparent;
}

.sort-results input[type="submit"]:active {
  background-color: #03335f;
  color: #ffffff;
  border-color: #03335f;
}

.sort-results input[type="submit"]:disabled,
.sort-results input[type="submit"].disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #b2b2b2;
}

.sort-results input::-moz-focus-inner,
.sort-results button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.sort-results input[type="text"] {
  font-size: 13px;
}

.sort-results input[type="text"],
.sort-results input[type="email"],
.sort-results input[type="password"],
.sort-results textarea,
.sort-results select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
  background: #fff;
  border: 1px solid #b2b2b2;
}

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

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

.facet-dropdown-select[name="DropDownOptions"] {
  background-image: linear-gradient(45deg, transparent 50%, black 60%),
    linear-gradient(135deg, black 40%, transparent 50%) !important;
  background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}


#filter-drawer .facet-distancemi {
  padding-right: 15px;
  padding-left: 15px;
}