@charset "UTF-8";
#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0;
}
#outdated.fullscreen {
  height: 100%;
}
#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #buttonUpdateBrowser {
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: 230px;
}
#outdated #buttonUpdateBrowser:hover {
  background-color: white;
  color: #f25648;
}
#outdated .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}
#outdated .last[dir=rtl] {
  left: 25px !important;
  right: auto !important;
}
#outdated #buttonCloseUpdateBrowser {
  color: white;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.classic-picker {
  /* ==========================================================================
     $BASE-PICKER
     ========================================================================== */
  /**
  * Note: the root picker element should *NOT* be styled more than what’s here.
  */
  /**
  * The picker input element.
  */
  /**
  * When the picker is opened, the input element is “activated”.
  */
  /**
  * The holder is the only “scrollable” top-level container element.
  */
  /* ==========================================================================
     $BASE-DATE-PICKER
     ========================================================================== */
  /**
      * The picker box.
      */
  /**
      * The header containing the month and year stuff.
      */
  /**
      * The month and year labels.
      */
  /**
      * The month and year selectors.
      */
  /**
      * The month navigation buttons.
      */
  /**
      * The calendar table of dates
      */
  /**
      * The weekday labels
      */
  /**
      * The days on the calendar
      */
  /**
      * The footer containing the "today", "clear", and "close" buttons.
      */
  /* ==========================================================================
     $BASE-TIME-PICKER
     ========================================================================== */
  /**
  * The list of times.
  */
  /**
  * The times on the clock.
  */
  /* Hovered time */
  /* Highlighted and hovered/focused time */
  /* Selected and hovered/focused time */
  /* Disabled time */
  /**
  * The clear button
  */
  /*!
   * Classic picker styling for pickadate.js
   * Demo: http://amsul.github.io/pickadate.js
   */
  /**
    * Note: the root picker element should *NOT* be styled more than what’s here.
    */
  /**
    * The holder is the base of the picker.
    */
  /**
    * The frame and wrap work together to ensure that
    * clicks within the picker don’t reach the holder.
    */
  /**
  * When the picker opens...
  */
  /* ==========================================================================
     $CLASSIC-DATE-PICKER
     ========================================================================== */
  /* ==========================================================================
     $CLASSIC-TIME-PICKER
     ========================================================================== */
  /**
      * Note: the root picker element should __NOT__ be styled
      * more than what’s here. Style the `.picker__holder` instead.
      */
  /**
      * The holder is the base of the picker.
      */
  /**
      * The box contains the list of times.
      */
}
.classic-picker .picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.classic-picker .picker__input {
  cursor: default;
}
.classic-picker .picker__input.picker__input--active {
  border-color: #e8a60c;
}
.classic-picker .picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.classic-picker .picker__box {
  padding: 0 1em;
}
.classic-picker .picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.classic-picker .picker__month,
.classic-picker .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.classic-picker .picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
.classic-picker .picker__select--month,
.classic-picker .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .classic-picker .picker__select--month,
  .classic-picker .picker__select--year {
    margin-top: -0.5em;
  }
}
.classic-picker .picker__select--month {
  width: 35%;
}
.classic-picker .picker__select--year {
  width: 22.5%;
}
.classic-picker .picker__select--month:focus,
.classic-picker .picker__select--year:focus {
  border-color: #e8a60c;
}
.classic-picker .picker__nav--prev,
.classic-picker .picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .classic-picker .picker__nav--prev,
  .classic-picker .picker__nav--next {
    top: -0.33em;
  }
}
.classic-picker .picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .classic-picker .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.classic-picker .picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .classic-picker .picker__nav--next {
    padding-left: 1.5em;
  }
}
.classic-picker .picker__nav--prev:before,
.classic-picker .picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.classic-picker .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.classic-picker .picker__nav--prev:hover,
.classic-picker .picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #f7d483;
}
.classic-picker .picker__nav--disabled,
.classic-picker .picker__nav--disabled:hover,
.classic-picker .picker__nav--disabled:before,
.classic-picker .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.classic-picker .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .classic-picker .picker__table {
    margin-bottom: 0.75em;
  }
}
.classic-picker .picker__table td {
  margin: 0;
  padding: 0;
}
.classic-picker .picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .classic-picker .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.classic-picker .picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.classic-picker .picker__day--today {
  position: relative;
}
.classic-picker .picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #b68002;
  border-left: 0.5em solid transparent;
}
.classic-picker .picker__day--disabled:before {
  border-top-color: #aaa;
}
.classic-picker .picker__day--outfocus {
  color: #ddd;
}
.classic-picker .picker__day--infocus:hover,
.classic-picker .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #f7d483;
}
.classic-picker .picker__day--highlighted {
  border-color: #e8a60c;
}
.classic-picker .picker__day--highlighted:hover,
.classic-picker .picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #f7d483;
}
.classic-picker .picker__day--selected,
.classic-picker .picker__day--selected:hover,
.classic-picker .picker--focused .picker__day--selected {
  background: #e8a60c;
  color: #fff;
}
.classic-picker .picker__day--disabled,
.classic-picker .picker__day--disabled:hover,
.classic-picker .picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.classic-picker .picker__day--highlighted.picker__day--disabled,
.classic-picker .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.classic-picker .picker__footer {
  text-align: center;
}
.classic-picker .picker__button--today,
.classic-picker .picker__button--clear,
.classic-picker .picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.classic-picker .picker__button--today:hover,
.classic-picker .picker__button--clear:hover,
.classic-picker .picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #f7d483;
  border-bottom-color: #f7d483;
}
.classic-picker .picker__button--today:focus,
.classic-picker .picker__button--clear:focus,
.classic-picker .picker__button--close:focus {
  background: #f7d483;
  border-color: #e8a60c;
  outline: none;
}
.classic-picker .picker__button--today:before,
.classic-picker .picker__button--clear:before,
.classic-picker .picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.classic-picker .picker__button--today:before,
.classic-picker .picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.classic-picker .picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #b68002;
  border-left: 0.66em solid transparent;
}
.classic-picker .picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}
.classic-picker .picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}
.classic-picker .picker__button--today[disabled],
.classic-picker .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.classic-picker .picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
.classic-picker .picker__list {
  list-style: none;
  padding: 0.75em 0 0.8em;
  margin: 0;
}
.classic-picker .picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .classic-picker .picker__list-item {
    padding: 0.5em 1em;
  }
}
.classic-picker .picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #f7d483;
  border-color: #e8a60c;
  z-index: 10;
}
.classic-picker .picker__list-item--highlighted {
  border-color: #e8a60c;
  z-index: 10;
}
.classic-picker .picker__list-item--highlighted:hover,
.classic-picker .picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #f7d483;
}
.classic-picker .picker__list-item--selected,
.classic-picker .picker__list-item--selected:hover,
.classic-picker .picker--focused .picker__list-item--selected {
  background: #e8a60c;
  color: #fff;
  z-index: 10;
}
.classic-picker .picker__list-item--disabled,
.classic-picker .picker__list-item--disabled:hover,
.classic-picker .picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
.classic-picker .picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.classic-picker .picker--time .picker__button--clear:hover,
.classic-picker .picker--time .picker__button--clear:focus {
  cursor: pointer;
  color: #000;
  background: #f7d483;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.classic-picker .picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.classic-picker .picker--time .picker__button--clear:hover:before,
.classic-picker .picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}
.classic-picker .picker {
  width: 100%;
}
.classic-picker .picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 285px;
  max-width: 300px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${percent})";
  filter: alpha(opacity=${percent});
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
.classic-picker .picker__frame {
  padding: 1px;
}
.classic-picker .picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=${percent})";
  filter: alpha(opacity=${percent});
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
.classic-picker .picker--time {
  min-width: 330px;
  max-width: 320px;
}
.classic-picker .picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .classic-picker .picker--time .picker__holder {
    font-size: 0.875em;
  }
}
.classic-picker .picker--time .picker__box {
  padding: 0;
  position: relative;
}

