.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }
;
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}
;
/**
 * angular-motion
 * @version v0.4.4 - 2016-03-31
 * @link http://mgcrea.github.io/angular-motion
 * @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.am-collapse{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;overflow:hidden;opacity:1}.am-collapse.am-collapse-add,.am-collapse.ng-hide-remove,.am-collapse.ng-move{-webkit-animation-name:expand;animation-name:expand}.am-collapse.am-collapse-remove,.am-collapse.ng-hide{-webkit-animation-name:collapse;animation-name:collapse}.am-collapse.ng-enter{visibility:hidden;-webkit-animation-name:expand;animation-name:expand;-webkit-animation-play-state:paused;animation-play-state:paused}.am-collapse.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-collapse.ng-leave{-webkit-animation-name:collapse;animation-name:collapse;-webkit-animation-play-state:paused;animation-play-state:paused}.am-collapse.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes expand{from{max-height:0}to{max-height:500px}}@keyframes expand{from{max-height:0}to{max-height:500px}}@-webkit-keyframes collapse{from{max-height:500px}to{max-height:0}}@keyframes collapse{from{max-height:500px}to{max-height:0}}.panel-collapse.am-collapse.in-remove{-webkit-animation-name:collapse;animation-name:collapse;display:block}.panel-collapse.am-collapse.in-add{-webkit-animation-name:expand;animation-name:expand}.am-fade{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;opacity:1}.am-fade.am-fade-add,.am-fade.ng-hide-remove,.am-fade.ng-move{-webkit-animation-name:fadeIn;animation-name:fadeIn}.am-fade.am-fade-remove,.am-fade.ng-hide{-webkit-animation-name:fadeOut;animation-name:fadeOut}.am-fade.ng-enter{visibility:hidden;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-fade.ng-leave{-webkit-animation-name:fadeOut;animation-name:fadeOut;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.tab-pane.am-fade.active-remove{display:none!important}.tab-pane.am-fade.active-add{-webkit-animation-name:fadeIn;animation-name:fadeIn}.aside-backdrop.am-fade,.modal-backdrop.am-fade{background:rgba(0,0,0,.5);-webkit-animation-duration:.15s;animation-duration:.15s}.am-fade-and-scale{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-fade-and-scale.am-fade-and-scale-add,.am-fade-and-scale.ng-enter,.am-fade-and-scale.ng-hide-remove,.am-fade-and-scale.ng-move{-webkit-animation-name:fadeAndScaleIn;animation-name:fadeAndScaleIn}.am-fade-and-scale.am-fade-and-scale-remove,.am-fade-and-scale.ng-hide,.am-fade-and-scale.ng-leave{-webkit-animation-name:fadeAndScaleOut;animation-name:fadeAndScaleOut}.am-fade-and-scale.ng-enter{visibility:hidden;-webkit-animation-name:fadeAndScaleIn;animation-name:fadeAndScaleIn;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-scale.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-fade-and-scale.ng-leave{-webkit-animation-name:fadeAndScaleOut;animation-name:fadeAndScaleOut;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-scale.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes fadeAndScaleIn{from{opacity:0;-webkit-transform:scale(0.7);transform:scale(0.7)}to{opacity:1}}@keyframes fadeAndScaleIn{from{opacity:0;-webkit-transform:scale(0.7);transform:scale(0.7)}to{opacity:1}}@-webkit-keyframes fadeAndScaleOut{from{opacity:1}to{opacity:0;-webkit-transform:scale(0.7);transform:scale(0.7)}}@keyframes fadeAndScaleOut{from{opacity:1}to{opacity:0;-webkit-transform:scale(0.7);transform:scale(0.7)}}.am-fade-and-slide-top{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-fade-and-slide-top.am-fade-and-slide-top-add,.am-fade-and-slide-top.ng-hide-remove,.am-fade-and-slide-top.ng-move{-webkit-animation-name:fadeAndSlideFromTop;animation-name:fadeAndSlideFromTop}.am-fade-and-slide-top.am-fade-and-slide-top-remove,.am-fade-and-slide-top.ng-hide{-webkit-animation-name:fadeAndSlideToTop;animation-name:fadeAndSlideToTop}.am-fade-and-slide-top.ng-enter{visibility:hidden;-webkit-animation-name:fadeAndSlideFromTop;animation-name:fadeAndSlideFromTop;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-slide-top.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-fade-and-slide-top.ng-leave{-webkit-animation-name:fadeAndSlideToTop;animation-name:fadeAndSlideToTop;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-slide-top.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}.am-fade-and-slide-right{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-fade-and-slide-right.am-fade-and-slide-right-add,.am-fade-and-slide-right.ng-hide-remove,.am-fade-and-slide-right.ng-move{-webkit-animation-name:fadeAndSlideFromRight;animation-name:fadeAndSlideFromRight}.am-fade-and-slide-right.am-fade-and-slide-right-remove,.am-fade-and-slide-right.ng-hide{-webkit-animation-name:fadeAndSlideToRight;animation-name:fadeAndSlideToRight}.am-fade-and-slide-right.ng-enter{visibility:hidden;-webkit-animation-name:fadeAndSlideFromRight;animation-name:fadeAndSlideFromRight;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-slide-right.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-fade-and-slide-right.ng-leave{-webkit-animation-name:fadeAndSlideToRight;animation-name:fadeAndSlideToRight;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-slide-right.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}.am-fade-and-slide-bottom{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-fade-and-slide-bottom.am-fade-and-slide-bottom-add,.am-fade-and-slide-bottom.ng-hide-remove,.am-fade-and-slide-bottom.ng-move{-webkit-animation-name:fadeAndSlideFromBottom;animation-name:fadeAndSlideFromBottom}.am-fade-and-slide-bottom.am-fade-and-slide-bottom-remove,.am-fade-and-slide-bottom.ng-hide{-webkit-animation-name:fadeAndSlideToBottom;animation-name:fadeAndSlideToBottom}.am-fade-and-slide-bottom.ng-enter{visibility:hidden;-webkit-animation-name:fadeAndSlideFromBottom;animation-name:fadeAndSlideFromBottom;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-slide-bottom.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-fade-and-slide-bottom.ng-leave{-webkit-animation-name:fadeAndSlideToBottom;animation-name:fadeAndSlideToBottom;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-slide-bottom.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}.am-fade-and-slide-left{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-fade-and-slide-left.am-fade-and-slide-left-add,.am-fade-and-slide-left.ng-hide-remove,.am-fade-and-slide-left.ng-move{-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;-webkit-animation-name:fadeAndSlideFromLeft;animation-name:fadeAndSlideFromLeft}.am-fade-and-slide-left.am-fade-and-slide-left-remove,.am-fade-and-slide-left.ng-hide{-webkit-animation-name:fadeAndSlideToLeft;animation-name:fadeAndSlideToLeft}.am-fade-and-slide-left.ng-enter{visibility:hidden;-webkit-animation-name:fadeAndSlideFromLeft;animation-name:fadeAndSlideFromLeft;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-slide-left.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-fade-and-slide-left.ng-leave{-webkit-animation-name:fadeAndSlideToLeft;animation-name:fadeAndSlideToLeft;-webkit-animation-play-state:paused;animation-play-state:paused}.am-fade-and-slide-left.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes fadeAndSlideFromTop{from{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}to{opacity:1}}@keyframes fadeAndSlideFromTop{from{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}to{opacity:1}}@-webkit-keyframes fadeAndSlideToTop{from{opacity:1}to{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}}@keyframes fadeAndSlideToTop{from{opacity:1}to{opacity:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}}@-webkit-keyframes fadeAndSlideFromRight{from{opacity:0;-webkit-transform:translateX(20%);transform:translateX(20%)}to{opacity:1}}@keyframes fadeAndSlideFromRight{from{opacity:0;-webkit-transform:translateX(20%);transform:translateX(20%)}to{opacity:1}}@-webkit-keyframes fadeAndSlideToRight{from{opacity:1}to{opacity:0;-webkit-transform:translateX(20%);transform:translateX(20%)}}@keyframes fadeAndSlideToRight{from{opacity:1}to{opacity:0;-webkit-transform:translateX(20%);transform:translateX(20%)}}@-webkit-keyframes fadeAndSlideFromBottom{from{opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1}}@keyframes fadeAndSlideFromBottom{from{opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1}}@-webkit-keyframes fadeAndSlideToBottom{from{opacity:1}to{opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}}@keyframes fadeAndSlideToBottom{from{opacity:1}to{opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%)}}@-webkit-keyframes fadeAndSlideFromLeft{from{opacity:0;-webkit-transform:translateX(-20%);transform:translateX(-20%)}to{opacity:1}}@keyframes fadeAndSlideFromLeft{from{opacity:0;-webkit-transform:translateX(-20%);transform:translateX(-20%)}to{opacity:1}}@-webkit-keyframes fadeAndSlideToLeft{from{opacity:1}to{opacity:0;-webkit-transform:translateX(-20%);transform:translateX(-20%)}}@keyframes fadeAndSlideToLeft{from{opacity:1}to{opacity:0;-webkit-transform:translateX(-20%);transform:translateX(-20%)}}.am-flip-x{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-flip-x.am-flip-x-add,.am-flip-x.ng-hide-remove,.am-flip-x.ng-move{-webkit-animation-name:flipInXBounce;animation-name:flipInXBounce}.am-flip-x.am-flip-x-remove,.am-flip-x.ng-hide{-webkit-animation-name:flipOutX;animation-name:flipOutX}.am-flip-x.ng-enter{visibility:hidden;-webkit-animation-name:flipInXBounce;animation-name:flipInXBounce;-webkit-animation-play-state:paused;animation-play-state:paused}.am-flip-x.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-flip-x.ng-leave{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-play-state:paused;animation-play-state:paused}.am-flip-x.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}.am-flip-x-linear{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-flip-x-linear.am-flip-x-add,.am-flip-x-linear.ng-hide-remove,.am-flip-x-linear.ng-move{-webkit-animation-name:flipInX;animation-name:flipInX}.am-flip-x-linear.am-flip-x-remove,.am-flip-x-linear.ng-hide{-webkit-animation-name:flipOutX;animation-name:flipOutX}.am-flip-x-linear.ng-enter{visibility:hidden;-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-animation-play-state:paused;animation-play-state:paused}.am-flip-x-linear.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-flip-x-linear.ng-leave{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-play-state:paused;animation-play-state:paused}.am-flip-x-linear.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes flipInX{from{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}to{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@keyframes flipInX{from{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}to{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@-webkit-keyframes flipInXBounce{from{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}to{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@keyframes flipInXBounce{from{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}to{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}}@-webkit-keyframes flipOutX{from{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{from{opacity:1;-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.am-slide-top{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-slide-top.am-slide-top-add,.am-slide-top.ng-hide-remove,.am-slide-top.ng-move{-webkit-animation-name:slideFromTop;animation-name:slideFromTop}.am-slide-top.am-slide-top-remove,.am-slide-top.ng-hide{-webkit-animation-name:slideToTop;animation-name:slideToTop}.am-slide-top.ng-enter{visibility:hidden;-webkit-animation-name:slideFromTop;animation-name:slideFromTop;-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-top.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-slide-top.ng-leave{-webkit-animation-name:slideToTop;animation-name:slideToTop;-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-top.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}.am-slide-right{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-slide-right.am-slide-right-add,.am-slide-right.ng-hide-remove,.am-slide-right.ng-move{-webkit-animation-name:slideFromRight;animation-name:slideFromRight}.am-slide-right.am-slide-right-remove,.am-slide-right.ng-hide{-webkit-animation-name:slideToRight;animation-name:slideToRight}.am-slide-right.ng-enter{visibility:hidden;-webkit-animation-name:slideFromRight;animation-name:slideFromRight;-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-right.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-slide-right.ng-leave{-webkit-animation-name:slideToRight;animation-name:slideToRight;-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-right.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}.am-slide-bottom{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-slide-bottom.am-slide-bottom-add,.am-slide-bottom.ng-hide-remove,.am-slide-bottom.ng-move{-webkit-animation-name:slideFromBottom;animation-name:slideFromBottom}.am-slide-bottom.am-slide-bottom-remove,.am-slide-bottom.ng-hide{-webkit-animation-name:slideToBottom;animation-name:slideToBottom}.am-slide-bottom.ng-enter{visibility:hidden;-webkit-animation-name:slideFromBottom;animation-name:slideFromBottom;-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-bottom.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-slide-bottom.ng-leave{-webkit-animation-name:slideToBottom;animation-name:slideToBottom;-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-bottom.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}.am-slide-left{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}.am-slide-left.am-slide-left-add,.am-slide-left.ng-hide-remove,.am-slide-left.ng-move{-webkit-animation-name:slideFromLeft;animation-name:slideFromLeft}.am-slide-left.am-slide-left-remove,.am-slide-left.ng-hide{-webkit-animation-name:slideToLeft;animation-name:slideToLeft}.am-slide-left.ng-enter{visibility:hidden;-webkit-animation-name:slideFromLeft;animation-name:slideFromLeft;-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-left.ng-enter.ng-enter-active{visibility:visible;-webkit-animation-play-state:running;animation-play-state:running}.am-slide-left.ng-leave{-webkit-animation-name:slideToLeft;animation-name:slideToLeft;-webkit-animation-play-state:paused;animation-play-state:paused}.am-slide-left.ng-leave.ng-leave-active{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes slideFromTop{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideFromTop{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes slideToTop{to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideToTop{to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes slideFromRight{from{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideFromRight{from{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes slideToRight{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideToRight{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes slideFromBottom{from{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideFromBottom{from{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes slideToBottom{to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideToBottom{to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes slideFromLeft{from{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideFromLeft{from{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes slideToLeft{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideToLeft{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}
/*# sourceMappingURL=angular-motion.min.css.map */
;
.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=text],.intl-tel-input input[type=tel]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-left:48px;margin-left:0;transition:background-color 100ms ease-out}.intl-tel-input input.iti-invalid-key{transition:background-color 0;background-color:#FFC7C7}.intl-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:1px}.intl-tel-input .flag-dropdown:hover{cursor:pointer}.intl-tel-input .flag-dropdown:hover .selected-flag{background-color:rgba(0,0,0,0.05)}.intl-tel-input input[disabled]+.flag-dropdown:hover,.intl-tel-input input[readonly]+.flag-dropdown:hover{cursor:default}.intl-tel-input input[disabled]+.flag-dropdown:hover .selected-flag,.intl-tel-input input[readonly]+.flag-dropdown:hover .selected-flag{background-color:transparent}.intl-tel-input .selected-flag{z-index:1;position:relative;width:42px;height:100%;padding:0 0 0 8px}.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto}.intl-tel-input .selected-flag .arrow{position:absolute;top:50%;margin-top:-2px;right:4px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.intl-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input .country-list{list-style:none;position:absolute;z-index:2;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,0.2);background-color:white;border:1px solid #CCC;white-space:nowrap;max-height:200px;overflow-y:scroll}.intl-tel-input .country-list .flag{display:inline-block;width:20px}@media (max-width: 500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #CCC}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,0.05)}.intl-tel-input .country-list .flag,.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code{vertical-align:middle}.intl-tel-input .country-list .flag,.intl-tel-input .country-list .country-name{margin-right:6px}.intl-tel-input select{position:absolute;top:0;left:0;z-index:1;width:42px;height:100%;opacity:0}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0px 0px}.iti-flag.ad{height:14px;background-position:-22px 0px}.iti-flag.ae{height:10px;background-position:-44px 0px}.iti-flag.af{height:14px;background-position:-66px 0px}.iti-flag.ag{height:14px;background-position:-88px 0px}.iti-flag.ai{height:10px;background-position:-110px 0px}.iti-flag.al{height:15px;background-position:-132px 0px}.iti-flag.am{height:10px;background-position:-154px 0px}.iti-flag.ao{height:14px;background-position:-176px 0px}.iti-flag.aq{height:14px;background-position:-198px 0px}.iti-flag.ar{height:13px;background-position:-220px 0px}.iti-flag.as{height:10px;background-position:-242px 0px}.iti-flag.at{height:14px;background-position:-264px 0px}.iti-flag.au{height:10px;background-position:-286px 0px}.iti-flag.aw{height:14px;background-position:-308px 0px}.iti-flag.ax{height:13px;background-position:-330px 0px}.iti-flag.az{height:10px;background-position:-352px 0px}.iti-flag.ba{height:10px;background-position:-374px 0px}.iti-flag.bb{height:14px;background-position:-396px 0px}.iti-flag.bd{height:12px;background-position:-418px 0px}.iti-flag.be{height:15px;background-position:-440px 0px}.iti-flag.bf{height:14px;background-position:-460px 0px}.iti-flag.bg{height:12px;background-position:-482px 0px}.iti-flag.bh{height:12px;background-position:-504px 0px}.iti-flag.bi{height:12px;background-position:-526px 0px}.iti-flag.bj{height:14px;background-position:-548px 0px}.iti-flag.bl{height:14px;background-position:-570px 0px}.iti-flag.bm{height:10px;background-position:-592px 0px}.iti-flag.bn{height:10px;background-position:-614px 0px}.iti-flag.bo{height:14px;background-position:-636px 0px}.iti-flag.bq{height:14px;background-position:-658px 0px}.iti-flag.br{height:14px;background-position:-680px 0px}.iti-flag.bs{height:10px;background-position:-702px 0px}.iti-flag.bt{height:14px;background-position:-724px 0px}.iti-flag.bv{height:15px;background-position:-746px 0px}.iti-flag.bw{height:14px;background-position:-768px 0px}.iti-flag.by{height:10px;background-position:-790px 0px}.iti-flag.bz{height:14px;background-position:-812px 0px}.iti-flag.ca{height:10px;background-position:-834px 0px}.iti-flag.cc{height:10px;background-position:-856px 0px}.iti-flag.cd{height:15px;background-position:-878px 0px}.iti-flag.cf{height:14px;background-position:-900px 0px}.iti-flag.cg{height:14px;background-position:-922px 0px}.iti-flag.ch{height:15px;background-position:-944px 0px}.iti-flag.ci{height:14px;background-position:-961px 0px}.iti-flag.ck{height:10px;background-position:-983px 0px}.iti-flag.cl{height:14px;background-position:-1005px 0px}.iti-flag.cm{height:14px;background-position:-1027px 0px}.iti-flag.cn{height:14px;background-position:-1049px 0px}.iti-flag.co{height:14px;background-position:-1071px 0px}.iti-flag.cp{height:14px;background-position:-1093px 0px}.iti-flag.cr{height:12px;background-position:-1115px 0px}.iti-flag.cu{height:10px;background-position:-1137px 0px}.iti-flag.cv{height:12px;background-position:-1159px 0px}.iti-flag.cw{height:14px;background-position:-1181px 0px}.iti-flag.cx{height:10px;background-position:-1203px 0px}.iti-flag.cy{height:14px;background-position:-1225px 0px}.iti-flag.cz{height:14px;background-position:-1247px 0px}.iti-flag.de{height:12px;background-position:-1269px 0px}.iti-flag.dg{height:10px;background-position:-1291px 0px}.iti-flag.dj{height:14px;background-position:-1313px 0px}.iti-flag.dk{height:15px;background-position:-1335px 0px}.iti-flag.dm{height:10px;background-position:-1357px 0px}.iti-flag.do{height:13px;background-position:-1379px 0px}.iti-flag.dz{height:14px;background-position:-1401px 0px}.iti-flag.ea{height:14px;background-position:-1423px 0px}.iti-flag.ec{height:14px;background-position:-1445px 0px}.iti-flag.ee{height:13px;background-position:-1467px 0px}.iti-flag.eg{height:14px;background-position:-1489px 0px}.iti-flag.eh{height:10px;background-position:-1511px 0px}.iti-flag.er{height:10px;background-position:-1533px 0px}.iti-flag.es{height:14px;background-position:-1555px 0px}.iti-flag.et{height:10px;background-position:-1577px 0px}.iti-flag.eu{height:14px;background-position:-1599px 0px}.iti-flag.fi{height:12px;background-position:-1621px 0px}.iti-flag.fj{height:10px;background-position:-1643px 0px}.iti-flag.fk{height:10px;background-position:-1665px 0px}.iti-flag.fm{height:11px;background-position:-1687px 0px}.iti-flag.fo{height:15px;background-position:-1709px 0px}.iti-flag.fr{height:14px;background-position:-1731px 0px}.iti-flag.ga{height:15px;background-position:-1753px 0px}.iti-flag.gb{height:10px;background-position:-1775px 0px}.iti-flag.gd{height:12px;background-position:-1797px 0px}.iti-flag.ge{height:14px;background-position:-1819px 0px}.iti-flag.gf{height:14px;background-position:-1841px 0px}.iti-flag.gg{height:14px;background-position:-1863px 0px}.iti-flag.gh{height:14px;background-position:-1885px 0px}.iti-flag.gi{height:10px;background-position:-1907px 0px}.iti-flag.gl{height:14px;background-position:-1929px 0px}.iti-flag.gm{height:14px;background-position:-1951px 0px}.iti-flag.gn{height:14px;background-position:-1973px 0px}.iti-flag.gp{height:14px;background-position:-1995px 0px}.iti-flag.gq{height:14px;background-position:-2017px 0px}.iti-flag.gr{height:14px;background-position:-2039px 0px}.iti-flag.gs{height:10px;background-position:-2061px 0px}.iti-flag.gt{height:13px;background-position:-2083px 0px}.iti-flag.gu{height:11px;background-position:-2105px 0px}.iti-flag.gw{height:10px;background-position:-2127px 0px}.iti-flag.gy{height:12px;background-position:-2149px 0px}.iti-flag.hk{height:14px;background-position:-2171px 0px}.iti-flag.hm{height:10px;background-position:-2193px 0px}.iti-flag.hn{height:10px;background-position:-2215px 0px}.iti-flag.hr{height:10px;background-position:-2237px 0px}.iti-flag.ht{height:12px;background-position:-2259px 0px}.iti-flag.hu{height:10px;background-position:-2281px 0px}.iti-flag.ic{height:14px;background-position:-2303px 0px}.iti-flag.id{height:14px;background-position:-2325px 0px}.iti-flag.ie{height:10px;background-position:-2347px 0px}.iti-flag.il{height:15px;background-position:-2369px 0px}.iti-flag.im{height:10px;background-position:-2391px 0px}.iti-flag.in{height:14px;background-position:-2413px 0px}.iti-flag.io{height:10px;background-position:-2435px 0px}.iti-flag.iq{height:14px;background-position:-2457px 0px}.iti-flag.ir{height:12px;background-position:-2479px 0px}.iti-flag.is{height:15px;background-position:-2501px 0px}.iti-flag.it{height:14px;background-position:-2523px 0px}.iti-flag.je{height:12px;background-position:-2545px 0px}.iti-flag.jm{height:10px;background-position:-2567px 0px}.iti-flag.jo{height:10px;background-position:-2589px 0px}.iti-flag.jp{height:14px;background-position:-2611px 0px}.iti-flag.ke{height:14px;background-position:-2633px 0px}.iti-flag.kg{height:12px;background-position:-2655px 0px}.iti-flag.kh{height:13px;background-position:-2677px 0px}.iti-flag.ki{height:10px;background-position:-2699px 0px}.iti-flag.km{height:12px;background-position:-2721px 0px}.iti-flag.kn{height:14px;background-position:-2743px 0px}.iti-flag.kp{height:10px;background-position:-2765px 0px}.iti-flag.kr{height:14px;background-position:-2787px 0px}.iti-flag.kw{height:10px;background-position:-2809px 0px}.iti-flag.ky{height:10px;background-position:-2831px 0px}.iti-flag.kz{height:10px;background-position:-2853px 0px}.iti-flag.la{height:14px;background-position:-2875px 0px}.iti-flag.lb{height:14px;background-position:-2897px 0px}.iti-flag.lc{height:10px;background-position:-2919px 0px}.iti-flag.li{height:12px;background-position:-2941px 0px}.iti-flag.lk{height:10px;background-position:-2963px 0px}.iti-flag.lr{height:11px;background-position:-2985px 0px}.iti-flag.ls{height:14px;background-position:-3007px 0px}.iti-flag.lt{height:12px;background-position:-3029px 0px}.iti-flag.lu{height:12px;background-position:-3051px 0px}.iti-flag.lv{height:10px;background-position:-3073px 0px}.iti-flag.ly{height:10px;background-position:-3095px 0px}.iti-flag.ma{height:14px;background-position:-3117px 0px}.iti-flag.mc{height:15px;background-position:-3139px 0px}.iti-flag.md{height:10px;background-position:-3160px 0px}.iti-flag.me{height:10px;background-position:-3182px 0px}.iti-flag.mf{height:14px;background-position:-3204px 0px}.iti-flag.mg{height:14px;background-position:-3226px 0px}.iti-flag.mh{height:11px;background-position:-3248px 0px}.iti-flag.mk{height:10px;background-position:-3270px 0px}.iti-flag.ml{height:14px;background-position:-3292px 0px}.iti-flag.mm{height:14px;background-position:-3314px 0px}.iti-flag.mn{height:10px;background-position:-3336px 0px}.iti-flag.mo{height:14px;background-position:-3358px 0px}.iti-flag.mp{height:10px;background-position:-3380px 0px}.iti-flag.mq{height:14px;background-position:-3402px 0px}.iti-flag.mr{height:14px;background-position:-3424px 0px}.iti-flag.ms{height:10px;background-position:-3446px 0px}.iti-flag.mt{height:14px;background-position:-3468px 0px}.iti-flag.mu{height:14px;background-position:-3490px 0px}.iti-flag.mv{height:14px;background-position:-3512px 0px}.iti-flag.mw{height:14px;background-position:-3534px 0px}.iti-flag.mx{height:12px;background-position:-3556px 0px}.iti-flag.my{height:10px;background-position:-3578px 0px}.iti-flag.mz{height:14px;background-position:-3600px 0px}.iti-flag.na{height:14px;background-position:-3622px 0px}.iti-flag.nc{height:10px;background-position:-3644px 0px}.iti-flag.ne{height:15px;background-position:-3666px 0px}.iti-flag.nf{height:10px;background-position:-3686px 0px}.iti-flag.ng{height:10px;background-position:-3708px 0px}.iti-flag.ni{height:12px;background-position:-3730px 0px}.iti-flag.nl{height:14px;background-position:-3752px 0px}.iti-flag.no{height:15px;background-position:-3774px 0px}.iti-flag.np{height:15px;background-position:-3796px 0px}.iti-flag.nr{height:10px;background-position:-3811px 0px}.iti-flag.nu{height:10px;background-position:-3833px 0px}.iti-flag.nz{height:10px;background-position:-3855px 0px}.iti-flag.om{height:10px;background-position:-3877px 0px}.iti-flag.pa{height:14px;background-position:-3899px 0px}.iti-flag.pe{height:14px;background-position:-3921px 0px}.iti-flag.pf{height:14px;background-position:-3943px 0px}.iti-flag.pg{height:15px;background-position:-3965px 0px}.iti-flag.ph{height:10px;background-position:-3987px 0px}.iti-flag.pk{height:14px;background-position:-4009px 0px}.iti-flag.pl{height:13px;background-position:-4031px 0px}.iti-flag.pm{height:14px;background-position:-4053px 0px}.iti-flag.pn{height:10px;background-position:-4075px 0px}.iti-flag.pr{height:14px;background-position:-4097px 0px}.iti-flag.ps{height:10px;background-position:-4119px 0px}.iti-flag.pt{height:14px;background-position:-4141px 0px}.iti-flag.pw{height:13px;background-position:-4163px 0px}.iti-flag.py{height:11px;background-position:-4185px 0px}.iti-flag.qa{height:8px;background-position:-4207px 0px}.iti-flag.re{height:14px;background-position:-4229px 0px}.iti-flag.ro{height:14px;background-position:-4251px 0px}.iti-flag.rs{height:14px;background-position:-4273px 0px}.iti-flag.ru{height:14px;background-position:-4295px 0px}.iti-flag.rw{height:14px;background-position:-4317px 0px}.iti-flag.sa{height:14px;background-position:-4339px 0px}.iti-flag.sb{height:10px;background-position:-4361px 0px}.iti-flag.sc{height:10px;background-position:-4383px 0px}.iti-flag.sd{height:10px;background-position:-4405px 0px}.iti-flag.se{height:13px;background-position:-4427px 0px}.iti-flag.sg{height:14px;background-position:-4449px 0px}.iti-flag.sh{height:10px;background-position:-4471px 0px}.iti-flag.si{height:10px;background-position:-4493px 0px}.iti-flag.sj{height:15px;background-position:-4515px 0px}.iti-flag.sk{height:14px;background-position:-4537px 0px}.iti-flag.sl{height:14px;background-position:-4559px 0px}.iti-flag.sm{height:15px;background-position:-4581px 0px}.iti-flag.sn{height:14px;background-position:-4603px 0px}.iti-flag.so{height:14px;background-position:-4625px 0px}.iti-flag.sr{height:14px;background-position:-4647px 0px}.iti-flag.ss{height:10px;background-position:-4669px 0px}.iti-flag.st{height:10px;background-position:-4691px 0px}.iti-flag.sv{height:12px;background-position:-4713px 0px}.iti-flag.sx{height:14px;background-position:-4735px 0px}.iti-flag.sy{height:14px;background-position:-4757px 0px}.iti-flag.sz{height:14px;background-position:-4779px 0px}.iti-flag.ta{height:10px;background-position:-4801px 0px}.iti-flag.tc{height:10px;background-position:-4823px 0px}.iti-flag.td{height:14px;background-position:-4845px 0px}.iti-flag.tf{height:14px;background-position:-4867px 0px}.iti-flag.tg{height:13px;background-position:-4889px 0px}.iti-flag.th{height:14px;background-position:-4911px 0px}.iti-flag.tj{height:10px;background-position:-4933px 0px}.iti-flag.tk{height:10px;background-position:-4955px 0px}.iti-flag.tl{height:10px;background-position:-4977px 0px}.iti-flag.tm{height:14px;background-position:-4999px 0px}.iti-flag.tn{height:14px;background-position:-5021px 0px}.iti-flag.to{height:10px;background-position:-5043px 0px}.iti-flag.tr{height:14px;background-position:-5065px 0px}.iti-flag.tt{height:12px;background-position:-5087px 0px}.iti-flag.tv{height:10px;background-position:-5109px 0px}.iti-flag.tw{height:14px;background-position:-5131px 0px}.iti-flag.tz{height:14px;background-position:-5153px 0px}.iti-flag.ua{height:14px;background-position:-5175px 0px}.iti-flag.ug{height:14px;background-position:-5197px 0px}.iti-flag.um{height:11px;background-position:-5219px 0px}.iti-flag.us{height:11px;background-position:-5241px 0px}.iti-flag.uy{height:14px;background-position:-5263px 0px}.iti-flag.uz{height:10px;background-position:-5285px 0px}.iti-flag.va{height:15px;background-position:-5307px 0px}.iti-flag.vc{height:14px;background-position:-5324px 0px}.iti-flag.ve{height:14px;background-position:-5346px 0px}.iti-flag.vg{height:10px;background-position:-5368px 0px}.iti-flag.vi{height:14px;background-position:-5390px 0px}.iti-flag.vn{height:14px;background-position:-5412px 0px}.iti-flag.vu{height:12px;background-position:-5434px 0px}.iti-flag.wf{height:14px;background-position:-5456px 0px}.iti-flag.ws{height:10px;background-position:-5478px 0px}.iti-flag.xk{height:15px;background-position:-5500px 0px}.iti-flag.ye{height:14px;background-position:-5522px 0px}.iti-flag.yt{height:14px;background-position:-5544px 0px}.iti-flag.za{height:14px;background-position:-5566px 0px}.iti-flag.zm{height:14px;background-position:-5588px 0px}.iti-flag.zw{height:10px;background-position:-5610px 0px}.iti-flag{width:20px;height:15px;box-shadow:0px 0px 1px 0px #888;background-image:url("../img/flags.png");background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.iti-flag{background-image:url("../img/flags@2x.png")}}.iti-flag.np{background-color:transparent}
;
.flexer,.progress-indicator{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.no-flexer,.progress-indicator.stacked{display:block}.no-flexer-element{-ms-flex:0;-webkit-flex:0;-moz-flex:0;flex:0}.flexer-element,.progress-indicator>li{-ms-flex:1;-webkit-flex:1;-moz-flex:1;flex:1}.progress-indicator{margin:0 0 1em;padding:0;font-size:80%;text-transform:uppercase}.progress-indicator>li{list-style:none;text-align:center;width:auto;padding:0;margin:0;position:relative;text-overflow:ellipsis;color:#bbb;display:block}.progress-indicator>li:hover{color:#6f6f6f}.progress-indicator>li.completed,.progress-indicator>li.completed .bubble{color:#65d074}.progress-indicator>li .bubble{border-radius:1000px;width:20px;height:20px;background-color:#bbb;display:block;margin:0 auto .5em;border-bottom:1px solid #888}.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before{display:block;position:absolute;top:9px;width:100%;height:3px;content:'';background-color:#bbb}.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before{background-color:#65d074;border-color:#247830}.progress-indicator>li .bubble:before{left:0}.progress-indicator>li .bubble:after{right:0}.progress-indicator>li.active,.progress-indicator>li.active .bubble{color:#337AB7}.progress-indicator>li.active .bubble,.progress-indicator>li.active .bubble:after,.progress-indicator>li.active .bubble:before{background-color:#337AB7;border-color:#122a3f}.progress-indicator>li a:hover .bubble,.progress-indicator>li a:hover .bubble:after,.progress-indicator>li a:hover .bubble:before{background-color:#5671d0;border-color:#1f306e}.progress-indicator>li a:hover .bubble{color:#5671d0}.progress-indicator>li.danger .bubble,.progress-indicator>li.danger .bubble:after,.progress-indicator>li.danger .bubble:before{background-color:#d3140f;border-color:#440605}.progress-indicator>li.danger .bubble{color:#d3140f}.progress-indicator>li.warning .bubble,.progress-indicator>li.warning .bubble:after,.progress-indicator>li.warning .bubble:before{background-color:#edb10a;border-color:#5a4304}.progress-indicator>li.warning .bubble{color:#edb10a}.progress-indicator>li.info .bubble,.progress-indicator>li.info .bubble:after,.progress-indicator>li.info .bubble:before{background-color:#5b32d6;border-color:#25135d}.progress-indicator>li.info .bubble{color:#5b32d6}.progress-indicator.stacked>li{text-indent:-10px;text-align:center;display:block}.progress-indicator.stacked>li .bubble:after,.progress-indicator.stacked>li .bubble:before{left:50%;margin-left:-1.5px;width:3px;height:100%}.progress-indicator.stacked .stacked-text{position:relative;z-index:10;top:0;margin-left:60%!important;width:45%!important;display:inline-block;text-align:left;line-height:1.2em}.progress-indicator.stacked>li a{border:none}.progress-indicator.stacked.nocenter>li .bubble{margin-left:0;margin-right:0}.progress-indicator.stacked.nocenter>li .bubble:after,.progress-indicator.stacked.nocenter>li .bubble:before{left:10px}.progress-indicator.stacked.nocenter .stacked-text{width:auto!important;display:block;margin-left:40px!important}@media handheld,screen and (max-width:400px){.progress-indicator{font-size:60%}};
.quickdate {
  display: inline-block;
  position: relative;
}
.quickdate-button div,
.quickdate-action-link div {
  display: inline;
}
.quickdate-popup {
  z-index: 10;
  background-color: #fff;
  border: solid 1px #000;
  text-align: center;
  width: 250px;
  display: none;
  position: absolute;
  padding: 5px;
}
.quickdate-popup.open {
  display: block;
}
.quickdate-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #333;
  font-size: 110%;
  margin-top: -6px;
  text-decoration: none;
}
.quickdate-close:hover {
  text-decoration: underline;
}
.quickdate-close:hover,
.quickdate-close:visited {
  color: #333;
}
.quickdate-calendar-header {
  display: block;
  padding: 2px 0;
  margin-bottom: 5px;
  text-align: center;
}
.quickdate-month {
  display: inline-block;
}
a.quickdate-prev-month {
  float: left;
}
a.quickdate-next-month {
  float: right;
}
.quickdate-text-inputs {
  text-align: left;
  margin-bottom: 5px;
}
.quickdate-input-wrapper {
  width: 48%;
  display: inline-block;
}
input.quickdate-date-input,
input.quickdate-time-input {
  width: 100px;
  margin: 0;
  height: auto;
  padding: 2px 3px;
}
table.quickdate-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 5px;
}
table.quickdate-calendar th,
table.quickdate-calendar td {
  padding: 5px;
}
table.quickdate-calendar td:hover {
  cursor: pointer;
}
.quickdate-popup-footer {
  text-align: right;
  display: block;
}
.quickdate input.ng-invalid {
  border: 1px solid #dd3b30;
}
.quickdate input.ng-invalid:focus {
  outline-color: #dd3b30;
}
;
/**
 * Larger phones (IPhone 6, 6 plus, Nexus, Galaxy etc)
 */
/**
 * Phones Landscape, Phablets (Nexus 7, Samsung Note etc)
 */
/**
 * Phablets Landscape & 10" Tablets Portrait
 */
/**
 * 10" Tablets Landscape (Ipad, Samsung Tab etc)
 */
/**
 * Standard laptops, desktops
 */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
.legacySearch {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /*
.date, .time {
  .form-control {
    height: 65px;
    font-family: 'Open Sans';
    font-size: 15px;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    &.dark {
      border: 1px solid #cccccc;
    }
  }
}
*/
  /* global for mobile */
  /* iPhone4 */
  /* TODO */
  /* iPhone5 portrait */
  /* iPhone5 landscape */
  /* iPhone6 portrait */
  /* iPhone6 landscape */
  /* iPhone6+ portrait */
  /* iPhone6+ landscape */
  /* iPad portrait */
  /* iPad landscape */
  /**
 * Overides for fly victor home page (originanly in the theme)
 * TODO: merge styles with above.
 */
  font-size: 16px;
  font-family: 'AvenirLTStd-Light', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /**
 * Legacy Search Overides for the /charter page
 *
 */
}
.legacySearch html.dotNetForm .debug__abtest--native {
  display: block;
}
.legacySearch html.ngForm .debug__abtest--angular {
  display: block;
}
.legacySearch a {
  cursor: pointer;
}
.legacySearch html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.legacySearch body {
  margin: 0;
}
.legacySearch article,
.legacySearch aside,
.legacySearch details,
.legacySearch figcaption,
.legacySearch figure,
.legacySearch footer,
.legacySearch header,
.legacySearch hgroup,
.legacySearch main,
.legacySearch menu,
.legacySearch nav,
.legacySearch section,
.legacySearch summary {
  display: block;
}
.legacySearch audio,
.legacySearch canvas,
.legacySearch progress,
.legacySearch video {
  display: inline-block;
  vertical-align: baseline;
}
.legacySearch audio:not([controls]) {
  display: none;
  height: 0;
}
.legacySearch [hidden],
.legacySearch template {
  display: none;
}
.legacySearch a {
  background-color: transparent;
}
.legacySearch a:active,
.legacySearch a:hover {
  outline: 0;
}
.legacySearch abbr[title] {
  border-bottom: 1px dotted;
}
.legacySearch b,
.legacySearch strong {
  font-weight: bold;
}
.legacySearch dfn {
  font-style: italic;
}
.legacySearch h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.legacySearch mark {
  background: #ff0;
  color: #000;
}
.legacySearch small {
  font-size: 80%;
}
.legacySearch sub,
.legacySearch sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.legacySearch sup {
  top: -0.5em;
}
.legacySearch sub {
  bottom: -0.25em;
}
.legacySearch img {
  border: 0;
}
.legacySearch svg:not(:root) {
  overflow: hidden;
}
.legacySearch figure {
  margin: 1em 40px;
}
.legacySearch hr {
  box-sizing: content-box;
  height: 0;
}
.legacySearch pre {
  overflow: auto;
}
.legacySearch code,
.legacySearch kbd,
.legacySearch pre,
.legacySearch samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.legacySearch button,
.legacySearch input,
.legacySearch optgroup,
.legacySearch select,
.legacySearch textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.legacySearch button {
  overflow: visible;
}
.legacySearch button,
.legacySearch select {
  text-transform: none;
}
.legacySearch button,
.legacySearch html input[type="button"],
.legacySearch input[type="reset"],
.legacySearch input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.legacySearch button[disabled],
.legacySearch html input[disabled] {
  cursor: default;
}
.legacySearch button::-moz-focus-inner,
.legacySearch input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.legacySearch input {
  line-height: normal;
}
.legacySearch input[type="checkbox"],
.legacySearch input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.legacySearch input[type="number"]::-webkit-inner-spin-button,
.legacySearch input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.legacySearch input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.legacySearch input[type="search"]::-webkit-search-cancel-button,
.legacySearch input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.legacySearch fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.legacySearch legend {
  border: 0;
  padding: 0;
}
.legacySearch textarea {
  overflow: auto;
}
.legacySearch optgroup {
  font-weight: bold;
}
.legacySearch table {
  border-collapse: collapse;
  border-spacing: 0;
}
.legacySearch td,
.legacySearch th {
  padding: 0;
}
@media print {
  .legacySearch *,
  .legacySearch *:before,
  .legacySearch *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .legacySearch a,
  .legacySearch a:visited {
    text-decoration: underline;
  }
  .legacySearch a[href]:after {
    content: " (" attr(href) ")";
  }
  .legacySearch abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .legacySearch a[href^="#"]:after,
  .legacySearch a[href^="javascript:"]:after {
    content: "";
  }
  .legacySearch pre,
  .legacySearch blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .legacySearch thead {
    display: table-header-group;
  }
  .legacySearch tr,
  .legacySearch img {
    page-break-inside: avoid;
  }
  .legacySearch img {
    max-width: 100% !important;
  }
  .legacySearch p,
  .legacySearch h2,
  .legacySearch h3 {
    orphans: 3;
    widows: 3;
  }
  .legacySearch h2,
  .legacySearch h3 {
    page-break-after: avoid;
  }
  .legacySearch .navbar {
    display: none;
  }
  .legacySearch .btn > .caret,
  .legacySearch .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .legacySearch .label {
    border: 1px solid #000;
  }
  .legacySearch .table {
    border-collapse: collapse !important;
  }
  .legacySearch .table td,
  .legacySearch .table th {
    background-color: #fff !important;
  }
  .legacySearch .table-bordered th,
  .legacySearch .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('glyphicons-halflings-regular.eot');
  src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.legacySearch .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.legacySearch .glyphicon-asterisk:before {
  content: "\2a";
}
.legacySearch .glyphicon-plus:before {
  content: "\2b";
}
.legacySearch .glyphicon-euro:before,
.legacySearch .glyphicon-eur:before {
  content: "\20ac";
}
.legacySearch .glyphicon-minus:before {
  content: "\2212";
}
.legacySearch .glyphicon-cloud:before {
  content: "\2601";
}
.legacySearch .glyphicon-envelope:before {
  content: "\2709";
}
.legacySearch .glyphicon-pencil:before {
  content: "\270f";
}
.legacySearch .glyphicon-glass:before {
  content: "\e001";
}
.legacySearch .glyphicon-music:before {
  content: "\e002";
}
.legacySearch .glyphicon-search:before {
  content: "\e003";
}
.legacySearch .glyphicon-heart:before {
  content: "\e005";
}
.legacySearch .glyphicon-star:before {
  content: "\e006";
}
.legacySearch .glyphicon-star-empty:before {
  content: "\e007";
}
.legacySearch .glyphicon-user:before {
  content: "\e008";
}
.legacySearch .glyphicon-film:before {
  content: "\e009";
}
.legacySearch .glyphicon-th-large:before {
  content: "\e010";
}
.legacySearch .glyphicon-th:before {
  content: "\e011";
}
.legacySearch .glyphicon-th-list:before {
  content: "\e012";
}
.legacySearch .glyphicon-ok:before {
  content: "\e013";
}
.legacySearch .glyphicon-remove:before {
  content: "\e014";
}
.legacySearch .glyphicon-zoom-in:before {
  content: "\e015";
}
.legacySearch .glyphicon-zoom-out:before {
  content: "\e016";
}
.legacySearch .glyphicon-off:before {
  content: "\e017";
}
.legacySearch .glyphicon-signal:before {
  content: "\e018";
}
.legacySearch .glyphicon-cog:before {
  content: "\e019";
}
.legacySearch .glyphicon-trash:before {
  content: "\e020";
}
.legacySearch .glyphicon-home:before {
  content: "\e021";
}
.legacySearch .glyphicon-file:before {
  content: "\e022";
}
.legacySearch .glyphicon-time:before {
  content: "\e023";
}
.legacySearch .glyphicon-road:before {
  content: "\e024";
}
.legacySearch .glyphicon-download-alt:before {
  content: "\e025";
}
.legacySearch .glyphicon-download:before {
  content: "\e026";
}
.legacySearch .glyphicon-upload:before {
  content: "\e027";
}
.legacySearch .glyphicon-inbox:before {
  content: "\e028";
}
.legacySearch .glyphicon-play-circle:before {
  content: "\e029";
}
.legacySearch .glyphicon-repeat:before {
  content: "\e030";
}
.legacySearch .glyphicon-refresh:before {
  content: "\e031";
}
.legacySearch .glyphicon-list-alt:before {
  content: "\e032";
}
.legacySearch .glyphicon-lock:before {
  content: "\e033";
}
.legacySearch .glyphicon-flag:before {
  content: "\e034";
}
.legacySearch .glyphicon-headphones:before {
  content: "\e035";
}
.legacySearch .glyphicon-volume-off:before {
  content: "\e036";
}
.legacySearch .glyphicon-volume-down:before {
  content: "\e037";
}
.legacySearch .glyphicon-volume-up:before {
  content: "\e038";
}
.legacySearch .glyphicon-qrcode:before {
  content: "\e039";
}
.legacySearch .glyphicon-barcode:before {
  content: "\e040";
}
.legacySearch .glyphicon-tag:before {
  content: "\e041";
}
.legacySearch .glyphicon-tags:before {
  content: "\e042";
}
.legacySearch .glyphicon-book:before {
  content: "\e043";
}
.legacySearch .glyphicon-bookmark:before {
  content: "\e044";
}
.legacySearch .glyphicon-print:before {
  content: "\e045";
}
.legacySearch .glyphicon-camera:before {
  content: "\e046";
}
.legacySearch .glyphicon-font:before {
  content: "\e047";
}
.legacySearch .glyphicon-bold:before {
  content: "\e048";
}
.legacySearch .glyphicon-italic:before {
  content: "\e049";
}
.legacySearch .glyphicon-text-height:before {
  content: "\e050";
}
.legacySearch .glyphicon-text-width:before {
  content: "\e051";
}
.legacySearch .glyphicon-align-left:before {
  content: "\e052";
}
.legacySearch .glyphicon-align-center:before {
  content: "\e053";
}
.legacySearch .glyphicon-align-right:before {
  content: "\e054";
}
.legacySearch .glyphicon-align-justify:before {
  content: "\e055";
}
.legacySearch .glyphicon-list:before {
  content: "\e056";
}
.legacySearch .glyphicon-indent-left:before {
  content: "\e057";
}
.legacySearch .glyphicon-indent-right:before {
  content: "\e058";
}
.legacySearch .glyphicon-facetime-video:before {
  content: "\e059";
}
.legacySearch .glyphicon-picture:before {
  content: "\e060";
}
.legacySearch .glyphicon-map-marker:before {
  content: "\e062";
}
.legacySearch .glyphicon-adjust:before {
  content: "\e063";
}
.legacySearch .glyphicon-tint:before {
  content: "\e064";
}
.legacySearch .glyphicon-edit:before {
  content: "\e065";
}
.legacySearch .glyphicon-share:before {
  content: "\e066";
}
.legacySearch .glyphicon-check:before {
  content: "\e067";
}
.legacySearch .glyphicon-move:before {
  content: "\e068";
}
.legacySearch .glyphicon-step-backward:before {
  content: "\e069";
}
.legacySearch .glyphicon-fast-backward:before {
  content: "\e070";
}
.legacySearch .glyphicon-backward:before {
  content: "\e071";
}
.legacySearch .glyphicon-play:before {
  content: "\e072";
}
.legacySearch .glyphicon-pause:before {
  content: "\e073";
}
.legacySearch .glyphicon-stop:before {
  content: "\e074";
}
.legacySearch .glyphicon-forward:before {
  content: "\e075";
}
.legacySearch .glyphicon-fast-forward:before {
  content: "\e076";
}
.legacySearch .glyphicon-step-forward:before {
  content: "\e077";
}
.legacySearch .glyphicon-eject:before {
  content: "\e078";
}
.legacySearch .glyphicon-chevron-left:before {
  content: "\e079";
}
.legacySearch .glyphicon-chevron-right:before {
  content: "\e080";
}
.legacySearch .glyphicon-plus-sign:before {
  content: "\e081";
}
.legacySearch .glyphicon-minus-sign:before {
  content: "\e082";
}
.legacySearch .glyphicon-remove-sign:before {
  content: "\e083";
}
.legacySearch .glyphicon-ok-sign:before {
  content: "\e084";
}
.legacySearch .glyphicon-question-sign:before {
  content: "\e085";
}
.legacySearch .glyphicon-info-sign:before {
  content: "\e086";
}
.legacySearch .glyphicon-screenshot:before {
  content: "\e087";
}
.legacySearch .glyphicon-remove-circle:before {
  content: "\e088";
}
.legacySearch .glyphicon-ok-circle:before {
  content: "\e089";
}
.legacySearch .glyphicon-ban-circle:before {
  content: "\e090";
}
.legacySearch .glyphicon-arrow-left:before {
  content: "\e091";
}
.legacySearch .glyphicon-arrow-right:before {
  content: "\e092";
}
.legacySearch .glyphicon-arrow-up:before {
  content: "\e093";
}
.legacySearch .glyphicon-arrow-down:before {
  content: "\e094";
}
.legacySearch .glyphicon-share-alt:before {
  content: "\e095";
}
.legacySearch .glyphicon-resize-full:before {
  content: "\e096";
}
.legacySearch .glyphicon-resize-small:before {
  content: "\e097";
}
.legacySearch .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.legacySearch .glyphicon-gift:before {
  content: "\e102";
}
.legacySearch .glyphicon-leaf:before {
  content: "\e103";
}
.legacySearch .glyphicon-fire:before {
  content: "\e104";
}
.legacySearch .glyphicon-eye-open:before {
  content: "\e105";
}
.legacySearch .glyphicon-eye-close:before {
  content: "\e106";
}
.legacySearch .glyphicon-warning-sign:before {
  content: "\e107";
}
.legacySearch .glyphicon-plane:before {
  content: "\e108";
}
.legacySearch .glyphicon-calendar:before {
  content: "\e109";
}
.legacySearch .glyphicon-random:before {
  content: "\e110";
}
.legacySearch .glyphicon-comment:before {
  content: "\e111";
}
.legacySearch .glyphicon-magnet:before {
  content: "\e112";
}
.legacySearch .glyphicon-chevron-up:before {
  content: "\e113";
}
.legacySearch .glyphicon-chevron-down:before {
  content: "\e114";
}
.legacySearch .glyphicon-retweet:before {
  content: "\e115";
}
.legacySearch .glyphicon-shopping-cart:before {
  content: "\e116";
}
.legacySearch .glyphicon-folder-close:before {
  content: "\e117";
}
.legacySearch .glyphicon-folder-open:before {
  content: "\e118";
}
.legacySearch .glyphicon-resize-vertical:before {
  content: "\e119";
}
.legacySearch .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.legacySearch .glyphicon-hdd:before {
  content: "\e121";
}
.legacySearch .glyphicon-bullhorn:before {
  content: "\e122";
}
.legacySearch .glyphicon-bell:before {
  content: "\e123";
}
.legacySearch .glyphicon-certificate:before {
  content: "\e124";
}
.legacySearch .glyphicon-thumbs-up:before {
  content: "\e125";
}
.legacySearch .glyphicon-thumbs-down:before {
  content: "\e126";
}
.legacySearch .glyphicon-hand-right:before {
  content: "\e127";
}
.legacySearch .glyphicon-hand-left:before {
  content: "\e128";
}
.legacySearch .glyphicon-hand-up:before {
  content: "\e129";
}
.legacySearch .glyphicon-hand-down:before {
  content: "\e130";
}
.legacySearch .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.legacySearch .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.legacySearch .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.legacySearch .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.legacySearch .glyphicon-globe:before {
  content: "\e135";
}
.legacySearch .glyphicon-wrench:before {
  content: "\e136";
}
.legacySearch .glyphicon-tasks:before {
  content: "\e137";
}
.legacySearch .glyphicon-filter:before {
  content: "\e138";
}
.legacySearch .glyphicon-briefcase:before {
  content: "\e139";
}
.legacySearch .glyphicon-fullscreen:before {
  content: "\e140";
}
.legacySearch .glyphicon-dashboard:before {
  content: "\e141";
}
.legacySearch .glyphicon-paperclip:before {
  content: "\e142";
}
.legacySearch .glyphicon-heart-empty:before {
  content: "\e143";
}
.legacySearch .glyphicon-link:before {
  content: "\e144";
}
.legacySearch .glyphicon-phone:before {
  content: "\e145";
}
.legacySearch .glyphicon-pushpin:before {
  content: "\e146";
}
.legacySearch .glyphicon-usd:before {
  content: "\e148";
}
.legacySearch .glyphicon-gbp:before {
  content: "\e149";
}
.legacySearch .glyphicon-sort:before {
  content: "\e150";
}
.legacySearch .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.legacySearch .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.legacySearch .glyphicon-sort-by-order:before {
  content: "\e153";
}
.legacySearch .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.legacySearch .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.legacySearch .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.legacySearch .glyphicon-unchecked:before {
  content: "\e157";
}
.legacySearch .glyphicon-expand:before {
  content: "\e158";
}
.legacySearch .glyphicon-collapse-down:before {
  content: "\e159";
}
.legacySearch .glyphicon-collapse-up:before {
  content: "\e160";
}
.legacySearch .glyphicon-log-in:before {
  content: "\e161";
}
.legacySearch .glyphicon-flash:before {
  content: "\e162";
}
.legacySearch .glyphicon-log-out:before {
  content: "\e163";
}
.legacySearch .glyphicon-new-window:before {
  content: "\e164";
}
.legacySearch .glyphicon-record:before {
  content: "\e165";
}
.legacySearch .glyphicon-save:before {
  content: "\e166";
}
.legacySearch .glyphicon-open:before {
  content: "\e167";
}
.legacySearch .glyphicon-saved:before {
  content: "\e168";
}
.legacySearch .glyphicon-import:before {
  content: "\e169";
}
.legacySearch .glyphicon-export:before {
  content: "\e170";
}
.legacySearch .glyphicon-send:before {
  content: "\e171";
}
.legacySearch .glyphicon-floppy-disk:before {
  content: "\e172";
}
.legacySearch .glyphicon-floppy-saved:before {
  content: "\e173";
}
.legacySearch .glyphicon-floppy-remove:before {
  content: "\e174";
}
.legacySearch .glyphicon-floppy-save:before {
  content: "\e175";
}
.legacySearch .glyphicon-floppy-open:before {
  content: "\e176";
}
.legacySearch .glyphicon-credit-card:before {
  content: "\e177";
}
.legacySearch .glyphicon-transfer:before {
  content: "\e178";
}
.legacySearch .glyphicon-cutlery:before {
  content: "\e179";
}
.legacySearch .glyphicon-header:before {
  content: "\e180";
}
.legacySearch .glyphicon-compressed:before {
  content: "\e181";
}
.legacySearch .glyphicon-earphone:before {
  content: "\e182";
}
.legacySearch .glyphicon-phone-alt:before {
  content: "\e183";
}
.legacySearch .glyphicon-tower:before {
  content: "\e184";
}
.legacySearch .glyphicon-stats:before {
  content: "\e185";
}
.legacySearch .glyphicon-sd-video:before {
  content: "\e186";
}
.legacySearch .glyphicon-hd-video:before {
  content: "\e187";
}
.legacySearch .glyphicon-subtitles:before {
  content: "\e188";
}
.legacySearch .glyphicon-sound-stereo:before {
  content: "\e189";
}
.legacySearch .glyphicon-sound-dolby:before {
  content: "\e190";
}
.legacySearch .glyphicon-sound-5-1:before {
  content: "\e191";
}
.legacySearch .glyphicon-sound-6-1:before {
  content: "\e192";
}
.legacySearch .glyphicon-sound-7-1:before {
  content: "\e193";
}
.legacySearch .glyphicon-copyright-mark:before {
  content: "\e194";
}
.legacySearch .glyphicon-registration-mark:before {
  content: "\e195";
}
.legacySearch .glyphicon-cloud-download:before {
  content: "\e197";
}
.legacySearch .glyphicon-cloud-upload:before {
  content: "\e198";
}
.legacySearch .glyphicon-tree-conifer:before {
  content: "\e199";
}
.legacySearch .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.legacySearch .glyphicon-cd:before {
  content: "\e201";
}
.legacySearch .glyphicon-save-file:before {
  content: "\e202";
}
.legacySearch .glyphicon-open-file:before {
  content: "\e203";
}
.legacySearch .glyphicon-level-up:before {
  content: "\e204";
}
.legacySearch .glyphicon-copy:before {
  content: "\e205";
}
.legacySearch .glyphicon-paste:before {
  content: "\e206";
}
.legacySearch .glyphicon-alert:before {
  content: "\e209";
}
.legacySearch .glyphicon-equalizer:before {
  content: "\e210";
}
.legacySearch .glyphicon-king:before {
  content: "\e211";
}
.legacySearch .glyphicon-queen:before {
  content: "\e212";
}
.legacySearch .glyphicon-pawn:before {
  content: "\e213";
}
.legacySearch .glyphicon-bishop:before {
  content: "\e214";
}
.legacySearch .glyphicon-knight:before {
  content: "\e215";
}
.legacySearch .glyphicon-baby-formula:before {
  content: "\e216";
}
.legacySearch .glyphicon-tent:before {
  content: "\26fa";
}
.legacySearch .glyphicon-blackboard:before {
  content: "\e218";
}
.legacySearch .glyphicon-bed:before {
  content: "\e219";
}
.legacySearch .glyphicon-apple:before {
  content: "\f8ff";
}
.legacySearch .glyphicon-erase:before {
  content: "\e221";
}
.legacySearch .glyphicon-hourglass:before {
  content: "\231b";
}
.legacySearch .glyphicon-lamp:before {
  content: "\e223";
}
.legacySearch .glyphicon-duplicate:before {
  content: "\e224";
}
.legacySearch .glyphicon-piggy-bank:before {
  content: "\e225";
}
.legacySearch .glyphicon-scissors:before {
  content: "\e226";
}
.legacySearch .glyphicon-bitcoin:before {
  content: "\e227";
}
.legacySearch .glyphicon-btc:before {
  content: "\e227";
}
.legacySearch .glyphicon-xbt:before {
  content: "\e227";
}
.legacySearch .glyphicon-yen:before {
  content: "\00a5";
}
.legacySearch .glyphicon-jpy:before {
  content: "\00a5";
}
.legacySearch .glyphicon-ruble:before {
  content: "\20bd";
}
.legacySearch .glyphicon-rub:before {
  content: "\20bd";
}
.legacySearch .glyphicon-scale:before {
  content: "\e230";
}
.legacySearch .glyphicon-ice-lolly:before {
  content: "\e231";
}
.legacySearch .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.legacySearch .glyphicon-education:before {
  content: "\e233";
}
.legacySearch .glyphicon-option-horizontal:before {
  content: "\e234";
}
.legacySearch .glyphicon-option-vertical:before {
  content: "\e235";
}
.legacySearch .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.legacySearch .glyphicon-modal-window:before {
  content: "\e237";
}
.legacySearch .glyphicon-oil:before {
  content: "\e238";
}
.legacySearch .glyphicon-grain:before {
  content: "\e239";
}
.legacySearch .glyphicon-sunglasses:before {
  content: "\e240";
}
.legacySearch .glyphicon-text-size:before {
  content: "\e241";
}
.legacySearch .glyphicon-text-color:before {
  content: "\e242";
}
.legacySearch .glyphicon-text-background:before {
  content: "\e243";
}
.legacySearch .glyphicon-object-align-top:before {
  content: "\e244";
}
.legacySearch .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.legacySearch .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.legacySearch .glyphicon-object-align-left:before {
  content: "\e247";
}
.legacySearch .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.legacySearch .glyphicon-object-align-right:before {
  content: "\e249";
}
.legacySearch .glyphicon-triangle-right:before {
  content: "\e250";
}
.legacySearch .glyphicon-triangle-left:before {
  content: "\e251";
}
.legacySearch .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.legacySearch .glyphicon-triangle-top:before {
  content: "\e253";
}
.legacySearch .glyphicon-console:before {
  content: "\e254";
}
.legacySearch .glyphicon-superscript:before {
  content: "\e255";
}
.legacySearch .glyphicon-subscript:before {
  content: "\e256";
}
.legacySearch .glyphicon-menu-left:before {
  content: "\e257";
}
.legacySearch .glyphicon-menu-right:before {
  content: "\e258";
}
.legacySearch .glyphicon-menu-down:before {
  content: "\e259";
}
.legacySearch .glyphicon-menu-up:before {
  content: "\e260";
}
.legacySearch * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legacySearch *:before,
.legacySearch *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legacySearch html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.legacySearch body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.legacySearch input,
.legacySearch button,
.legacySearch select,
.legacySearch textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.legacySearch a {
  color: #67a412;
  text-decoration: none;
}
.legacySearch a:hover,
.legacySearch a:focus {
  color: #3c5f0a;
  text-decoration: underline;
}
.legacySearch a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacySearch figure {
  margin: 0;
}
.legacySearch img {
  vertical-align: middle;
}
.legacySearch .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.legacySearch .img-rounded {
  border-radius: 0;
}
.legacySearch .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.legacySearch .img-circle {
  border-radius: 50%;
}
.legacySearch hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
.legacySearch .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.legacySearch .sr-only-focusable:active,
.legacySearch .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.legacySearch [role="button"] {
  cursor: pointer;
}
.legacySearch h1,
.legacySearch h2,
.legacySearch h3,
.legacySearch h4,
.legacySearch h5,
.legacySearch h6,
.legacySearch .h1,
.legacySearch .h2,
.legacySearch .h3,
.legacySearch .h4,
.legacySearch .h5,
.legacySearch .h6 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.legacySearch h1 small,
.legacySearch h2 small,
.legacySearch h3 small,
.legacySearch h4 small,
.legacySearch h5 small,
.legacySearch h6 small,
.legacySearch .h1 small,
.legacySearch .h2 small,
.legacySearch .h3 small,
.legacySearch .h4 small,
.legacySearch .h5 small,
.legacySearch .h6 small,
.legacySearch h1 .small,
.legacySearch h2 .small,
.legacySearch h3 .small,
.legacySearch h4 .small,
.legacySearch h5 .small,
.legacySearch h6 .small,
.legacySearch .h1 .small,
.legacySearch .h2 .small,
.legacySearch .h3 .small,
.legacySearch .h4 .small,
.legacySearch .h5 .small,
.legacySearch .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.legacySearch h1,
.legacySearch .h1,
.legacySearch h2,
.legacySearch .h2,
.legacySearch h3,
.legacySearch .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
.legacySearch h1 small,
.legacySearch .h1 small,
.legacySearch h2 small,
.legacySearch .h2 small,
.legacySearch h3 small,
.legacySearch .h3 small,
.legacySearch h1 .small,
.legacySearch .h1 .small,
.legacySearch h2 .small,
.legacySearch .h2 .small,
.legacySearch h3 .small,
.legacySearch .h3 .small {
  font-size: 65%;
}
.legacySearch h4,
.legacySearch .h4,
.legacySearch h5,
.legacySearch .h5,
.legacySearch h6,
.legacySearch .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.legacySearch h4 small,
.legacySearch .h4 small,
.legacySearch h5 small,
.legacySearch .h5 small,
.legacySearch h6 small,
.legacySearch .h6 small,
.legacySearch h4 .small,
.legacySearch .h4 .small,
.legacySearch h5 .small,
.legacySearch .h5 .small,
.legacySearch h6 .small,
.legacySearch .h6 .small {
  font-size: 75%;
}
.legacySearch h1,
.legacySearch .h1 {
  font-size: 41px;
}
.legacySearch h2,
.legacySearch .h2 {
  font-size: 34px;
}
.legacySearch h3,
.legacySearch .h3 {
  font-size: 28px;
}
.legacySearch h4,
.legacySearch .h4 {
  font-size: 20px;
}
.legacySearch h5,
.legacySearch .h5 {
  font-size: 16px;
}
.legacySearch h6,
.legacySearch .h6 {
  font-size: 14px;
}
.legacySearch p {
  margin: 0 0 11px;
}
.legacySearch .lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .legacySearch .lead {
    font-size: 24px;
  }
}
.legacySearch small,
.legacySearch .small {
  font-size: 87%;
}
.legacySearch mark,
.legacySearch .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.legacySearch .text-left {
  text-align: left;
}
.legacySearch .text-right {
  text-align: right;
}
.legacySearch .text-center {
  text-align: center;
}
.legacySearch .text-justify {
  text-align: justify;
}
.legacySearch .text-nowrap {
  white-space: nowrap;
}
.legacySearch .text-lowercase {
  text-transform: lowercase;
}
.legacySearch .text-uppercase {
  text-transform: uppercase;
}
.legacySearch .text-capitalize {
  text-transform: capitalize;
}
.legacySearch .text-muted {
  color: #777777;
}
.legacySearch .text-primary {
  color: #67a412;
}
a.legacySearch .text-primary:hover,
a.legacySearch .text-primary:focus {
  color: #4a760d;
}
.legacySearch .text-success {
  color: #3c763d;
}
a.legacySearch .text-success:hover,
a.legacySearch .text-success:focus {
  color: #2b542c;
}
.legacySearch .text-info {
  color: #31708f;
}
a.legacySearch .text-info:hover,
a.legacySearch .text-info:focus {
  color: #245269;
}
.legacySearch .text-warning {
  color: #8a6d3b;
}
a.legacySearch .text-warning:hover,
a.legacySearch .text-warning:focus {
  color: #66512c;
}
.legacySearch .text-danger {
  color: #a94442;
}
a.legacySearch .text-danger:hover,
a.legacySearch .text-danger:focus {
  color: #843534;
}
.legacySearch .bg-primary {
  color: #fff;
  background-color: #67a412;
}
a.legacySearch .bg-primary:hover,
a.legacySearch .bg-primary:focus {
  background-color: #4a760d;
}
.legacySearch .bg-success {
  background-color: #dff0d8;
}
a.legacySearch .bg-success:hover,
a.legacySearch .bg-success:focus {
  background-color: #c1e2b3;
}
.legacySearch .bg-info {
  background-color: #d9edf7;
}
a.legacySearch .bg-info:hover,
a.legacySearch .bg-info:focus {
  background-color: #afd9ee;
}
.legacySearch .bg-warning {
  background-color: #fcf8e3;
}
a.legacySearch .bg-warning:hover,
a.legacySearch .bg-warning:focus {
  background-color: #f7ecb5;
}
.legacySearch .bg-danger {
  background-color: #f2dede;
}
a.legacySearch .bg-danger:hover,
a.legacySearch .bg-danger:focus {
  background-color: #e4b9b9;
}
.legacySearch .page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #f5f5f5;
}
.legacySearch ul,
.legacySearch ol {
  margin-top: 0;
  margin-bottom: 11px;
}
.legacySearch ul ul,
.legacySearch ol ul,
.legacySearch ul ol,
.legacySearch ol ol {
  margin-bottom: 0;
}
.legacySearch .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.legacySearch .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.legacySearch .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.legacySearch dl {
  margin-top: 0;
  margin-bottom: 22px;
}
.legacySearch dt,
.legacySearch dd {
  line-height: 1.42857143;
}
.legacySearch dt {
  font-weight: bold;
}
.legacySearch dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .legacySearch .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .legacySearch .dl-horizontal dd {
    margin-left: 180px;
  }
}
.legacySearch abbr[title],
.legacySearch abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.legacySearch .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.legacySearch blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #f5f5f5;
}
.legacySearch blockquote p:last-child,
.legacySearch blockquote ul:last-child,
.legacySearch blockquote ol:last-child {
  margin-bottom: 0;
}
.legacySearch blockquote footer,
.legacySearch blockquote small,
.legacySearch blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.legacySearch blockquote footer:before,
.legacySearch blockquote small:before,
.legacySearch blockquote .small:before {
  content: '\2014 \00A0';
}
.legacySearch .blockquote-reverse,
.legacySearch blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f5f5f5;
  border-left: 0;
  text-align: right;
}
.legacySearch .blockquote-reverse footer:before,
.legacySearch blockquote.pull-right footer:before,
.legacySearch .blockquote-reverse small:before,
.legacySearch blockquote.pull-right small:before,
.legacySearch .blockquote-reverse .small:before,
.legacySearch blockquote.pull-right .small:before {
  content: '';
}
.legacySearch .blockquote-reverse footer:after,
.legacySearch blockquote.pull-right footer:after,
.legacySearch .blockquote-reverse small:after,
.legacySearch blockquote.pull-right small:after,
.legacySearch .blockquote-reverse .small:after,
.legacySearch blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.legacySearch address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.legacySearch code,
.legacySearch kbd,
.legacySearch pre,
.legacySearch samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.legacySearch code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
.legacySearch kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.legacySearch kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.legacySearch pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
.legacySearch pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.legacySearch .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.legacySearch .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .legacySearch .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .legacySearch .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .container {
    width: 1150px;
  }
}
.legacySearch .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.legacySearch .row {
  margin-left: -5px;
  margin-right: -5px;
}
.legacySearch .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.legacySearch .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.legacySearch .col-xs-12 {
  width: 100%;
}
.legacySearch .col-xs-11 {
  width: 91.66666667%;
}
.legacySearch .col-xs-10 {
  width: 83.33333333%;
}
.legacySearch .col-xs-9 {
  width: 75%;
}
.legacySearch .col-xs-8 {
  width: 66.66666667%;
}
.legacySearch .col-xs-7 {
  width: 58.33333333%;
}
.legacySearch .col-xs-6 {
  width: 50%;
}
.legacySearch .col-xs-5 {
  width: 41.66666667%;
}
.legacySearch .col-xs-4 {
  width: 33.33333333%;
}
.legacySearch .col-xs-3 {
  width: 25%;
}
.legacySearch .col-xs-2 {
  width: 16.66666667%;
}
.legacySearch .col-xs-1 {
  width: 8.33333333%;
}
.legacySearch .col-xs-pull-12 {
  right: 100%;
}
.legacySearch .col-xs-pull-11 {
  right: 91.66666667%;
}
.legacySearch .col-xs-pull-10 {
  right: 83.33333333%;
}
.legacySearch .col-xs-pull-9 {
  right: 75%;
}
.legacySearch .col-xs-pull-8 {
  right: 66.66666667%;
}
.legacySearch .col-xs-pull-7 {
  right: 58.33333333%;
}
.legacySearch .col-xs-pull-6 {
  right: 50%;
}
.legacySearch .col-xs-pull-5 {
  right: 41.66666667%;
}
.legacySearch .col-xs-pull-4 {
  right: 33.33333333%;
}
.legacySearch .col-xs-pull-3 {
  right: 25%;
}
.legacySearch .col-xs-pull-2 {
  right: 16.66666667%;
}
.legacySearch .col-xs-pull-1 {
  right: 8.33333333%;
}
.legacySearch .col-xs-pull-0 {
  right: auto;
}
.legacySearch .col-xs-push-12 {
  left: 100%;
}
.legacySearch .col-xs-push-11 {
  left: 91.66666667%;
}
.legacySearch .col-xs-push-10 {
  left: 83.33333333%;
}
.legacySearch .col-xs-push-9 {
  left: 75%;
}
.legacySearch .col-xs-push-8 {
  left: 66.66666667%;
}
.legacySearch .col-xs-push-7 {
  left: 58.33333333%;
}
.legacySearch .col-xs-push-6 {
  left: 50%;
}
.legacySearch .col-xs-push-5 {
  left: 41.66666667%;
}
.legacySearch .col-xs-push-4 {
  left: 33.33333333%;
}
.legacySearch .col-xs-push-3 {
  left: 25%;
}
.legacySearch .col-xs-push-2 {
  left: 16.66666667%;
}
.legacySearch .col-xs-push-1 {
  left: 8.33333333%;
}
.legacySearch .col-xs-push-0 {
  left: auto;
}
.legacySearch .col-xs-offset-12 {
  margin-left: 100%;
}
.legacySearch .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.legacySearch .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.legacySearch .col-xs-offset-9 {
  margin-left: 75%;
}
.legacySearch .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.legacySearch .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.legacySearch .col-xs-offset-6 {
  margin-left: 50%;
}
.legacySearch .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.legacySearch .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.legacySearch .col-xs-offset-3 {
  margin-left: 25%;
}
.legacySearch .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.legacySearch .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.legacySearch .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .legacySearch .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .legacySearch .col-sm-12 {
    width: 100%;
  }
  .legacySearch .col-sm-11 {
    width: 91.66666667%;
  }
  .legacySearch .col-sm-10 {
    width: 83.33333333%;
  }
  .legacySearch .col-sm-9 {
    width: 75%;
  }
  .legacySearch .col-sm-8 {
    width: 66.66666667%;
  }
  .legacySearch .col-sm-7 {
    width: 58.33333333%;
  }
  .legacySearch .col-sm-6 {
    width: 50%;
  }
  .legacySearch .col-sm-5 {
    width: 41.66666667%;
  }
  .legacySearch .col-sm-4 {
    width: 33.33333333%;
  }
  .legacySearch .col-sm-3 {
    width: 25%;
  }
  .legacySearch .col-sm-2 {
    width: 16.66666667%;
  }
  .legacySearch .col-sm-1 {
    width: 8.33333333%;
  }
  .legacySearch .col-sm-pull-12 {
    right: 100%;
  }
  .legacySearch .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .legacySearch .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .legacySearch .col-sm-pull-9 {
    right: 75%;
  }
  .legacySearch .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .legacySearch .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .legacySearch .col-sm-pull-6 {
    right: 50%;
  }
  .legacySearch .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .legacySearch .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .legacySearch .col-sm-pull-3 {
    right: 25%;
  }
  .legacySearch .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .legacySearch .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .legacySearch .col-sm-pull-0 {
    right: auto;
  }
  .legacySearch .col-sm-push-12 {
    left: 100%;
  }
  .legacySearch .col-sm-push-11 {
    left: 91.66666667%;
  }
  .legacySearch .col-sm-push-10 {
    left: 83.33333333%;
  }
  .legacySearch .col-sm-push-9 {
    left: 75%;
  }
  .legacySearch .col-sm-push-8 {
    left: 66.66666667%;
  }
  .legacySearch .col-sm-push-7 {
    left: 58.33333333%;
  }
  .legacySearch .col-sm-push-6 {
    left: 50%;
  }
  .legacySearch .col-sm-push-5 {
    left: 41.66666667%;
  }
  .legacySearch .col-sm-push-4 {
    left: 33.33333333%;
  }
  .legacySearch .col-sm-push-3 {
    left: 25%;
  }
  .legacySearch .col-sm-push-2 {
    left: 16.66666667%;
  }
  .legacySearch .col-sm-push-1 {
    left: 8.33333333%;
  }
  .legacySearch .col-sm-push-0 {
    left: auto;
  }
  .legacySearch .col-sm-offset-12 {
    margin-left: 100%;
  }
  .legacySearch .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacySearch .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacySearch .col-sm-offset-9 {
    margin-left: 75%;
  }
  .legacySearch .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacySearch .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacySearch .col-sm-offset-6 {
    margin-left: 50%;
  }
  .legacySearch .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacySearch .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacySearch .col-sm-offset-3 {
    margin-left: 25%;
  }
  .legacySearch .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacySearch .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacySearch .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .legacySearch .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .legacySearch .col-md-12 {
    width: 100%;
  }
  .legacySearch .col-md-11 {
    width: 91.66666667%;
  }
  .legacySearch .col-md-10 {
    width: 83.33333333%;
  }
  .legacySearch .col-md-9 {
    width: 75%;
  }
  .legacySearch .col-md-8 {
    width: 66.66666667%;
  }
  .legacySearch .col-md-7 {
    width: 58.33333333%;
  }
  .legacySearch .col-md-6 {
    width: 50%;
  }
  .legacySearch .col-md-5 {
    width: 41.66666667%;
  }
  .legacySearch .col-md-4 {
    width: 33.33333333%;
  }
  .legacySearch .col-md-3 {
    width: 25%;
  }
  .legacySearch .col-md-2 {
    width: 16.66666667%;
  }
  .legacySearch .col-md-1 {
    width: 8.33333333%;
  }
  .legacySearch .col-md-pull-12 {
    right: 100%;
  }
  .legacySearch .col-md-pull-11 {
    right: 91.66666667%;
  }
  .legacySearch .col-md-pull-10 {
    right: 83.33333333%;
  }
  .legacySearch .col-md-pull-9 {
    right: 75%;
  }
  .legacySearch .col-md-pull-8 {
    right: 66.66666667%;
  }
  .legacySearch .col-md-pull-7 {
    right: 58.33333333%;
  }
  .legacySearch .col-md-pull-6 {
    right: 50%;
  }
  .legacySearch .col-md-pull-5 {
    right: 41.66666667%;
  }
  .legacySearch .col-md-pull-4 {
    right: 33.33333333%;
  }
  .legacySearch .col-md-pull-3 {
    right: 25%;
  }
  .legacySearch .col-md-pull-2 {
    right: 16.66666667%;
  }
  .legacySearch .col-md-pull-1 {
    right: 8.33333333%;
  }
  .legacySearch .col-md-pull-0 {
    right: auto;
  }
  .legacySearch .col-md-push-12 {
    left: 100%;
  }
  .legacySearch .col-md-push-11 {
    left: 91.66666667%;
  }
  .legacySearch .col-md-push-10 {
    left: 83.33333333%;
  }
  .legacySearch .col-md-push-9 {
    left: 75%;
  }
  .legacySearch .col-md-push-8 {
    left: 66.66666667%;
  }
  .legacySearch .col-md-push-7 {
    left: 58.33333333%;
  }
  .legacySearch .col-md-push-6 {
    left: 50%;
  }
  .legacySearch .col-md-push-5 {
    left: 41.66666667%;
  }
  .legacySearch .col-md-push-4 {
    left: 33.33333333%;
  }
  .legacySearch .col-md-push-3 {
    left: 25%;
  }
  .legacySearch .col-md-push-2 {
    left: 16.66666667%;
  }
  .legacySearch .col-md-push-1 {
    left: 8.33333333%;
  }
  .legacySearch .col-md-push-0 {
    left: auto;
  }
  .legacySearch .col-md-offset-12 {
    margin-left: 100%;
  }
  .legacySearch .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacySearch .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacySearch .col-md-offset-9 {
    margin-left: 75%;
  }
  .legacySearch .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacySearch .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacySearch .col-md-offset-6 {
    margin-left: 50%;
  }
  .legacySearch .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacySearch .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacySearch .col-md-offset-3 {
    margin-left: 25%;
  }
  .legacySearch .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacySearch .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacySearch .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .legacySearch .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .legacySearch .col-lg-12 {
    width: 100%;
  }
  .legacySearch .col-lg-11 {
    width: 91.66666667%;
  }
  .legacySearch .col-lg-10 {
    width: 83.33333333%;
  }
  .legacySearch .col-lg-9 {
    width: 75%;
  }
  .legacySearch .col-lg-8 {
    width: 66.66666667%;
  }
  .legacySearch .col-lg-7 {
    width: 58.33333333%;
  }
  .legacySearch .col-lg-6 {
    width: 50%;
  }
  .legacySearch .col-lg-5 {
    width: 41.66666667%;
  }
  .legacySearch .col-lg-4 {
    width: 33.33333333%;
  }
  .legacySearch .col-lg-3 {
    width: 25%;
  }
  .legacySearch .col-lg-2 {
    width: 16.66666667%;
  }
  .legacySearch .col-lg-1 {
    width: 8.33333333%;
  }
  .legacySearch .col-lg-pull-12 {
    right: 100%;
  }
  .legacySearch .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .legacySearch .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .legacySearch .col-lg-pull-9 {
    right: 75%;
  }
  .legacySearch .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .legacySearch .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .legacySearch .col-lg-pull-6 {
    right: 50%;
  }
  .legacySearch .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .legacySearch .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .legacySearch .col-lg-pull-3 {
    right: 25%;
  }
  .legacySearch .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .legacySearch .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .legacySearch .col-lg-pull-0 {
    right: auto;
  }
  .legacySearch .col-lg-push-12 {
    left: 100%;
  }
  .legacySearch .col-lg-push-11 {
    left: 91.66666667%;
  }
  .legacySearch .col-lg-push-10 {
    left: 83.33333333%;
  }
  .legacySearch .col-lg-push-9 {
    left: 75%;
  }
  .legacySearch .col-lg-push-8 {
    left: 66.66666667%;
  }
  .legacySearch .col-lg-push-7 {
    left: 58.33333333%;
  }
  .legacySearch .col-lg-push-6 {
    left: 50%;
  }
  .legacySearch .col-lg-push-5 {
    left: 41.66666667%;
  }
  .legacySearch .col-lg-push-4 {
    left: 33.33333333%;
  }
  .legacySearch .col-lg-push-3 {
    left: 25%;
  }
  .legacySearch .col-lg-push-2 {
    left: 16.66666667%;
  }
  .legacySearch .col-lg-push-1 {
    left: 8.33333333%;
  }
  .legacySearch .col-lg-push-0 {
    left: auto;
  }
  .legacySearch .col-lg-offset-12 {
    margin-left: 100%;
  }
  .legacySearch .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .legacySearch .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .legacySearch .col-lg-offset-9 {
    margin-left: 75%;
  }
  .legacySearch .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .legacySearch .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .legacySearch .col-lg-offset-6 {
    margin-left: 50%;
  }
  .legacySearch .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .legacySearch .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .legacySearch .col-lg-offset-3 {
    margin-left: 25%;
  }
  .legacySearch .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .legacySearch .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .legacySearch .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.legacySearch table {
  background-color: transparent;
}
.legacySearch caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.legacySearch th {
  text-align: left;
}
.legacySearch .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.legacySearch .table > thead > tr > th,
.legacySearch .table > tbody > tr > th,
.legacySearch .table > tfoot > tr > th,
.legacySearch .table > thead > tr > td,
.legacySearch .table > tbody > tr > td,
.legacySearch .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.legacySearch .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.legacySearch .table > caption + thead > tr:first-child > th,
.legacySearch .table > colgroup + thead > tr:first-child > th,
.legacySearch .table > thead:first-child > tr:first-child > th,
.legacySearch .table > caption + thead > tr:first-child > td,
.legacySearch .table > colgroup + thead > tr:first-child > td,
.legacySearch .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.legacySearch .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.legacySearch .table .table {
  background-color: #fff;
}
.legacySearch .table-condensed > thead > tr > th,
.legacySearch .table-condensed > tbody > tr > th,
.legacySearch .table-condensed > tfoot > tr > th,
.legacySearch .table-condensed > thead > tr > td,
.legacySearch .table-condensed > tbody > tr > td,
.legacySearch .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.legacySearch .table-bordered {
  border: 1px solid #ddd;
}
.legacySearch .table-bordered > thead > tr > th,
.legacySearch .table-bordered > tbody > tr > th,
.legacySearch .table-bordered > tfoot > tr > th,
.legacySearch .table-bordered > thead > tr > td,
.legacySearch .table-bordered > tbody > tr > td,
.legacySearch .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.legacySearch .table-bordered > thead > tr > th,
.legacySearch .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.legacySearch .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.legacySearch .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.legacySearch table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.legacySearch table td[class*="col-"],
.legacySearch table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.legacySearch .table > thead > tr > td.active,
.legacySearch .table > tbody > tr > td.active,
.legacySearch .table > tfoot > tr > td.active,
.legacySearch .table > thead > tr > th.active,
.legacySearch .table > tbody > tr > th.active,
.legacySearch .table > tfoot > tr > th.active,
.legacySearch .table > thead > tr.active > td,
.legacySearch .table > tbody > tr.active > td,
.legacySearch .table > tfoot > tr.active > td,
.legacySearch .table > thead > tr.active > th,
.legacySearch .table > tbody > tr.active > th,
.legacySearch .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.legacySearch .table-hover > tbody > tr > td.active:hover,
.legacySearch .table-hover > tbody > tr > th.active:hover,
.legacySearch .table-hover > tbody > tr.active:hover > td,
.legacySearch .table-hover > tbody > tr:hover > .active,
.legacySearch .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.legacySearch .table > thead > tr > td.success,
.legacySearch .table > tbody > tr > td.success,
.legacySearch .table > tfoot > tr > td.success,
.legacySearch .table > thead > tr > th.success,
.legacySearch .table > tbody > tr > th.success,
.legacySearch .table > tfoot > tr > th.success,
.legacySearch .table > thead > tr.success > td,
.legacySearch .table > tbody > tr.success > td,
.legacySearch .table > tfoot > tr.success > td,
.legacySearch .table > thead > tr.success > th,
.legacySearch .table > tbody > tr.success > th,
.legacySearch .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.legacySearch .table-hover > tbody > tr > td.success:hover,
.legacySearch .table-hover > tbody > tr > th.success:hover,
.legacySearch .table-hover > tbody > tr.success:hover > td,
.legacySearch .table-hover > tbody > tr:hover > .success,
.legacySearch .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.legacySearch .table > thead > tr > td.info,
.legacySearch .table > tbody > tr > td.info,
.legacySearch .table > tfoot > tr > td.info,
.legacySearch .table > thead > tr > th.info,
.legacySearch .table > tbody > tr > th.info,
.legacySearch .table > tfoot > tr > th.info,
.legacySearch .table > thead > tr.info > td,
.legacySearch .table > tbody > tr.info > td,
.legacySearch .table > tfoot > tr.info > td,
.legacySearch .table > thead > tr.info > th,
.legacySearch .table > tbody > tr.info > th,
.legacySearch .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.legacySearch .table-hover > tbody > tr > td.info:hover,
.legacySearch .table-hover > tbody > tr > th.info:hover,
.legacySearch .table-hover > tbody > tr.info:hover > td,
.legacySearch .table-hover > tbody > tr:hover > .info,
.legacySearch .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.legacySearch .table > thead > tr > td.warning,
.legacySearch .table > tbody > tr > td.warning,
.legacySearch .table > tfoot > tr > td.warning,
.legacySearch .table > thead > tr > th.warning,
.legacySearch .table > tbody > tr > th.warning,
.legacySearch .table > tfoot > tr > th.warning,
.legacySearch .table > thead > tr.warning > td,
.legacySearch .table > tbody > tr.warning > td,
.legacySearch .table > tfoot > tr.warning > td,
.legacySearch .table > thead > tr.warning > th,
.legacySearch .table > tbody > tr.warning > th,
.legacySearch .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.legacySearch .table-hover > tbody > tr > td.warning:hover,
.legacySearch .table-hover > tbody > tr > th.warning:hover,
.legacySearch .table-hover > tbody > tr.warning:hover > td,
.legacySearch .table-hover > tbody > tr:hover > .warning,
.legacySearch .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.legacySearch .table > thead > tr > td.danger,
.legacySearch .table > tbody > tr > td.danger,
.legacySearch .table > tfoot > tr > td.danger,
.legacySearch .table > thead > tr > th.danger,
.legacySearch .table > tbody > tr > th.danger,
.legacySearch .table > tfoot > tr > th.danger,
.legacySearch .table > thead > tr.danger > td,
.legacySearch .table > tbody > tr.danger > td,
.legacySearch .table > tfoot > tr.danger > td,
.legacySearch .table > thead > tr.danger > th,
.legacySearch .table > tbody > tr.danger > th,
.legacySearch .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.legacySearch .table-hover > tbody > tr > td.danger:hover,
.legacySearch .table-hover > tbody > tr > th.danger:hover,
.legacySearch .table-hover > tbody > tr.danger:hover > td,
.legacySearch .table-hover > tbody > tr:hover > .danger,
.legacySearch .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.legacySearch .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .legacySearch .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .legacySearch .table-responsive > .table {
    margin-bottom: 0;
  }
  .legacySearch .table-responsive > .table > thead > tr > th,
  .legacySearch .table-responsive > .table > tbody > tr > th,
  .legacySearch .table-responsive > .table > tfoot > tr > th,
  .legacySearch .table-responsive > .table > thead > tr > td,
  .legacySearch .table-responsive > .table > tbody > tr > td,
  .legacySearch .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .legacySearch .table-responsive > .table-bordered {
    border: 0;
  }
  .legacySearch .table-responsive > .table-bordered > thead > tr > th:first-child,
  .legacySearch .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .legacySearch .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .legacySearch .table-responsive > .table-bordered > thead > tr > td:first-child,
  .legacySearch .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .legacySearch .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .legacySearch .table-responsive > .table-bordered > thead > tr > th:last-child,
  .legacySearch .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .legacySearch .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .legacySearch .table-responsive > .table-bordered > thead > tr > td:last-child,
  .legacySearch .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .legacySearch .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .legacySearch .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .legacySearch .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .legacySearch .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .legacySearch .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.legacySearch fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.legacySearch legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.legacySearch label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.legacySearch input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.legacySearch input[type="radio"],
