.range-highlights {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px; }
  .range-highlights__item {
    position: relative; }
  .range-highlights__icon {
    position: absolute;
    color: #FF7855;
    width: 20px;
    text-align: left;
    line-height: 10px;
    font-size: 30px;
    top: 0;
    left: -15px; }
    .range-highlights__icon--current {
      color: #fff; }
    .range-highlights__icon:hover {
      cursor: pointer; }

.range-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin: 0 20px; }

.rheostat {
  overflow: visible;
  height: 50px; }
  .rheostat .DefaultBackground {
    background: #fff;
    background: rgba(255, 120, 85, 0.25);
    height: 2px;
    margin: 24px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .rheostat .DefaultProgressBar_progressBar {
    background-color: #FF7855;
    height: 2px;
    margin: 24px 0;
    position: absolute; }
  .rheostat .handleContainer button {
    margin-top: 19px;
    height: 13px;
    width: 13px;
    min-width: 13px;
    min-height: 13px;
    padding: 0;
    background-color: #FF7855;
    border: 1px solid #FF7855;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    border-radius: 50%;
    outline: none;
    z-index: 2; }
    .rheostat .handleContainer button:before, .rheostat .handleContainer button:after {
      content: '';
      display: block;
      position: absolute;
      background-color: #FF7855; }

.search-box {
  height: 50px;
  max-width: 450px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .search-box * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .search-box .search-box__container {
    -webkit-transition: max-width 0.3s, opacity 0.6s;
    -o-transition: max-width 0.3s, opacity 0.6s;
    transition: max-width 0.3s, opacity 0.6s;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-box__results-label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    font-size: 10px;
    line-height: 50px;
    padding: 0 10px;
    color: #FF7855;
    width: 50px; }
  .search-box--open .search-box__container {
    max-width: 400px;
    visibility: visible;
    opacity: 1; }
  .search-box--open .search-box__search-icon {
    color: #fff; }
  .search-box__search-icon {
    height: 50px;
    text-align: center;
    width: 50px;
    cursor: pointer;
    line-height: 50px;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    border: none; }
    .search-box__search-icon:hover {
      color: #fff; }
    .search-box__search-icon:focus {
      outline: 2px solid #fff;
      outline-offset: -4px; }
    .search-box__search-icon:active {
      background: #222; }
  .search-box__button {
    width: 30px;
    height: 30px;
    margin: 10px 5px;
    cursor: pointer;
    background: rgba(255, 120, 85, 0);
    color: #fff;
    border: 1px solid #FF7855;
    -webkit-transition: background 0.2s, opacity 0.2s;
    -o-transition: background 0.2s, opacity 0.2s;
    transition: background 0.2s, opacity 0.2s;
    font-size: 16px; }
    .search-box__button:active, .search-box__button:focus {
      outline: 2px solid rgba(255, 120, 85, 0.3);
      background: rgba(255, 120, 85, 0.1); }
    .search-box__button--disabled, .search-box__button--disabled:active, .search-box__button--disabled:focus {
      pointer-events: none;
      border-color: #555;
      background: rgba(255, 120, 85, 0);
      color: #555;
      outline: none; }
  .search-box__input {
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 5px 10px 10px;
    height: 35px;
    min-width: 200px;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px;
    border-bottom: 1px solid #ff7855; }
    .search-box__input:focus {
      outline: none; }


/*# sourceMappingURL=vendor.css.map*/