.mobile-picker {
  /* ==========================================================================
     $BASE-PICKER
     ========================================================================== */
  /**
  * Note: the root picker element should *NOT* be styled more than what’s here.
  */
  /**
  * The picker input element.
  */
  /**
  * When the picker is opened, the input element is “activated”.
  */
  /**
  * The holder is the only “scrollable” top-level container element.
  */
  /* ==========================================================================
     $BASE-DATE-PICKER
     ========================================================================== */
  /**
      * The picker box.
      */
  /**
      * The header containing the month and year stuff.
      */
  /**
      * The month and year labels.
      */
  /**
      * The month and year selectors.
      */
  /**
      * The month navigation buttons.
      */
  /**
      * The calendar table of dates
      */
  /**
      * The weekday labels
      */
  /**
      * The days on the calendar
      */
  /**
      * The footer containing the "today", "clear", and "close" buttons.
      */
  /* ==========================================================================
     $BASE-TIME-PICKER
     ========================================================================== */
  /**
  * The list of times.
  */
  /**
  * The times on the clock.
  */
  /* Hovered time */
  /* Highlighted and hovered/focused time */
  /* Selected and hovered/focused time */
  /* Disabled time */
  /**
  * The clear button
  */
  /* ==========================================================================
     $BASE-PICKER
     ========================================================================== */
  /**
   * Note: the root picker element should *NOT* be styled more than what’s here.
   */
  /**
     * The picker input element.
     */
  /**
     * When the picker is opened, the input element is “activated”.
     */
  /**
     * The holder is the only “scrollable” top-level container element.
     */
  /*!
     * Default mobile-first, responsive styling for pickadate.js
     * Demo: http://amsul.github.io/pickadate.js
     */
  /**
     * Note: the root picker element should *NOT* be styled more than what’s here.
     */
  /**
     * Make the holder and frame fullscreen.
     */
  /**
     * The holder should overlay the entire screen.
     */
  /**
     * The frame that bounds the box contents of the picker.
     */
  /**
     * The wrapper sets the stage to vertically align the box contents.
     */
  /**
     * The box contains all the picker contents.
     */
  /**
     * When the picker opens...
     */
  /**
   * The picker box.
   */
  /**
     * The header containing the month and year stuff.
     */
  /**
     * The month and year labels.
     */
  /**
     * The month and year selectors.
     */
  /**
     * The month navigation buttons.
     */
  /**
     * The calendar table of dates
     */
  /**
     * The weekday labels
     */
  /**
     * The days on the calendar
     */
  /**
     * The footer containing the "today", "clear", and "close" buttons.
     */
  /**
   * The list of times.
   */
  /**
     * The times on the clock.
     */
  /* Hovered time */
  /* Highlighted and hovered/focused time */
  /* Selected and hovered/focused time */
  /* Disabled time */
  /**
     * The clear button
     */
  /* ==========================================================================
       $DEFAULT-TIME-PICKER
       ========================================================================== */
  /**
     * The frame the bounds the time picker.
     */
  /**
     * The picker box.
     */
}
.mobile-picker .picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mobile-picker .picker__input {
  cursor: default;
}
.mobile-picker .picker__input.picker__input--active {
  border-color: #e8a60c;
}
.mobile-picker .picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-picker .picker__box {
  padding: 0 1em;
}
.mobile-picker .picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.mobile-picker .picker__month,
.mobile-picker .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.mobile-picker .picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
.mobile-picker .picker__select--month,
.mobile-picker .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .mobile-picker .picker__select--month,
  .mobile-picker .picker__select--year {
    margin-top: -0.5em;
  }
}
.mobile-picker .picker__select--month {
  width: 35%;
}
.mobile-picker .picker__select--year {
  width: 22.5%;
}
.mobile-picker .picker__select--month:focus,
.mobile-picker .picker__select--year:focus {
  border-color: #e8a60c;
}
.mobile-picker .picker__nav--prev,
.mobile-picker .picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .mobile-picker .picker__nav--prev,
  .mobile-picker .picker__nav--next {
    top: -0.33em;
  }
}
.mobile-picker .picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .mobile-picker .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.mobile-picker .picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .mobile-picker .picker__nav--next {
    padding-left: 1.5em;
  }
}
.mobile-picker .picker__nav--prev:before,
.mobile-picker .picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.mobile-picker .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.mobile-picker .picker__nav--prev:hover,
.mobile-picker .picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #f7d483;
}
.mobile-picker .picker__nav--disabled,
.mobile-picker .picker__nav--disabled:hover,
.mobile-picker .picker__nav--disabled:before,
.mobile-picker .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.mobile-picker .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .mobile-picker .picker__table {
    margin-bottom: 0.75em;
  }
}
.mobile-picker .picker__table td {
  margin: 0;
  padding: 0;
}
.mobile-picker .picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .mobile-picker .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.mobile-picker .picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.mobile-picker .picker__day--today {
  position: relative;
}
.mobile-picker .picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #b68002;
  border-left: 0.5em solid transparent;
}
.mobile-picker .picker__day--disabled:before {
  border-top-color: #aaa;
}
.mobile-picker .picker__day--outfocus {
  color: #ddd;
}
.mobile-picker .picker__day--infocus:hover,
.mobile-picker .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #f7d483;
}
.mobile-picker .picker__day--highlighted {
  border-color: #e8a60c;
}
.mobile-picker .picker__day--highlighted:hover,
.mobile-picker .picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #f7d483;
}
.mobile-picker .picker__day--selected,
.mobile-picker .picker__day--selected:hover,
.mobile-picker .picker--focused .picker__day--selected {
  background: #e8a60c;
  color: #fff;
}
.mobile-picker .picker__day--disabled,
.mobile-picker .picker__day--disabled:hover,
.mobile-picker .picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.mobile-picker .picker__day--highlighted.picker__day--disabled,
.mobile-picker .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.mobile-picker .picker__footer {
  text-align: center;
}
.mobile-picker .picker__button--today,
.mobile-picker .picker__button--clear,
.mobile-picker .picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.mobile-picker .picker__button--today:hover,
.mobile-picker .picker__button--clear:hover,
.mobile-picker .picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #f7d483;
  border-bottom-color: #f7d483;
}
.mobile-picker .picker__button--today:focus,
.mobile-picker .picker__button--clear:focus,
.mobile-picker .picker__button--close:focus {
  background: #f7d483;
  border-color: #e8a60c;
  outline: none;
}
.mobile-picker .picker__button--today:before,
.mobile-picker .picker__button--clear:before,
.mobile-picker .picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.mobile-picker .picker__button--today:before,
.mobile-picker .picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.mobile-picker .picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #b68002;
  border-left: 0.66em solid transparent;
}
.mobile-picker .picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}
.mobile-picker .picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}
.mobile-picker .picker__button--today[disabled],
.mobile-picker .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.mobile-picker .picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
.mobile-picker .picker__list {
  list-style: none;
  padding: 0.75em 0 0.8em;
  margin: 0;
}
.mobile-picker .picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .mobile-picker .picker__list-item {
    padding: 0.5em 1em;
  }
}
.mobile-picker .picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #f7d483;
  border-color: #e8a60c;
  z-index: 10;
}
.mobile-picker .picker__list-item--highlighted {
  border-color: #e8a60c;
  z-index: 10;
}
.mobile-picker .picker__list-item--highlighted:hover,
.mobile-picker .picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #f7d483;
}
.mobile-picker .picker__list-item--selected,
.mobile-picker .picker__list-item--selected:hover,
.mobile-picker .picker--focused .picker__list-item--selected {
  background: #e8a60c;
  color: #fff;
  z-index: 10;
}
.mobile-picker .picker__list-item--disabled,
.mobile-picker .picker__list-item--disabled:hover,
.mobile-picker .picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
.mobile-picker .picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.mobile-picker .picker--time .picker__button--clear:hover,
.mobile-picker .picker--time .picker__button--clear:focus {
  cursor: pointer;
  color: #000;
  background: #f7d483;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.mobile-picker .picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.mobile-picker .picker--time .picker__button--clear:hover:before,
.mobile-picker .picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}
.mobile-picker .picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mobile-picker .picker__input {
  cursor: default;
}
.mobile-picker .picker__input.picker__input--active {
  border-color: #e8a60c;
}
.mobile-picker .picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-picker .picker__holder,
.mobile-picker .picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}
.mobile-picker .picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
.mobile-picker .picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .mobile-picker .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .mobile-picker .picker__frame {
    margin-bottom: 7.5%;
  }
}
.mobile-picker .picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .mobile-picker .picker__wrap {
    display: block;
  }
}
.mobile-picker .picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .mobile-picker .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .mobile-picker .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .mobile-picker .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
.mobile-picker .picker--opened .picker__holder {
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.mobile-picker .picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .mobile-picker .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
.mobile-picker .picker__box {
  padding: 0 1em;
}
.mobile-picker .picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.mobile-picker .picker__month,
.mobile-picker .picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.mobile-picker .picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}
.mobile-picker .picker__select--month,
.mobile-picker .picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .mobile-picker .picker__select--month,
  .mobile-picker .picker__select--year {
    margin-top: -0.5em;
  }
}
.mobile-picker .picker__select--month {
  width: 35%;
}
.mobile-picker .picker__select--year {
  width: 22.5%;
}
.mobile-picker .picker__select--month:focus,
.mobile-picker .picker__select--year:focus {
  border-color: #e8a60c;
}
.mobile-picker .picker__nav--prev,
.mobile-picker .picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .mobile-picker .picker__nav--prev,
  .mobile-picker .picker__nav--next {
    top: -0.33em;
  }
}
.mobile-picker .picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .mobile-picker .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.mobile-picker .picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .mobile-picker .picker__nav--next {
    padding-left: 1.5em;
  }
}
.mobile-picker .picker__nav--prev:before,
.mobile-picker .picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.mobile-picker .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.mobile-picker .picker__nav--prev:hover,
.mobile-picker .picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #f7d483;
}
.mobile-picker .picker__nav--disabled,
.mobile-picker .picker__nav--disabled:hover,
.mobile-picker .picker__nav--disabled:before,
.mobile-picker .picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.mobile-picker .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .mobile-picker .picker__table {
    margin-bottom: 0.75em;
  }
}
.mobile-picker .picker__table td {
  margin: 0;
  padding: 0;
}
.mobile-picker .picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .mobile-picker .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.mobile-picker .picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.mobile-picker .picker__day--today {
  position: relative;
}
.mobile-picker .picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #e8a60c;
  border-left: 0.5em solid transparent;
}
.mobile-picker .picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.mobile-picker .picker__day--outfocus {
  color: #dddddd;
}
.mobile-picker .picker__day--infocus:hover,
.mobile-picker .picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #f7d483;
}
.mobile-picker .picker__day--highlighted {
  border-color: #e8a60c;
}
.mobile-picker .picker__day--highlighted:hover,
.mobile-picker .picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #f7d483;
}
.mobile-picker .picker__day--selected,
.mobile-picker .picker__day--selected:hover,
.mobile-picker .picker--focused .picker__day--selected {
  background: #e8a60c;
  color: #ffffff;
}
.mobile-picker .picker__day--disabled,
.mobile-picker .picker__day--disabled:hover,
.mobile-picker .picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.mobile-picker .picker__day--highlighted.picker__day--disabled,
.mobile-picker .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
.mobile-picker .picker__footer {
  text-align: center;
}
.mobile-picker .picker__button--today,
.mobile-picker .picker__button--clear,
.mobile-picker .picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.mobile-picker .picker__button--today:hover,
.mobile-picker .picker__button--clear:hover,
.mobile-picker .picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #f7d483;
  border-bottom-color: #f7d483;
}
.mobile-picker .picker__button--today:focus,
.mobile-picker .picker__button--clear:focus,
.mobile-picker .picker__button--close:focus {
  background: #f7d483;
  border-color: #e8a60c;
  outline: none;
}
.mobile-picker .picker__button--today:before,
.mobile-picker .picker__button--clear:before,
.mobile-picker .picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.mobile-picker .picker__button--today:before,
.mobile-picker .picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.mobile-picker .picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #e8a60c;
  border-left: 0.66em solid transparent;
}
.mobile-picker .picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}
.mobile-picker .picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}
.mobile-picker .picker__button--today[disabled],
.mobile-picker .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.mobile-picker .picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
.mobile-picker .picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
.mobile-picker .picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .mobile-picker .picker__list-item {
    padding: 0.5em 1em;
  }
}
.mobile-picker .picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #f7d483;
  border-color: #e8a60c;
  z-index: 10;
}
.mobile-picker .picker__list-item--highlighted {
  border-color: #e8a60c;
  z-index: 10;
}
.mobile-picker .picker__list-item--highlighted:hover,
.mobile-picker .picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.mobile-picker .picker__list-item--selected,
.mobile-picker .picker__list-item--selected:hover,
.mobile-picker .picker--focused .picker__list-item--selected {
  background: #e8a60c;
  color: #ffffff;
  z-index: 10;
}
.mobile-picker .picker__list-item--disabled,
.mobile-picker .picker__list-item--disabled:hover,
.mobile-picker .picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
.mobile-picker .picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.mobile-picker .picker--time .picker__button--clear:hover,
.mobile-picker .picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.mobile-picker .picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.mobile-picker .picker--time .picker__button--clear:hover:before,
.mobile-picker .picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}
.mobile-picker .picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
.mobile-picker .picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .mobile-picker .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