.legacySearch input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.legacySearch input[type="file"] {
  display: block;
}
.legacySearch input[type="range"] {
  display: block;
  width: 100%;
}
.legacySearch select[multiple],
.legacySearch select[size] {
  height: auto;
}
.legacySearch input[type="file"]:focus,
.legacySearch input[type="radio"]:focus,
.legacySearch input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacySearch output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.legacySearch .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.legacySearch .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.legacySearch .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.legacySearch .form-control:-ms-input-placeholder {
  color: #999;
}
.legacySearch .form-control::-webkit-input-placeholder {
  color: #999;
}
.legacySearch .form-control[disabled],
.legacySearch .form-control[readonly],
fieldset[disabled] .legacySearch .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.legacySearch .form-control[disabled],
fieldset[disabled] .legacySearch .form-control {
  cursor: not-allowed;
}
textarea.legacySearch .form-control {
  height: auto;
}
.legacySearch input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .legacySearch input[type="date"].form-control,
  .legacySearch input[type="time"].form-control,
  .legacySearch input[type="datetime-local"].form-control,
  .legacySearch input[type="month"].form-control {
    line-height: 36px;
  }
  .legacySearch input[type="date"].input-sm,
  .legacySearch input[type="time"].input-sm,
  .legacySearch input[type="datetime-local"].input-sm,
  .legacySearch input[type="month"].input-sm,
  .input-group-sm .legacySearch input[type="date"],
  .input-group-sm .legacySearch input[type="time"],
  .input-group-sm .legacySearch input[type="datetime-local"],
  .input-group-sm .legacySearch input[type="month"] {
    line-height: 33px;
  }
  .legacySearch input[type="date"].input-lg,
  .legacySearch input[type="time"].input-lg,
  .legacySearch input[type="datetime-local"].input-lg,
  .legacySearch input[type="month"].input-lg,
  .input-group-lg .legacySearch input[type="date"],
  .input-group-lg .legacySearch input[type="time"],
  .input-group-lg .legacySearch input[type="datetime-local"],
  .input-group-lg .legacySearch input[type="month"] {
    line-height: 49px;
  }
}
.legacySearch .form-group {
  margin-bottom: 15px;
}
.legacySearch .radio,
.legacySearch .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.legacySearch .radio label,
.legacySearch .checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.legacySearch .radio input[type="radio"],
.legacySearch .radio-inline input[type="radio"],
.legacySearch .checkbox input[type="checkbox"],
.legacySearch .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.legacySearch .radio + .radio,
.legacySearch .checkbox + .checkbox {
  margin-top: -5px;
}
.legacySearch .radio-inline,
.legacySearch .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.legacySearch .radio-inline + .radio-inline,
.legacySearch .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.legacySearch input[type="radio"][disabled],
.legacySearch input[type="checkbox"][disabled],
.legacySearch input[type="radio"].disabled,
.legacySearch input[type="checkbox"].disabled,
fieldset[disabled] .legacySearch input[type="radio"],
fieldset[disabled] .legacySearch input[type="checkbox"] {
  cursor: not-allowed;
}
.legacySearch .radio-inline.disabled,
.legacySearch .checkbox-inline.disabled,
fieldset[disabled] .legacySearch .radio-inline,
fieldset[disabled] .legacySearch .checkbox-inline {
  cursor: not-allowed;
}
.legacySearch .radio.disabled label,
.legacySearch .checkbox.disabled label,
fieldset[disabled] .legacySearch .radio label,
fieldset[disabled] .legacySearch .checkbox label {
  cursor: not-allowed;
}
.legacySearch .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.legacySearch .form-control-static.input-lg,
.legacySearch .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.legacySearch .input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.legacySearch .input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.legacySearch .input-sm,
select[multiple].legacySearch .input-sm {
  height: auto;
}
.legacySearch .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.legacySearch .form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.legacySearch .form-group-sm textarea.form-control,
.legacySearch .form-group-sm select[multiple].form-control {
  height: auto;
}
.legacySearch .form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.legacySearch .input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.legacySearch .input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.legacySearch .input-lg,
select[multiple].legacySearch .input-lg {
  height: auto;
}
.legacySearch .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.legacySearch .form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.legacySearch .form-group-lg textarea.form-control,
.legacySearch .form-group-lg select[multiple].form-control {
  height: auto;
}
.legacySearch .form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.legacySearch .has-feedback {
  position: relative;
}
.legacySearch .has-feedback .form-control {
  padding-right: 45px;
}
.legacySearch .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.legacySearch .input-lg + .form-control-feedback,
.legacySearch .input-group-lg + .form-control-feedback,
.legacySearch .form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.legacySearch .input-sm + .form-control-feedback,
.legacySearch .input-group-sm + .form-control-feedback,
.legacySearch .form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.legacySearch .has-success .help-block,
.legacySearch .has-success .control-label,
.legacySearch .has-success .radio,
.legacySearch .has-success .checkbox,
.legacySearch .has-success .radio-inline,
.legacySearch .has-success .checkbox-inline,
.legacySearch .has-success.radio label,
.legacySearch .has-success.checkbox label,
.legacySearch .has-success.radio-inline label,
.legacySearch .has-success.checkbox-inline label {
  color: #3c763d;
}
.legacySearch .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacySearch .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.legacySearch .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.legacySearch .has-success .form-control-feedback {
  color: #3c763d;
}
.legacySearch .has-warning .help-block,
.legacySearch .has-warning .control-label,
.legacySearch .has-warning .radio,
.legacySearch .has-warning .checkbox,
.legacySearch .has-warning .radio-inline,
.legacySearch .has-warning .checkbox-inline,
.legacySearch .has-warning.radio label,
.legacySearch .has-warning.checkbox label,
.legacySearch .has-warning.radio-inline label,
.legacySearch .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.legacySearch .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacySearch .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.legacySearch .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.legacySearch .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.legacySearch .has-error .help-block,
.legacySearch .has-error .control-label,
.legacySearch .has-error .radio,
.legacySearch .has-error .checkbox,
.legacySearch .has-error .radio-inline,
.legacySearch .has-error .checkbox-inline,
.legacySearch .has-error.radio label,
.legacySearch .has-error.checkbox label,
.legacySearch .has-error.radio-inline label,
.legacySearch .has-error.checkbox-inline label {
  color: #a94442;
}
.legacySearch .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.legacySearch .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.legacySearch .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.legacySearch .has-error .form-control-feedback {
  color: #a94442;
}
.legacySearch .has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.legacySearch .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.legacySearch .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .legacySearch .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacySearch .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .legacySearch .form-inline .form-control-static {
    display: inline-block;
  }
  .legacySearch .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .legacySearch .form-inline .input-group .input-group-addon,
  .legacySearch .form-inline .input-group .input-group-btn,
  .legacySearch .form-inline .input-group .form-control {
    width: auto;
  }
  .legacySearch .form-inline .input-group > .form-control {
    width: 100%;
  }
  .legacySearch .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacySearch .form-inline .radio,
  .legacySearch .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacySearch .form-inline .radio label,
  .legacySearch .form-inline .checkbox label {
    padding-left: 0;
  }
  .legacySearch .form-inline .radio input[type="radio"],
  .legacySearch .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .legacySearch .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.legacySearch .form-horizontal .radio,