.no-select, .product-option, .custom-checkbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

header {
  background-color: #fff;
}
header .nav-container {
  position: relative;
  width: 100%;
  margin: auto;
}
header nav {
  overflow: hidden;
  height: 80px;
  width: 100%;
  background-color: #fff;
}
header nav .logo {
  position: absolute;
  display: inline-block;
}
header nav .logo.disabled-transport {
  top: 12px;
  left: 15px;
  width: 60px;
}
header nav .logo.patient-transport {
  top: 14px;
  left: 6px;
  width: 75px;
}
header nav .logo img {
  width: 100%;
  height: auto;
}
header nav .line {
  position: absolute;
  top: 28px;
  left: 87px;
  right: 0;
  background-color: #ffd500;
  height: 16px;
}
header nav .title {
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 84px;
  right: 0;
  height: 27px;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
}
header nav .subtitle {
  display: inline-block;
  position: absolute;
  top: 44px;
  left: 84px;
  right: 0;
  height: 27px;
  line-height: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width : 479px) {
  header nav {
    height: 70px;
  }
  header nav .logo img {
    width: 80%;
  }
  header nav .line {
    top: 21px;
    left: 73px;
    height: 12px;
  }
  header nav .title {
    top: 8px;
    left: 71px;
    height: 27px;
    line-height: 32px;
    font-size: 28px;
  }
  header nav .subtitle {
    top: 32px;
    left: 71px;
    height: 27px;
    line-height: 32px;
    font-size: 16px;
  }
}

.wizard ul.progressbar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.wizard ul.progressbar li.section {
  position: relative;
  display: inline-block;
  padding-top: 55px;
  font-size: 12px;
  line-height: 16px;
  color: #d4d4d4;
  vertical-align: top;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wizard ul.progressbar li.section:before {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 23px);
  z-index: 1;
  width: 45px;
  height: 45px;
  color: #d4d4d4;
  border: 4px solid #d4d4d4;
  border-radius: 22.5px;
  line-height: 30px;
  background: #fff;
}
.wizard ul.progressbar li.section:after {
  content: "";
  position: absolute;
  top: 18px;
  left: calc(50% - 23px);
  z-index: 1;
  width: 45px;
  height: 45px;
  font-size: 24px;
  font-weight: 700;
  color: #d4d4d4;
}
.wizard ul.progressbar li.section.one:after {
  content: "1";
}
.wizard ul.progressbar li.section.two:after {
  content: "2";
}
.wizard ul.progressbar li.section.three:after {
  content: "3";
}
.wizard ul.progressbar li.section.four:after {
  content: "4";
}
.wizard ul.progressbar li.section.first {
  text-align: left;
}
.wizard ul.progressbar li.section.first:before {
  left: 23px;
}
.wizard ul.progressbar li.section.first:after {
  text-align: center;
  left: 23px;
}
.wizard ul.progressbar li.section.last {
  text-align: right;
}
.wizard ul.progressbar li.section.last:before {
  left: calc(90% - 45px);
}
.wizard ul.progressbar li.section.last:after {
  text-align: center;
  left: calc(90% - 45px);
}
@keyframes changeColor {
  from {
    color: #d4d4d4;
  }
  to {
    color: #e8a60c;
  }
}
@keyframes changeBorderColor {
  from {
    border: 4px solid #d4d4d4;
  }
  to {
    border: 4px solid #e8a60c;
  }
}
.wizard ul.progressbar li.section.visited:before {
  animation: changeBorderColor 0.5s linear;
  animation-fill-mode: forwards;
}
.wizard ul.progressbar li.section.visited:after {
  animation: changeColor 0.5s linear;
  animation-fill-mode: forwards;
}
.wizard ul.progressbar li.section.visited {
  color: #807d7d;
}
.wizard .statusbar {
  height: 4px;
  background: #d4d4d4;
  position: relative;
  top: 27px;
  margin: 0 auto;
  width: 75%;
}
.wizard .statusbar .status {
  width: 0%;
  height: 4px;
  background: #e8a60c;
  transition: width 0.35s ease;
}
@media only screen and (max-width : 479px) {
  .wizard ul.progressbar {
    width: 100%;
  }
  .wizard ul.progressbar li.section {
    height: 0;
  }
  .wizard ul.progressbar li.section.first {
    text-align: left;
  }
  .wizard ul.progressbar li.section.first:before {
    left: 0;
  }
  .wizard ul.progressbar li.section.first:after {
    text-align: center;
    left: 0;
  }
  .wizard ul.progressbar li.section.last {
    text-align: right;
  }
  .wizard ul.progressbar li.section.last:before {
    left: calc(100% - 45px);
  }
  .wizard ul.progressbar li.section.last:after {
    text-align: center;
    left: calc(100% - 45px);
  }
}