.legacySearch .form-horizontal .checkbox,
.legacySearch .form-horizontal .radio-inline,
.legacySearch .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.legacySearch .form-horizontal .radio,
.legacySearch .form-horizontal .checkbox {
  min-height: 29px;
}
.legacySearch .form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .legacySearch .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.legacySearch .form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 768px) {
  .legacySearch .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .legacySearch .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.legacySearch .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.legacySearch .btn:focus,
.legacySearch .btn:active:focus,
.legacySearch .btn.active:focus,
.legacySearch .btn.focus,
.legacySearch .btn:active.focus,
.legacySearch .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.legacySearch .btn:hover,
.legacySearch .btn:focus,
.legacySearch .btn.focus {
  color: #333;
  text-decoration: none;
}
.legacySearch .btn:active,
.legacySearch .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.legacySearch .btn.disabled,
.legacySearch .btn[disabled],
fieldset[disabled] .legacySearch .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.legacySearch .btn.disabled,
fieldset[disabled] a.legacySearch .btn {
  pointer-events: none;
}
.legacySearch .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.legacySearch .btn-default:focus,
.legacySearch .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.legacySearch .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.legacySearch .btn-default:active,
.legacySearch .btn-default.active,
.open > .dropdown-toggle.legacySearch .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.legacySearch .btn-default:active:hover,
.legacySearch .btn-default.active:hover,
.open > .dropdown-toggle.legacySearch .btn-default:hover,
.legacySearch .btn-default:active:focus,
.legacySearch .btn-default.active:focus,
.open > .dropdown-toggle.legacySearch .btn-default:focus,
.legacySearch .btn-default:active.focus,
.legacySearch .btn-default.active.focus,
.open > .dropdown-toggle.legacySearch .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.legacySearch .btn-default:active,
.legacySearch .btn-default.active,
.open > .dropdown-toggle.legacySearch .btn-default {
  background-image: none;
}
.legacySearch .btn-default.disabled,
.legacySearch .btn-default[disabled],
fieldset[disabled] .legacySearch .btn-default,
.legacySearch .btn-default.disabled:hover,
.legacySearch .btn-default[disabled]:hover,
fieldset[disabled] .legacySearch .btn-default:hover,
.legacySearch .btn-default.disabled:focus,
.legacySearch .btn-default[disabled]:focus,
fieldset[disabled] .legacySearch .btn-default:focus,
.legacySearch .btn-default.disabled.focus,
.legacySearch .btn-default[disabled].focus,
fieldset[disabled] .legacySearch .btn-default.focus,
.legacySearch .btn-default.disabled:active,
.legacySearch .btn-default[disabled]:active,
fieldset[disabled] .legacySearch .btn-default:active,
.legacySearch .btn-default.disabled.active,
.legacySearch .btn-default[disabled].active,
fieldset[disabled] .legacySearch .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.legacySearch .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.legacySearch .btn-primary {
  color: #fff;
  background-color: #67a412;
  border-color: #598d0f;
}
.legacySearch .btn-primary:focus,
.legacySearch .btn-primary.focus {
  color: #fff;
  background-color: #4a760d;
  border-color: #101a03;
}
.legacySearch .btn-primary:hover {
  color: #fff;
  background-color: #4a760d;
  border-color: #365609;
}
.legacySearch .btn-primary:active,
.legacySearch .btn-primary.active,
.open > .dropdown-toggle.legacySearch .btn-primary {
  color: #fff;
  background-color: #4a760d;
  border-color: #365609;
}
.legacySearch .btn-primary:active:hover,
.legacySearch .btn-primary.active:hover,
.open > .dropdown-toggle.legacySearch .btn-primary:hover,
.legacySearch .btn-primary:active:focus,
.legacySearch .btn-primary.active:focus,
.open > .dropdown-toggle.legacySearch .btn-primary:focus,
.legacySearch .btn-primary:active.focus,
.legacySearch .btn-primary.active.focus,
.open > .dropdown-toggle.legacySearch .btn-primary.focus {
  color: #fff;
  background-color: #365609;
  border-color: #101a03;
}
.legacySearch .btn-primary:active,
.legacySearch .btn-primary.active,
.open > .dropdown-toggle.legacySearch .btn-primary {
  background-image: none;
}
.legacySearch .btn-primary.disabled,
.legacySearch .btn-primary[disabled],
fieldset[disabled] .legacySearch .btn-primary,
.legacySearch .btn-primary.disabled:hover,
.legacySearch .btn-primary[disabled]:hover,
fieldset[disabled] .legacySearch .btn-primary:hover,
.legacySearch .btn-primary.disabled:focus,
.legacySearch .btn-primary[disabled]:focus,
fieldset[disabled] .legacySearch .btn-primary:focus,
.legacySearch .btn-primary.disabled.focus,
.legacySearch .btn-primary[disabled].focus,
fieldset[disabled] .legacySearch .btn-primary.focus,
.legacySearch .btn-primary.disabled:active,
.legacySearch .btn-primary[disabled]:active,
fieldset[disabled] .legacySearch .btn-primary:active,
.legacySearch .btn-primary.disabled.active,
.legacySearch .btn-primary[disabled].active,
fieldset[disabled] .legacySearch .btn-primary.active {
  background-color: #67a412;
  border-color: #598d0f;
}
.legacySearch .btn-primary .badge {
  color: #67a412;
  background-color: #fff;
}
.legacySearch .btn-success {
  color: #fff;
  background-color: #67A412;
  border-color: #598d0f;
}
.legacySearch .btn-success:focus,
.legacySearch .btn-success.focus {
  color: #fff;
  background-color: #4a760d;
  border-color: #101a03;
}
.legacySearch .btn-success:hover {
  color: #fff;
  background-color: #4a760d;
  border-color: #365609;
}
.legacySearch .btn-success:active,
.legacySearch .btn-success.active,
.open > .dropdown-toggle.legacySearch .btn-success {
  color: #fff;
  background-color: #4a760d;
  border-color: #365609;
}
.legacySearch .btn-success:active:hover,
.legacySearch .btn-success.active:hover,
.open > .dropdown-toggle.legacySearch .btn-success:hover,
.legacySearch .btn-success:active:focus,
.legacySearch .btn-success.active:focus,
.open > .dropdown-toggle.legacySearch .btn-success:focus,
.legacySearch .btn-success:active.focus,
.legacySearch .btn-success.active.focus,
.open > .dropdown-toggle.legacySearch .btn-success.focus {
  color: #fff;
  background-color: #365609;
  border-color: #101a03;
}
.legacySearch .btn-success:active,
.legacySearch .btn-success.active,
.open > .dropdown-toggle.legacySearch .btn-success {
  background-image: none;
}
.legacySearch .btn-success.disabled,
.legacySearch .btn-success[disabled],
fieldset[disabled] .legacySearch .btn-success,
.legacySearch .btn-success.disabled:hover,
.legacySearch .btn-success[disabled]:hover,
fieldset[disabled] .legacySearch .btn-success:hover,
.legacySearch .btn-success.disabled:focus,
.legacySearch .btn-success[disabled]:focus,
fieldset[disabled] .legacySearch .btn-success:focus,
.legacySearch .btn-success.disabled.focus,
.legacySearch .btn-success[disabled].focus,
fieldset[disabled] .legacySearch .btn-success.focus,
.legacySearch .btn-success.disabled:active,
.legacySearch .btn-success[disabled]:active,
fieldset[disabled] .legacySearch .btn-success:active,
.legacySearch .btn-success.disabled.active,
.legacySearch .btn-success[disabled].active,
fieldset[disabled] .legacySearch .btn-success.active {
  background-color: #67A412;
  border-color: #598d0f;
}
.legacySearch .btn-success .badge {
  color: #67A412;
  background-color: #fff;
}
.legacySearch .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.legacySearch .btn-info:focus,
.legacySearch .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.legacySearch .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.legacySearch .btn-info:active,
.legacySearch .btn-info.active,
.open > .dropdown-toggle.legacySearch .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.legacySearch .btn-info:active:hover,
.legacySearch .btn-info.active:hover,
.open > .dropdown-toggle.legacySearch .btn-info:hover,
.legacySearch .btn-info:active:focus,
.legacySearch .btn-info.active:focus,
.open > .dropdown-toggle.legacySearch .btn-info:focus,
.legacySearch .btn-info:active.focus,
.legacySearch .btn-info.active.focus,
.open > .dropdown-toggle.legacySearch .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.legacySearch .btn-info:active,
.legacySearch .btn-info.active,
.open > .dropdown-toggle.legacySearch .btn-info {
  background-image: none;
}
.legacySearch .btn-info.disabled,
.legacySearch .btn-info[disabled],
fieldset[disabled] .legacySearch .btn-info,
.legacySearch .btn-info.disabled:hover,
.legacySearch .btn-info[disabled]:hover,
fieldset[disabled] .legacySearch .btn-info:hover,
.legacySearch .btn-info.disabled:focus,
.legacySearch .btn-info[disabled]:focus,
fieldset[disabled] .legacySearch .btn-info:focus,
.legacySearch .btn-info.disabled.focus,
.legacySearch .btn-info[disabled].focus,
fieldset[disabled] .legacySearch .btn-info.focus,
.legacySearch .btn-info.disabled:active,
.legacySearch .btn-info[disabled]:active,
fieldset[disabled] .legacySearch .btn-info:active,
.legacySearch .btn-info.disabled.active,
.legacySearch .btn-info[disabled].active,
fieldset[disabled] .legacySearch .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.legacySearch .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.legacySearch .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.legacySearch .btn-warning:focus,
.legacySearch .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.legacySearch .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.legacySearch .btn-warning:active,
.legacySearch .btn-warning.active,
.open > .dropdown-toggle.legacySearch .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.legacySearch .btn-warning:active:hover,
.legacySearch .btn-warning.active:hover,
.open > .dropdown-toggle.legacySearch .btn-warning:hover,
.legacySearch .btn-warning:active:focus,
.legacySearch .btn-warning.active:focus,
.open > .dropdown-toggle.legacySearch .btn-warning:focus,
.legacySearch .btn-warning:active.focus,
.legacySearch .btn-warning.active.focus,
.open > .dropdown-toggle.legacySearch .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.legacySearch .btn-warning:active,
.legacySearch .btn-warning.active,
.open > .dropdown-toggle.legacySearch .btn-warning {
  background-image: none;
}
.legacySearch .btn-warning.disabled,
.legacySearch .btn-warning[disabled],
fieldset[disabled] .legacySearch .btn-warning,
.legacySearch .btn-warning.disabled:hover,
.legacySearch .btn-warning[disabled]:hover,
fieldset[disabled] .legacySearch .btn-warning:hover,
.legacySearch .btn-warning.disabled:focus,
.legacySearch .btn-warning[disabled]:focus,
fieldset[disabled] .legacySearch .btn-warning:focus,
.legacySearch .btn-warning.disabled.focus,
.legacySearch .btn-warning[disabled].focus,
fieldset[disabled] .legacySearch .btn-warning.focus,
.legacySearch .btn-warning.disabled:active,
.legacySearch .btn-warning[disabled]:active,
fieldset[disabled] .legacySearch .btn-warning:active,
.legacySearch .btn-warning.disabled.active,
.legacySearch .btn-warning[disabled].active,
fieldset[disabled] .legacySearch .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.legacySearch .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.legacySearch .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.legacySearch .btn-danger:focus,
.legacySearch .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.legacySearch .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.legacySearch .btn-danger:active,
.legacySearch .btn-danger.active,
.open > .dropdown-toggle.legacySearch .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.legacySearch .btn-danger:active:hover,
.legacySearch .btn-danger.active:hover,
.open > .dropdown-toggle.legacySearch .btn-danger:hover,
.legacySearch .btn-danger:active:focus,
.legacySearch .btn-danger.active:focus,
.open > .dropdown-toggle.legacySearch .btn-danger:focus,
.legacySearch .btn-danger:active.focus,
.legacySearch .btn-danger.active.focus,
.open > .dropdown-toggle.legacySearch .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.legacySearch .btn-danger:active,
.legacySearch .btn-danger.active,
.open > .dropdown-toggle.legacySearch .btn-danger {
  background-image: none;
}
.legacySearch .btn-danger.disabled,
.legacySearch .btn-danger[disabled],
fieldset[disabled] .legacySearch .btn-danger,
.legacySearch .btn-danger.disabled:hover,
.legacySearch .btn-danger[disabled]:hover,
fieldset[disabled] .legacySearch .btn-danger:hover,
.legacySearch .btn-danger.disabled:focus,
.legacySearch .btn-danger[disabled]:focus,
fieldset[disabled] .legacySearch .btn-danger:focus,
.legacySearch .btn-danger.disabled.focus,
.legacySearch .btn-danger[disabled].focus,
fieldset[disabled] .legacySearch .btn-danger.focus,
.legacySearch .btn-danger.disabled:active,
.legacySearch .btn-danger[disabled]:active,
fieldset[disabled] .legacySearch .btn-danger:active,
.legacySearch .btn-danger.disabled.active,
.legacySearch .btn-danger[disabled].active,
fieldset[disabled] .legacySearch .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.legacySearch .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.legacySearch .btn-link {
  color: #67a412;
  font-weight: normal;
  border-radius: 0;
}
.legacySearch .btn-link,
.legacySearch .btn-link:active,
.legacySearch .btn-link.active,
.legacySearch .btn-link[disabled],
fieldset[disabled] .legacySearch .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.legacySearch .btn-link,
.legacySearch .btn-link:hover,
.legacySearch .btn-link:focus,
.legacySearch .btn-link:active {
  border-color: transparent;
}
.legacySearch .btn-link:hover,
.legacySearch .btn-link:focus {
  color: #3c5f0a;
  text-decoration: underline;
  background-color: transparent;
}
.legacySearch .btn-link[disabled]:hover,
fieldset[disabled] .legacySearch .btn-link:hover,
.legacySearch .btn-link[disabled]:focus,
fieldset[disabled] .legacySearch .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.legacySearch .btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.legacySearch .btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.legacySearch .btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.legacySearch .btn-block {
  display: block;
  width: 100%;
}
.legacySearch .btn-block + .btn-block {
  margin-top: 5px;
}
.legacySearch input[type="submit"].btn-block,
.legacySearch input[type="reset"].btn-block,
.legacySearch input[type="button"].btn-block {
  width: 100%;
}
.legacySearch .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.legacySearch .fade.in {
  opacity: 1;
}
.legacySearch .collapse {
  display: none;
}
.legacySearch .collapse.in {
  display: block;
}
tr.legacySearch .collapse.in {
  display: table-row;
}
tbody.legacySearch .collapse.in {
  display: table-row-group;
}
.legacySearch .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.legacySearch .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.legacySearch .dropup,
.legacySearch .dropdown {
  position: relative;
}
.legacySearch .dropdown-toggle:focus {
  outline: 0;
}
.legacySearch .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.legacySearch .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.legacySearch .dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.legacySearch .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.legacySearch .dropdown-menu > li > a:hover,
.legacySearch .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.legacySearch .dropdown-menu > .active > a,
.legacySearch .dropdown-menu > .active > a:hover,
.legacySearch .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #67a412;
}
.legacySearch .dropdown-menu > .disabled > a,
.legacySearch .dropdown-menu > .disabled > a:hover,
.legacySearch .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.legacySearch .dropdown-menu > .disabled > a:hover,
.legacySearch .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.legacySearch .open > .dropdown-menu {
  display: block;
}
.legacySearch .open > a {
  outline: 0;
}
.legacySearch .dropdown-menu-right {
  left: auto;
  right: 0;
}
.legacySearch .dropdown-menu-left {
  left: 0;
  right: auto;
}
.legacySearch .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.legacySearch .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.legacySearch .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.legacySearch .dropup .caret,
.legacySearch .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.legacySearch .dropup .dropdown-menu,
.legacySearch .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .legacySearch .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .legacySearch .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.legacySearch .btn-group,
.legacySearch .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.legacySearch .btn-group > .btn,
.legacySearch .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.legacySearch .btn-group > .btn:hover,
.legacySearch .btn-group-vertical > .btn:hover,
.legacySearch .btn-group > .btn:focus,
.legacySearch .btn-group-vertical > .btn:focus,
.legacySearch .btn-group > .btn:active,
.legacySearch .btn-group-vertical > .btn:active,
.legacySearch .btn-group > .btn.active,
.legacySearch .btn-group-vertical > .btn.active {
  z-index: 2;
}
.legacySearch .btn-group .btn + .btn,
.legacySearch .btn-group .btn + .btn-group,
.legacySearch .btn-group .btn-group + .btn,
.legacySearch .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.legacySearch .btn-toolbar {
  margin-left: -5px;
}
.legacySearch .btn-toolbar .btn,
.legacySearch .btn-toolbar .btn-group,
.legacySearch .btn-toolbar .input-group {
  float: left;
}
.legacySearch .btn-toolbar > .btn,
.legacySearch .btn-toolbar > .btn-group,
.legacySearch .btn-toolbar > .input-group {
  margin-left: 5px;
}
.legacySearch .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.legacySearch .btn-group > .btn:first-child {
  margin-left: 0;
}
.legacySearch .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.legacySearch .btn-group > .btn:last-child:not(:first-child),
.legacySearch .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .btn-group > .btn-group {
  float: left;
}
.legacySearch .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.legacySearch .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.legacySearch .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.legacySearch .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .btn-group .dropdown-toggle:active,
.legacySearch .btn-group.open .dropdown-toggle {
  outline: 0;
}
.legacySearch .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.legacySearch .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.legacySearch .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.legacySearch .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.legacySearch .btn .caret {
  margin-left: 0;
}
.legacySearch .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.legacySearch .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.legacySearch .btn-group-vertical > .btn,
.legacySearch .btn-group-vertical > .btn-group,
.legacySearch .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.legacySearch .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.legacySearch .btn-group-vertical > .btn + .btn,
.legacySearch .btn-group-vertical > .btn + .btn-group,
.legacySearch .btn-group-vertical > .btn-group + .btn,
.legacySearch .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.legacySearch .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.legacySearch .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacySearch .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.legacySearch .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.legacySearch .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacySearch .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.legacySearch .btn-group-justified > .btn,
.legacySearch .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.legacySearch .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.legacySearch .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.legacySearch [data-toggle="buttons"] > .btn input[type="radio"],
.legacySearch [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.legacySearch [data-toggle="buttons"] > .btn input[type="checkbox"],
.legacySearch [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.legacySearch .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.legacySearch .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.legacySearch .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.legacySearch .input-group-lg > .form-control,
.legacySearch .input-group-lg > .input-group-addon,
.legacySearch .input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.legacySearch .input-group-lg > .form-control,
select.legacySearch .input-group-lg > .input-group-addon,
select.legacySearch .input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.legacySearch .input-group-lg > .form-control,
textarea.legacySearch .input-group-lg > .input-group-addon,
textarea.legacySearch .input-group-lg > .input-group-btn > .btn,
select[multiple].legacySearch .input-group-lg > .form-control,
select[multiple].legacySearch .input-group-lg > .input-group-addon,
select[multiple].legacySearch .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.legacySearch .input-group-sm > .form-control,
.legacySearch .input-group-sm > .input-group-addon,
.legacySearch .input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.legacySearch .input-group-sm > .form-control,
select.legacySearch .input-group-sm > .input-group-addon,
select.legacySearch .input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.legacySearch .input-group-sm > .form-control,
textarea.legacySearch .input-group-sm > .input-group-addon,
textarea.legacySearch .input-group-sm > .input-group-btn > .btn,
select[multiple].legacySearch .input-group-sm > .form-control,
select[multiple].legacySearch .input-group-sm > .input-group-addon,
select[multiple].legacySearch .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.legacySearch .input-group-addon,
.legacySearch .input-group-btn,
.legacySearch .input-group .form-control {
  display: table-cell;
}
.legacySearch .input-group-addon:not(:first-child):not(:last-child),
.legacySearch .input-group-btn:not(:first-child):not(:last-child),
.legacySearch .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.legacySearch .input-group-addon,
.legacySearch .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.legacySearch .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
.legacySearch .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.legacySearch .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0;
}
.legacySearch .input-group-addon input[type="radio"],
.legacySearch .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.legacySearch .input-group .form-control:first-child,
.legacySearch .input-group-addon:first-child,
.legacySearch .input-group-btn:first-child > .btn,
.legacySearch .input-group-btn:first-child > .btn-group > .btn,
.legacySearch .input-group-btn:first-child > .dropdown-toggle,
.legacySearch .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.legacySearch .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.legacySearch .input-group-addon:first-child {
  border-right: 0;
}
.legacySearch .input-group .form-control:last-child,
.legacySearch .input-group-addon:last-child,
.legacySearch .input-group-btn:last-child > .btn,
.legacySearch .input-group-btn:last-child > .btn-group > .btn,
.legacySearch .input-group-btn:last-child > .dropdown-toggle,
.legacySearch .input-group-btn:first-child > .btn:not(:first-child),
.legacySearch .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .input-group-addon:last-child {
  border-left: 0;
}
.legacySearch .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.legacySearch .input-group-btn > .btn {
  position: relative;
}
.legacySearch .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.legacySearch .input-group-btn > .btn:hover,
.legacySearch .input-group-btn > .btn:focus,
.legacySearch .input-group-btn > .btn:active {
  z-index: 2;
}
.legacySearch .input-group-btn:first-child > .btn,
.legacySearch .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.legacySearch .input-group-btn:last-child > .btn,
.legacySearch .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.legacySearch .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.legacySearch .nav > li {
  position: relative;
  display: block;
}
.legacySearch .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.legacySearch .nav > li > a:hover,
.legacySearch .nav > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.legacySearch .nav > li.disabled > a {
  color: #777777;
}
.legacySearch .nav > li.disabled > a:hover,
.legacySearch .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.legacySearch .nav .open > a,
.legacySearch .nav .open > a:hover,
.legacySearch .nav .open > a:focus {
  background-color: #f5f5f5;
  border-color: #67a412;
}
.legacySearch .nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.legacySearch .nav > li > a > img {
  max-width: none;
}
.legacySearch .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.legacySearch .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.legacySearch .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.legacySearch .nav-tabs > li > a:hover {
  border-color: #f5f5f5 #f5f5f5 #ddd;
}
.legacySearch .nav-tabs > li.active > a,
.legacySearch .nav-tabs > li.active > a:hover,
.legacySearch .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.legacySearch .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.legacySearch .nav-tabs.nav-justified > li {
  float: none;
}
.legacySearch .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.legacySearch .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .legacySearch .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .legacySearch .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.legacySearch .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.legacySearch .nav-tabs.nav-justified > .active > a,
.legacySearch .nav-tabs.nav-justified > .active > a:hover,
.legacySearch .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .legacySearch .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .legacySearch .nav-tabs.nav-justified > .active > a,
  .legacySearch .nav-tabs.nav-justified > .active > a:hover,
  .legacySearch .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.legacySearch .nav-pills > li {
  float: left;
}
.legacySearch .nav-pills > li > a {
  border-radius: 0;
}
.legacySearch .nav-pills > li + li {
  margin-left: 2px;
}
.legacySearch .nav-pills > li.active > a,
.legacySearch .nav-pills > li.active > a:hover,
.legacySearch .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #67a412;
}
.legacySearch .nav-stacked > li {
  float: none;
}
.legacySearch .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.legacySearch .nav-justified {
  width: 100%;
}
.legacySearch .nav-justified > li {
  float: none;
}
.legacySearch .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.legacySearch .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .legacySearch .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .legacySearch .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.legacySearch .nav-tabs-justified {
  border-bottom: 0;
}
.legacySearch .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.legacySearch .nav-tabs-justified > .active > a,
.legacySearch .nav-tabs-justified > .active > a:hover,
.legacySearch .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .legacySearch .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .legacySearch .nav-tabs-justified > .active > a,
  .legacySearch .nav-tabs-justified > .active > a:hover,
  .legacySearch .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.legacySearch .tab-content > .tab-pane {
  display: none;
}
.legacySearch .tab-content > .active {
  display: block;
}
.legacySearch .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .legacySearch .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .legacySearch .navbar-header {
    float: left;
  }
}
.legacySearch .navbar-collapse {
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.legacySearch .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .legacySearch .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .legacySearch .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .legacySearch .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .legacySearch .navbar-collapse,
  .navbar-static-top .legacySearch .navbar-collapse,
  .navbar-fixed-bottom .legacySearch .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.legacySearch .navbar-fixed-top .navbar-collapse,
.legacySearch .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .legacySearch .navbar-fixed-top .navbar-collapse,
  .legacySearch .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.legacySearch .container > .navbar-header,
.legacySearch .container-fluid > .navbar-header,
.legacySearch .container > .navbar-collapse,
.legacySearch .container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .legacySearch .container > .navbar-header,
  .legacySearch .container-fluid > .navbar-header,
  .legacySearch .container > .navbar-collapse,
  .legacySearch .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.legacySearch .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .legacySearch .navbar-static-top {
    border-radius: 0;
  }
}
.legacySearch .navbar-fixed-top,
.legacySearch .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .legacySearch .navbar-fixed-top,
  .legacySearch .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.legacySearch .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.legacySearch .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.legacySearch .navbar-brand {
  float: left;
  padding: 14px 5px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.legacySearch .navbar-brand:hover,
.legacySearch .navbar-brand:focus {
  text-decoration: none;
}
.legacySearch .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .legacySearch .navbar-brand,
  .navbar > .container-fluid .legacySearch .navbar-brand {
    margin-left: -5px;
  }
}
.legacySearch .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.legacySearch .navbar-toggle:focus {
  outline: 0;
}
.legacySearch .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.legacySearch .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .legacySearch .navbar-toggle {
    display: none;
  }
}
.legacySearch .navbar-nav {
  margin: 7px -5px;
}
.legacySearch .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .legacySearch .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .legacySearch .navbar-nav .open .dropdown-menu > li > a,
  .legacySearch .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .legacySearch .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .legacySearch .navbar-nav .open .dropdown-menu > li > a:hover,
  .legacySearch .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .legacySearch .navbar-nav {
    float: left;
    margin: 0;
  }
  .legacySearch .navbar-nav > li {
    float: left;
  }
  .legacySearch .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.legacySearch .navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .legacySearch .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacySearch .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .legacySearch .navbar-form .form-control-static {
    display: inline-block;
  }
  .legacySearch .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .legacySearch .navbar-form .input-group .input-group-addon,
  .legacySearch .navbar-form .input-group .input-group-btn,
  .legacySearch .navbar-form .input-group .form-control {
    width: auto;
  }
  .legacySearch .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .legacySearch .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacySearch .navbar-form .radio,
  .legacySearch .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .legacySearch .navbar-form .radio label,
  .legacySearch .navbar-form .checkbox label {
    padding-left: 0;
  }
  .legacySearch .navbar-form .radio input[type="radio"],
  .legacySearch .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .legacySearch .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .legacySearch .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .legacySearch .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .legacySearch .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.legacySearch .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacySearch .navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.legacySearch .navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.legacySearch .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.legacySearch .navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .legacySearch .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .legacySearch .navbar-left {
    float: left !important;
  }
  .legacySearch .navbar-right {
    float: right !important;
    margin-right: -5px;
  }
  .legacySearch .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.legacySearch .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.legacySearch .navbar-default .navbar-brand {
  color: #777;
}
.legacySearch .navbar-default .navbar-brand:hover,
.legacySearch .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.legacySearch .navbar-default .navbar-text {
  color: #777;
}
.legacySearch .navbar-default .navbar-nav > li > a {
  color: #777;
}
.legacySearch .navbar-default .navbar-nav > li > a:hover,
.legacySearch .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.legacySearch .navbar-default .navbar-nav > .active > a,
.legacySearch .navbar-default .navbar-nav > .active > a:hover,
.legacySearch .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.legacySearch .navbar-default .navbar-nav > .disabled > a,
.legacySearch .navbar-default .navbar-nav > .disabled > a:hover,
.legacySearch .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.legacySearch .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.legacySearch .navbar-default .navbar-toggle:hover,
.legacySearch .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.legacySearch .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.legacySearch .navbar-default .navbar-collapse,
.legacySearch .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.legacySearch .navbar-default .navbar-nav > .open > a,
.legacySearch .navbar-default .navbar-nav > .open > a:hover,
.legacySearch .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .legacySearch .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.legacySearch .navbar-default .navbar-link {
  color: #777;
}
.legacySearch .navbar-default .navbar-link:hover {
  color: #333;
}
.legacySearch .navbar-default .btn-link {
  color: #777;
}
.legacySearch .navbar-default .btn-link:hover,
.legacySearch .navbar-default .btn-link:focus {
  color: #333;
}
.legacySearch .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .legacySearch .navbar-default .btn-link:hover,
.legacySearch .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .legacySearch .navbar-default .btn-link:focus {
  color: #ccc;
}
.legacySearch .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.legacySearch .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.legacySearch .navbar-inverse .navbar-brand:hover,
.legacySearch .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.legacySearch .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.legacySearch .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.legacySearch .navbar-inverse .navbar-nav > li > a:hover,
.legacySearch .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.legacySearch .navbar-inverse .navbar-nav > .active > a,
.legacySearch .navbar-inverse .navbar-nav > .active > a:hover,
.legacySearch .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.legacySearch .navbar-inverse .navbar-nav > .disabled > a,
.legacySearch .navbar-inverse .navbar-nav > .disabled > a:hover,
.legacySearch .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.legacySearch .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.legacySearch .navbar-inverse .navbar-toggle:hover,
.legacySearch .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.legacySearch .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.legacySearch .navbar-inverse .navbar-collapse,
.legacySearch .navbar-inverse .navbar-form {
  border-color: #101010;
}
.legacySearch .navbar-inverse .navbar-nav > .open > a,
.legacySearch .navbar-inverse .navbar-nav > .open > a:hover,
.legacySearch .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .legacySearch .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.legacySearch .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.legacySearch .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.legacySearch .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.legacySearch .navbar-inverse .btn-link:hover,
.legacySearch .navbar-inverse .btn-link:focus {
  color: #fff;
}
.legacySearch .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .legacySearch .navbar-inverse .btn-link:hover,
.legacySearch .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .legacySearch .navbar-inverse .btn-link:focus {
  color: #444;
}
.legacySearch .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.legacySearch .breadcrumb > li {
  display: inline-block;
}
.legacySearch .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.legacySearch .breadcrumb > .active {
  color: #777777;
}
.legacySearch .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.legacySearch .pagination > li {
  display: inline;
}
.legacySearch .pagination > li > a,
.legacySearch .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #67a412;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.legacySearch .pagination > li:first-child > a,
.legacySearch .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .pagination > li:last-child > a,
.legacySearch .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.legacySearch .pagination > li > a:hover,
.legacySearch .pagination > li > span:hover,
.legacySearch .pagination > li > a:focus,
.legacySearch .pagination > li > span:focus {
  z-index: 3;
  color: #3c5f0a;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.legacySearch .pagination > .active > a,
.legacySearch .pagination > .active > span,
.legacySearch .pagination > .active > a:hover,
.legacySearch .pagination > .active > span:hover,
.legacySearch .pagination > .active > a:focus,
.legacySearch .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #67a412;
  border-color: #67a412;
  cursor: default;
}
.legacySearch .pagination > .disabled > span,
.legacySearch .pagination > .disabled > span:hover,
.legacySearch .pagination > .disabled > span:focus,
.legacySearch .pagination > .disabled > a,
.legacySearch .pagination > .disabled > a:hover,
.legacySearch .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.legacySearch .pagination-lg > li > a,
.legacySearch .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.legacySearch .pagination-lg > li:first-child > a,
.legacySearch .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .pagination-lg > li:last-child > a,
.legacySearch .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.legacySearch .pagination-sm > li > a,
.legacySearch .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.legacySearch .pagination-sm > li:first-child > a,
.legacySearch .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .pagination-sm > li:last-child > a,
.legacySearch .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.legacySearch .pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.legacySearch .pager li {
  display: inline;
}
.legacySearch .pager li > a,
.legacySearch .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.legacySearch .pager li > a:hover,
.legacySearch .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.legacySearch .pager .next > a,
.legacySearch .pager .next > span {
  float: right;
}
.legacySearch .pager .previous > a,
.legacySearch .pager .previous > span {
  float: left;
}
.legacySearch .pager .disabled > a,
.legacySearch .pager .disabled > a:hover,
.legacySearch .pager .disabled > a:focus,
.legacySearch .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.legacySearch .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.legacySearch .label:hover,
a.legacySearch .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.legacySearch .label:empty {
  display: none;
}
.btn .legacySearch .label {
  position: relative;
  top: -1px;
}
.legacySearch .label-default {
  background-color: #777777;
}
.legacySearch .label-default[href]:hover,
.legacySearch .label-default[href]:focus {
  background-color: #5e5e5e;
}
.legacySearch .label-primary {
  background-color: #67a412;
}
.legacySearch .label-primary[href]:hover,
.legacySearch .label-primary[href]:focus {
  background-color: #4a760d;
}
.legacySearch .label-success {
  background-color: #67A412;
}
.legacySearch .label-success[href]:hover,
.legacySearch .label-success[href]:focus {
  background-color: #4a760d;
}
.legacySearch .label-info {
  background-color: #5bc0de;
}
.legacySearch .label-info[href]:hover,
.legacySearch .label-info[href]:focus {
  background-color: #31b0d5;
}
.legacySearch .label-warning {
  background-color: #f0ad4e;
}
.legacySearch .label-warning[href]:hover,
.legacySearch .label-warning[href]:focus {
  background-color: #ec971f;
}
.legacySearch .label-danger {
  background-color: #d9534f;
}
.legacySearch .label-danger[href]:hover,
.legacySearch .label-danger[href]:focus {
  background-color: #c9302c;
}
.legacySearch .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.legacySearch .badge:empty {
  display: none;
}
.btn .legacySearch .badge {
  position: relative;
  top: -1px;
}
.btn-xs .legacySearch .badge,
.btn-group-xs > .btn .legacySearch .badge {
  top: 0;
  padding: 1px 5px;
}
a.legacySearch .badge:hover,
a.legacySearch .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .legacySearch .badge,
.nav-pills > .active > a > .legacySearch .badge {
  color: #67a412;
  background-color: #fff;
}
.list-group-item > .legacySearch .badge {
  float: right;
}
.list-group-item > .legacySearch .badge + .legacySearch .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .legacySearch .badge {
  margin-left: 3px;
}
.legacySearch .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f5f5f5;
}
.legacySearch .jumbotron h1,
.legacySearch .jumbotron .h1 {
  color: inherit;
}
.legacySearch .jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.legacySearch .jumbotron > hr {
  border-top-color: #dcdcdc;
}
.container .legacySearch .jumbotron,
.container-fluid .legacySearch .jumbotron {
  border-radius: 0;
}
.legacySearch .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .legacySearch .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .legacySearch .jumbotron,
  .container-fluid .legacySearch .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .legacySearch .jumbotron h1,
  .legacySearch .jumbotron .h1 {
    font-size: 72px;
  }
}
.legacySearch .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.legacySearch .thumbnail > img,
.legacySearch .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.legacySearch .thumbnail:hover,
a.legacySearch .thumbnail:focus,
a.legacySearch .thumbnail.active {
  border-color: #67a412;
}
.legacySearch .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.legacySearch .alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}
.legacySearch .alert h4 {
  margin-top: 0;
  color: inherit;
}
.legacySearch .alert .alert-link {
  font-weight: bold;
}
.legacySearch .alert > p,
.legacySearch .alert > ul {
  margin-bottom: 0;
}
.legacySearch .alert > p + p {
  margin-top: 5px;
}
.legacySearch .alert-dismissable,
.legacySearch .alert-dismissible {
  padding-right: 35px;
}
.legacySearch .alert-dismissable .close,
.legacySearch .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.legacySearch .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.legacySearch .alert-success hr {
  border-top-color: #c9e2b3;
}
.legacySearch .alert-success .alert-link {
  color: #2b542c;
}
.legacySearch .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.legacySearch .alert-info hr {
  border-top-color: #a6e1ec;
}
.legacySearch .alert-info .alert-link {
  color: #245269;
}
.legacySearch .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.legacySearch .alert-warning hr {
  border-top-color: #f7e1b5;
}
.legacySearch .alert-warning .alert-link {
  color: #66512c;
}
.legacySearch .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.legacySearch .alert-danger hr {
  border-top-color: #e4b9c0;
}
.legacySearch .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.legacySearch .progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.legacySearch .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #67a412;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.legacySearch .progress-striped .progress-bar,
.legacySearch .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.legacySearch .progress.active .progress-bar,
.legacySearch .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.legacySearch .progress-bar-success {
  background-color: #67A412;
}
.progress-striped .legacySearch .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacySearch .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .legacySearch .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacySearch .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .legacySearch .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacySearch .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .legacySearch .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.legacySearch .media {
  margin-top: 15px;
}
.legacySearch .media:first-child {
  margin-top: 0;
}
.legacySearch .media,
.legacySearch .media-body {
  zoom: 1;
  overflow: hidden;
}
.legacySearch .media-body {
  width: 10000px;
}
.legacySearch .media-object {
  display: block;
}
.legacySearch .media-object.img-thumbnail {
  max-width: none;
}
.legacySearch .media-right,
.legacySearch .media > .pull-right {
  padding-left: 10px;
}
.legacySearch .media-left,
.legacySearch .media > .pull-left {
  padding-right: 10px;
}
.legacySearch .media-left,
.legacySearch .media-right,
.legacySearch .media-body {
  display: table-cell;
  vertical-align: top;
}
.legacySearch .media-middle {
  vertical-align: middle;
}
.legacySearch .media-bottom {
  vertical-align: bottom;
}
.legacySearch .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.legacySearch .media-list {
  padding-left: 0;
  list-style: none;
}
.legacySearch .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.legacySearch .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.legacySearch .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.legacySearch a.list-group-item,
.legacySearch button.list-group-item {
  color: #555;
}
.legacySearch a.list-group-item .list-group-item-heading,
.legacySearch button.list-group-item .list-group-item-heading {
  color: #333;
}
.legacySearch a.list-group-item:hover,
.legacySearch button.list-group-item:hover,
.legacySearch a.list-group-item:focus,
.legacySearch button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.legacySearch button.list-group-item {
  width: 100%;
  text-align: left;
}
.legacySearch .list-group-item.disabled,
.legacySearch .list-group-item.disabled:hover,
.legacySearch .list-group-item.disabled:focus {
  background-color: #f5f5f5;
  color: #777777;
  cursor: not-allowed;
}
.legacySearch .list-group-item.disabled .list-group-item-heading,
.legacySearch .list-group-item.disabled:hover .list-group-item-heading,
.legacySearch .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.legacySearch .list-group-item.disabled .list-group-item-text,
.legacySearch .list-group-item.disabled:hover .list-group-item-text,
.legacySearch .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.legacySearch .list-group-item.active,
.legacySearch .list-group-item.active:hover,
.legacySearch .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #67a412;
  border-color: #67a412;
}
.legacySearch .list-group-item.active .list-group-item-heading,
.legacySearch .list-group-item.active:hover .list-group-item-heading,
.legacySearch .list-group-item.active:focus .list-group-item-heading,
.legacySearch .list-group-item.active .list-group-item-heading > small,
.legacySearch .list-group-item.active:hover .list-group-item-heading > small,
.legacySearch .list-group-item.active:focus .list-group-item-heading > small,
.legacySearch .list-group-item.active .list-group-item-heading > .small,
.legacySearch .list-group-item.active:hover .list-group-item-heading > .small,
.legacySearch .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.legacySearch .list-group-item.active .list-group-item-text,
.legacySearch .list-group-item.active:hover .list-group-item-text,
.legacySearch .list-group-item.active:focus .list-group-item-text {
  color: #c9f38f;
}
.legacySearch .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.legacySearch .list-group-item-success,
button.legacySearch .list-group-item-success {
  color: #3c763d;
}
a.legacySearch .list-group-item-success .list-group-item-heading,
button.legacySearch .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.legacySearch .list-group-item-success:hover,
button.legacySearch .list-group-item-success:hover,
a.legacySearch .list-group-item-success:focus,
button.legacySearch .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.legacySearch .list-group-item-success.active,
button.legacySearch .list-group-item-success.active,
a.legacySearch .list-group-item-success.active:hover,
button.legacySearch .list-group-item-success.active:hover,
a.legacySearch .list-group-item-success.active:focus,
button.legacySearch .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.legacySearch .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.legacySearch .list-group-item-info,
button.legacySearch .list-group-item-info {
  color: #31708f;
}
a.legacySearch .list-group-item-info .list-group-item-heading,
button.legacySearch .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.legacySearch .list-group-item-info:hover,
button.legacySearch .list-group-item-info:hover,
a.legacySearch .list-group-item-info:focus,
button.legacySearch .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.legacySearch .list-group-item-info.active,
button.legacySearch .list-group-item-info.active,
a.legacySearch .list-group-item-info.active:hover,
button.legacySearch .list-group-item-info.active:hover,
a.legacySearch .list-group-item-info.active:focus,
button.legacySearch .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.legacySearch .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.legacySearch .list-group-item-warning,
button.legacySearch .list-group-item-warning {
  color: #8a6d3b;
}
a.legacySearch .list-group-item-warning .list-group-item-heading,
button.legacySearch .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.legacySearch .list-group-item-warning:hover,
button.legacySearch .list-group-item-warning:hover,
a.legacySearch .list-group-item-warning:focus,
button.legacySearch .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.legacySearch .list-group-item-warning.active,
button.legacySearch .list-group-item-warning.active,
a.legacySearch .list-group-item-warning.active:hover,
button.legacySearch .list-group-item-warning.active:hover,
a.legacySearch .list-group-item-warning.active:focus,
button.legacySearch .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.legacySearch .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.legacySearch .list-group-item-danger,
button.legacySearch .list-group-item-danger {
  color: #a94442;
}
a.legacySearch .list-group-item-danger .list-group-item-heading,
button.legacySearch .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.legacySearch .list-group-item-danger:hover,
button.legacySearch .list-group-item-danger:hover,
a.legacySearch .list-group-item-danger:focus,
button.legacySearch .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.legacySearch .list-group-item-danger.active,
button.legacySearch .list-group-item-danger.active,
a.legacySearch .list-group-item-danger.active:hover,
button.legacySearch .list-group-item-danger.active:hover,
a.legacySearch .list-group-item-danger.active:focus,
button.legacySearch .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.legacySearch .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.legacySearch .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.legacySearch .panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.legacySearch .panel-body {
  padding: 15px;
}
.legacySearch .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.legacySearch .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.legacySearch .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.legacySearch .panel-title > a,
.legacySearch .panel-title > small,
.legacySearch .panel-title > .small,
.legacySearch .panel-title > small > a,
.legacySearch .panel-title > .small > a {
  color: inherit;
}
.legacySearch .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.legacySearch .panel > .list-group,
.legacySearch .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.legacySearch .panel > .list-group .list-group-item,
.legacySearch .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.legacySearch .panel > .list-group:first-child .list-group-item:first-child,
.legacySearch .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.legacySearch .panel > .list-group:last-child .list-group-item:last-child,
.legacySearch .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.legacySearch .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.legacySearch .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.legacySearch .list-group + .panel-footer {
  border-top-width: 0;
}
.legacySearch .panel > .table,
.legacySearch .panel > .table-responsive > .table,
.legacySearch .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.legacySearch .panel > .table caption,
.legacySearch .panel > .table-responsive > .table caption,
.legacySearch .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.legacySearch .panel > .table:first-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.legacySearch .panel > .table:first-child > thead:first-child > tr:first-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.legacySearch .panel > .table:first-child > tbody:first-child > tr:first-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.legacySearch .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.legacySearch .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.legacySearch .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.legacySearch .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.legacySearch .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.legacySearch .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.legacySearch .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.legacySearch .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.legacySearch .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.legacySearch .panel > .table:last-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.legacySearch .panel > .table:last-child > tbody:last-child > tr:last-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.legacySearch .panel > .table:last-child > tfoot:last-child > tr:last-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.legacySearch .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.legacySearch .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.legacySearch .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.legacySearch .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.legacySearch .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.legacySearch .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.legacySearch .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.legacySearch .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.legacySearch .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.legacySearch .panel > .panel-body + .table,
.legacySearch .panel > .panel-body + .table-responsive,
.legacySearch .panel > .table + .panel-body,
.legacySearch .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.legacySearch .panel > .table > tbody:first-child > tr:first-child th,
.legacySearch .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.legacySearch .panel > .table-bordered,
.legacySearch .panel > .table-responsive > .table-bordered {
  border: 0;
}
.legacySearch .panel > .table-bordered > thead > tr > th:first-child,
.legacySearch .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.legacySearch .panel > .table-bordered > tbody > tr > th:first-child,
.legacySearch .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.legacySearch .panel > .table-bordered > tfoot > tr > th:first-child,
.legacySearch .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.legacySearch .panel > .table-bordered > thead > tr > td:first-child,
.legacySearch .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.legacySearch .panel > .table-bordered > tbody > tr > td:first-child,
.legacySearch .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.legacySearch .panel > .table-bordered > tfoot > tr > td:first-child,
.legacySearch .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.legacySearch .panel > .table-bordered > thead > tr > th:last-child,
.legacySearch .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.legacySearch .panel > .table-bordered > tbody > tr > th:last-child,
.legacySearch .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.legacySearch .panel > .table-bordered > tfoot > tr > th:last-child,
.legacySearch .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.legacySearch .panel > .table-bordered > thead > tr > td:last-child,
.legacySearch .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.legacySearch .panel > .table-bordered > tbody > tr > td:last-child,
.legacySearch .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.legacySearch .panel > .table-bordered > tfoot > tr > td:last-child,
.legacySearch .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.legacySearch .panel > .table-bordered > thead > tr:first-child > td,
.legacySearch .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.legacySearch .panel > .table-bordered > tbody > tr:first-child > td,
.legacySearch .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.legacySearch .panel > .table-bordered > thead > tr:first-child > th,
.legacySearch .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.legacySearch .panel > .table-bordered > tbody > tr:first-child > th,
.legacySearch .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.legacySearch .panel > .table-bordered > tbody > tr:last-child > td,
.legacySearch .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.legacySearch .panel > .table-bordered > tfoot > tr:last-child > td,
.legacySearch .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.legacySearch .panel > .table-bordered > tbody > tr:last-child > th,
.legacySearch .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.legacySearch .panel > .table-bordered > tfoot > tr:last-child > th,
.legacySearch .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.legacySearch .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.legacySearch .panel-group {
  margin-bottom: 22px;
}
.legacySearch .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.legacySearch .panel-group .panel + .panel {
  margin-top: 5px;
}
.legacySearch .panel-group .panel-heading {
  border-bottom: 0;
}
.legacySearch .panel-group .panel-heading + .panel-collapse > .panel-body,
.legacySearch .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.legacySearch .panel-group .panel-footer {
  border-top: 0;
}
.legacySearch .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.legacySearch .panel-default {
  border-color: #ddd;
}
.legacySearch .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.legacySearch .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.legacySearch .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.legacySearch .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.legacySearch .panel-primary {
  border-color: #67a412;
}
.legacySearch .panel-primary > .panel-heading {
  color: #fff;
  background-color: #67a412;
  border-color: #67a412;
}
.legacySearch .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #67a412;
}
.legacySearch .panel-primary > .panel-heading .badge {
  color: #67a412;
  background-color: #fff;
}
.legacySearch .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #67a412;
}
.legacySearch .panel-success {
  border-color: #d6e9c6;
}
.legacySearch .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.legacySearch .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.legacySearch .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.legacySearch .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.legacySearch .panel-info {
  border-color: #bce8f1;
}
.legacySearch .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.legacySearch .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.legacySearch .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.legacySearch .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.legacySearch .panel-warning {
  border-color: #faebcc;
}
.legacySearch .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.legacySearch .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.legacySearch .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.legacySearch .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.legacySearch .panel-danger {
  border-color: #ebccd1;
}
.legacySearch .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.legacySearch .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.legacySearch .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.legacySearch .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.legacySearch .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.legacySearch .embed-responsive .embed-responsive-item,
.legacySearch .embed-responsive iframe,
.legacySearch .embed-responsive embed,
.legacySearch .embed-responsive object,
.legacySearch .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.legacySearch .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.legacySearch .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.legacySearch .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.legacySearch .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.legacySearch .well-lg {
  padding: 24px;
  border-radius: 0;
}
.legacySearch .well-sm {
  padding: 9px;
  border-radius: 0;
}
.legacySearch .close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.legacySearch .close:hover,
.legacySearch .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.legacySearch .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.legacySearch .modal-open {
  overflow: hidden;
}
.legacySearch .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.legacySearch .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.legacySearch .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.legacySearch .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.legacySearch .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.legacySearch .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.legacySearch .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.legacySearch .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.legacySearch .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.legacySearch .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.legacySearch .modal-header .close {
  margin-top: -2px;
}
.legacySearch .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.legacySearch .modal-body {
  position: relative;
  padding: 15px;
}
.legacySearch .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.legacySearch .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.legacySearch .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.legacySearch .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.legacySearch .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .legacySearch .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .legacySearch .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .legacySearch .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .legacySearch .modal-lg {
    width: 900px;
  }
}
.legacySearch .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.legacySearch .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.legacySearch .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.legacySearch .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.legacySearch .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.legacySearch .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.legacySearch .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.legacySearch .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.legacySearch .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.legacySearch .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.legacySearch .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.legacySearch .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.legacySearch .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.legacySearch .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.legacySearch .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.legacySearch .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.legacySearch .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.legacySearch .popover.top {
  margin-top: -10px;
}
.legacySearch .popover.right {
  margin-left: 10px;
}
.legacySearch .popover.bottom {
  margin-top: 10px;
}
.legacySearch .popover.left {
  margin-left: -10px;
}
.legacySearch .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.legacySearch .popover-content {
  padding: 9px 14px;
}
.legacySearch .popover > .arrow,
.legacySearch .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.legacySearch .popover > .arrow {
  border-width: 11px;
}
.legacySearch .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.legacySearch .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.legacySearch .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.legacySearch .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.legacySearch .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.legacySearch .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.legacySearch .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.legacySearch .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.legacySearch .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.legacySearch .carousel {
  position: relative;
}
.legacySearch .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.legacySearch .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.legacySearch .carousel-inner > .item > img,
.legacySearch .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .legacySearch .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .legacySearch .carousel-inner > .item.next,
  .legacySearch .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .legacySearch .carousel-inner > .item.prev,
  .legacySearch .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .legacySearch .carousel-inner > .item.next.left,
  .legacySearch .carousel-inner > .item.prev.right,
  .legacySearch .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.legacySearch .carousel-inner > .active,