.ie .wizard ul.progressbar li.section:after {
  top: 20px;
}

.form-container {
  position: relative;
}
.form-container .form-card {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  display: none;
}
.form-container .form-card.show {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 1.5rem !important;
  margin-bottom: 1rem !important;
  display: block;
  overflow: visible;
}
.form-container .card.selected {
  transform: scale(1.03);
}
.form-container .card .card-body .title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.form-container .card .card-body .price {
  margin: 25px auto 5px;
  line-height: 20px;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
.form-container .card .card-body .price-detail {
  margin: 10px auto 5px;
  line-height: 13px;
  text-align: center;
}
.form-container .card .card-body .btn {
  margin-top: 25px;
}
.form-container .animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.form-container animate-fading {
  animation: fading 10s infinite;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  /* Rounded sliders */
}
.switch input {
  display: none;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dee2e6;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.2s all;
}
.switch input:checked + .slider {
  background-color: #e8a60c;
}
.switch input:focus + .slider {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(232, 166, 12, 0.25);
}
.switch input:checked + .slider {
  box-shadow: 0 0 0 0.2rem rgba(232, 166, 12, 0.25);
}
.switch input:checked + .slider:before {
  transform: translateX(25px);
}
.switch .slider.round {
  border-radius: 12.5px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch > label {
  position: absolute;
  top: -1px;
  left: 56px;
}

@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?185f67886e1ba8e2d6062fd6fdc646b1);
  src: url(/fonts/icomoon.eot?185f67886e1ba8e2d6062fd6fdc646b1#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?b5c0ee309e1076a1b84bbd894e456879) format("truetype"), url(/fonts/icomoon.woff?6245a6e90859c6a91a585dc30ed36748) format("woff"), url(/fonts/icomoon.svg?4d1df8ff1dd9673510d91795eaa09cc3#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-question-circle:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e902";
}

.icon-envelope:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e900";
}

.icon-spinner2:before {
  content: "\e901";
}

.icon-spinner:before {
  content: "\e903";
}

@font-face {
  font-family: "lato";
  src: url(/fonts/Lato-Regular.eot?19df47b6173ee16371f8ced5699c12b6);
  src: url(/fonts/Lato-Regular.eot?19df47b6173ee16371f8ced5699c12b6) format("embedded-opentype"), url(/fonts/Lato-Regular.ttf?bb14dc80e8b5d860fe9cb2362987d630) format("truetype"), url(/fonts/Lato-Regular.woff?1d2ca94dfba6f8d87cfda33b32f0febc) format("woff"), url(/fonts/Lato-Regular.woff2?75614cfcfedd509b1f7ac1c26c53bb7f) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url(/fonts/Lato-Bold.eot?825d6d758b2655ab90e8594b2aff01f9);
  src: url(/fonts/Lato-Bold.eot?825d6d758b2655ab90e8594b2aff01f9) format("embedded-opentype"), url(/fonts/Lato-Bold.ttf?8acc961684668b6e28e961e26afc2af9) format("truetype"), url(/fonts/Lato-Bold.woff?89b618086a797a8be0f4549489bb2993) format("woff"), url(/fonts/Lato-Bold.woff2?21b3848a32fce5b0f5014948186f6964) format("woff2");
  font-weight: 700;
  font-style: normal;
}
.form-control[readonly] {
  background-color: #fff;
  cursor: pointer;
}

.form-control:focus {
  border-color: #e8a60c;
  box-shadow: 0 0 0 0 transparent;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  opacity: 0.5;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  color: #212529;
}