.legacySearch .carousel-inner > .next,
.legacySearch .carousel-inner > .prev {
  display: block;
}
.legacySearch .carousel-inner > .active {
  left: 0;
}
.legacySearch .carousel-inner > .next,
.legacySearch .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.legacySearch .carousel-inner > .next {
  left: 100%;
}
.legacySearch .carousel-inner > .prev {
  left: -100%;
}
.legacySearch .carousel-inner > .next.left,
.legacySearch .carousel-inner > .prev.right {
  left: 0;
}
.legacySearch .carousel-inner > .active.left {
  left: -100%;
}
.legacySearch .carousel-inner > .active.right {
  left: 100%;
}
.legacySearch .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.legacySearch .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.legacySearch .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.legacySearch .carousel-control:hover,
.legacySearch .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.legacySearch .carousel-control .icon-prev,
.legacySearch .carousel-control .icon-next,
.legacySearch .carousel-control .glyphicon-chevron-left,
.legacySearch .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.legacySearch .carousel-control .icon-prev,
.legacySearch .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.legacySearch .carousel-control .icon-next,
.legacySearch .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.legacySearch .carousel-control .icon-prev,
.legacySearch .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.legacySearch .carousel-control .icon-prev:before {
  content: '\2039';
}
.legacySearch .carousel-control .icon-next:before {
  content: '\203a';
}
.legacySearch .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.legacySearch .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.legacySearch .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.legacySearch .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.legacySearch .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .legacySearch .carousel-control .glyphicon-chevron-left,
  .legacySearch .carousel-control .glyphicon-chevron-right,
  .legacySearch .carousel-control .icon-prev,
  .legacySearch .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .legacySearch .carousel-control .glyphicon-chevron-left,
  .legacySearch .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .legacySearch .carousel-control .glyphicon-chevron-right,
  .legacySearch .carousel-control .icon-next {
    margin-right: -15px;
  }
  .legacySearch .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .legacySearch .carousel-indicators {
    bottom: 20px;
  }
}
.legacySearch .clearfix:before,
.legacySearch .clearfix:after,
.legacySearch .legacySearch .dl-horizontal dd:before,
.legacySearch .legacySearch .dl-horizontal dd:after,
.legacySearch .legacySearch .container:before,
.legacySearch .legacySearch .container:after,
.legacySearch .legacySearch .container-fluid:before,
.legacySearch .legacySearch .container-fluid:after,
.legacySearch .legacySearch .row:before,
.legacySearch .legacySearch .row:after,
.legacySearch .legacySearch .form-horizontal .form-group:before,
.legacySearch .legacySearch .form-horizontal .form-group:after,
.legacySearch .legacySearch .btn-toolbar:before,
.legacySearch .legacySearch .btn-toolbar:after,
.legacySearch .legacySearch .btn-group-vertical > .btn-group:before,
.legacySearch .legacySearch .btn-group-vertical > .btn-group:after,
.legacySearch .legacySearch .nav:before,
.legacySearch .legacySearch .nav:after,
.legacySearch .legacySearch .navbar:before,
.legacySearch .legacySearch .navbar:after,
.legacySearch .legacySearch .navbar-header:before,
.legacySearch .legacySearch .navbar-header:after,
.legacySearch .legacySearch .navbar-collapse:before,
.legacySearch .legacySearch .navbar-collapse:after,
.legacySearch .legacySearch .pager:before,
.legacySearch .legacySearch .pager:after,
.legacySearch .legacySearch .panel-body:before,
.legacySearch .legacySearch .panel-body:after,
.legacySearch .legacySearch .modal-footer:before,
.legacySearch .legacySearch .modal-footer:after {
  content: " ";
  display: table;
}
.legacySearch .clearfix:after,
.legacySearch .legacySearch .dl-horizontal dd:after,
.legacySearch .legacySearch .container:after,
.legacySearch .legacySearch .container-fluid:after,
.legacySearch .legacySearch .row:after,
.legacySearch .legacySearch .form-horizontal .form-group:after,
.legacySearch .legacySearch .btn-toolbar:after,
.legacySearch .legacySearch .btn-group-vertical > .btn-group:after,
.legacySearch .legacySearch .nav:after,
.legacySearch .legacySearch .navbar:after,
.legacySearch .legacySearch .navbar-header:after,
.legacySearch .legacySearch .navbar-collapse:after,
.legacySearch .legacySearch .pager:after,
.legacySearch .legacySearch .panel-body:after,
.legacySearch .legacySearch .modal-footer:after {
  clear: both;
}
.legacySearch .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.legacySearch .pull-right {
  float: right !important;
}
.legacySearch .pull-left {
  float: left !important;
}
.legacySearch .hide {
  display: none !important;
}
.legacySearch .show {
  display: block !important;
}
.legacySearch .invisible {
  visibility: hidden;
}
.legacySearch .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.legacySearch .hidden {
  display: none !important;
}
.legacySearch .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.legacySearch .visible-xs,
.legacySearch .visible-sm,
.legacySearch .visible-md,
.legacySearch .visible-lg {
  display: none !important;
}
.legacySearch .visible-xs-block,
.legacySearch .visible-xs-inline,
.legacySearch .visible-xs-inline-block,
.legacySearch .visible-sm-block,
.legacySearch .visible-sm-inline,
.legacySearch .visible-sm-inline-block,
.legacySearch .visible-md-block,
.legacySearch .visible-md-inline,
.legacySearch .visible-md-inline-block,
.legacySearch .visible-lg-block,
.legacySearch .visible-lg-inline,
.legacySearch .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .legacySearch .visible-xs {
    display: block !important;
  }
  table.legacySearch .visible-xs {
    display: table !important;
  }
  tr.legacySearch .visible-xs {
    display: table-row !important;
  }
  th.legacySearch .visible-xs,
  td.legacySearch .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .legacySearch .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .legacySearch .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .legacySearch .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacySearch .visible-sm {
    display: block !important;
  }
  table.legacySearch .visible-sm {
    display: table !important;
  }
  tr.legacySearch .visible-sm {
    display: table-row !important;
  }
  th.legacySearch .visible-sm,
  td.legacySearch .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacySearch .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacySearch .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacySearch .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacySearch .visible-md {
    display: block !important;
  }
  table.legacySearch .visible-md {
    display: table !important;
  }
  tr.legacySearch .visible-md {
    display: table-row !important;
  }
  th.legacySearch .visible-md,
  td.legacySearch .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacySearch .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacySearch .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacySearch .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .legacySearch .visible-lg {
    display: block !important;
  }
  table.legacySearch .visible-lg {
    display: table !important;
  }
  tr.legacySearch .visible-lg {
    display: table-row !important;
  }
  th.legacySearch .visible-lg,
  td.legacySearch .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .legacySearch .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .legacySearch .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .legacySearch .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .legacySearch .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .legacySearch .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .legacySearch .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .legacySearch .hidden-lg {
    display: none !important;
  }
}
.legacySearch .visible-print {
  display: none !important;
}
@media print {
  .legacySearch .visible-print {
    display: block !important;
  }
  table.legacySearch .visible-print {
    display: table !important;
  }
  tr.legacySearch .visible-print {
    display: table-row !important;
  }
  th.legacySearch .visible-print,
  td.legacySearch .visible-print {
    display: table-cell !important;
  }
}
.legacySearch .visible-print-block {
  display: none !important;
}
@media print {
  .legacySearch .visible-print-block {
    display: block !important;
  }
}
.legacySearch .visible-print-inline {
  display: none !important;
}
@media print {
  .legacySearch .visible-print-inline {
    display: inline !important;
  }
}
.legacySearch .visible-print-inline-block {
  display: none !important;
}
@media print {
  .legacySearch .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .legacySearch .hidden-print {
    display: none !important;
  }
}
.legacySearch .datepicker.dropdown-menu {
  width: 250px;
}
.legacySearch .datepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.legacySearch .datepicker.dropdown-menu tbody {
  height: 180px;
}
.legacySearch .datepicker.dropdown-menu tbody button {
  padding: 6px;
}
.legacySearch .datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.legacySearch .datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}
.legacySearch .bsTimePicker__wrap {
  padding: 0 12px;
}
.legacySearch .bsTimePicker .btn-link {
  color: black;
  font-size: 14px;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
.legacySearch .bsTimePicker .btn-link:hover {
  background-color: #f5f5f5;
}
.legacySearch .ui-select-container .selectize-dropdown {
  position: absolute;
  background-color: #fff;
  z-index: 100;
  top: 27px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.legacySearch .ui-select-container .ui-select-search:focus {
  outline: 0;
  border: 0px;
  box-shadow: none;
}
.legacySearch .ui-select-search {
  position: absolute;
  top: 0px;
  border: 0px;
  padding-top: 0px;
}
.legacySearch .ui-select-choices-row.disabled {
  display: none;
}
.legacySearch .ui-select-choices-row.active {
  background-color: #67A412;
  color: #fff;
}
.legacySearch .ui-select-choices-row:hover {
  background-color: #67A412;
  color: #fff;
}
.legacySearch .ui-select-choices-row-inner {
  padding: 5px 10px 5px 10px;
}
.legacySearch .ui-select-choices-row-inner div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.legacySearch .ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.legacySearch .select2-choice {
  width: 100%;
  cursor: text;
  padding-left: 8px;
  padding-top: 5px;
  position: absolute;
  height: 65px;
}
.legacySearch .chosen-trim {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  display: inline-block;
}
.legacySearch .select2-chosen.placeholder {
  color: #969696;
  font-size: 16px;
}
.legacySearch .intl-tel-input {
  position: relative;
}
.legacySearch .intl-tel-input .form-control {
  padding: 0 44px;
}
.legacySearch .intl-tel-input .flag-dropdown {
  padding-bottom: 10px;
}
.legacySearch .country-list {
  text-align: left;
}
.legacySearch .intl-tel-input .country-list .flag {
  width: 16px;
}
.legacySearch .iti-flag {
  background-image: url("flags.png") !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .legacySearch .iti-flag {
    background-image: url("flags@2x.png");
  }
}
.legacySearch .ladda-label {
  position: initial !important;
}
.legacySearch .ladda-button {
  position: relative;
}
.legacySearch .btn {
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.legacySearch .btn-icon-xs {
  font-size: 14px;
}
.legacySearch .btn-icon-sm {
  font-size: 16px;
}
.legacySearch .btn-icon-lg {
  font-size: 20px;
}
.legacySearch .btn-link {
  text-transform: none;
}
.legacySearch .btn .btn-icon-left {
  display: inline-block;
  margin-right: 12px;
}
.legacySearch .btn .btn-icon-right {
  display: inline-block;
  margin-left: 12px;
}
.legacySearch .btn .btn-icon-top {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
.legacySearch .query-animation,
.legacySearch .query-animation.ng-enter,
.legacySearch .query-animation.ng-leave,
.legacySearch .query-animation.ng-move {
  position: relative;
}
.legacySearch .query-animation.ng-enter {
  opacity: 0;
}
.legacySearch .query-animation.ng-enter.ng-enter-active {
  opacity: 1;
}
.legacySearch .query-animation.ng-leave {
  opacity: 1;
}
.legacySearch .query-animation.ng-leave.ng-leave-active {
  opacity: 0;
}
.legacySearch .query-animation.ng-move {
  left: 2px;
  opacity: 0.5;
}
.legacySearch .query-animation.ng-move.ng-move-active {
  left: 0;
  opacity: 1;
}
.legacySearch .query-animation.ng-hide {
  opacity: 0;
}
.legacySearch .ui-select-choices {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  opacity: 1;
}
.legacySearch .ui-select-choices.ng-hide-remove {
  opacity: 0;
  display: block !important;
}
.legacySearch .ui-select-choices.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}
.legacySearch .fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
}
.legacySearch .animate-enter,
.legacySearch .animate-leave {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
}
.legacySearch .animate-enter.animate-enter-active,
.legacySearch .animate-leave {
  opacity: 1;
  top: 0;
  height: 30px;
}
.legacySearch .animate-leave.animate-leave-active,
.legacySearch .animate-enter {
  opacity: 0;
  top: -50px;
  height: 0px;
}
.legacySearch .top-buffer {
  margin-top: 30px;
}
.legacySearch .top-buffer__70 {
  margin-top: 70px;
}
.legacySearch .top-buffer__10 {
  margin-top: 5px;
}
.legacySearch .top-buffer__10 {
  margin-top: 10px;
}
.legacySearch .top-buffer__15 {
  margin-top: 15px;
}
.legacySearch .top-buffer__65 {
  margin-top: 65px;
}
.legacySearch .top-buffer__60 {
  margin-top: 60px;
}
.legacySearch .bottom-buffer__20 {
  padding-bottom: 20px;
}
.legacySearch .bottom-buffer__50 {
  padding-bottom: 50px;
}
.legacySearch .bottom-buffer__200 {
  margin-bottom: 200px;
}
.legacySearch .alert-danger {
  background: #f2dede;
}
.legacySearch .query-offset {
  margin-left: 45px;
}
.legacySearch .vicDelete {
  background: url('icon-circle-delete.png') no-repeat;
  background-size: 28px;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 18px;
  cursor: pointer;
}
.legacySearch .vicDelete.first {
  top: 36px;
}
.legacySearch .vicDelete.info {
  right: 0px;
}
.legacySearch .vicDelete.dark {
  background: url('icon-circle-delete-white.png') no-repeat;
}
.legacySearch .legacySearch__loginView--loggedIn .legacySearch__signupView,
.legacySearch .legacySearch__loginView--loggedIn .legacySearch__authView {
  display: none;
}
.legacySearch .legacySearch__loginView--loggedIn .legacySearch__loggedInView {
  display: block;
}
.legacySearch .legacySearch__estimateRow .checkbox {
  margin-left: 25px;
}
.legacySearch .legacySearch__estimateRow .checkbox label {
  font-size: 13px;
}
.legacySearch .legacySearch__estimateRow .checkbox label.dark {
  color: #333333;
}
.legacySearch .legacySearch__estimateRow .checkbox label:before {
  border: 2px solid #67a412;
  border-radius: 2px;
}
.legacySearch .legacySearch__signupView,
.legacySearch .legacySearch__authView {
  display: block;
}
.legacySearch .legacySearch__loggedInView {
  display: none;
}
.legacySearch .legacySearch__requestLeg {
  margin: 6px 0;
}
.legacySearch .legacySearch__requestLeg:first-child {
  margin-top: 0;
}
.legacySearch .legacySearch__requestLeg:last-child {
  margin-bottom: 0;
}
.legacySearch .addInfo textarea {
  width: 882px;
  height: 65px;
  resize: none;
  color: #696868;
  font-size: 13px;
  padding: 7px;
}
.legacySearch .vicIcon-success {
  height: 68px;
  width: 68px;
  margin: 0 auto;
  background-image: url(icon-green-tick.png);
}
.legacySearch .vicIcon-error {
  height: 68px;
  width: 68px;
  margin: 0 auto;
  background-image: url(icon-sad-smiley.png);
}
.legacySearch .vicIcon-email {
  height: 68px;
  width: 68px;
  margin: 0 auto;
  background-image: url(email_icon.png);
}
.legacySearch .vicIcon-sms {
  height: 68px;
  width: 68px;
  margin: 0 auto;
  background-image: url(sms_icon.png);
}
.legacySearch .btnSecondary {
  border-color: #67a412;
  color: #67a412;
  background: none;
  margin-right: 5px;
}
.legacySearch .btnSecondary:hover {
  background-color: #67a412;
}
.legacySearch .btnSecondary[disabled] {
  background-color: initial;
}
.legacySearch .searchBg {
  padding: 20px 0 0 0;
  position: relative;
  z-index: 11;
  background-color: black;
  background-image: url('https://www.flyvictor.com/upload/V2Media/v2bg1440x430.png');
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1440px) {
  .legacySearch .searchBg {
    background-image: url('https://www.flyvictor.com/upload/V2Media/v2bg1500x430.png');
  }
}
@media only screen and (min-width: 1500px) {
  .legacySearch .searchBg {
    background-image: url('https://www.flyvictor.com/upload/V2Media/v2bg1600x430.png');
  }
}
@media only screen and (min-width: 1600px) {
  .legacySearch .searchBg {
    background-image: url('https://www.flyvictor.com/upload/V2Media/v2bg1920x430.png');
  }
}
@media only screen and (min-width: 1920px) {
  .legacySearch .searchBg {
    background-image: url('https://www.flyvictor.com/upload/V2Media/v2bg2560x430.png');
  }
}
@media only screen and (min-width: 2560px) {
  .legacySearch .searchBg {
    background-size: cover;
    background-image: url('https://www.flyvictor.com/upload/V2Media/v2bg2560x430.png');
  }
}
.legacySearch .search {
  padding: 20px 0 0 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-bottom: 200px;
}
.legacySearch .searchContainer {
  width: 914px;
  margin: 140px auto 52px;
}
.legacySearch .searchContainer__header {
  text-align: center;
  color: #fff;
  z-index: 5;
  margin-top: 50px;
  margin-bottom: 130px;
}
.legacySearch .searchContainer__header.dark {
  margin-bottom: 0px;
}
.legacySearch .searchContainer__header h2 {
  font-weight: 300;
  font-size: 42px;
  text-shadow: 4px 7px 34px #000;
  font-family: "Montserrat", Helvetica, sans-serif;
}
.legacySearch .searchContainer__header h2.dark {
  font-size: 24px;
  text-shadow: none;
  color: #333;
}
.legacySearch .searchContainer__header h3 {
  color: #97c624;
  font-size: 22px;
  margin-top: 0px;
  text-shadow: 4px 7px 22px #000;
  font-family: "Montserrat", Helvetica, sans-serif;
}
.legacySearch .searchContainer__header h3.dark {
  font-size: 14px;
  text-shadow: none;
  color: #333;
  font-weight: normal;
  font-family: 'Open Sans';
}
.legacySearch .searchContainer__wrap {
  padding: 20px 0 100px 0;
}
.legacySearch .searchContainer__wrap.dark {
  padding: 5px 0 60px 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, black 50px);
  background-image: -o-linear-gradient(top, transparent 0%, black 50px);
  background-image: linear-gradient(to bottom, transparent 0%, black 50px);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}
.legacySearch .signupContainer {
  width: 512px;
  margin: 0 auto;
  padding-top: 40px;
}
.legacySearch .signupContainer h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 22px;
}
.legacySearch .signupContainer .alt-verify {
  display: block;
}
.legacySearch .signupContainer .continue {
  margin-top: 15px;
}
.legacySearch .signupContainer .vicPlane {
  width: 26px;
  height: 22px;
  background: url('progress-plane-icon.png');
  margin-top: -10.5px;
  position: absolute;
}
.legacySearch .signupContainer .vicPlane.fifty {
  margin-left: 240px;
}
.legacySearch .signupContainer .vicPlane.hundred {
  margin-left: 487px;
}
.legacySearch .signupContainer .vicPBC {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background-color: #67a412;
  position: absolute;
  margin-top: -3.5px;
  display: none;
}
.legacySearch .signupContainer .vicPBC.zero {
  display: block;
}
.legacySearch .signupContainer .vicPBC.fifty {
  display: block;
  margin-left: 250px;
}
.legacySearch .signupContainer .vicPBC.hundred {
  display: block;
  margin-left: 505px;
}
.legacySearch .signupContainer .vicPBC.bw {
  background-color: #e9e9e9;
}
.legacySearch .signupContainer .vicPB {
  background-image: none;
}
.legacySearch .signupContainer .vicPBHeight {
  height: 2px;
}
.legacySearch .signupContainer .vicHelp {
  margin: 5px;
}
.legacySearch .signupContainer .flownPrivate {
  padding-left: 6px;
  margin: 20px 0px 0px 0px;
}
.legacySearch .signupContainer .flownPrivate label {
  font-weight: normal;
}
.legacySearch .signupContainer input {
  margin-right: 10px;
  margin-bottom: 10px;
}
.legacySearch .signupContainer .acceptTerms {
  padding-left: 6px;
  margin: 5px 0px 20px 0;
}
.legacySearch .signupContainer .acceptTerms label {
  display: inline-block;
  vertical-align: top;
}
.legacySearch .signupContainer .acceptTerms > p {
  margin-left: 3px;
  width: 90%;
  display: inline-block;
  font-weight: bold;
}
.legacySearch .signupContainer .vicLbl {
  position: absolute;
  font-weight: bold;
  margin-top: 15px;
}
.legacySearch .signupContainer .vicLbl.right {
  margin-left: 400px;
}
.legacySearch .signupContainer .vicLbl.bw {
  color: #e9e9e9;
}
.legacySearch .loginContainer {
  width: 914px;
  margin: 0 auto;
  padding-top: 100px;
}
.legacySearch .loginContainer button {
  width: 100%;
  margin: 10px 0px 20px 0px;
}
.legacySearch .loginContainer .signup {
  width: 100%;
  margin: 10px 0px 20px 0px;
  background: none;
  border-color: #67a412;
  color: #67a412;
}
.legacySearch .loginContainer .signup:hover {
  background-color: #67a412;
  color: #fff;
}
.legacySearch .loginContainer .join {
  width: 100%;
}
.legacySearch .loginContainer .width250 {
  width: 350px;
  padding: 50px;
  text-align: left;
}
.legacySearch .loginContainer .paddingL50 {
  padding-left: 50px;
}
.legacySearch .loginContainer .paddingR50 {
  padding-right: 50px;
}
.legacySearch .loginContainer ul {
  padding-left: 0px;
  margin-top: 26px;
}
.legacySearch .loginContainer li {
  padding-left: 35px;
  list-style: none;
  line-height: 2.3;
  padding-bottom: 10px;
}
.legacySearch .loginContainer li:nth-child(1) {
  background: url('list-aircraft-icon.png') no-repeat left 6px;
}
.legacySearch .loginContainer li:nth-child(2) {
  background: url('list-search-icon.png') no-repeat left 6px;
}
.legacySearch .loginContainer li:nth-child(3) {
  background: url('list-victor-icon.png') no-repeat left 6px;
}
.legacySearch .confirmContainer {
  width: 1140px;
  margin: 0 auto;
  line-height: 1.4;
  padding-top: 40px;
}
.legacySearch .searchWrapper {
  min-height: 514px;
  width: 100%;
  background-color: #f3f3f3;
}
.legacySearch .searchWrapper .topLbl {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.legacySearch .searchWrapper .flight {
  font-size: 18px;
  color: 909090;
}
.legacySearch .searchWrapper .truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.legacySearch .searchWrapper .airportText {
  font-size: 15px;
  color: #202020;
}
.legacySearch .searchWrapper .airportCode,
.legacySearch .searchWrapper .passengers {
  display: block;
  font-size: 22px;
  color: #202020;
  font-weight: bold;
}
.legacySearch .searchWrapper .row.border {
  padding: 7px 0px 7px 0px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.legacySearch .departure,
.legacySearch .arrival {
  font-family: 'Open Sans';
  font-size: 15px;
}
.legacySearch .departure input,
.legacySearch .arrival input {
  border-radius: 0;
  border: none;
}
.legacySearch .departure .search-term,
.legacySearch .arrival .search-term {
  padding: 5px 8px 38px 8px;
  background-size: 90px !important;
  height: 65px;
  border: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.legacySearch .departure .search-term:focus,
.legacySearch .arrival .search-term:focus {
  outline: none;
  box-shadow: 0 0 0 2px #67A412;
}
.legacySearch .departure .choices,
.legacySearch .arrival .choices {
  padding: 0px;
  display: inherit !important;
  -webkit-box-shadow: 0px 5px 22px -9px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 22px -9px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 22px -9px rgba(0, 0, 0, 0.6);
}
.legacySearch .departure .choices .option,
.legacySearch .arrival .choices .option {
  padding: 10px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #cccccc;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: elipsis;
  display: block;
}
.legacySearch .departure .choices .option:hover,
.legacySearch .arrival .choices .option:hover {
  background-color: #67A412;
  color: #fff !important;
}
.legacySearch .departure .choices .subchoices,
.legacySearch .arrival .choices .subchoices {
  padding-left: 10px;
}
.legacySearch .departure .choices .display-text,
.legacySearch .arrival .choices .display-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px;
}
.legacySearch .departure .choices .country,
.legacySearch .arrival .choices .country {
  font-weight: 100;
  padding: 0px;
  margin-top: -2px;
}
.legacySearch .seats button {
  height: 65px;
  width: 100%;
}
.legacySearch .searchActions {
  margin-top: 20px;
}
.legacySearch .timepicker.dropdown-menu {
  padding: 0 4px;
}
.legacySearch .timepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.legacySearch .timepicker.dropdown-menu tbody button {
  padding: 6px;
}
.legacySearch .dropdown-menu .active a {
  background-image: none;
  background-color: #fff;
  color: #333;
}
.legacySearch .dropdown-menu li a:hover {
  background-color: #67a412 !important;
  color: #fff;
}
.legacySearch .destination-code {
  margin-top: -49px;
  display: block;
  z-index: 2;
  position: absolute;
  margin-left: 46px;
  font-size: 38px;
}
.legacySearch .destination-code.return {
  margin-top: 31px;
}
.legacySearch .estimatesActionPanel {
  position: fixed;
  bottom: 0px !important;
  height: 130px;
  width: 100%;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 37%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(37%, #fbfbfb), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 37%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 37%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfb 37%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fbfbfb 37%, #f3f3f3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-9 */
}
.legacySearch .estimatesActionPanel .container {
  width: 1158px;
}
.legacySearch .estimatesActionPanel.stick {
  position: relative;
  background: none;
  height: 70px;
}
.legacySearch .estimateACImages {
  width: 166px;
  height: 94px;
}
.legacySearch .estimateACImages img {
  width: 166px;
  height: 94px;
}
.legacySearch .lhWrapper {
  border-top: 1px solid #ccc;
  border-right: none;
  max-height: 572px;
  padding-left: 0px;
  padding-right: 0px;
  flex: 1;
}
.legacySearch .estimateWrapper {
  padding-bottom: 30px;
}
.legacySearch .fuelStop {
  background: url('require-stop-icon.png');
  width: 14px;
  height: 15px;
  margin-right: 2px;
  display: block;
}
.legacySearch .reqStop {
  background: url('require-stop-icon.png');
  width: 14px;
  height: 15px;
  position: absolute;
  top: 25px;
  right: 0px;
}
.legacySearch .vicCustomCB {
  width: 34px;
  height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
}
.legacySearch .vicCustomCB label {
  cursor: pointer;
  position: absolute;
  border-radius: 50px;
  left: 0px;
}
.legacySearch .vicCustomCB label:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  border: 1px solid #ccc;
  margin: 20px auto;
  border-radius: 50px;
  margin-top: -1px;
  margin-left: -1px;
}
.legacySearch .vicCustomCB input[type=checkbox]:checked + label:after {
  background: url('icon-green-tick.png') no-repeat;
  opacity: 1;
  background-size: 34px;
  border: 0px;
}
.legacySearch .lhContainer {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 81.5px;
}
.legacySearch .lhContainer:hover {
  cursor: pointer;
  background-color: #e8e8e8;
}
.legacySearch .lhContainer.vicSelected {
  border-right: none;
  background-color: #fff;
}
.legacySearch .lhContainer .acLabel {
  color: #202020;
  font-size: 13px;
}
.legacySearch .lhContainer .acImage {
  display: block;
}
.legacySearch .lhContainer .acImage img {
  width: 69%;
}
.legacySearch .lhContainer .acWrap {
  padding: 12px 0px 0px 10px;
}
.legacySearch .lhContainer .recommended {
  padding: 3px 6px 3px 6px;
  font-size: 13px;
  color: #fff;
  background-color: #67a412;
  border-radius: 5px;
}
.legacySearch .lhContainer .priceLabel {
  font-size: 18px;
  color: #ababab;
  font-weight: 200;
}
.legacySearch .lhContainer .acPrice {
  font-size: 24px;
  font-weight: bold;
  color: #6c6c6c;
}
.legacySearch .lhContainer .priceWrap {
  padding: 22.5px;
  padding-right: 0px;
}
.legacySearch .lhContainer .recommendedWrap {
  padding: 0px;
  padding-top: 18px;
}
.legacySearch .lhContainer .checkWrap {
  width: 16%;
  padding: 21px 0px 21px 0px;
}
.legacySearch .rhWrapper {
  padding: 20px 20px 6px 20px;
  border: 1px solid #ccc;
  border-left: none;
  background-color: #fff;
  max-height: 572px;
  overflow-y: scroll;
  flex: 1;
}
.legacySearch .rhWrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.legacySearch .rhWrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.legacySearch .rhContainer {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  margin-bottom: 14px;
  opacity: .8;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.legacySearch .rhContainer:hover {
  opacity: 1;
  background-color: #e8e8e8;
}
.legacySearch .rhContainer .acType {
  font-size: 18px;
  color: #303030;
  display: block;
}
.legacySearch .rhContainer .acLabel {
  font-size: 18px;
  color: #ababab;
  font-weight: 200;
}
.legacySearch .rhContainer .acPrice {
  font-size: 24px;
  font-weight: bold;
  color: #6c6c6c;
}
.legacySearch .rhContainer .priceWrap {
  padding: 17.5px;
  padding-right: 0px;
}
.legacySearch .rhContainer .checkWrap {
  padding: 29px 0px 29px 0px;
}
.legacySearch .vicFlex {
  display: flex;
  flex-wrap: wrap;
}
.legacySearch .searchingContainer {
  background: url('https://www.flyvictor.com/upload/V2Media/map-view-world.png') no-repeat;
  width: 1140px;
  height: 400px;
}
.legacySearch .searchingContainer .textArea {
  margin-top: 40px;
}
.legacySearch .searchingContainer .textArea .one {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.0s;
  animation: dot 1.3s infinite;
  animation-delay: 0.0s;
}
.legacySearch .searchingContainer .textArea .two {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.2s;
  animation: dot 1.3s infinite;
  animation-delay: 0.2s;
}
.legacySearch .searchingContainer .textArea .three {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
  animation: dot 1.3s infinite;
  animation-delay: 0.3s;
}
@-webkit-keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.legacySearch .searchingContainer .acLbl {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #939393;
}
.legacySearch .searchingContainer h3 {
  font-weight: bold;
  font-size: 30px;
}
.legacySearch .searchingContainer h2 {
  font-weight: bold;
  font-size: 50px;
  margin-top: 0px;
}
.legacySearch .row-centered {
  text-align: center;
}
.legacySearch .col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.legacySearch .mapContainer {
  position: absolute;
  z-index: 1;
}
.legacySearch .mapContainer.one {
  margin-top: 131px;
  margin-left: 204px;
}
.legacySearch .mapContainer.two {
  margin-top: 236px;
  margin-left: 164px;
}
.legacySearch .mapContainer.three {
  margin-top: 299px;
  margin-left: 105px;
}
.legacySearch .mapContainer.four {
  margin-top: 113px;
  margin-left: 928px;
}
.legacySearch .mapContainer.five {
  margin-top: 278px;
  margin-left: 930px;
}
.legacySearch .mapContainer.six {
  margin-top: 373px;
  margin-left: 992px;
}
.legacySearch .pulse {
  width: 6px;
  height: 6px;
  border: 2px solid #67a412;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #67a412;
  z-index: 10;
  position: absolute;
  margin-left: -13px;
  margin-top: -43px;
}
.legacySearch .dot {
  border: 5px solid #67a412;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: relative;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}
.legacySearch .vicCode {
  padding-top: 15px;
  padding-bottom: 15px;
}
.legacySearch .vicCode input {
  width: 40px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.legacySearch .animAC1 {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3673cf;
  box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.6), 15px 15px 2px rgba(0, 0, 0, 0.04);
  position: absolute;
  -webkit-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
  -moz-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
  -o-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
  animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
}
@-webkit-keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 480px;
  }
}
@-moz-keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 480px;
  }
}
@-o-keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 480px;
  }
}
@keyframes moveX {
  from {
    left: 0;
  }
  to {
    left: 480px;
  }
}
@-webkit-keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 280px;
  }
}
@-moz-keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 280px;
  }
}
@-o-keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 280px;
  }
}
@keyframes moveY {
  from {
    top: 0;
  }
  to {
    top: 280px;
  }
}
.legacySearch .vicForgotPass {
  color: #67A412;
}
.legacySearch .vicForgotPass:hover {
  cursor: pointer;
  text-decoration: underline;
}
.legacySearch .slogan {
  color: #fff;
  border-left: 1px solid #fff;
}
.legacySearch .slogan h1 {
  font-size: 24px;
  margin: 0px 0px 0px 40px;
}
.legacySearch .app-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.legacySearch .app-container ul li {
  float: right;
}
.legacySearch .app-container .btn-getapp {
  height: 44px;
  line-height: 44px;
  padding-bottom: 0;
  padding-top: 0;
  width: 152px;
  margin-left: 11px;
}
.legacySearch .app-container .btn-getapp-store {
  display: block;
  width: 154px;
  height: 44px;
  background: 0 0 no-repeat url("https://www.flyvictor.com/V2/assets/img/btn-download-app.png");
  text-indent: -10000px;
}
.legacySearch .vicShowcase {
  padding-left: 40px;
}
.legacySearch .vicShowcase img {
  margin-right: 20px;
  margin-top: 20px;
}
.legacySearch canvas {
  z-index: 10;
}
.legacySearch footer {
  background: none;
}
.legacySearch .quickdate-button {
  height: 65px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 8px 5px 8px;
  color: #333;
  font-size: 15px;
  border: 1px solid #ccc;
}
.legacySearch .quickdate-button .vicTime {
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  bottom: 5px;
  left: 39px;
  color: #333;
}
.legacySearch .quickdate-calendar td:hover {
  background-color: #67a412;
  color: #ffffff;
}
.legacySearch .quickdate-calendar .disabled-date {
  color: #E0DEDE;
}
.legacySearch .quickdate-calendar .disabled-date:hover {
  background-color: #EAEAEA;
  cursor: not-allowed;
}
.legacySearch .quickdate-calendar .is-today {
  font-weight: bold;
}
.legacySearch .quickdate-calendar .selected {
  background-color: rgba(103, 164, 18, 0.7);
  color: white;
}
.legacySearch .vicCalendar {
  background: url(icon-calendar.png) no-repeat;
  background-size: 20px;
  position: absolute;
  bottom: 11px;
  left: 14px;
  width: 20px;
  height: 20px;
}
.legacySearch .quickdate-popup.open {
  width: 247px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.legacySearch .quickdate-month {
  font-weight: bold;
}
.legacySearch .quickdate-text-inputs {
  border-top: 1px solid #cccccc;
  margin-top: 5px;
  padding-left: 7px;
  padding: 10px 7px 10px 7px;
}
.legacySearch .quickdate-text-inputs .vicSelectDate {
  background-image: url(icon-green-tick.png);
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  top: 7px;
  left: 6px;
  position: relative;
}
.legacySearch .quickdate-text-inputs .vicSelectDate:hover {
  cursor: pointer;
}
.legacySearch .quickdate-input-wrapper {
  width: 100%;
}
.legacySearch .quickdate-input-wrapper label {
  margin-right: 8px;
}
.legacySearch .quickdate-input-wrapper input {
  width: 94px;
  display: inline-block;
}
.legacySearch .quickdate-input-wrapper input:focus {
  box-shadow: none;
  border: 1px solid #67a412;
}
.legacySearch .quickdate-input-wrapper .ng-invalid {
  border: 1px solid #dd3b30 !important;
}
.legacySearch #numberOfSeats {
  font-size: 22px !important;
}
@media only screen and (max-width: 1024px) {
  .legacySearch .legacySearch .vicDelete.first {
    display: inherit !important;
  }
  .legacySearch .signupContainer {
    padding-top: 0px;
  }
  .legacySearch .signupContainer .top-buffer__70 {
    margin-top: 0px;
  }
  .legacySearch h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 22px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .legacySearch .legacySearch__wrap .quickdate-button {
    font-size: 13px;
  }
  .legacySearch .legacySearch__wrap .signupContainer {
    width: 290px;
  }
  .legacySearch .legacySearch__wrap .signupContainer .btn {
    font-size: 14px;
  }
  .legacySearch .legacySearch__wrap .searchWrapper h2 {
    color: #202020;
  }
  .legacySearch .legacySearch__wrap .searchWrapper h3 {
    font-size: 22px;
    color: #202020;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .airportText {
    display: none;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .flight {
    font-size: 14px !important;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .col-xs-2 {
    width: 16%;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .col-xs-3 {
    width: 24%;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .rhWrapper {
    display: none;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .text-left {
    display: none;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .airportCode {
    font-size: 19px;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .textArea {
    width: 320px;
    margin: 0px;
    padding: 0px 20px 0px 15px;
  }
  .legacySearch .legacySearch__wrap .searchWrapper .textArea h2 {
    font-size: 36px;
  }
  .legacySearch .legacySearch__wrap .container .text-right {
    width: 300px;
  }
  .legacySearch .legacySearch__wrap .confirmContainer {
    width: 300px;
  }
  .legacySearch .legacySearch__wrap .searchContainer {
    width: 90%;
    margin: 0px auto;
    margin-top: -40px;
  }
  .legacySearch .legacySearch__wrap .loginContainer {
    width: 320px;
    min-height: 670px;
    padding-top: 0px !important;
  }
  .legacySearch .legacySearch__wrap .loginContainer .paddingR50 {
    padding-right: 5px !important;
  }
  .legacySearch__authView.col-xs-4.paddingR50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 100% !important;
  }
  .legacySearch__signupView.col-xs-4.paddingL50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .legacySearch {
    display: block !important;
  }
  .legacySearch .searchContainer {
    width: 100% !important;
    margin: -40px auto 0 15px !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .legacySearch {
    display: block !important;
  }
  .legacySearch .signupContainer {
    width: 340px;
  }
  .legacySearch__estimateRow .checkbox {
    margin-left: 0px;
  }
  .legacySearch .searchWrapper .textArea {
    width: 375px;
    margin: 0px;
    padding: 0px 30px 0px 25px;
  }
  .legacySearch .searchWrapper .textArea h2 {
    font-size: 36px;
  }
  .legacySearch .searchWrapper h2 {
    color: #202020;
  }
  .legacySearch .searchWrapper h3 {
    font-size: 22px;
    color: #202020;
  }
  .legacySearch .searchWrapper .airportText {
    display: none;
  }
  .legacySearch .searchWrapper .flight {
    font-size: 14px !important;
  }
  .legacySearch .searchWrapper .col-xs-2 {
    width: 16%;
  }
  .legacySearch .searchWrapper .col-xs-3 {
    width: 24%;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: none;
  }
  .legacySearch .searchWrapper .text-left {
    display: none;
  }
  .legacySearch .searchWrapper .airportCode {
    font-size: 19px;
  }
  .legacySearch .container .text-right {
    width: 370px;
  }
  .legacySearch .confirmContainer {
    width: 350px;
  }
  .legacySearch .searchContainer {
    width: 90%;
    margin: 0px auto;
  }
  .legacySearch .loginContainer {
    width: 375px;
    min-height: 580px;
    padding-top: 0px !important;
  }
  .legacySearch .loginContainer .paddingR50 {
    padding-right: 5px !important;
  }
  .legacySearch__authView.col-xs-4.paddingR50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
  }
  .legacySearch__signupView.col-xs-4.paddingL50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .legacySearch {
    display: block !important;
  }
  .legacySearch .signupContainer {
    width: 650px;
  }
  .legacySearch__estimateRow .checkbox {
    margin-left: 0px;
  }
  .legacySearch .searchWrapper .textArea {
    width: 667px;
    margin: 0px;
    padding: 0px 30px 0px 25px;
  }
  .legacySearch .searchWrapper .textArea h2 {
    font-size: 36px;
  }
  .legacySearch .searchWrapper h2 {
    color: #202020;
  }
  .legacySearch .searchWrapper h3 {
    font-size: 22px;
    color: #202020;
  }
  .legacySearch .searchWrapper .airportText {
    display: none;
  }
  .legacySearch .searchWrapper .flight {
    font-size: 14px !important;
  }
  .legacySearch .searchWrapper .col-xs-2 {
    width: 16%;
  }
  .legacySearch .searchWrapper .col-xs-3 {
    width: 24%;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: none;
  }
  .legacySearch .searchWrapper .text-left {
    display: none;
  }
  .legacySearch .searchWrapper .airportCode {
    font-size: 19px;
  }
  .legacySearch .searchWrapper .text-left {
    display: initial !important;
  }
  .legacySearch .searchWrapper .airportText {
    display: initial !important;
  }
  .legacySearch .container {
    width: 667px !important;
  }
  .legacySearch .container .text-right {
    width: 50%;
  }
  .legacySearch .confirmContainer {
    width: 650px;
  }
  .legacySearch .searchContainer {
    width: 90%;
    margin: 0px auto;
  }
  .legacySearch .loginContainer {
    width: 667px;
    min-height: 580px;
    margin-top: 30px !important;
  }
  .legacySearch .loginContainer .paddingR50 {
    padding-right: 5px !important;
  }
  .legacySearch .loginContainer .col-xs-2 {
    display: none;
  }
  .legacySearch .loginContainer li {
    padding-bottom: 13px !important;
  }
  .legacySearch__authView.col-xs-4.paddingR50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 50%;
  }
  .legacySearch__signupView.col-xs-4.paddingL50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 50%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .legacySearch {
    display: block !important;
  }
  .legacySearch .signupContainer {
    width: 390px;
  }
  .legacySearch__estimateRow .checkbox {
    margin-left: 0px;
  }
  .legacySearch .searchWrapper .textArea {
    width: 414px;
    margin: 0px;
    padding: 0px 30px 0px 25px;
  }
  .legacySearch .searchWrapper .textArea h2 {
    font-size: 36px;
  }
  .legacySearch .searchWrapper h2 {
    color: #202020;
  }
  .legacySearch .searchWrapper h3 {
    font-size: 22px;
    color: #202020;
  }
  .legacySearch .searchWrapper .airportText {
    display: none;
  }
  .legacySearch .searchWrapper .flight {
    font-size: 14px !important;
  }
  .legacySearch .searchWrapper .col-xs-2 {
    width: 16%;
  }
  .legacySearch .searchWrapper .col-xs-3 {
    width: 24%;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: none;
  }
  .legacySearch .searchWrapper .text-left {
    display: none;
  }
  .legacySearch .searchWrapper .airportCode {
    font-size: 19px;
  }
  .legacySearch .container .text-right {
    width: 390px;
  }
  .legacySearch .confirmContainer {
    width: 390px;
  }
  .legacySearch .searchContainer {
    width: 90%;
    margin: 0px auto;
  }
  .legacySearch .loginContainer {
    width: 414px;
    min-height: 580px;
    padding-top: 0px !important;
  }
  .legacySearch .loginContainer .paddingR50 {
    padding-right: 5px !important;
  }
  .legacySearch__authView.col-xs-4.paddingR50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
  }
  .legacySearch__signupView.col-xs-4.paddingL50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  .legacySearch {
    display: block !important;
  }
  .legacySearch .signupContainer {
    width: 690px;
  }
  .legacySearch__estimateRow .checkbox {
    margin-left: 0px;
  }
  .legacySearch .searchWrapper .textArea {
    width: 736px;
    margin: 0px;
    padding: 0px 30px 0px 25px;
  }
  .legacySearch .searchWrapper .textArea h2 {
    font-size: 36px;
  }
  .legacySearch .searchWrapper h2 {
    color: #202020;
  }
  .legacySearch .searchWrapper h3 {
    font-size: 22px;
    color: #202020;
  }
  .legacySearch .searchWrapper .airportText {
    display: none;
  }
  .legacySearch .searchWrapper .flight {
    font-size: 14px !important;
  }
  .legacySearch .searchWrapper .col-xs-2 {
    width: 16%;
  }
  .legacySearch .searchWrapper .col-xs-3 {
    width: 24%;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: none;
  }
  .legacySearch .searchWrapper .text-left {
    display: none;
  }
  .legacySearch .searchWrapper .airportCode {
    font-size: 19px;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: initial !important;
  }
  .legacySearch .searchWrapper .text-left {
    display: initial !important;
  }
  .legacySearch .searchWrapper .airportText {
    display: initial !important;
  }
  .legacySearch .container {
    width: 736px !important;
  }
  .legacySearch .container .text-right {
    width: 50%;
  }
  .legacySearch .confirmContainer {
    width: 690px;
  }
  .legacySearch .searchContainer {
    width: 90%;
    margin: 0px auto;
  }
  .legacySearch .loginContainer {
    width: 736px;
    min-height: 580px;
  }
  .legacySearch .loginContainer .paddingR50 {
    padding-right: 5px !important;
  }
  .legacySearch .loginContainer .col-xs-2 {
    display: none;
  }
  .legacySearch .loginContainer li {
    padding-bottom: 13px !important;
  }
  .legacySearch__authView.col-xs-4.paddingR50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 50%;
  }
  .legacySearch__signupView.col-xs-4.paddingL50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .legacySearch {
    display: block !important;
  }
  .legacySearch .signupContainer {
    width: 740px;
  }
  .legacySearch__estimateRow .checkbox {
    margin-left: 0px;
  }
  .legacySearch .searchWrapper .textArea {
    width: 768px;
    margin: 0px;
    padding: 0px 30px 0px 25px;
  }
  .legacySearch .searchWrapper .textArea h2 {
    font-size: 36px;
  }
  .legacySearch .searchWrapper h2 {
    color: #202020;
  }
  .legacySearch .searchWrapper h3 {
    font-size: 22px;
    color: #202020;
  }
  .legacySearch .searchWrapper .airportText {
    display: none;
  }
  .legacySearch .searchWrapper .flight {
    font-size: 14px !important;
  }
  .legacySearch .searchWrapper .col-xs-2 {
    width: 16%;
  }
  .legacySearch .searchWrapper .col-xs-3 {
    width: 24%;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: none;
  }
  .legacySearch .searchWrapper .text-left {
    display: none;
  }
  .legacySearch .searchWrapper .airportCode {
    font-size: 19px;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: initial !important;
  }
  .legacySearch .searchWrapper .text-left {
    display: initial !important;
  }
  .legacySearch .searchWrapper .airportText {
    display: initial !important;
  }
  .legacySearch .container {
    width: 768px !important;
  }
  .legacySearch .confirmContainer {
    width: 740px;
  }
  .legacySearch .searchContainer {
    width: 90%;
    margin: 0px auto;
  }
  .legacySearch .loginContainer {
    width: 768px;
    min-height: 580px;
  }
  .legacySearch .loginContainer .paddingR50 {
    padding-right: 5px !important;
  }
  .legacySearch .loginContainer .col-xs-2 {
    display: none;
  }
  .legacySearch .loginContainer li {
    padding-bottom: 13px !important;
  }
  .legacySearch__authView.col-xs-4.paddingR50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 50%;
  }
  .legacySearch__signupView.col-xs-4.paddingL50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .legacySearch {
    display: block !important;
  }
  .legacySearch .signupContainer {
    width: 960px;
  }
  .legacySearch__estimateRow .checkbox {
    margin-left: 0px;
  }
  .legacySearch .searchWrapper .textArea {
    width: 1024px;
    margin: 0px;
    padding: 0px 30px 0px 25px;
  }
  .legacySearch .searchWrapper .textArea h2 {
    font-size: 36px;
  }
  .legacySearch .searchWrapper h2 {
    color: #202020;
  }
  .legacySearch .searchWrapper h3 {
    font-size: 22px;
    color: #202020;
  }
  .legacySearch .searchWrapper .airportText {
    display: none;
  }
  .legacySearch .searchWrapper .flight {
    font-size: 14px !important;
  }
  .legacySearch .searchWrapper .col-xs-2 {
    width: 16%;
  }
  .legacySearch .searchWrapper .col-xs-3 {
    width: 24%;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: none;
  }
  .legacySearch .searchWrapper .text-left {
    display: none;
  }
  .legacySearch .searchWrapper .airportCode {
    font-size: 19px;
  }
  .legacySearch .searchWrapper .rhWrapper {
    display: initial !important;
  }
  .legacySearch .searchWrapper .text-left {
    display: initial !important;
  }
  .legacySearch .searchWrapper .airportText {
    display: initial !important;
  }
  .legacySearch .container {
    width: 1024px !important;
  }
  .legacySearch .container .text-right {
    width: 50%;
  }
  .legacySearch .confirmContainer {
    width: 960px;
  }
  .legacySearch .searchContainer {
    width: 85% !important;
    margin: 0px auto !important;
  }
  .legacySearch .loginContainer {
    width: 1024px;
    min-height: 580px;
  }
  .legacySearch .loginContainer .paddingR50 {
    padding-right: 5px !important;
  }
  .legacySearch .loginContainer .col-xs-2 {
    display: none;
  }
  .legacySearch .loginContainer li {
    padding-bottom: 13px !important;
  }
  .legacySearch__authView.col-xs-4.paddingR50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 50%;
  }
  .legacySearch__signupView.col-xs-4.paddingL50 {
    padding-right: 0px !important;
    position: relative !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    width: 50%;
  }
}
.legacySearch h1,
.legacySearch h2,
.legacySearch h3,
.legacySearch h4,
.legacySearch h5,
.legacySearch h6 {
  font-family: 'AvenirLTStd-Light', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
}
.legacySearch .searchBg {
  padding: 0;
  margin: 0;
  background: transparent;
}
.legacySearch .slogan {
  display: none;
}
.legacySearch .searchContainer {
  width: 90%;
  margin: 0px auto;
}
.legacySearch .searchContainer__wrap,
.legacySearch .searchContainer__wrap.dark {
  background: transparent;
  padding: 0;
  margin: 35px 0;
}
.legacySearch .searchContainer__wrap:before,
.legacySearch .searchContainer__wrap.dark:before,
.legacySearch .searchContainer__wrap:after,
.legacySearch .searchContainer__wrap.dark:after {
  content: " ";
  display: table;
}
.legacySearch .searchContainer__wrap:after,
.legacySearch .searchContainer__wrap.dark:after {
  clear: both;
}
.legacySearch .searchContainer__wrap:before,
.legacySearch .searchContainer__wrap.dark:before,
.legacySearch .searchContainer__wrap:after,
.legacySearch .searchContainer__wrap.dark:after {
  content: " ";
  display: table;
}
.legacySearch .searchContainer__wrap:after,
.legacySearch .searchContainer__wrap.dark:after {
  clear: both;
}
.legacySearch__extra textarea {
  width: 100% !important;
  border-radius: 0 !important;
  border: 1px solid #E1E1E1 !important;
  box-shadow: none !important;
}
.legacySearch .no-col-pad {
  padding-left: 0;
  padding-right: 0;
}
.legacySearch__estimateRow .checkbox {
  margin: 0;
  text-align: right;
}
@media (min-width: 992px) {
  .legacySearch__estimateRow .checkbox {
    margin-left: 30px !important;
    text-align: left;
  }
}
.legacySearch__estimateRow .checkbox label {
  color: #E1E1E1;
}
.legacySearch.legacySearch--charterview h2,
.legacySearch.legacySearch--charterview h3,
.legacySearch.legacySearch--charterview btn,
.legacySearch.legacySearch--charterview input,
.legacySearch.legacySearch--charterview div {
  font-family: 'AvenirLTStd-Light', "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.legacySearch.legacySearch--charterview .labeledContent__label {
  color: #333333;
}
.legacySearch.legacySearch--charterview .top-buffer {
  padding-bottom: 0px;
}
.legacySearch.legacySearch--charterview .search {
  margin-bottom: 70px;
}
.legacySearch.legacySearch--charterview footer {
  background: none;
}
@media (min-width: 992px) {
  .legacySearch.legacySearch--charterview .bigInput,
  .legacySearch.legacySearch--charterview .quickdate-button,
  .legacySearch.legacySearch--charterview #numberOfSeats {
    height: 67px;
  }
  .legacySearch.legacySearch--charterview .spinner__btn,
  .legacySearch.legacySearch--charterview .spinner__btn.dark {
    height: 33.5px;
  }
  .legacySearch.legacySearch--charterview .search {
    margin-top: 20px;
    margin-bottom: 200px;
  }
  .legacySearch.legacySearch--charterview .searchContainer {
    width: 914px;
    margin: 10px auto 52px;
  }
  .legacySearch.legacySearch--charterview .departure .search-term,
  .legacySearch.legacySearch--charterview .arrival .search-term {
    padding: 5px 8px 38px 8px;
    background-size: 90px !important;
    height: 65px;
    border: none;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .legacySearch.legacySearch--charterview .legacySearch__queryView .legacySearch__requestLeg:first-of-type .bigInput__metaRow,
  .legacySearch.legacySearch--charterview .legacySearch__queryView .legacySearch__requestLeg:first-of-type .bigInput__metaRow2 {
    top: 50px !important;
  }
  .legacySearch.legacySearch--charterview .legacySearch__estimateRow .checkbox label {
    color: #333333;
  }
  .legacySearch.legacySearch--charterview .checkbox input[type=checkbox]:checked + label:before {
    line-height: 16px;
  }
}
.legacySearch .bigInput {
  background-color: white;
  height: 65px;
}
.legacySearch .bigInput:before,
.legacySearch .bigInput:after {
  content: " ";
  display: table;
}
.legacySearch .bigInput:after {
  clear: both;
}
.legacySearch .bigInput:before,
.legacySearch .bigInput:after {
  content: " ";
  display: table;
}
.legacySearch .bigInput:after {
  clear: both;
}
.legacySearch .bigInput.dark {
  border: 1px solid #cccccc;
}
.legacySearch .bigInput__inputRow {
  margin: 0;
  padding: 0;
  position: relative;
}
.legacySearch .bigInput .form-control-feedback {
  top: 5px;
  right: 5px;
}
.legacySearch .bigInput .dept {
  background-image: url(icon_departure.svg);
  background-position: -11px -14px;
  background-repeat: no-repeat;
}
.legacySearch .bigInput .arr {
  background-image: url(icon_arrival.svg);
  background-position: -11px -14px;
  background-repeat: no-repeat;
}
.legacySearch .bigInput__metaRow,
.legacySearch .bigInput__metaRow2 {
  margin: 0;
  padding: 0;
  background-size: 60px !important;
  position: absolute;
  top: 29px;
}
.legacySearch .bigInput__metaRow2 {
  top: 46px;
}
.legacySearch .bigInput__field {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.legacySearch .bigInput__field:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.legacySearch .bigInput__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.legacySearch .bigInput__field:-ms-input-placeholder {
  color: #999;
}
.legacySearch .bigInput__field::-webkit-input-placeholder {
  color: #999;
}
.legacySearch .bigInput__field[disabled],
.legacySearch .bigInput__field[readonly],
fieldset[disabled] .legacySearch .bigInput__field {
  background-color: #f5f5f5;
  opacity: 1;
}
.legacySearch .bigInput__field[disabled],
fieldset[disabled] .legacySearch .bigInput__field {
  cursor: not-allowed;
}
textarea.legacySearch .bigInput__field {
  height: auto;
}
.legacySearch .bigInput__field:focus {
  box-shadow: none;
  transition: none;
}
.legacySearch .bigInput__field.ng-dirty.ng-invalid {
  border-color: #d9534f;
}
.legacySearch .bigInput__field:focus {
  border: none;
  box-shadow: none;
}
.legacySearch .bigInput__field:disabled {
  background-color: #fff;
}
.legacySearch .bigInput__icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 28px;
  color: #777777;
  height: 30px;
}
.legacySearch .bigInput__icon i {
  position: inherit;
  display: block;
  line-height: normal;
}
.legacySearch .bigInput__value {
  display: inline-block;
  margin: 0px 0px 20px 30px;
  font-size: 25px;
  font-weight: normal;
  vertical-align: bottom;
  line-height: 0px;
}
.legacySearch .labeledContent__label {
  margin-bottom: 5px;
  color: #fff;
  font-size: 10px;
  height: 14px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}
.legacySearch .spinner__input {
  text-align: center;
  -moz-appearance: textfield;
  padding: 21.5px 0px 21.5px 0px;
  font-size: 22px;
  font-weight: bold;
  height: auto;
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: none;
}
.legacySearch .spinner__input.dark {
  padding: 16px 0px 16px 0px;
  border: 1px solid #cccccc;
  border-right: none;
}
.legacySearch .spinner__input::-webkit-inner-spin-button,
.legacySearch .spinner__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.legacySearch .spinner__ctrl {
  position: relative;
  white-space: nowrap;
  width: 20%;
  vertical-align: middle;
  display: table-cell;
}
.legacySearch .spinner__btn {
  display: block;
  float: none;
  width: 100%;
  height: 32.4px;
  max-width: 100%;
  font-size: 12px;
  padding: 6px 3px;
  position: relative;
  border-radius: 0;
  border: none;
  background: #f5f5f5;
  border-left: 1px solid #777777;
}
.legacySearch .spinner__btn.dark {
  border: 1px solid #cccccc;
}
.legacySearch .spinner__btn:hover {
  background-color: #dcdcdc;
}
.legacySearch .spinner__btn:first-child {
  border-bottom: 1px solid #777777;
  padding-top: 5px;
}
.legacySearch .debug__abtest--native {
  display: none;
}
.legacySearch .debug__abtest--angular {
  display: none;
}
.legacySearch .checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}
.legacySearch .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-right: 16px;
  font-size: 16px;
  color: #fff;
}
.legacySearch .checkbox label:before {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: none;
  border: 2px solid green;
}
.legacySearch .checkbox input[type=checkbox] {
  display: none;
}
.legacySearch .checkbox input[type=checkbox]:checked + label:before {
  font-family: 'Glyphicons Halflings';
  content: '\e013';
  font-size: 12px;
  color: #67A412;
  text-align: center;
  line-height: 18px;
}
.legacySearch .checkbox.disabled label {
  color: #777777;
}
.legacySearch .checkbox.disabled label:before {
  border-color: #777777;
}
.legacySearch .checkbox.disabled input[type=checkbox]:checked + label:before {
  color: #777777;
}
.legacySearch .widget--disabled {
  cursor: not-allowed;
}
.legacySearch .quote__meta__icon {
  display: inline-block;
  margin-right: 12px;
  color: #777777;
}
.legacySearch .quote__meta__label {
  text-transform: uppercase;
}
.legacySearch .form-loader {
  background-image: url('form-loader.gif');
  height: 20px;
  width: 20px;
  background-position: center center;
  background-size: 60px 45px;
}
.legacySearch .form-control:focus {
  box-shadow: none;
  transition: none;
}
.legacySearch .form-control.ng-dirty.ng-invalid {
  border-color: #d9534f;
}
.legacySearch .form__field input:focus,
.legacySearch .form__field input.form-control:focus,
.legacySearch .form__field select:focus,
.legacySearch .form__field select.form-control:focus {
  border-color: #CCCCCC;
}
.legacySearch .form__field [ng-messages] {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: left;
  display: none;
  font-size: 12px;
  margin: -6px 0 10px 0;
}
.legacySearch .form__field.form-group [ng-messages] {
  font-family: 'Avenir LT Std 35 Light', sans-serif;
  font-weight: normal;
}
.legacySearch .form__field--valid input:not(.ng-pristine),
.legacySearch .form__field--valid input:not(.ng-pristine).form-control,
.legacySearch .form__field--valid select:not(.ng-pristine),
.legacySearch .form__field--valid select:not(.ng-pristine).form-control {
  border-color: #67a412;
}
.legacySearch .form__field--invalid label {
  color: #d9534f;
}
.legacySearch .form__field--invalid input:not(.ng-pristine),
.legacySearch .form__field--invalid input:not(.ng-pristine).form-control:focus,
.legacySearch .form__field--invalid select:not(.ng-pristine) {
  border-color: #d9534f;
}
.legacySearch .form__field--invalid [ng-messages] {
  display: block;
  color: #d9534f;
}
.legacySearch .form__pw-strength {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
.legacySearch .form__pw-strength li {
  display: inline-block;
  width: 27px;
  height: 4px;
  background: #CCC;
  margin-left: 4px;
  border-radius: 30px;
}
.legacySearch .form__pw-strength.weak li:nth-of-type(1) {
  background: #d9534f;
}
.legacySearch .form__pw-strength.medium li:nth-of-type(1),
.legacySearch .form__pw-strength.medium li:nth-of-type(2) {
  background: #f0ad4e;
}
.legacySearch .form__pw-strength.strong li {
  background: #67a412;
}
.legacySearch .charterForm__debugNav {
  margin: 0;
}
.legacySearch .charterForm__debugNav .nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  font-size: 12px;
}
.legacySearch .charterForm__debugNav .nav li {
  display: inline-block;
  float: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .legacySearch .legacySearch .bigInput__metaRow,
  .legacySearch .legacySearch .bigInput__metaRow2 {
    top: 39px !important;
  }
}
@media (min-width: 992px) {
  .legacySearch .legacySearch .bigInput__metaRow,
  .legacySearch .legacySearch .bigInput__metaRow2 {
    top: 29px !important;
  }
}
.legacySearch .text-muted {
  color: #888888;
  font-size: 12px;
}
.legacySearch .victor__charterForm--responsive,
.legacySearch .victor__charterForm--responsive .legacySearch {
  /* LEGACY SEARCH RESPONSIVE OVERRIDES
-------------------------------------------------- */
}
.legacySearch .victor__charterForm--responsive .col-xs-1,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-1,
.legacySearch .victor__charterForm--responsive .col-sm-1,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-1,
.legacySearch .victor__charterForm--responsive .col-md-1,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-1,
.legacySearch .victor__charterForm--responsive .col-lg-1,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-1,
.legacySearch .victor__charterForm--responsive .col-xs-2,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-2,
.legacySearch .victor__charterForm--responsive .col-sm-2,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-2,
.legacySearch .victor__charterForm--responsive .col-md-2,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-2,
.legacySearch .victor__charterForm--responsive .col-lg-2,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-2,
.legacySearch .victor__charterForm--responsive .col-xs-3,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-3,
.legacySearch .victor__charterForm--responsive .col-sm-3,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-3,
.legacySearch .victor__charterForm--responsive .col-md-3,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-3,
.legacySearch .victor__charterForm--responsive .col-lg-3,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-3,
.legacySearch .victor__charterForm--responsive .col-xs-4,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-4,
.legacySearch .victor__charterForm--responsive .col-sm-4,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-4,
.legacySearch .victor__charterForm--responsive .col-md-4,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-4,
.legacySearch .victor__charterForm--responsive .col-lg-4,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-4,
.legacySearch .victor__charterForm--responsive .col-xs-5,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-5,
.legacySearch .victor__charterForm--responsive .col-sm-5,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-5,
.legacySearch .victor__charterForm--responsive .col-md-5,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-5,
.legacySearch .victor__charterForm--responsive .col-lg-5,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-5,
.legacySearch .victor__charterForm--responsive .col-xs-6,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-6,
.legacySearch .victor__charterForm--responsive .col-sm-6,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-6,
.legacySearch .victor__charterForm--responsive .col-md-6,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-6,
.legacySearch .victor__charterForm--responsive .col-lg-6,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-6,
.legacySearch .victor__charterForm--responsive .col-xs-7,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-7,
.legacySearch .victor__charterForm--responsive .col-sm-7,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-7,
.legacySearch .victor__charterForm--responsive .col-md-7,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-7,
.legacySearch .victor__charterForm--responsive .col-lg-7,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-7,
.legacySearch .victor__charterForm--responsive .col-xs-8,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-8,
.legacySearch .victor__charterForm--responsive .col-sm-8,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-8,
.legacySearch .victor__charterForm--responsive .col-md-8,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-8,
.legacySearch .victor__charterForm--responsive .col-lg-8,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-8,
.legacySearch .victor__charterForm--responsive .col-xs-9,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-9,
.legacySearch .victor__charterForm--responsive .col-sm-9,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-9,
.legacySearch .victor__charterForm--responsive .col-md-9,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-9,
.legacySearch .victor__charterForm--responsive .col-lg-9,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-9,
.legacySearch .victor__charterForm--responsive .col-xs-10,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-10,
.legacySearch .victor__charterForm--responsive .col-sm-10,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-10,
.legacySearch .victor__charterForm--responsive .col-md-10,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-10,
.legacySearch .victor__charterForm--responsive .col-lg-10,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-10,
.legacySearch .victor__charterForm--responsive .col-xs-11,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-11,
.legacySearch .victor__charterForm--responsive .col-sm-11,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-11,
.legacySearch .victor__charterForm--responsive .col-md-11,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-11,
.legacySearch .victor__charterForm--responsive .col-lg-11,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-11,
.legacySearch .victor__charterForm--responsive .col-xs-12,
.legacySearch .victor__charterForm--responsive .legacySearch .col-xs-12,
.legacySearch .victor__charterForm--responsive .col-sm-12,
.legacySearch .victor__charterForm--responsive .legacySearch .col-sm-12,
.legacySearch .victor__charterForm--responsive .col-md-12,
.legacySearch .victor__charterForm--responsive .legacySearch .col-md-12,
.legacySearch .victor__charterForm--responsive .col-lg-12,
.legacySearch .victor__charterForm--responsive .legacySearch .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .col-xs-1,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-1,
  .legacySearch .victor__charterForm--responsive .col-sm-1,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-1,
  .legacySearch .victor__charterForm--responsive .col-md-1,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-1,
  .legacySearch .victor__charterForm--responsive .col-lg-1,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-1,
  .legacySearch .victor__charterForm--responsive .col-xs-2,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-2,
  .legacySearch .victor__charterForm--responsive .col-sm-2,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-2,
  .legacySearch .victor__charterForm--responsive .col-md-2,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-2,
  .legacySearch .victor__charterForm--responsive .col-lg-2,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-2,
  .legacySearch .victor__charterForm--responsive .col-xs-3,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-3,
  .legacySearch .victor__charterForm--responsive .col-sm-3,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-3,
  .legacySearch .victor__charterForm--responsive .col-md-3,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-3,
  .legacySearch .victor__charterForm--responsive .col-lg-3,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-3,
  .legacySearch .victor__charterForm--responsive .col-xs-4,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-4,
  .legacySearch .victor__charterForm--responsive .col-sm-4,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-4,
  .legacySearch .victor__charterForm--responsive .col-md-4,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-4,
  .legacySearch .victor__charterForm--responsive .col-lg-4,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-4,
  .legacySearch .victor__charterForm--responsive .col-xs-5,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-5,
  .legacySearch .victor__charterForm--responsive .col-sm-5,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-5,
  .legacySearch .victor__charterForm--responsive .col-md-5,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-5,
  .legacySearch .victor__charterForm--responsive .col-lg-5,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-5,
  .legacySearch .victor__charterForm--responsive .col-xs-6,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-6,
  .legacySearch .victor__charterForm--responsive .col-sm-6,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-6,
  .legacySearch .victor__charterForm--responsive .col-md-6,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-6,
  .legacySearch .victor__charterForm--responsive .col-lg-6,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-6,
  .legacySearch .victor__charterForm--responsive .col-xs-7,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-7,
  .legacySearch .victor__charterForm--responsive .col-sm-7,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-7,
  .legacySearch .victor__charterForm--responsive .col-md-7,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-7,
  .legacySearch .victor__charterForm--responsive .col-lg-7,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-7,
  .legacySearch .victor__charterForm--responsive .col-xs-8,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-8,
  .legacySearch .victor__charterForm--responsive .col-sm-8,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-8,
  .legacySearch .victor__charterForm--responsive .col-md-8,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-8,
  .legacySearch .victor__charterForm--responsive .col-lg-8,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-8,
  .legacySearch .victor__charterForm--responsive .col-xs-9,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-9,
  .legacySearch .victor__charterForm--responsive .col-sm-9,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-9,
  .legacySearch .victor__charterForm--responsive .col-md-9,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-9,
  .legacySearch .victor__charterForm--responsive .col-lg-9,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-9,
  .legacySearch .victor__charterForm--responsive .col-xs-10,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-10,
  .legacySearch .victor__charterForm--responsive .col-sm-10,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-10,
  .legacySearch .victor__charterForm--responsive .col-md-10,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-10,
  .legacySearch .victor__charterForm--responsive .col-lg-10,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-10,
  .legacySearch .victor__charterForm--responsive .col-xs-11,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-11,
  .legacySearch .victor__charterForm--responsive .col-sm-11,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-11,
  .legacySearch .victor__charterForm--responsive .col-md-11,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-11,
  .legacySearch .victor__charterForm--responsive .col-lg-11,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-11,
  .legacySearch .victor__charterForm--responsive .col-xs-12,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-xs-12,
  .legacySearch .victor__charterForm--responsive .col-sm-12,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-sm-12,
  .legacySearch .victor__charterForm--responsive .col-md-12,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-md-12,
  .legacySearch .victor__charterForm--responsive .col-lg-12,
  .legacySearch .victor__charterForm--responsive .legacySearch .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .row,
  .legacySearch .victor__charterForm--responsive .legacySearch .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__requestLeg,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg {
  margin-bottom: 0;
}
.legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .labeledContent__label,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .labeledContent__label {
  color: #333333;
}
.legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .form-group.row > .col-xs-7,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .form-group.row > .col-xs-7 {
  width: 100%;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .form-group.row > .col-xs-7,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .form-group.row > .col-xs-7 {
    width: 58.3333%;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .form-group.row > .col-xs-5,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .form-group.row > .col-xs-5 {
  width: 100%;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .form-group.row > .col-xs-5,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .form-group.row > .col-xs-5 {
    width: 41.6667%;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .departure,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .departure,
.legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .arrival,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .arrival {
  font-size: 13px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .departure,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .departure,
  .legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .arrival,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .arrival {
    font-size: 15px;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .departure .ui-select-choices-row-inner,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .departure .ui-select-choices-row-inner,
.legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .arrival .ui-select-choices-row-inner,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .arrival .ui-select-choices-row-inner {
  font-size: 13px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .departure .ui-select-choices-row-inner,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .departure .ui-select-choices-row-inner,
  .legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .arrival .ui-select-choices-row-inner,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .arrival .ui-select-choices-row-inner {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .departure .ui-select-choices-row-inner,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .departure .ui-select-choices-row-inner,
  .legacySearch .victor__charterForm--responsive .legacySearch__requestLeg .arrival .ui-select-choices-row-inner,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__requestLeg .arrival .ui-select-choices-row-inner {
    font-size: 16px;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__estimateRow .col-xs-3,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__estimateRow .col-xs-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__estimateRow .col-xs-3,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__estimateRow .col-xs-3 {
    width: 25%;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__estimateRow .col-xs-offset-8,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__estimateRow .col-xs-offset-8 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__estimateRow .col-xs-offset-8,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__estimateRow .col-xs-offset-8 {
    margin-left: 66.6667%;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__queryView .top-buffer__15 .col-xs-8,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__queryView .top-buffer__15 .col-xs-8 {
  width: 100%;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__queryView .top-buffer__15 .col-xs-8,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__queryView .top-buffer__15 .col-xs-8 {
    width: 66.6667%;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__queryView .top-buffer__15 .col-xs-3,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__queryView .top-buffer__15 .col-xs-3 {
  width: 100%;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__queryView .top-buffer__15 .col-xs-3,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__queryView .top-buffer__15 .col-xs-3 {
    width: 25%;
  }
}
.legacySearch .victor__charterForm--responsive .legacySearch__queryView .top-buffer__15 .btn,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__queryView .top-buffer__15 .btn {
  display: block;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .legacySearch__queryView .top-buffer__15 .btn,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__queryView .top-buffer__15 .btn {
    display: inline-block;
    margin-bottom: 0;
  }
}
.legacySearch .victor__charterForm--responsive .loginContainer,
.legacySearch .victor__charterForm--responsive .legacySearch .loginContainer {
  width: auto;
  padding-top: 0;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .loginContainer,
  .legacySearch .victor__charterForm--responsive .legacySearch .loginContainer {
    padding-top: 95px;
  }
}
.legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView,
.legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView {
  margin-left: -15px;
  margin-right: -15px;
}
.legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView:after,
.legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView:after {
  content: " ";
  display: table;
  clear: both;
}
.legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView .col-xs-2,
.legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView .col-xs-2 {
  display: none;
}
.legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView .legacySearch__authView,
.legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView .legacySearch__authView,
.legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView .legacySearch__signupView,
.legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView .legacySearch__signupView {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView .legacySearch__authView,
  .legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView .legacySearch__authView,
  .legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView .legacySearch__signupView,
  .legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView .legacySearch__signupView {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView .legacySearch__authView,
  .legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView .legacySearch__authView,
  .legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView .legacySearch__signupView,
  .legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView .legacySearch__signupView {
    width: 41.6667%;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .loginContainer .legacySearch__loginView .legacySearch__authView,
  .legacySearch .victor__charterForm--responsive .legacySearch .loginContainer .legacySearch__loginView .legacySearch__authView {
    margin-left: 8.33333%;
  }
}
.legacySearch .victor__charterForm--responsive .select2-chosen.placeholder,
.legacySearch .victor__charterForm--responsive .legacySearch .select2-chosen.placeholder,
.legacySearch .victor__charterForm--responsive .form-control,
.legacySearch .victor__charterForm--responsive .legacySearch .form-control {
  font-size: 13px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .select2-chosen.placeholder,
  .legacySearch .victor__charterForm--responsive .legacySearch .select2-chosen.placeholder,
  .legacySearch .victor__charterForm--responsive .form-control,
  .legacySearch .victor__charterForm--responsive .legacySearch .form-control {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .select2-chosen.placeholder,
  .legacySearch .victor__charterForm--responsive .legacySearch .select2-chosen.placeholder,
  .legacySearch .victor__charterForm--responsive .form-control,
  .legacySearch .victor__charterForm--responsive .legacySearch .form-control {
    font-size: 16px;
  }
}
.legacySearch .victor__charterForm--responsive .select2-chosen.placeholder,
.legacySearch .victor__charterForm--responsive .legacySearch .select2-chosen.placeholder {
  display: inline-block;
  height: 21px;
  width: 130px;
  overflow: hidden;
  position: relative;
  top: 1px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .select2-chosen.placeholder,
  .legacySearch .victor__charterForm--responsive .legacySearch .select2-chosen.placeholder {
    display: inline;
    height: auto;
    width: auto;
    overflow: visible;
    top: 0;
  }
}
.legacySearch .victor__charterForm--responsive .has-feedback .form-control.ui-select-search,
.legacySearch .victor__charterForm--responsive .legacySearch .has-feedback .form-control.ui-select-search {
  padding-right: 8px;
}
.legacySearch .victor__charterForm--responsive .select2-choice,
.legacySearch .victor__charterForm--responsive .legacySearch .select2-choice {
  width: 100%;
  height: 54px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .select2-choice,
  .legacySearch .victor__charterForm--responsive .legacySearch .select2-choice {
    width: 100%;
    height: 65px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .select2-choice,
  .legacySearch .victor__charterForm--responsive .legacySearch .select2-choice {
    width: 100%;
  }
}
.legacySearch .victor__charterForm--responsive .ui-select-container .selectize-dropdown,
.legacySearch .victor__charterForm--responsive .legacySearch .ui-select-container .selectize-dropdown {
  left: -2px;
}
.legacySearch .victor__charterForm--responsive .arrival .ui-select-container .selectize-dropdown,
.legacySearch .victor__charterForm--responsive .legacySearch .arrival .ui-select-container .selectize-dropdown {
  left: -151px;
}
.legacySearch .victor__charterForm--responsive .bigInput__value,
.legacySearch .victor__charterForm--responsive .legacySearch .bigInput__value {
  font-size: 21px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .bigInput__value,
  .legacySearch .victor__charterForm--responsive .legacySearch .bigInput__value {
    font-size: 25px;
  }
}
.legacySearch .victor__charterForm--responsive .bigInput__metaRow,
.legacySearch .victor__charterForm--responsive .legacySearch .bigInput__metaRow,
.legacySearch .victor__charterForm--responsive .bigInput__metaRow2,
.legacySearch .victor__charterForm--responsive .legacySearch .bigInput__metaRow2 {
  top: 41px;
  background-size: 52px auto !important;
  background-position: -11px -11px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .bigInput__metaRow,
  .legacySearch .victor__charterForm--responsive .legacySearch .bigInput__metaRow,
  .legacySearch .victor__charterForm--responsive .bigInput__metaRow2,
  .legacySearch .victor__charterForm--responsive .legacySearch .bigInput__metaRow2 {
    top: 47px;
    background-size: 60px auto !important;
    background-position: -11px -14px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .legacySearch .victor__charterForm--responsive .legacySearch .bigInput__metaRow,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch .bigInput__metaRow,
  .legacySearch .victor__charterForm--responsive .legacySearch .bigInput__metaRow2,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch .bigInput__metaRow2 {
    top: 39px !important;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .legacySearch .bigInput__metaRow,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch .bigInput__metaRow,
  .legacySearch .victor__charterForm--responsive .legacySearch .bigInput__metaRow2,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch .bigInput__metaRow2 {
    top: 29px !important;
  }
}
.legacySearch .victor__charterForm--responsive .chosen-trim,
.legacySearch .victor__charterForm--responsive .legacySearch .chosen-trim {
  max-width: 130px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .chosen-trim,
  .legacySearch .victor__charterForm--responsive .legacySearch .chosen-trim {
    max-width: 186px;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .chosen-trim,
  .legacySearch .victor__charterForm--responsive .legacySearch .chosen-trim {
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .chosen-trim,
  .legacySearch .victor__charterForm--responsive .legacySearch .chosen-trim {
    max-width: 295px;
  }
}
.legacySearch .victor__charterForm--responsive .addInfo textarea,
.legacySearch .victor__charterForm--responsive .legacySearch .addInfo textarea {
  border: 1px solid #ccc;
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .addInfo textarea,
  .legacySearch .victor__charterForm--responsive .legacySearch .addInfo textarea {
    width: 905px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .addInfo textarea,
  .legacySearch .victor__charterForm--responsive .legacySearch .addInfo textarea {
    width: 1098px;
  }
}
.legacySearch .victor__charterForm--responsive .spinner__input,
.legacySearch .victor__charterForm--responsive .legacySearch .spinner__input {
  font-size: 21px;
  height: 54px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .spinner__input,
  .legacySearch .victor__charterForm--responsive .legacySearch .spinner__input {
    font-size: 22px;
    height: auto;
  }
}
.legacySearch .victor__charterForm--responsive .spinner__btn,
.legacySearch .victor__charterForm--responsive .legacySearch .spinner__btn {
  height: 27px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .spinner__btn,
  .legacySearch .victor__charterForm--responsive .legacySearch .spinner__btn {
    height: 32.4px;
    font-size: 12px;
  }
}
.legacySearch .victor__charterForm--responsive .quickdate-button,
.legacySearch .victor__charterForm--responsive .legacySearch .quickdate-button {
  height: 54px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .quickdate-button,
  .legacySearch .victor__charterForm--responsive .legacySearch .quickdate-button {
    height: 65px;
    font-size: 15px;
  }
}
.legacySearch .victor__charterForm--responsive .quickdate-button .vicTime,
.legacySearch .victor__charterForm--responsive .legacySearch .quickdate-button .vicTime {
  font-size: 21px;
  bottom: 3px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .quickdate-button .vicTime,
  .legacySearch .victor__charterForm--responsive .legacySearch .quickdate-button .vicTime {
    font-size: 25px;
    bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .quickdate-button .vicTime,
  .legacySearch .victor__charterForm--responsive .legacySearch .quickdate-button .vicTime {
    left: 49px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .quickdate-popup.open,
  .legacySearch .victor__charterForm--responsive .legacySearch .quickdate-popup.open {
    width: 295px;
  }
}
.legacySearch .victor__charterForm--responsive .bigInput,
.legacySearch .victor__charterForm--responsive .legacySearch .bigInput {
  height: 54px;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .bigInput,
  .legacySearch .victor__charterForm--responsive .legacySearch .bigInput {
    height: 65px;
  }
}
.legacySearch .victor__charterForm--responsive .searchBg,
.legacySearch .victor__charterForm--responsive .legacySearch .searchBg {
  background: none;
  padding-top: 5px;
}
.legacySearch .victor__charterForm--responsive .labeledContent__label,
.legacySearch .victor__charterForm--responsive .legacySearch .labeledContent__label {
  color: #f7f7f6;
}
.legacySearch .victor__charterForm--responsive .searchContainer,
.legacySearch .victor__charterForm--responsive .legacySearch .searchContainer {
  display: none;
}
.legacySearch .victor__charterForm--responsive .searchContainer__wrap.dark,
.legacySearch .victor__charterForm--responsive .legacySearch .searchContainer__wrap.dark {
  background: none;
  padding: 0;
}
.legacySearch .victor__charterForm--responsive .searchContainer__wrap.dark .searchContainer,
.legacySearch .victor__charterForm--responsive .legacySearch .searchContainer__wrap.dark .searchContainer {
  display: block;
  width: auto;
}
.legacySearch .victor__charterForm--responsive .vicCalendar,
.legacySearch .victor__charterForm--responsive .legacySearch .vicCalendar {
  background-size: 16px auto;
  bottom: 6px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .vicCalendar,
  .legacySearch .victor__charterForm--responsive .legacySearch .vicCalendar {
    background-size: 20px auto;
    bottom: 11px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .vicCalendar,
  .legacySearch .victor__charterForm--responsive .legacySearch .vicCalendar {
    left: 24px;
  }
}
.legacySearch .victor__charterForm--responsive .vicDelete.first,
.legacySearch .victor__charterForm--responsive .legacySearch .vicDelete.first {
  top: 32px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .vicDelete.first,
  .legacySearch .victor__charterForm--responsive .legacySearch .vicDelete.first {
    top: 38px;
  }
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .btn,
  .legacySearch .victor__charterForm--responsive .legacySearch .btn {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .btn,
  .legacySearch .victor__charterForm--responsive .legacySearch .btn {
    font-size: 16px;
  }
}
.legacySearch .victor__charterForm--responsive .btnSecondary,
.legacySearch .victor__charterForm--responsive .legacySearch .btnSecondary {
  margin-right: 0;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .btnSecondary,
  .legacySearch .victor__charterForm--responsive .legacySearch .btnSecondary {
    margin-right: 3px;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .btnSecondary,
  .legacySearch .victor__charterForm--responsive .legacySearch .btnSecondary {
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .btnSecondary,
  .legacySearch .victor__charterForm--responsive .legacySearch .btnSecondary {
    margin-right: 30px;
  }
}
.legacySearch .victor__charterForm--responsive .query-offset,
.legacySearch .victor__charterForm--responsive .legacySearch .query-offset,
.legacySearch .victor__charterForm--responsive .legacySearch__estimateRow .checkbox,
.legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__estimateRow .checkbox {
  margin-left: 0;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .query-offset,
  .legacySearch .victor__charterForm--responsive .legacySearch .query-offset,
  .legacySearch .victor__charterForm--responsive .legacySearch__estimateRow .checkbox,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__estimateRow .checkbox {
    margin-left: 36px;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .query-offset,
  .legacySearch .victor__charterForm--responsive .legacySearch .query-offset,
  .legacySearch .victor__charterForm--responsive .legacySearch__estimateRow .checkbox,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__estimateRow .checkbox {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .query-offset,
  .legacySearch .victor__charterForm--responsive .legacySearch .query-offset,
  .legacySearch .victor__charterForm--responsive .legacySearch__estimateRow .checkbox,
  .legacySearch .victor__charterForm--responsive .legacySearch .legacySearch__estimateRow .checkbox {
    margin-left: 55px;
  }
}
.legacySearch .victor__charterForm--responsive .checkbox label,
.legacySearch .victor__charterForm--responsive .legacySearch .checkbox label {
  color: #2f2f2f;
  margin-right: 5px;
}
.legacySearch .victor__charterForm--responsive .searchWrapper,
.legacySearch .victor__charterForm--responsive .legacySearch .searchWrapper {
  background: none;
}
.legacySearch .victor__charterForm--responsive .searchWrapper .row.border,
.legacySearch .victor__charterForm--responsive .legacySearch .searchWrapper .row.border {
  margin-left: 0;
  margin-right: 0;
}
.legacySearch .victor__charterForm--responsive .searchingContainer,
.legacySearch .victor__charterForm--responsive .legacySearch .searchingContainer,
.legacySearch .victor__charterForm--responsive .mapContainer,
.legacySearch .victor__charterForm--responsive .legacySearch .mapContainer,
.legacySearch .victor__charterForm--responsive .estimatesActionPanel .container,
.legacySearch .victor__charterForm--responsive .legacySearch .estimatesActionPanel .container {
  width: auto;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .searchingContainer,
  .legacySearch .victor__charterForm--responsive .legacySearch .searchingContainer,
  .legacySearch .victor__charterForm--responsive .mapContainer,
  .legacySearch .victor__charterForm--responsive .legacySearch .mapContainer,
  .legacySearch .victor__charterForm--responsive .estimatesActionPanel .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .estimatesActionPanel .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .searchingContainer,
  .legacySearch .victor__charterForm--responsive .legacySearch .searchingContainer,
  .legacySearch .victor__charterForm--responsive .mapContainer,
  .legacySearch .victor__charterForm--responsive .legacySearch .mapContainer,
  .legacySearch .victor__charterForm--responsive .estimatesActionPanel .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .estimatesActionPanel .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .searchingContainer,
  .legacySearch .victor__charterForm--responsive .legacySearch .searchingContainer,
  .legacySearch .victor__charterForm--responsive .mapContainer,
  .legacySearch .victor__charterForm--responsive .legacySearch .mapContainer,
  .legacySearch .victor__charterForm--responsive .estimatesActionPanel .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .estimatesActionPanel .container {
    width: 1140px;
  }
}
.legacySearch .victor__charterForm--responsive .mapContainer,
.legacySearch .victor__charterForm--responsive .legacySearch .mapContainer {
  overflow: hidden;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .confirmContainer .row.topLbl .col-xs-1,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmContainer .row.topLbl .col-xs-1,
  .legacySearch .victor__charterForm--responsive .confirmContainer .row .col-xs-1.passengers,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmContainer .row .col-xs-1.passengers {
    width: 11.33333%;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .confirmContainer .row.topLbl .col-xs-1,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmContainer .row.topLbl .col-xs-1,
  .legacySearch .victor__charterForm--responsive .confirmContainer .row .col-xs-1.passengers,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmContainer .row .col-xs-1.passengers {
    width: 8.33333%;
  }
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .confirmContainer .row.topLbl .col-xs-2,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmContainer .row.topLbl .col-xs-2,
  .legacySearch .victor__charterForm--responsive .confirmContainer .row .col-xs-2.flight,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmContainer .row .col-xs-2.flight {
    width: 13.6667%;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .confirmContainer .row.topLbl .col-xs-2,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmContainer .row.topLbl .col-xs-2,
  .legacySearch .victor__charterForm--responsive .confirmContainer .row .col-xs-2.flight,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmContainer .row .col-xs-2.flight {
    width: 16.6667%;
  }
}
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-1,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-1,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-1,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-1,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-1,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-1,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-1,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-1,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-1,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-1,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-1,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-1,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-1,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-1,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-1,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-1,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-2,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-2,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-2,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-2,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-2,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-2,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-2,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-2,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-2,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-2,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-2,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-2,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-2,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-2,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-2,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-2,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-3,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-3,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-3,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-3,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-3,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-3,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-3,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-3,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-3,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-3,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-3,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-3,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-3,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-3,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-3,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-3,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-4,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-4,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-4,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-4,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-4,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-4,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-4,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-4,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-4,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-4,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-4,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-4,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-4,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-4,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-4,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-4,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-5,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-5,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-5,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-5,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-5,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-5,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-5,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-5,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-5,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-5,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-5,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-5,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-5,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-5,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-5,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-5,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-6,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-6,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-6,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-6,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-6,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-6,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-6,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-6,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-6,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-6,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-6,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-6,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-6,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-6,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-6,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-6,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-7,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-7,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-7,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-7,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-7,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-7,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-7,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-7,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-7,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-7,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-7,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-7,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-7,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-7,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-7,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-7,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-8,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-8,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-8,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-8,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-8,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-8,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-8,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-8,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-8,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-8,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-8,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-8,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-8,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-8,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-8,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-8,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-9,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-9,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-9,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-9,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-9,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-9,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-9,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-9,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-9,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-9,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-9,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-9,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-9,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-9,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-9,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-9,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-10,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-10,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-10,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-10,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-10,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-10,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-10,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-10,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-10,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-10,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-10,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-10,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-10,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-10,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-10,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-10,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-11,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-11,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-11,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-11,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-11,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-11,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-11,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-11,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-11,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-11,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-11,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-11,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-11,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-11,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-11,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-11,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-xs-12,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-xs-12,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-xs-12,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-xs-12,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-sm-12,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-sm-12,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-sm-12,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-sm-12,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-md-12,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-md-12,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-md-12,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-md-12,
.legacySearch .victor__charterForm--responsive .expressSignupView .col-lg-12,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .col-lg-12,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .col-lg-12,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.legacySearch .victor__charterForm--responsive .expressSignupView .container,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .container,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .container,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .legacySearch .victor__charterForm--responsive .expressSignupView .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .container,
  .legacySearch .victor__charterForm--responsive .confirmSimpleView .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .legacySearch .victor__charterForm--responsive .expressSignupView .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .container,
  .legacySearch .victor__charterForm--responsive .confirmSimpleView .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .legacySearch .victor__charterForm--responsive .expressSignupView .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .container,
  .legacySearch .victor__charterForm--responsive .confirmSimpleView .container,
  .legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .container {
    width: 1170px;
  }
}
.legacySearch .victor__charterForm--responsive .expressSignupView .row,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .row,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .row,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .row {
  margin-left: -15px;
  margin-right: -15px;
}
.legacySearch .victor__charterForm--responsive .expressSignupView .btn-primary,
.legacySearch .victor__charterForm--responsive .legacySearch .expressSignupView .btn-primary {
  display: block;
  width: 100%;
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-header-info,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-header-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 21px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 37px;
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-header-info li,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-header-info li {
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
  background: no-repeat;
  background-position: 0 3px;
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-header-info li.icon-passengers,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-header-info li.icon-passengers {
  background-image: url("ic_people_black_24px.svg");
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-header-info li.icon-time,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-header-info li.icon-time {
  background-image: url("ic_access_time_black_24px.svg");
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-info .label,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-info .label,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-info .airport-code,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-info .airport-code,
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-info .airport-name,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-info .airport-name {
  display: block;
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-info .label,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-info .label {
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  border-radius: 0;
  text-align: left;
  margin-bottom: 10px;
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-info .airport-code,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-info .airport-code {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .flights-info .airport-name,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .flights-info .airport-name {
  display: block;
  margin-bottom: 50px;
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .confirmMessage,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .confirmMessage {
  padding-top: 150px;
  font-size: 18px;
}
.legacySearch .victor__charterForm--responsive .confirmSimpleView .confirmMessage .title,
.legacySearch .victor__charterForm--responsive .legacySearch .confirmSimpleView .confirmMessage .title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.legacySearch .victor__charterForm--responsive .signupContainer,
.legacySearch .victor__charterForm--responsive .legacySearch .signupContainer {
  width: auto;
  max-width: 600px;
  margin: 0 auto;
}
.legacySearch .victor__charterForm--responsive .searchContainer,
.legacySearch .victor__charterForm--responsive .legacySearch .searchContainer {
  width: auto;
  margin: 0;
  padding: 0;
}
.legacySearch .vicAutocomplete_wrapper {
  position: relative;
}
.legacySearch .vicAutocomplete_choices {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  width: 100%;
  margin-left: -1px;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.6);
}
.legacySearch .choice-highlight :hover {
  background-color: #000000;
}
.legacySearch .verificationHeader {
  height: 40px;
  background-color: gold;
  padding: 8px;
}
.legacySearch .verificationHeader p {
  margin-right: 300px;
  display: inline-block;
}
.legacySearch .verificationHeader a:hover {
  text-decoration: none;
}
.legacySearch .verificationHeader .btn-verify {
  color: white;
  background-color: black;
  width: 150px;
  padding: 0 40px;
  text-align: center;
}
.legacySearch .verificationHeader .btn-close {
  float: right;
  cursor: pointer;
  margin-right: 20px;
}
.legacySearch .disable-animations.ng-enter,
.legacySearch .disable-animations.ng-leave,
.legacySearch .disable-animations.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.legacySearch .disable-animations.ng-animate {
  -webkit-animation: none 0s;
  animation: none 0s;
}
.buy-it-now {
  /**
 * Colors
 */
  /**
 * Typography
 */
  /**
 * Larger phones (IPhone 6, 6 plus, Nexus, Galaxy etc)
 */
  /**
 * Phones Landscape, Phablets (Nexus 7, Samsung Note etc)
 */
  /**
 * Phablets Landscape & 10" Tablets Portrait
 */
  /**
 * 10" Tablets Landscape (Ipad, Samsung Tab etc)
 */
  /**
 * Standard laptops, desktops
 */
  /**
 * FORM Styles
 */
}
.buy-it-now .iti-flag {
  background-image: url("flags.png");
}
.buy-it-now .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 32px;
}
.buy-it-now .bin__links {
  color: #72b11a;
}
.buy-it-now .checkout {
  padding-top: 42px;
  background: #191919;
}
.buy-it-now .checkout__logo {
  background-image: url('checkout-logo-light.png');
  margin: 0 0 45px 30px;
  width: 179px;
  height: 34px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__logo {
    margin: 0 auto 50px auto;
  }
}
.buy-it-now .checkout__heading {
  text-align: left;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__heading {
    text-align: center;
    padding: initial;
  }
}
.buy-it-now .checkout__heading h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
.buy-it-now .checkout__heading p {
  font-size: 15px;
  color: #CCCCCC;
}
.buy-it-now .checkout__heading .material-icons {
  color: #8FBD1B;
  font-size: 42px;
  line-height: 35px;
  vertical-align: top;
}
.buy-it-now .checkout__progress {
  margin: 0px;
  padding: 0px;
}
.buy-it-now .checkout__progress__container {
  padding: 0px;
}
.buy-it-now .checkout__progress__entry {
  color: #CCCCCC;
  padding-top: 5px;
  text-align: left;
}
@media (min-width: 1200px) {
  .buy-it-now .checkout__progress__entry:before {
    background: #666666;
    content: "";
    height: 2px;
    left: -25%;
    margin-top: 38px;
    position: absolute;
    width: 25%;
    z-index: 10;
  }
}
.buy-it-now .checkout__progress__entry p {
  font-size: 15px;
  font-weight: 200;
  line-height: 24px;
  padding: 0px 30px 0px 43px;
  word-spacing: -1.5px;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__progress__entry p {
    padding: 0px 0px 0px 74px;
  }
}
.buy-it-now .checkout__progress__entry h4 {
  color: #666666;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 0px;
  padding: 5px 20px 0px 0px;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__progress__entry h4 {
    padding: 5px 20px 0px 20px;
  }
}
@media (min-width: 768px) {
  .buy-it-now .checkout___progress__entry__number__container {
    padding: 20px 4px 20px 8px;
  }
}
.buy-it-now .checkout__progress__entry__number {
  color: #666666;
  float: left;
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  margin-top: 3px;
  text-align: center;
  width: 42px;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__progress__entry__number {
    background: #666666;
    border-radius: 50%;
    color: #191919;
  }
}
.buy-it-now .checkout__progress__entry--active h4 {
  color: #74B813;
}
.buy-it-now .checkout__progress__entry--active .checkout__progress__entry__number {
  color: #74B813;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__progress__entry--active .checkout__progress__entry__number {
    background: #74B813;
    color: #000000;
  }
}
.buy-it-now .checkout__progress__entry--active:before {
  visibility: hidden;
}
.buy-it-now .checkout__details {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-width: 1px 0 1px 0;
  -webkit-box-shadow: 0px 1px 1px 0px #F2F2F2;
  -moz-box-shadow: 0px 1px 1px 0px #F2F2F2;
  box-shadow: 0px 1px 1px 0px #F2F2F2;
  padding: 15px 0;
}
@media (min-width: 480px) {
  .buy-it-now .checkout__details {
    padding: 26px 0;
  }
}
.buy-it-now .checkout__details__container {
  padding: 0 10px;
}
@media (min-width: 480px) {
  .buy-it-now .checkout__details__container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .buy-it-now .checkout__details__container {
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .buy-it-now .checkout__details__container {
    padding-left: 47px;
  }
}
@media (min-width: 1200px) {
  .buy-it-now .checkout__details__container {
    padding-left: 65px;
  }
}
.buy-it-now .checkout__hr--mobile {
  clear: both;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__hr--mobile {
    display: none;
  }
}
.buy-it-now .checkout__details__entry {
  border-right: 1px solid #F2F2F2;
  height: 55px;
  float: left;
}
@media (min-width: 321px) {
  .buy-it-now .checkout__details__entry {
    padding: 0 10px;
  }
}
@media (min-width: 480px) {
  .buy-it-now .checkout__details__entry {
    padding: 0 10px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .buy-it-now .checkout__details__entry {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .buy-it-now .checkout__details__entry {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .buy-it-now .checkout__details__entry {
    padding: 0 30px;
  }
}
.buy-it-now .checkout__details__entry h4 {
  font-size: 18px;
  margin: 5px 0;
}
@media (min-width: 321px) {
  .buy-it-now .checkout__details__entry h4 {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  .buy-it-now .checkout__details__entry h4 {
    font-size: 24px;
  }
}
.buy-it-now .checkout__details__entry p {
  font-size: 15px;
  color: #CCCCCC;
  margin-left: 1px;
}
.buy-it-now .checkout__details__entry--journey {
  padding-right: 10px;
  margin-bottom: 15px;
}
@media (min-width: 321px) {
  .buy-it-now .checkout__details__entry--journey {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .buy-it-now .checkout__details__entry--journey {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .buy-it-now .checkout__details__entry--journey {
    padding: 0 30px;
  }
}
.buy-it-now .checkout__details__entry--category {
  border-right: none;
  float: left;
  padding-left: 8px;
}
@media (min-width: 321px) {
  .buy-it-now .checkout__details__entry--category {
    padding-right: 20px;
  }
}
@media (min-width: 480px) {
  .buy-it-now .checkout__details__entry--category {
    border-right: 1px solid #F2F2F2;
  }
}
@media (min-width: 1200px) {
  .buy-it-now .checkout__details__entry--category {
    padding: 0 30px;
  }
}
.buy-it-now .checkout__details__entry--date {
  display: none;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__details__entry--date {
    display: block;
  }
}
.buy-it-now .checkout__details__entry--time {
  display: none;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__details__entry--time {
    display: block;
  }
}
.buy-it-now .checkout__details__entry--mobile {
  display: block;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__details__entry--mobile {
    display: none;
  }
}
.buy-it-now .checkout__details__entry--passengers {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__details__entry--passengers {
    padding: 0 30px;
  }
}
.buy-it-now .checkout__details__entry--price {
  padding: 0 0 0 15px;
  border-right: none;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__details__entry--price {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .buy-it-now .checkout__details__entry--price {
    padding: 0 30px;
  }
}
.buy-it-now .checkout__details__journey {
  float: left;
}
.buy-it-now .checkout__details__journey__box {
  width: auto;
  padding: 0 3px;
  background: #F2F2F2;
  margin: 4px 8px;
  height: auto;
  border-radius: 3px;
  background-color: #F2F2F2;
  text-align: center;
}
@media (min-width: 321px) {
  .buy-it-now .checkout__details__journey__box {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .buy-it-now .checkout__details__journey__box {
    margin: 0 10px 0 15px;
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .buy-it-now .checkout__details__journey__box {
    padding: 0 5px;
    margin: 0 30px 0 35px;
    width: 60px;
    height: 60px;
    padding: none;
  }
}
.buy-it-now .checkout__details__journey__box .material-icons {
  margin-top: 3px;
  font-size: 22px;
  color: #ccc;
}
@media (min-width: 480px) {
  .buy-it-now .checkout__details__journey__box .material-icons {
    font-size: 32px;
  }
}
.buy-it-now .checkout__details__journey__box p {
  color: #D7D7D7;
  margin-top: -5px;
  padding-bottom: 5px;
  font-size: 10px;
}
@media (min-width: 480px) {
  .buy-it-now .checkout__details__journey__box p {
    padding-bottom: 0;
    font-size: 11px;
  }
}
.buy-it-now .checkout__form {
  background: #FCFCFC;
}
.buy-it-now .checkout__form .popover {
  width: auto;
  max-width: 100%;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0 3px;
  margin-top: -17px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__form .popover {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .buy-it-now .checkout__form .popover {
    padding: 0 15px;
  }
}
.buy-it-now .checkout__form .popover .popover-content {
  background: #333333;
  border-radius: 4px;
  color: #74B813;
  padding: 0;
  padding-top: 13px;
  padding-bottom: 0;
}
.buy-it-now .checkout__form .popover .arrow {
  border-top-color: #333333;
  bottom: -10px;
  border-width: 15px 17px 0 17px;
  margin-left: -17px;
}
.buy-it-now .checkout__form .popover .material-icons-info {
  font-size: 22px;
}
.buy-it-now .checkout__form__phoneNumber .popover {
  padding: 0;
}
.buy-it-now .checkout__form__tooltip {
  padding-bottom: 12px;
}
.buy-it-now .checkout__form__tooltip__icon {
  float: left;
  font-size: 22px;
  margin: 2px 11px 0 16px;
}
.buy-it-now .checkout__form__tooltip__content {
  float: left;
  font-weight: bold;
  font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__form__tooltip__content {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .buy-it-now .checkout__form__tooltip__content {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .buy-it-now .checkout__form__tooltip__content {
    width: 85%;
  }
}
.buy-it-now .user-details-view {
  padding-top: 30px;
}
.buy-it-now .user-details-view .btn {
  text-transform: none;
}
.buy-it-now .user-details-view [ng-messages] {
  display: none;
}
.buy-it-now .user-details-view .form__field--invalid [ng-messages] {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 2px;
}
.buy-it-now .user-details-view .form__field--invalid .form-control,
.buy-it-now .user-details-view .form__field--invalid .form-control:hover,
.buy-it-now .user-details-view .form__field--invalid .form-control:focus,
.buy-it-now .user-details-view .form__field--invalid .form-control:active {
  border-color: #d9534f;
  background-color: #fbefee;
}
.buy-it-now .user-details-view .form__field--invalid .material-icons-error {
  font-size: 14px;
  margin: 0.5px 2px 0 1px;
  float: left;
  color: #d9534f;
}
@media (min-width: 992px) {
  .buy-it-now .user-details-view {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.buy-it-now .user-details-view .container {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .buy-it-now .user-details-view .container {
    padding: 0 15px;
  }
}
.buy-it-now .user-details-view .form-group {
  padding: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .buy-it-now .user-details-view .form-group {
    padding: 0 3px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .buy-it-now .user-details-view .form-group {
    padding: 0 15px;
  }
}
.buy-it-now .user-details-view .form-group > label,
.buy-it-now .user-details-view .input-group-addon {
  display: none;
}
.buy-it-now .user-details-view .intl-tel-input {
  position: relative;
}
.buy-it-now .user-details-view .intl-tel-input input {
  padding-left: 45px;
}
.buy-it-now .user-details-view .form-control {
  height: 60px;
  padding-left: 14px;
  border: 1px #E4E4E4 solid;
  box-shadow: none;
  font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  color: black;
}
.buy-it-now .user-details-view .form-control:hover {
  border-color: #CCCCCC;
}
.buy-it-now .user-details-view .form-control:focus,
.buy-it-now .user-details-view .form-control:active {
  border-color: #77AD36;
  background-color: #F6F9F2;
}
.buy-it-now .user-details-view .help-block {
  font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
  font-size: 11px !important;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  text-align: left;
  padding: 3px 3px 0 3px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .buy-it-now .user-details-view .help-block {
    padding: 4px 0 0 3px;
    margin-bottom: 10px;
    font-size: 13px !important;
  }
}
@media (min-width: 1200px) {
  .buy-it-now .user-details-view .help-block {
    padding: 4px 0 0 10px;
  }
}
.buy-it-now .user-details-view .phoneActive,
.buy-it-now .user-details-view .form-control:focus ~ .help-block,
.buy-it-now .user-details-view .form-control:active ~ .help-block {
  color: #649b17;
}
.buy-it-now .user-details-view #terms-and-conditions {
  height: 92px;
  margin-bottom: -5px;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: "AvenirLTStd-Roman", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #CCCCCC;
  background-color: #f7f7f7;
  text-align: center;
  white-space: pre-wrap;
  line-height: 1.5em;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding: 15px 0 0 0;
  font-size: 11px !important;
}
@media (min-width: 768px) {
  .buy-it-now .user-details-view #terms-and-conditions {
    padding: 15px 2px 0 2px;
  }
}
@media (min-width: 1200px) {
  .buy-it-now .user-details-view #terms-and-conditions {
    font-size: 13px !important;
  }
}
.buy-it-now .user-details-view #terms-and-conditions a {
  color: #666666;
}
.buy-it-now .user-details-view #submit-button {
  height: 60px;
  font-family: "AvenirLTStd-Roman", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  background-color: #77AD36;
  border: none;
  opacity: 1;
  color: #F7F7F7;
}
.buy-it-now .user-details-view #submit-button:hover {
  background-color: #669F21;
}
.buy-it-now .user-details-view select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.buy-it-now .user-details-view select.form-control:invalid {
  font-weight: 200;
  color: #CCCCCC;
}
.buy-it-now .user-details-view select.form-control option[value=""] {
  display: none;
}
.buy-it-now .user-details-view input[type="email"] {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .buy-it-now .user-details-view .row {
    margin-bottom: 12px;
  }
}
.buy-it-now .user-details-view div[class^="col-"] {
  padding: 0;
}
@media (min-width: 768px) {
  .buy-it-now .user-details-view div[class^="col-"] {
    padding-left: 37px;
    padding-right: 36px;
  }
}
.buy-it-now .user-details-view ::-webkit-input-placeholder {
  font-weight: 200;
  color: #CCCCCC;
}
.buy-it-now .user-details-view :-moz-placeholder {
  font-weight: 200;
  color: #CCCCCC;
  opacity: 1;
}
.buy-it-now .user-details-view ::-moz-placeholder {
  font-weight: 200;
  color: #CCCCCC;
  opacity: 1;
}
.buy-it-now .user-details-view :-ms-input-placeholder {
  font-weight: 200;
  color: #CCCCCC;
}
.buy-it-now .user-details-view .material-icons-info {
  margin: 0 3px 0 0;
  font-size: 11px;
  font-weight: bold;
  float: left;
}
@media (min-width: 992px) {
  .buy-it-now .user-details-view .material-icons-info {
    font-size: 15px;
  }
}
.buy-it-now .checkout__modal {
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .buy-it-now .checkout__modal .modal-dialog {
    margin: 80px auto;
  }
}
.buy-it-now .checkout__modal .modal-content {
  position: relative;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__modal .modal-content {
    width: 866px;
    height: 466px;
    padding-top: 90px;
    padding-left: 150px;
    padding-right: 140px;
  }
}
.buy-it-now .checkout__modal .modal-content .button__close {
  position: absolute;
  top: -4px;
  right: -113px;
  color: #666666;
  font-size: 42px;
  cursor: pointer;
}
.buy-it-now .checkout__modal .modal-content .button__close:hover {
  color: #999999;
}
.buy-it-now .checkout__modal .modal-content h1 {
  color: #333;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__modal .modal-content h1 {
    font-size: 42px;
  }
}
.buy-it-now .checkout__modal .modal-content h2 {
  color: #999999;
}
@media (min-width: 992px) {
  .buy-it-now .checkout__modal .modal-content h2 {
    line-height: 36px;
    font-size: 22px;
  }
}
.buy-it-now .checkout--confirmation {
  -webkit-font-smoothing: antialiased;
}
.buy-it-now .checkout__heading--confirmation h2 {
  color: #CCCCCC;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 21px;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 54px;
  margin-top: 45px;
}
@media (min-width: 321px) {
  .buy-it-now .checkout__heading--confirmation h2 {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .buy-it-now .checkout__heading--confirmation h2 {
    font-size: 34px;
  }
}
.buy-it-now .checkout__heading--confirmation .material-icons {
  font-size: 30px;
  line-height: 22px;
}
@media (min-width: 321px) {
  .buy-it-now .checkout__heading--confirmation .material-icons {
    font-size: 35px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .buy-it-now .checkout__heading--confirmation .material-icons {
    font-size: 50px;
    line-height: 35px;
  }
}
.buy-it-now .checkout__form--confirmation {
  background: #FCFCFC;
  padding: 25px 0 30px 0;
  border-top: 1px solid #F2F2F2;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__form--confirmation {
    padding: 79px 0 40px 0;
  }
}
.buy-it-now .checkout__form--confirmation .col-xs-12 {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__form--confirmation .col-xs-12 {
    padding: 0 15px;
  }
}
.buy-it-now .checkout__form--confirmation p {
  font-family: "Helvetica Neue Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'AvenirLTStd-Light', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 19px;
  line-height: 34px;
  color: #666666;
  font-weight: 200;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .buy-it-now .checkout__form--confirmation p {
    padding: 0 20px;
  }
}
@font-face {
  font-family: 'Avenir LT Std 95 Black';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black'), url('AvenirLTStd-Black.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 45 Book';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book'), url('AvenirLTStd-Book.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 85 Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy'), url('AvenirLTStd-Heavy.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 35 Light';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light'), url('AvenirLTStd-Light.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium'), url('AvenirLTStd-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Roman'), url('AvenirLTStd-Roman.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 95 Black Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black Oblique'), url('AvenirLTStd-BlackOblique.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 45 Book Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book Oblique'), url('AvenirLTStd-BookOblique.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 85 Heavy Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy Oblique'), url('AvenirLTStd-HeavyOblique.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 35 Light Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light Oblique'), url('AvenirLTStd-LightOblique.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 65 Medium Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium Oblique'), url('AvenirLTStd-MediumOblique.woff') format('woff');
}
@font-face {
  font-family: 'Avenir LT Std 55 Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Oblique'), url('AvenirLTStd-Oblique.woff') format('woff');
}
.glyphicon.glyphicon-preload {
  position: absolute;
  z-index: -100;
  visibility: hidden;
}
.vicModal {
  background: rgba(0, 0, 0, 0.8);
}
.vicModal .modal-dialog {
  position: static;
}
.vicModal .modal-header {
  text-align: center;
  border-bottom: none;
}
.vicModal .model-title h4 {
  font-size: 30px;
}
.vicModal .modal-footer {
  border-top: none;
  text-align: center;
}
.vicModal .modal-content {
  border-radius: 0px;
}
.vicModal .modal-body {
  text-align: center;
}
.vicModal .btn-primary {
  color: #fff;
  background: #67a412 !important;
  border-color: #598d0f;
  border-radius: 0px;
}
.vicModal .btn-primary:hover {
  background-color: #4a760d !important;
}
.checkoutPriceView .price-row {
  overflow: hidden;
}
.checkoutPriceView .price-row .col {
  display: inline-block;
  width: 300px;
}
.checkoutPriceView .price-value {
  font-size: 25px;
  color: #43bfef;
  font-weight: 600;
}
.checkoutPriceView .price-preferred .price-value {
  font-size: 18px;
}
.checkoutPriceView .price-preferred .price-value,
.checkoutPriceView .note {
  color: #909090;
}
.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.emptyLegsList {
  position: relative;
  min-height: 300px;
}
.emptyLegsList .glyphicon__warning {
  margin: 2px;
  font-size: 2.5em;
  float: left;
  margin-right: 14px;
  color: #32B4F1;
}
.emptyLegsList .alert .warning-header {
  font-size: 18px;
  font-weight: 600;
  color: #282a2a;
}
.emptyLegsList .alert .warning-body {
  color: #282a2a;
  margin-top: 0px;
}
.emptyLegsList .alert-no-matches {
  background-color: #e3f4fd;
}
.emptyLegsList__spinner {
  width: 100px;
  height: 100px;
  display: block;
  margin: 100px auto;
  background-color: black;
  border-radius: 15px;
}
.emptyLegsList__plane_loader {
  position: absolute;
  width: 64px;
  height: 64px;
  display: block;
  margin: 18px;
  background: url('plane_loader.png') no-repeat;
}
.emptyLegsList__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.emptyLegsList__pagination {
  text-align: center;
}
.emptyLegsList__pagination a:hover {
  cursor: pointer;
}
.emptyLegsList__pagination a.active {
  cursor: default;
}
.emptyLegsList__leg {
  border-top: solid 1px;
  padding-top: 5px;
}
.emptyLegsList__leg__price {
  color: #67a412;
  padding-top: 0.5em;
}
.emptyLegsList__leg__seats {
  width: 100%;
  text-align: center;
}
.emptyLegsList__leg__addon {
  color: rgba(136, 136, 136, 0.5);
  font-size: 0.8em;
}
.emptyLegsList__leg__valign {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.emptyLegsList__leg__aircraftIcon {
  width: 100%;
  height: 20px;
}
.emptyLegsDetails__nav h5 {
  margin-bottom: 0;
}
.emptyLegsDetails__header {
  border-top: solid rgba(0, 0, 0, 0.3) 1px;
  border-bottom: solid rgba(0, 0, 0, 0.3) 1px;
  margin-bottom: 1em;
}
.emptyLegsDetails__header h3 {
  margin-top: 0.3em;
}
.emptyLegsDetails__subheader {
  border-bottom: solid rgba(0, 0, 0, 0.3) 1px;
  margin-bottom: 1em;
}
.emptyLegsDetails__addon {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.7em;
  font-weight: bold;
}
.emptyLegsDetails__comment {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.7em;
}
.emptyLegsDetails__comment.green {
  color: #64A007;
}
.emptyLegsDetails__body {
  margin-top: 2em;
}
.emptyLegsDetails__body h3 {
  margin-top: 0;
}
.emptyLegsDetails__pricing {
  margin-top: 1em;
}
.emptyLegsDetails__pricing__price {
  color: #64A007;
}
.emptyLegsDetails__pricing__price h4 {
  margin: 0;
}
.emptyLegsDetails__pricing__purchase {
  width: 100%;
}
.modal-body_fields {
  display: block;
  margin: 10px 0;
}
.emptyLegsModal {
  text-align: center;
}
.emptyLegsModal .form-control {
  width: 40%;
  margin-top: 9px;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
}
.emptyLegsModal .intl-tel-input {
  width: 40%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.emptyLegsModal .intl-tel-input .form-control {
  padding-right: 10px;
  width: 100%;
}
.emptyLegsModal .intl-tel-input .flag-dropdown {
  padding-bottom: 0;
  margin-left: 5px;
}
.emptyLegsModal__close {
  text-align: right;
}
.emptyLegsModal__email {
  margin: 1em 0 1em 33%;
  width: 100%;
}
.emptyLegsModal_fields {
  display: block;
  margin: 20px 0;
}
#enquiry-placeholder .modal-dialog {
  position: absolute;
  top: 33%;
  left: 33%;
}
@media (max-width: 480px) {
  .emptyLegsModal p {
    font-size: 16px;
  }
  .emptyLegsModal .form-control {
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .emptyLegsModal .intl-tel-input {
    margin-top: 15px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .modal-body_fields button {
    width: 50%;
    margin: 20px 0 0 0;
  }
}
._elIcon__flight {
  width: 54px;
  height: 44px;
  background: url('flight_icon.png') no-repeat;
  margin: 20px auto;
  display: block;
}
._elIcon__cal {
  width: 32px;
  height: 32px;
  background: url('mini_cal_icon@2x.png') no-repeat;
  margin: 0 auto;
  display: block;
}
._elIcon__clock {
  width: 32px;
  height: 32px;
  background: url('clock_icon.png') no-repeat;
  margin: 0 auto;
  display: block;
}
._elIcon__pax {
  width: 32px;
  height: 32px;
  background: url('pax_icon.png') no-repeat;
  margin: 0 auto;
  display: block;
}
._elIcon__plane {
  width: 32px;
  height: 32px;
  background: url('plane_icon.png') no-repeat;
  margin: 0 auto;
  display: block;
}
._elIcon__cart {
  width: 12px;
  height: 12px;
  background: url('cart_icon.png') no-repeat;
  background-size: cover;
  margin: 0 12px;
  display: inline-block;
}
._elIcon__tag {
  width: 13px;
  height: 13px;
  background: url('tag_icon.png') no-repeat;
  display: inline-block;
}
._elIcon__cross {
  width: 22px;
  height: 22px;
  background: url('cross_icon.png') no-repeat;
  margin: 0 0 0 auto;
  display: block;
}
._elIcon__el {
  width: 96px;
  height: 96px;
  background: url('el_icon.png') no-repeat;
  margin: 0 auto;
  display: block;
}
._elIcon__check {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  display: block;
  background: url('check_icon.png') no-repeat;
}
._elIcon__search {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  display: block;
  background: url('search_icon@2x.png') no-repeat;
}
.emptyLegsFilter .glyphicon {
  color: #cccccc;
}
.emptyLegsFilter .inner-addon {
  position: relative;
}
.emptyLegsFilter .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
}
.emptyLegsFilter .left-addon .glyphicon {
  left: 0px;
}
.emptyLegsFilter .right-addon .glyphicon {
  right: 0px;
}
.emptyLegsFilter .left-addon input {
  padding-left: 30px;
}
.emptyLegsFilter .right-addon input {
  padding-right: 30px;
}
.emptyLegsFilter .spinner__input {
  font-size: 16px;
  padding: 6px 12px 6px 12px;
  border: 1px solid #cccccc;
  border-right: none;
}
.emptyLegsFilter .spinner__btn:first-child {
  padding-top: 1px;
  border-bottom: none;
}
.emptyLegsFilter .spinner__btn {
  height: auto;
  padding: 0 3px 2px 3px;
  border: 1px solid #cccccc;
}
.emptyLegsFilter .spinner__btn .glyphicon {
  font-size: 9px;
}
.legacySearch .daterangepicker_input input {
  padding: 0 6px 0 28px;
}
.legacySearch .daterangepicker_input i {
  top: 11px;
}
.user-login-modal {
  padding: 20px;
}
.user-login-modal .form-control {
  width: 100%;
  margin: 0;
  display: block;
}
.user-login-modal__cta {
  width: 100%;
  margin: 10px 0px 20px 0px;
  background: none;
  border-color: #67a412;
  color: #67a412;
  text-shadow: none;
}
.user-login-modal__cta:hover {
  background-color: #67a412;
  color: #fff;
}
.user-login-modal__stateToggle {
  margin-top: 2em;
}
.user-login-modal ul {
  padding-left: 0px;
  margin-top: 26px;
}
.user-login-modal li {
  padding-left: 35px;
  list-style: none;
  line-height: 2.3;
  padding-bottom: 10px;
}
.user-login-modal li.aircraft-icon {
  background: url('list-aircraft-icon.png') no-repeat left 6px;
}
.user-login-modal li.search-icon {
  background: url('list-search-icon.png') no-repeat left 6px;
}
.user-login-modal li.victor-icon {
  background: url('list-victor-icon.png') no-repeat left 6px;
}
.user-login-modal .alert-danger {
  margin-top: 30px;
}
.legacySearch .btn.user-login-modal__cta--login {
  margin-top: 4px;
  text-shadow: none;
}
/* global for mobile */
@media only screen and (max-width: 736px) {
  .user-login-modal .col-xs-6 {
    width: 100%;
  }
  .user-login-modal .user-login-modal__stateToggle {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .user-login-modal li {
    text-align: left;
  }
  .user-login-modal h4 {
    font-size: 22px;
    font-weight: bold;
  }
}
.user-box__username {
  color: #74af2b;
}
.user-box__vfms {
  color: #fff;
}
.user-box__dropdown-container {
  position: absolute;
  background: #181818;
  padding: 5px 45px 10px 45px;
}
.user-box__dropdown-list {
  list-style: none;
  margin-left: 0;
}
.user-box__nochevron span:after {
  display: none;
}
.user-box__nochevron.user-box__link {
  display: none;
}
.dotnet-vic-user-box {
  text-transform: uppercase;
  margin: 0 10px 0 10px;
  display: block;
  height: 75px;
  padding-top: 22px;
}
.dotnet-vic-user-box .fv-link {
  float: left!important;
  text-align: center;
  margin-top: -4px;
  width: 80px;
}
.dotnet-vic-user-box .login {
  padding-top: 6px;
}
.dotnet-vic-user-box .join {
  border: 1px solid #74af2b;
  border-radius: 0;
  color: #74af2b;
  padding: 5px 10px 5px 15px;
  transition: background 0.5s,color 0.5s;
}
.dotnet-vic-user-box ul {
  padding: 0;
}
.dotnet-vic-user-box a {
  display: block;
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
  white-space: nowrap;
}
/* iPhone5 portrait */
@media only screen and (min-device-width: 320px) and (orientation: portrait) and (max-device-width: 568px) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    width: 320px;
  }
}
/* iPhone6 portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    width: 375px;
  }
}
/* iPhone6+ portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    width: 414px;
  }
}
/* iPhone5 landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    width: 100%;
  }
}
/* iPhone6 landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    width: 667px;
  }
}
/* iPhone6+ landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    width: 736px;
  }
}
/* iPad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    width: 768px;
  }
}
/* iPad landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    width: 1024px;
  }
}
/* disable zoom in effect on iOS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
/* samsung s5 & s6 portrait */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  #angular-charter-form-container {
    margin: 0px 0px 0px 0px !important;
  }
  #angular-charter-form {
    margin-top: 0px !important;
    min-width: 360px;
    max-width: 640px;
  }
}
.signupSingle {
  -webkit-font-smoothing: antialiased;
  background: #f2f2f2;
}
.signupSingle header#wp-nav,
.signupSingle footer {
  display: none;
}
.signupSingle .row:before {
  content: " ";
  display: table;
}
.signupSingle .row:after {
  clear: both;
  content: " ";
  display: table;
}
.signupSingle .x-section {
  display: none;
}
.signupSingle .x-section#section1 {
  display: block;
}
.signupSingle .x-section .x-container,
.signupSingle .x-section .x-container.max,
.signupSingle .x-section .x-container.width {
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.signupSingle .legacySearch {
  display: block !important;
}
.signupSingle .legacySearch h2 {
  font-size: 31px;
  text-align: center;
  margin: 40px 0 30px 0;
  margin-bottom: 30px;
  margin-top: 40px;
}
.signupSingle .legacySearch .panel-heading {
  text-align: center;
}
.signupSingle .legacySearch label {
  font-weight: normal;
  font-size: 18px;
}
.signupSingle .legacySearch label input[type="radio"] {
  margin: -2px 4px 0 0px;
}
@media (min-width: 992px) {
  .signupSingle .legacySearch label input[type="radio"] {
    margin: -7px 4px 0 0px;
  }
}
.signupSingle .legacySearch .signupContainer {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 321px) {
  .signupSingle .legacySearch .signupContainer {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .signupSingle .legacySearch .signupContainer {
    width: 512px;
  }
}
.signupSingle__header {
  background: url('checkout-logo-light.png') no-repeat center center #181818;
  background-size: 105px 20px;
  border-top: 1px solid #353535;
  display: none;
  height: 71px;
  width: 100%;
}
.signupSingle__header__logo {
  background-image: url('checkout-logo-light.png');
  background-size: cover;
  height: 34px;
  margin: 0 0 45px 30px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  width: 179px;
}
@media (min-width: 768px) {
  .signupSingle__header__logo {
    margin: 0 auto 50px auto;
  }
}
.signupSingle__container.container {
  max-width: 540px;
}
.signupSingle__container.container h1 {
  font-family: 'Avenir LT Std 55 Roman', sans-serif;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: #333333;
  font-size: 31px;
  margin-bottom: 10px;
  text-align: center;
}
.signupSingle__form {
  overflow: hidden;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .signupSingle__form {
    padding: 0 20px;
  }
}
.legacySearch .signupSingle__form [ng-messages] {
  margin: 5px 0 0 5px;
}
.signupSingle__form .control-label {
  font-family: 'Avenir LT Std 65 Medium', sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 14px;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.signupSingle__form .form__pw-strength {
  margin-top: 3px;
}
.signupSingle__form .form__pw-strength.weak li:nth-of-type(1) {
  background: #ed145b;
}
.signupSingle__form .form__pw-strength.medium li:nth-of-type(1),
.signupSingle__form .form__pw-strength.medium li:nth-of-type(2) {
  background: orange;
}
.signupSingle__form .form__pw-strength.strong li {
  background: #74af2b;
}
.signupSingle__form .asterisk--invalid {
  color: #ed145b;
}
.signupSingle__form .asterisk--valid {
  color: #74af2b;
}
.signupSingle__form__input.form-group {
  margin-bottom: 15px;
  position: relative;
}
.signupSingle__form__input .control-label {
  font-family: 'Avenir LT Std 65 Medium', sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 14px;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.signupSingle__form__input .form-control {
  font-family: 'Avenir LT Std 55 Roman', sans-serif;
  font-weight: normal;
  letter-spacing: -0.8px;
  appearance: none;
  border-radius: 3px;
  border-width: 1px;
  box-shadow: none;
  color: #181818;
  font-size: 15.5px;
  height: 41px;
  line-height: 1.42857143;
  margin-bottom: 0;
  -moz-appearance: none;
  padding: 6px 10px 3px 10px;
  transition: none;
  -webkit-appearance: none;
}
.signupSingle__form__input .form-control:focus {
  border-color: #CCCCCC;
}
.signupSingle__form__input select.form-control {
  background: url('dropdown_icon.svg') no-repeat center right #fff;
  background-position: right 10px center;
  background-size: 10px 16px;
  -webkit-background-size: 10px 16px;
}
.signupSingle__form__input select.form-control.ng-pristine {
  color: #CCCCCC;
}
.signupSingle__form__input select.form-control:not(.ng-pristine).ng-invalid {
  color: #CCCCCC;
  background-color: #fffcfd;
  border-color: #ed145b;
}
.signupSingle__form__input select.form-control:not(.ng-pristine).ng-valid {
  background-color: #fbfdf8;
  border-color: #74af2b;
}
.signupSingle__form__input ::-webkit-input-placeholder {
  color: #CCCCCC !important;
  font-size: 15.5px !important;
  line-height: 1.42857143 !important;
}
.signupSingle__form__input :-moz-placeholder {
  color: #CCCCCC !important;
  font-size: 15.5px !important;
  line-height: 1.42857143 !important;
}
.signupSingle__form__input ::-moz-placeholder {
  color: #CCCCCC !important;
  font-size: 15.5px !important;
  line-height: 1.42857143 !important;
}
.signupSingle__form__input :-ms-input-placeholder {
  color: #CCCCCC !important;
  font-size: 15.5px !important;
  line-height: 1.42857143 !important;
}
.legacySearch .signupSingle__form__input.form__field [ng-messages] {
  font-family: 'Avenir LT Std 55 Roman', sans-serif;
  font-weight: normal;
  letter-spacing: -0.8px;
  font-size: 15.5px;
  margin: 5px 0 0 5px;
}
.legacySearch .signupSingle__form__input.form__field input.form-control:focus {
  border-color: #CCCCCC;
}
.legacySearch .signupSingle__form__input.form__field--invalid.form-group {
  margin-bottom: 0;
}
.legacySearch .signupSingle__form__input.form__field--invalid label {
  color: #181818;
}
.legacySearch .signupSingle__form__input.form__field--invalid .asterisk {
  color: #ed145b;
}
.legacySearch .signupSingle__form__input.form__field--invalid input:not(.ng-pristine).form-control,
.legacySearch .signupSingle__form__input.form__field--invalid select:not(.ng-pristine).form-control {
  background-color: #fffcfd;
  border-color: #ed145b;
}
.legacySearch .signupSingle__form__input.form__field--invalid input:not(.ng-pristine).form-control:focus,
.legacySearch .signupSingle__form__input.form__field--invalid select:not(.ng-pristine).form-control:focus {
  border-color: #ed145b;
}
.legacySearch .signupSingle__form__input.form__field--invalid [ng-messages] {
  color: #ed145b;
}
.legacySearch .signupSingle__form__input.form__field--invalid .signupSingle__form__input__helptext {
  display: none;
}
.legacySearch .signupSingle__form__input.form__field--valid label {
  color: #181818;
}
.legacySearch .signupSingle__form__input.form__field--valid .asterisk {
  color: #74af2b;
}
.legacySearch .signupSingle__form__input.form__field--valid input:not(.ng-pristine).form-control,
.legacySearch .signupSingle__form__input.form__field--valid select:not(.ng-pristine).form-control {
  background-color: #fbfdf8;
  border-color: #74af2b;
}
.legacySearch .signupSingle__form__input.form__field--valid input:not(.ng-pristine).form-control:focus,
.legacySearch .signupSingle__form__input.form__field--valid select:not(.ng-pristine).form-control:focus {
  border-color: #74af2b;
}
.legacySearch .signupSingle__form__input .intl-tel-input .form-control {
  padding: 6px 10px 3px 44px;
}
.signupSingle__form__input--password .form-control {
  padding-right: 78px;
}
.signupSingle__form__input__helptext {
  padding: 5px 0 0 5px;
  margin-bottom: -3px;
}
.signupSingle__form__input__show-password {
  font-family: 'Avenir LT Std 55 Roman', sans-serif;
  font-weight: normal;
  letter-spacing: -0.8px;
  background: url('eye.svg') no-repeat center left;
  background-size: 19px 11px;
  color: #CCCCCC;
  cursor: pointer;
  font-size: 15.5px;
  padding-left: 24px;
  position: absolute;
  right: 0;
  right: 16px;
  top: 0;
  top: 41px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.signupSingle__form__checkbox {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin-bottom: 25px;
  min-height: 56px;
  padding: 8px 5px 7px 15px;
}
.signupSingle__form__checkbox.isChecked {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 1px;
  border-color: #74af2b;
  margin-bottom: 0;
}
.signupSingle__form__checkbox input[type="checkbox"] {
  display: none;
}
.signupSingle__form__checkbox [type="checkbox"] + label {
  font-family: 'Avenir LT Std 65 Medium', sans-serif;
  font-weight: normal;
  color: #181818;
  cursor: pointer;
  font-size: 14px;
  -khtml-user-select: none;
  line-height: 35px;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
  text-transform: capitalize;
  -webkit-user-select: none;
}
@media (min-width: 480px) {
  .signupSingle__form__checkbox [type="checkbox"] + label {
    line-height: 23.8px;
  }
}
.signupSingle__form__checkbox input[type="checkbox"] + label span {
  background: url(checkbox.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: -4px 10px 0 0;
  vertical-align: middle;
}
.signupSingle__form__checkbox input[type="checkbox"]:checked + label span {
  background: url(checkbox_checked.png) no-repeat center center;
  background-size: cover;
}
.signupSingle__form__checkbox--flownBefore {
  margin-top: 20px;
}
.signupSingle__form__dropdownView {
  background: #FFFFFF;
  border: 1px solid #74af2b;
  border-width: 0 1px 1px 1px;
  margin-bottom: 25px;
  padding: 12px 15px 10px 15px;
}
.signupSingle__form__submitButton.btn {
  font-family: 'Avenir LT Std 45 Book', sans-serif;
  font-weight: normal;
  background: #74af2b;
  border: none;
  border-bottom: 2px solid #548616;
  color: #fff;
  font-size: 18px;
  height: 61px;
  margin-bottom: 13px;
  margin-top: 18px;
  text-shadow: none;
  text-transform: capitalize;
  transition: none !important;
}
.signupSingle__form__submitButton.btn .ladda-label {
  font-family: 'Avenir LT Std 55 Roman', sans-serif;
  font-weight: normal;
  letter-spacing: -0.8px;
  line-height: 51px;
}
.signupSingle__form__submitButton.btn:hover,
.signupSingle__form__submitButton.btn:focus,
.signupSingle__form__submitButton.btn:active {
  background: #82c330;
  border-bottom-color: #548616;
  box-shadow: none;
  color: #fff;
  outline: 0 !important;
  text-shadow: none;
}
.signupSingle__form__submitButton.btn:active,
.signupSingle__form__submitButton.btn:disabled {
  border-bottom-width: 0px;
}
.signupSingle__form__terms {
  font-family: 'Avenir LT Std 55 Roman', sans-serif;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: #CCCCCC;
  font-size: 15.5px;
  padding: 0 15px;
  text-align: center;
}
.signupSingle__form__terms a {
  color: #74af2b;
  transition: none;
}
.signupSingle__form__terms a:hover {
  color: #181818;
  text-decoration: underline;
}
.signupSingle__form__error-message {
  font-family: 'Avenir LT Std 55 Roman', sans-serif;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: #CCCCCC;
  font-size: 15.5px;
  padding: 0 15px;
  text-align: center;
  color: #ed145b;
}
.signupSingle__form__error-message a {
  color: #74af2b;
  transition: none;
}
.signupSingle__form__error-message a:hover {
  color: #181818;
  text-decoration: underline;
}
.signupSingle__form__error-message a {
  color: #ed145b;
  text-decoration: underline;
}
.signupSingle__form__error-message a:hover {
  color: #ed145b;
}
.vic-card-form-container {
  background-color: rgba(0, 0, 0, 0);
}
vic-payment-form {
  display: block;
  width: 1140;
  background: none;
  -webkit-font-smoothing: antialiased;
}
.card-expiry-input {
  width: 200px;
}
.card-expiry-input .expiry-input__field {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  width: 80px;
  padding: 0;
  height: 51px;
  text-align: center;
  width: 50px;
}
.card-expiry-input .expiry-select__field {
  box-shadow: none;
  -webkit-appearance: none;
  background-image: url(arrow-down-sign-to-navigate.svg);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: 16%;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 7px;
}
.card-expiry-input .expiry-select__field.ng-invalid {
  color: #e8e8e8;
}
.card-expiry-input .expiry-select__field:not(.ng-pristine) {
  color: #333333;
}
.card-expiry-input .expiry-select__field:disabled {
  background-image: none;
  padding-left: 17px;
  color: #707070;
}
.card-expiry-input .expiry-input__field:focus {
  border-color: #CCCCCC;
  outline: none;
}
.card-expiry-input span {
  margin: 0 8px;
  color: #707070;
}
.vic-payment {
  font-size: 14px;
  line-height: normal;
}
.vic-payment .popover.bottom {
  background: #fff !important;
}
.vic-payment .remove-card-cross {
  position: absolute;
  top: 10px;
  right: 10px;
}
.vic-payment .remove-card-cross span:hover {
  background-color: black;
}
.vic-payment .payment-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 0;
  position: relative;
  color: #707070;
}
.vic-payment .payment-wrapper .step-content {
  max-height: 0;
  overflow: hidden;
}
.vic-payment .payment-wrapper-active {
  background: #FFFFFF;
  color: #333333;
  border: 1px solid #eaeaea;
  border-width: 1px 0 1px 0;
  padding-bottom: 37px;
}
.vic-payment .payment-wrapper-active .step-content {
  max-height: 800px;
}
.vic-payment .payment-wrapper-active .payment-step .step-index {
  background-color: #FFFFFF;
}
.vic-payment .payment-wrapper-active:after {
  height: 100%;
}
.vic-payment .payment-wrapper-paymentMethod:after {
  height: 130%;
}
.vic-payment .payment-wrapper-paymentMethod.payment-wrapper-active:after {
  height: 100%;
}
.vic-payment .payment-wrapper-placeOrder {
  margin-top: 2px;
}
.vic-payment .payment-wrapper-placeOrder .payment-step .step-title {
  margin-bottom: 20px;
}
.vic-payment .payment-wrapper-placeOrder.payment-wrapper-active {
  margin-top: 0;
  padding-top: 14px;
  margin-bottom: 25px;
}
.vic-payment .payment-wrapper-confirmation {
  margin-top: -11px;
  margin-bottom: 190px;
}
.vic-payment .payment-wrapper-confirmation:after {
  display: none;
}
.vic-payment .payment-wrapper-confirmation.payment-wrapper-active {
  padding-top: 14px;
  padding-bottom: 147px;
}
.vic-payment .payment-container {
  width: 1140px;
  margin: 10px auto;
}
.vic-payment .payment-step {
  width: 1140px;
  margin: 15px auto 0 auto;
  position: relative;
}
.vic-payment .payment-step .step-index {
  display: inline-block;
  position: relative;
  z-index: 20;
  width: 34px;
  height: 34px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  background-size: cover;
}
.vic-payment .payment-step .step-index span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.vic-payment .payment-step .check-icon {
  display: block;
  width: 16px;
  height: 12px;
  margin: 10px auto 0 auto;
  background: url('check.png') no-repeat center;
}
.vic-payment .payment-step .step-title {
  position: relative;
  margin-bottom: 9px;
}
.vic-payment .payment-step .step-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: -52px;
  left: 26px;
  display: inline-block;
  padding-left: 20px;
  margin-top: 26px;
  cursor: pointer;
}
.vic-payment .payment-step .step-title .step-back-btn {
  position: absolute;
  top: -36px;
  right: 0;
  font-size: 12px;
  color: rgba(19, 19, 19, 0.35);
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 2px;
  width: 115px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  box-sizing: border-box;
}
.vic-payment .payment-step .step-content {
  margin: 0px 0 0 40px;
  padding-top: 2px;
}
.vic-payment .payment-wrapper:not(:last-child) .payment-step:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 110%;
  background: #eaeaea;
  left: 16px;
  top: 30px;
  z-index: 10;
}
.vic-payment .or-spacer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  float: left;
  display: block;
  width: 60px;
  line-height: 245px;
  text-align: center;
  font-size: 12px;
  color: #868686;
  margin: 5px 0;
  cursor: default;
}
.vic-payment .or-spacer span {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #74af2b;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #74af2b;
}
.vic-payment .card {
  float: left;
  position: relative;
  background-color: #f6f6f6;
  display: inline-block !important;
  border: solid 1px #efefef;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  width: 180px;
  height: 245px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.vic-payment .card .card-cross {
  margin-top: 25px;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(add_circle_black.png);
}
.vic-payment .card .bt-cross {
  margin-top: 25px;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(add_circle_banktransfer_black.png);
}
.vic-payment .card .card-icons {
  margin-top: 19px;
}
.vic-payment .card .card-icons div {
  margin: 5px;
}
.vic-payment .card .icon-card-tiny {
  display: inline-block;
  width: 38px;
  height: 24px;
}
.vic-payment .card .icon-card-tiny.visa {
  background-image: url(visa_tiny_grey.png);
}
.vic-payment .card .icon-card-tiny.amex {
  background-image: url(amex_tiny_grey.png);
}
.vic-payment .card .icon-card-tiny.mc {
  background-image: url(mc_tiny_grey.png);
}
.vic-payment .card.disabled .bt-cross {
  background-image: url(add_circle_banktransfer_grey.png);
}
.vic-payment .card.disabled .payment-type-title {
  color: rgba(0, 0, 0, 0.25);
}
.vic-payment .card:not(.disabled):hover {
  background-color: white;
  border: solid 1px #72b11a;
}
.vic-payment .card:not(.disabled):hover .card-cross {
  background-image: url(add_circle_green.png);
}
.vic-payment .card:not(.disabled):hover .bt-cross {
  background-image: url(add_circle_banktransfer_green.png);
}
.vic-payment .card:not(.disabled):hover .icon-card-tiny.visa {
  background-image: url(visa_tiny.png);
}
.vic-payment .card:not(.disabled):hover .icon-card-tiny.amex {
  background-image: url(amex_tiny.png);
}
.vic-payment .card:not(.disabled):hover .icon-card-tiny.mc {
  background-image: url(mc_tiny.png);
}
.vic-payment .tnc-checkbox {
  white-space: nowrap;
}
.vic-payment .tnc-checkbox > input {
  vertical-align: top;
  margin: 2px 0 8px 0;
}
.vic-payment .tnc-checkbox > input:focus {
  outline: none;
  box-shadow: none;
}
.vic-payment .tnc-checkbox label {
  white-space: normal;
}
.vic-payment .payment-type-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 18px;
  font-weight: 600;
  color: #303030;
}
.vic-payment .recommended-strip {
  position: absolute;
  top: 0;
  right: 0;
  width: 83px;
  height: 83px;
  background-image: url(recommended_tag.png);
}
.vic-payment .bt-note {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 46px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  font-size: 13px;
  color: #707070;
  margin-top: 8px;
  padding: 0 10px;
}
.vic-payment .capitalize {
  text-transform: capitalize;
}
.vic-payment .card-logo {
  margin-top: 25px;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.vic-payment .card-logo.mastercard {
  background-image: url(mc_circle.png);
}
.vic-payment .card-logo.visa {
  background-image: url(visa_circle.png);
}
.vic-payment .card-logo.amex {
  background-image: url(amex_circle.png);
}
.vic-payment .card-number {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  color: #707070;
  margin-top: 8px;
}
.vic-payment .card-fee-percent {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  padding-top: 10px;
  margin-top: 33px;
}
.vic-payment .confirmation-cta {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  margin: 27px auto 0 auto;
  padding: 5px 45px;
  text-align: center;
  width: 270px;
  text-transform: none;
  height: 48px;
  padding: 0 50px;
  line-height: 48px;
  font-size: 16px;
  color: #FFF;
  position: relative;
  background: #67a412;
  border: none;
  outline: none;
  border-radius: 2px;
  text-shadow: none;
  text-transform: capitalize;
}
.vic-payment .confirmation {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.05);
  border: solid 2px #eeeeee;
  border-radius: 3px;
  margin: 10px;
  margin-top: 27px;
  padding: 10px 40px 30px 40px;
}
.vic-payment .confirmation .note-icon {
  float: left;
  margin-top: 25px;
}
.vic-payment .confirmation .error-note-content {
  max-width: 400px;
}
.vic-payment .confirmation .note-content {
  margin-left: 100px;
  position: relative;
  top: 8px;
  color: #303030;
  letter-spacing: 0.3px;
}
.vic-payment .confirmation .note-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}
.vic-payment .confirmation .note-content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.vic-payment .confirmation .subnote-icon {
  margin-left: 11px;
  margin-top: 38px;
  float: left;
}
.vic-payment .confirmation .subnote-content {
  color: #303030;
  float: left;
  margin-top: 19px;
  margin-left: 49px;
}
.vic-payment .confirmation .subnote-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}
.vic-payment .confirmation .subnote-content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.vic-payment .confirmation .bt-success {
  max-width: 390px;
}
.vic-payment .confirmation .check-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(check_icon.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: auto;
}
.vic-payment .confirmation .add-pax-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(add_pax.png);
  margin: auto;
}
.vic-payment .confirmation .waiting-green-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url(waiting_green.png);
}
.vic-payment .confirmation .error-smiley-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url(error_smiley.png);
}
.vic-payment .confirmation .bt-account {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  padding: 0 50px;
}
.vic-payment .confirmation .bt-account > div {
  padding-bottom: 10px;
}
.vic-payment .confirmation .bt-title {
  display: inline-block;
  text-align: left;
  width: 200px;
}
.vic-payment .confirmation .bt-detail {
  display: inline-block;
  text-align: right;
  width: 200px;
}
.vic-checkout-details {
  color: rgba(0, 0, 0, 0.5);
  width: 640px;
  margin: auto;
  margin-left: -25px;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  padding-left: 84px;
}
.vic-checkout-details .breakdown {
  width: 355px;
}
.vic-checkout-details .summary {
  width: 355px;
  padding: 0;
}
.vic-checkout-details .summary:not(:first-child) {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding-top: 12px;
}
.vic-checkout-details .summary div {
  margin-bottom: 8px;
}
.vic-checkout-details .title,
.vic-checkout-details .amount {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.vic-checkout-details .title {
  width: 200px;
  display: inline-block;
  text-align: left;
  color: #707070;
  text-transform: capitalize;
}
.vic-checkout-details .amount {
  width: 150px;
  display: inline-block;
  text-align: right;
  color: #333333;
}
.vic-checkout-details .discount {
  color: #67a412;
}
.vic-checkout-details .estimate {
  margin-top: 4px;
  padding-top: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.vic-checkout-details .estimate .title,
.vic-checkout-details .estimate .amount {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #acacac;
  font-size: 16px;
}
.vic-checkout-details .estimate .disclaimer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6;
}
.vic-checkout-details .total {
  font-size: 18px;
  font-weight: 700;
  color: #303030;
}
.bank-transfer-checkout {
  border: none;
  padding: 0;
  margin: -4px 0 25px 10px;
}
.card-checkout {
  padding: 0 10px;
  width: 450px;
}
.card-checkout .confirm-cta {
  margin-top: 20px;
}
.card-checkout .btn.btn-success {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  height: 48px;
  padding: 0 50px;
  line-height: 48px;
  font-size: 16px;
  color: #FFF;
  position: relative;
  background: #67a412;
  border: none;
  outline: none;
  border-radius: 2px;
  text-shadow: none;
}
.legacySearch .checkbox-label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-left: 5px;
  font-size: 13px;
  color: #303030;
}
@media screen and (max-width: 1140px) {
  .vic-payment .payment-wrapper {
    padding: 0 20px;
  }
  .vic-payment .payment-wrapper-active {
    padding-bottom: 37px;
  }
  .vic-payment .payment-wrapper-active .step-content {
    max-height: inherit;
  }
  .vic-payment .payment-step {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .vic-payment .payment-wrapper-active .step-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
  }
  .vic-payment .payment-wrapper .payment-step {
    width: 100%;
  }
  .vic-payment .payment-wrapper .payment-step:before {
    display: none;
  }
  .vic-payment .payment-wrapper .card {
    width: 137px;
    height: 220px;
    display: inline-table !important;
    vertical-align: top;
    float: none;
  }
  .vic-payment .payment-wrapper .card .card-cross,
  .vic-payment .payment-wrapper .card .bt-cross,
  .vic-payment .payment-wrapper .card .card-logo {
    margin-top: 15px;
    width: 70px;
    height: 70px;
    background-size: 100%;
  }
  .vic-payment .payment-wrapper .card .card-icons {
    margin-top: 5px;
  }
  .vic-payment .payment-wrapper .card .icon-card-tiny {
    width: 30px;
    height: 19px;
    background-size: 100%;
  }
  .vic-payment .payment-wrapper .card .bt-note {
    font-size: 12px;
  }
  .vic-payment .payment-wrapper .or-spacer {
    width: 100%;
    line-height: 50px;
    float: none;
    display: block;
  }
  .vic-payment .payment-wrapper .step-content {
    margin: 0;
    text-align: center;
  }
  .vic-payment .payment-wrapper .card-checkout {
    padding: 0 5px;
    width: 100%;
  }
  .vic-payment .payment-wrapper .card-checkout .btn.btn-success {
    width: 100%;
  }
  .vic-payment .payment-wrapper .vic-checkout-details {
    width: 100%;
    margin: 0;
    float: left;
    padding-left: 0;
    border: none;
  }
  .vic-payment .payment-wrapper .vic-checkout-details .amount,
  .vic-payment .payment-wrapper .vic-checkout-details .title {
    float: left;
    width: 50%;
  }
  .vic-payment .payment-wrapper .vic-checkout-details .summary,
  .vic-payment .payment-wrapper .vic-checkout-details .breakdown {
    width: 100%;
  }
  .vic-payment .payment-wrapper .vic-checkout-details .summary div,
  .vic-payment .payment-wrapper .vic-checkout-details .breakdown div {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .vic-payment .payment-wrapper .vic-checkout-details .summary .card-checkout,
  .vic-payment .payment-wrapper .vic-checkout-details .breakdown .card-checkout {
    padding: 0;
  }
  .vic-payment .payment-wrapper .vic-checkout-details .summary:not(:first-child) {
    border-top: none;
  }
  .vic-payment .payment-wrapper .vic-checkout-details .summary div:last-child {
    padding-top: 5px;
  }
  .vic-payment .payment-wrapper .vic-checkout-details .breakdown {
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    float: left;
  }
  .vic-payment .payment-wrapper .checkbox-label {
    margin-left: 0;
  }
  .vic-payment .payment-wrapper .checkbox-label input {
    margin: -4px 5px 0 0;
  }
  .vic-payment .payment-wrapper-placeOrder .step-content {
    text-align: left;
  }
}
.legacySearch vic-card-form {
  display: block;
  margin-bottom: 15px;
}
.legacySearch vic-card-form label {
  text-transform: uppercase;
  color: #868686;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}
.legacySearch vic-card-form input {
  width: 100%;
  margin: 0 0 9px 0;
  padding: 15px;
  color: #000 !important;
  height: 48px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  border: solid 1px #e8e8e8;
  box-shadow: none;
}
.legacySearch vic-card-form input:focus {
  border-color: #67a412;
  outline: none;
  box-shadow: none;
}
.legacySearch vic-card-form input:disabled {
  opacity: 0.55;
}
.legacySearch vic-card-form .card-number-input {
  position: relative;
  width: 338px;
}
.legacySearch vic-card-form .card-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 24px;
  margin: auto;
  display: inline-block;
}
.legacySearch vic-card-form .card-icon.mastercard {
  background-image: url(mc_tiny.png);
}
.legacySearch vic-card-form .card-icon.visa {
  background-image: url(visa_tiny.png);
}
.legacySearch vic-card-form .card-icon.amex {
  background-image: url(amex_tiny.png);
}
.flexer,
.progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.no-flexer,
.progress-indicator.stacked {
  display: block;
}
.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.flexer-element,
.progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.progress-indicator > li {
  text-align: left;
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
  color: #e9e9e9;
}
.progress-indicator > li:hover,
.progress-indicator > li:active {
  color: #e9e9e9;
}
.progress-indicator > li:first-child.active .bubble:before,
.progress-indicator > li:first-child.active .bubble:after {
  background: #e9e9e9;
}
.progress-indicator > li:first-child .bubble {
  margin-left: 0;
  margin-right: 0;
}
.progress-indicator > li:last-child {
  text-align: right;
}
.progress-indicator > li:last-child.active .bubble:before,
.progress-indicator > li:last-child.active .bubble:after {
  background: #67a412;
  margin: 0 !important;
}
.progress-indicator > li:last-child .bubble {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}
.progress-indicator > li:last-child .text {
  display: block;
  text-align: right;
  margin-top: -5px;
}
.progress-indicator > li.completed {
  color: #67a412;
}
.progress-indicator > li.completed:hover,
.progress-indicator > li.completed:active {
  color: #67a412;
}
.progress-indicator > li.completed .bubble {
  background: #67a412;
}
.progress-indicator > li.completed .bubble:before,
.progress-indicator > li.completed .bubble:after {
  background: #67a412;
}
.progress-indicator > li.active .bubble {
  width: 26px;
  height: 22px;
  margin-top: 0;
  background: url('progress-plane-icon.png');
}
.progress-indicator > li.active .bubble:before {
  background: #67a412;
}
.progress-indicator > li.active .bubble:after {
  background: #e9e9e9;
}
.progress-indicator > li .bubble {
  z-index: 10;
  border: none;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background: #e9e9e9;
}
.progress-indicator > li .bubble:before,
.progress-indicator > li .bubble:after {
  width: 50%;
  z-index: -10;
  background: #e9e9e9;
}
body {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  background: #f6f6f6;
}
#checkOutTableContainer #checkOutTable tr.innerRow:nth-of-type(even) {
  background: none;
}
.checkoutwrapper {
  margin-bottom: 34px;
}
label[for="ctl00_uiContent_PayAllNow"] {
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 600;
}
.legacySearch strong {
  font-family: 'Avenir LT Std 85 Heavy', sans-serif;
  font-weight: normal;
}
.checkout-page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 64px;
  display: block;
  margin: 0 auto;
  background-size: 50%;
  background-repeat: no-repeat;
  top: 200px;
  background-position: center;
  background-size: 80px 80px;
  z-index: -1;
  background-image: url(loader-myvictor.gif);
}
.checkout-page h3 {
  margin: 30px auto;
  font-size: 40px;
  width: 1140px;
}
.checkout-page .legacySearch h5 {
  font-family: 'Montserrat', sans-serif;
}
.checkout-page .flight-info {
  width: 1140px;
  margin: 15px auto 0 auto;
  font-size: 14px;
  color: #303030;
  padding: 10px 0 30px;
  background: #f2f2f2;
}
.checkout-page .flight-info-airport-code {
  float: right;
  font-size: 16px;
}
.checkout-page .flight-info-title {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #000000;
  padding: 5px;
  width: 100%;
  float: left;
  text-align: right;
}
.checkout-page .flight-info-title h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 5px;
  width: 100%;
  float: right;
}
.checkout-page .flight-info ul {
  list-style: none;
}
.checkout-page .flight-info ul li {
  display: inline-block;
  padding-right: 20px;
  width: 20%;
  vertical-align: top;
  padding-top: 20px;
}
.checkout-page .flight-info ul li:nth-child(1) {
  padding-top: 10px;
}
.checkout-page .flight-info ul li:nth-child(3) {
  width: 45%;
}
.checkout-page .flight-info ul li.flight-info-amount {
  float: right;
  width: auto;
}
.checkout-page .flight-info .flight-info-amount {
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
}
.checkout-page .flight-info .flight-info-amount .total {
  display: none;
}
.checkout-page .flight-info .flight-info-note {
  color: #707070;
}
.checkout-page .flight-info .flight-info-note span {
  padding-right: 10px;
}
.checkout-page .flight-info .flight-info-category {
  text-align: left;
}
.checkout-page .flight-info .flight-info-aircraft {
  min-width: 120px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: left;
  text-align: left;
}
.checkout-page .flight-info .flight-info-aircraft.head-of-state-airliner {
  background-image: url(aircraft_head_of_state_airliner.png);
}
.checkout-page .flight-info .flight-info-aircraft.large-turbo-prop {
  background-image: url(aircraft_large_turbo_prop.png);
}
.checkout-page .flight-info .flight-info-aircraft.light-jet {
  background-image: url(aircraft_light_jet.png);
}
.checkout-page .flight-info .flight-info-aircraft.long-range-jet {
  background-image: url(aircraft_long_range_jet.png);
}
.checkout-page .flight-info .flight-info-aircraft.mid-size-jet {
  background-image: url(aircraft_mid_size_jet.png);
}
.checkout-page .flight-info .flight-info-aircraft.super-mid-size-jet {
  background-image: url(aircraft_super_mid_size_jet.png);
}
.checkout-page .flight-info .flight-info-aircraft.turbo-prop {
  background-image: url(aircraft_turbo_prop.png);
}
.checkout-page .flight-info .flight-info-aircraft.ultra-long-range-jet {
  background-image: url(aircraft_ultra_long_range_jet.png);
}
.checkout-page .flight-info .flight-info-aircraft.very-light-jet {
  background-image: url(aircraft_very_light_jet.png);
}
@media screen and (max-width: 1140px) {
  .checkout-page {
    width: 100%;
  }
  .checkout-page .flight-info {
    width: 100%;
    padding: 0 20px;
  }
  .checkout-page h3 {
    padding: 0 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checkout-page .visible-xs {
    display: block !important;
  }
  .checkout-page .hidden-xs {
    display: none !important;
  }
  .checkout-page h3 {
    width: 100%;
  }
  .checkout-page .flight-info-title {
    display: none;
  }
  .checkout-page .flight-info ul {
    margin: 0 5px 30px;
    border-top: 1px solid #CCC;
  }
  .checkout-page .flight-info ul li {
    display: inline-block;
    padding-right: 0;
    width: 100%;
    vertical-align: top;
    padding-top: 20px;
    text-align: left;
  }
  .checkout-page .flight-info ul li .flight-info-aircraft.light-jet {
    background-position: left;
  }
  .checkout-page .flight-info ul li:nth-child(3) {
    width: 100%;
  }
  .checkout-page .flight-info ul li.flight-info-amount {
    border-top: 1px solid #CCC;
    margin-top: 15px;
    width: 100%;
    float: none;
    text-align: right;
  }
  .checkout-page .flight-info .flight-info-amount {
    font-size: 20px;
    line-height: 100%;
  }
  .checkout-page .flight-info .flight-info-amount .total {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 20px;
    width: 50%;
    text-align: left;
  }
  .checkout-page .flight-info .flight-info-category {
    text-align: left;
  }
}
.paysafe__iframe {
  height: 400px;
  width: 1200px;
  background: red;
  position: fixed;
  top: 25%;
  left: 20%;
  z-index: 100500;
  display: none;
}