.input-group.with-icon {
  position: relative;
}
.input-group.with-icon > input {
  padding-right: 2.67em !important;
}
.input-group.with-icon > .icon {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 2.67em;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
}
.input-group.with-icon > .icon.complete {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.input-group.with-icon > .icon.complete:before {
  content: "\e900";
  position: absolute;
  top: 11px;
  right: 9px;
  font-size: 1.3em;
  color: #208537;
}
.input-group.with-icon > .icon.error {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.input-group.with-icon > .icon.error:before {
  content: "\e904";
  position: absolute;
  top: 10px;
  right: 11px;
  font-size: 1.3em;
  color: #a72121;
}
.input-group.with-icon > .icon.loading2 {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.input-group.with-icon > .icon.loading2:before {
  content: "\e901";
  position: absolute;
  top: 10px;
  right: 9px;
  font-size: 1.35em;
  color: #e8a60c;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.input-group.with-icon > .icon.loading:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #e8a60c;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  animation: spin 0.8s linear infinite;
}

.ie .input-group.with-icon > .icon {
  top: -4px;
}

.tooltip {
  position: absolute;
  background: #555;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  z-index: 999;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #555;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.uploadview {
  transition: visibility 0s linear opacity 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: 0;
}
.uploadview.show {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 20px;
}
.uploadview.success .loader-wrapper .newsletter, .uploadview.fail .loader-wrapper .newsletter {
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fillGreen {
  100% {
    box-shadow: inset 0px 0px 0px 85px #7ac142;
  }
}
@keyframes fillRed {
  100% {
    box-shadow: inset 0px 0px 0px 85px #c14e42;
  }
}
.uploadview.success .loader-wrapper > .loader .svg.spinner, .uploadview.fail .loader-wrapper > .loader .svg.spinner {
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.uploadview.success .loader-wrapper > .loader .svg.spinner .background, .uploadview.fail .loader-wrapper > .loader .svg.spinner .background {
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.uploadview.success .loader-wrapper > .loader .svg.spinner .circle, .uploadview.fail .loader-wrapper > .loader .svg.spinner .circle {
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.uploadview.success .loader-wrapper > .loader .svg.spinner {
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fillGreen 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.uploadview.success .loader-wrapper > .loader .svg.spinner .cross {
  display: none;
}
.uploadview.success .loader-wrapper > .loader .svg.spinner .checkmark {
  transform-origin: 50% 50%;
  stroke-dasharray: 175;
  stroke-dashoffset: 175;
  stroke-width: 16px;
  animation: stroke 0.35s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.uploadview.fail .loader-wrapper > .loader .svg.spinner {
  box-shadow: inset 0px 0px 0px #c14e42;
  animation: fillRed 0.4s ease-in-out 0.4s forwards;
}
.uploadview.fail .loader-wrapper > .loader .svg.spinner .cross {
  transform-origin: 50% 50%;
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
  stroke-width: 16px;
  animation: stroke 0.4s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.uploadview.fail .loader-wrapper > .loader .svg.spinner .checkmark {
  display: none;
}
.uploadview.ie .loader-wrapper > .loader .svg.spinner .checkmark,
.uploadview.ie .loader-wrapper > .loader .svg.spinner .cross {
  stroke-dashoffset: 0;
}
.uploadview .loader-wrapper {
  position: relative;
  height: 200px;
}
.uploadview .loader-wrapper > .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.uploadview .loader-wrapper > .loader > .newsletter {
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 180px;
  margin: auto;
  display: block;
}
.uploadview .loader-wrapper > .loader > .newsletter #Letter {
  transform: translateY(-35px);
}
.uploadview .loader-wrapper > .loader > .newsletter.in #Letter {
  animation: slideIn 1s ease-in forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 112.2;
  }
  50% {
    transform: rotate(720deg);
    stroke-dashoffset: 533.8;
  }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 112.2;
  }
}
.uploadview .loader-wrapper > .loader .svg.spinner {
  width: 170px;
  height: 170px;
  position: relative;
  margin: auto;
  display: block;
}
.uploadview .loader-wrapper > .loader .svg.spinner .circle {
  fill: transparent;
  stroke: #e8a60c;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 533.8;
  transform-origin: 85px 85px 0;
  animation: spinner 5s linear infinite;
}
.uploadview .text-wrapper {
  margin-bottom: 38px;
}
.uploadview .text-wrapper .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 2em;
}
.uploadview .text-wrapper .text {
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
}
.uploadview .text-wrapper .text.upload {
  margin-top: 10px;
}
.uploadview .button-wrapper {
  margin-top: 15px;
  text-align: center;
}

.contact-slider {
  position: fixed;
  top: 95px;
  right: -263px;
  width: 260px;
  height: 445px;
  padding: 28px 28px;
  border-radius: 3px;
  z-index: 1000;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  box-shadow: 0 0 8px gray;
}
.contact-slider.open {
  right: -3px;
}
.contact-slider .sidebar {
  cursor: pointer;
  border-right: 1px solid white;
  position: absolute;
  top: 155px;
  left: -36px;
  width: 37px;
  height: 117px;
  background-color: #ffd500;
  z-index: 999;
}
.contact-slider .sidebar:hover {
  background-color: #f5cc00;
}
.contact-slider .content > h2 {
  font-size: 20px;
  margin-bottom: 12px;
}
.contact-slider .content > p {
  font-size: 14px;
  margin-bottom: 14px;
}
.contact-slider .content > .box {
  display: block;
  cursor: pointer;
  background: #f5f5f5;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 10px;
}
.contact-slider .content > .box .icon {
  display: block;
  background-color: #fff;
  border: 1px solid #e8a60c;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  transition: background-color 0.7s ease;
}
.contact-slider .content > .box .icon i {
  color: #e8a60c;
  line-height: 60px;
}
.contact-slider .content > .box .icon .icon-phone {
  font-size: 30px;
}
.contact-slider .content > .box .icon .icon-envelope {
  font-size: 27px;
  line-height: 58px;
}
.contact-slider .content > .box:hover .icon {
  background-color: #e8a60c;
  border: 1px solid #fff;
}
.contact-slider .content > .box:hover .icon i {
  color: #fff;
}
.contact-slider .content > .box h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}
.contact-slider .content > .box p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 14px;
}
@media only screen and (max-width : 479px) {
  .contact-slider {
    top: 10px;
    display: none;
  }
}

a {
  color: #e8a60c;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #de8d14;
  text-decoration: none;
}

main.container {
  position: relative;
  max-width: 960px;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

label {
  font-weight: 600;
  font-size: 13px;
  line-height: 28px;
  color: #807d7d;
  display: inline-block;
  margin-bottom: 0.1rem;
  margin-left: 0.1rem;
}

.hint label {
  line-height: 16px;
  font-size: 11px;
  padding-left: 5px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(232, 166, 12, 0.25);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e8a60c;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #e8a60c;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 58, 64, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 58, 64, 0.5);
}
.custom-checkbox label {
  cursor: pointer;
  font-weight: 400;
}

.btn {
  outline: 0;
  border: none;
  background: #e0e1e2 none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  margin: 0 0.25em 0 0;
  padding: 0.5em 1.5em;
}
.btn:hover {
  background-color: #cacbcd;
  background-image: none;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  color: rgba(0, 0, 0, 0.8);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.btn:focus, .btn.focus {
  box-shadow: none;
}

.ie .btn {
  padding: 0.65em 1.5em 0.35em 1.5em;
}

.btn-primary {
  background-color: #e8a60c;
  color: #fff;
  text-shadow: none;
  background-image: none;
}
.btn-primary:hover {
  background-color: #de8d14;
  color: #fff;
  text-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #e8a60c;
  color: #fff;
  border-color: none;
}

.product {
  overflow: hidden;
}
.product .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 190px;
  width: 100%;
  display: block;
}
.product > .info {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 200;
}
.product > .info .btn-round {
  border: 2px white solid;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  font-size: 28px;
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: 800;
  line-height: 25px;
  background-color: #4169e1;
  color: #fff;
  padding-right: 1px;
}
.product > .info .btn-round:hover {
  background-color: #5b7ee5;
}
.product .requirement {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.product .requirement > .info {
  position: absolute;
  top: 50%;
  height: 130px;
  margin-top: -65px;
  width: 100%;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.product .requirement > .info > h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.product.disabled .card-img-top {
  opacity: 0.8;
  filter: blur(4px);
}
.product.disabled .card-body {
  opacity: 0.8;
  filter: blur(4px);
}
.product.disabled .requirement {
  display: block;
}

.options .instructions {
  text-align: center;
  margin: 20px 5px;
}

.product-option {
  width: 100%;
  margin-bottom: 3px;
}
.product-option label {
  cursor: pointer;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
}
.product-option .detail {
  cursor: pointer;
  line-height: 10px;
  margin-bottom: 10px;
}
.product-option .price {
  cursor: pointer;
  font-size: 0.7rem;
  line-height: 12px;
}
.product-option .counter {
  width: 20px;
  height: 64px;
  text-align: center;
  display: inline-block;
  margin: 0;
}
.product-option .counter .count {
  font-weight: 400;
  font-size: 13px;
  color: #6c757d;
}
.product-option .counter .increment,
.product-option .counter .decrement {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 21px;
  background-color: rgb(224, 225, 226);
  color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.product-option .counter .increment:hover,
.product-option .counter .decrement:hover {
  background-color: #cacbcd;
  color: rgba(0, 0, 0, 0.8);
}
.product-option .counter-label {
  top: -12px;
}

.contact .other-address.off {
  opacity: 0.3;
}

.overview .options {
  margin-bottom: 20px;
}
.overview .options .option {
  margin-bottom: 5px;
}
.overview .options .option .key {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #807d7d;
  margin-bottom: 0.1rem;
}
.overview .options .option .key,
.overview .options .option .value {
  font-size: 13px;
}
.overview .cost-report .row {
  margin-bottom: 5px;
}
.overview .cost-report h3 {
  font-size: 1.2rem;
}
.overview .cost-report h4 {
  font-size: 1rem;
}
.overview .cost-report .text {
  color: #807d7d;
}
.overview .cost-report .text,
.overview .cost-report .price {
  font-size: 13px;
}
.overview .cost-report .price {
  text-align: right;
}
.overview .cost-report .total .text,
.overview .cost-report .total .price {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.overview .terms-and-conditions {
  padding-right: 24px;
  float: right;
}
@media only screen and (max-width : 479px) {
  .overview .terms-and-conditions {
    margin-top: 60px;
    float: none;
    text-align: center;
  }
}

hr {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}

.modal-header h5 {
  margin-bottom: 0;
}

.classic-picker .picker__select--year {
  width: 29.5%;
  height: auto;
  padding: 0.1em;
}
.classic-picker .picker__select--month {
  width: 39%;
  height: auto;
  padding: 0.1em;
}

.completion.modal .modal-header {
  background-color: #ffd500;
  color: #000;
  height: 80px;
  line-height: 1.4rem;
}
.completion.modal .modal-header .title {
  margin: auto;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}
.completion.modal .modal-body {
  padding: 1rem 3rem;
}
