/*
 * Cropper.js v1.5.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-03-10T09:55:50.492Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas,
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51,153,255,0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after,
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/*# sourceMappingURL=node_modules/cropperjs/dist/cropper.min.css.map */.calendar-container {
  position: relative;
}
.calendar-container .calendar {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1000;
  font-size: 0.875rem;
  background-color: $white;
  box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
  padding: 10px;
}
.calendar-container .calendar .actions {
  text-align: right;
}
.calendar-container .calendar .controls {
  margin: 10px 0;
}
.calendar-container .calendar table thead {
  font-weight: bold;
}
.calendar-container .calendar table td {
  padding: 5px;
}
.calendar-container .calendar table tbody td:hover {
  cursor: pointer;
  background-color: $bright-blue-3;
}
.visuallyhidden,
input[type=radio],
input[type=checkbox]:not(old) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.site-footer {
  color: #fff;
  background-color: #464342;
  width: 100%;
}
.page-wrap {
  flex: 1;
  background-color: #fff;
}
.flexRowFoot {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-around;
}
.flexRowFoot .flex-1 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 454px) {
  .gw-footer-icon {
    width: 100%;
  }
}
::-webkit-input-placeholder {
  color: #a9a9a9;
}
:-moz-placeholder {
  color: #a9a9a9;
}
::-moz-placeholder {
  color: #a9a9a9;
}
:-ms-input-placeholder {
  color: #a9a9a9;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  color: #a9a9a9;
}
label {
  color: #575757;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.2rem;
}
span.checkbox-label label {
  display: inline;
  padding-right: 0.5rem;
  text-transform: capitalize;
}
.label16 label {
  font-size: 1rem;
}
.height24 {
  height: 24px !important;
}
input.error {
  border: 1px solid #b50000;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='date'],
input[type='time'],
input[type='datetime'],
textarea {
  color: #212121 !important;
  font-size: 1rem;
  padding: 0.5rem 0.375rem;
  border: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: normal;
  height: 36px;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='button'],
input[type='submit'],
input[type='date'],
input[type='time'],
input[type='datetime'] {
  width: 100%;
}
input[type='number'] {
  width: 65px;
}
input[type='number'].lrgInput {
  width: 144px;
}
input[type='email'].smInput {
  width: 144px;
}
input[type='text'].smInput {
  width: 30px;
}
input[type='text'].shortInput {
  width: 50px;
}
input[type='tel'].smInput {
  width: 110px;
}
input.smInput {
  padding: 0.125rem 0 0 0.25rem;
  font-size: 0.75rem;
  height: 18px;
}
input.ng-invalid.ng-dirty {
  border: 1px solid #b50000;
}
input.ng-invalid.ng-touched {
  border: 1px solid #b50000;
}
form.ng-submitted .ng-invalid {
  border: 1px solid #b50000;
}
form.ng-submitted .ng-invalid.not-required {
  border: 1px solid #d7d7d7;
}
.time-info {
  position: relative;
  text-align: right;
  top: -1.6em;
  margin-left: 6.7em;
  height: 0;
  color: #a9a9a9;
}
@media screen and (max-width: 580px) {
  .time-info {
    margin-left: calc(87%);
  }
}
.form-info {
  text-align: right;
  top: -1.6em;
  margin-left: 6.7em;
  height: 0;
  color: #a9a9a9;
}
@media screen and (max-width: 580px) {
  .form-info {
    margin-left: calc(87%);
  }
}
.dropdown-menu {
  list-style-type: none;
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  border: 1px solid #d7d7d7;
  font-size: 0.85rem;
  line-height: 1.1rem;
  margin-top: 1px;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  max-height: 800px;
  overflow: auto;
}
.dropdown-menu strong {
  color: #464342;
}
#duration {
  width: 100%;
}
#qtHours {
  width: 448px;
}
@media screen and (max-width: 670px) {
  #qtHours {
    width: 100%;
  }
}
textarea {
  resize: none;
  height: 6rem;
  width: 100%;
}
textarea.short {
  height: 4.5rem;
}
textarea.tall {
  height: 12rem;
}
input[type=button],
input[type=submit] {
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
input[type=button].blu2r,
input[type=submit].blu2r {
  color: #5b5654;
  border: 2px solid #5b5654;
  background-color: #fff;
}
input[type=button].blu2r-off,
input[type=submit].blu2r-off {
  color: #e2dfde;
  border: 2px solid #e2dfde;
  background-color: #fff;
}
input[type=button].blu2,
input[type=submit].blu2 {
  color: #fff;
  border: 2px solid #5b5654;
  background-color: #5b5654;
}
input[type=button].blu2-off,
input[type=submit].blu2-off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button].gry3,
input[type=submit].gry3 {
  color: #fff;
  border: 2px solid #a9a9a9;
  background-color: #a9a9a9;
}
input[type=button].gry3-off,
input[type=submit].gry3-off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button].wht,
input[type=submit].wht {
  color: #464342;
  border: 2px solid #989898;
  background-color: #fff;
}
input[type=button].wht-off,
input[type=submit].wht-off {
  color: #e2dfde;
  border: 2px solid #e2dfde;
  background-color: #fff;
}
input[type=button].red,
input[type=submit].red {
  color: #b50000;
  border: 2px solid #b50000;
  background-color: #fff;
}
input[type=button].blu,
input[type=submit].blu {
  color: #fff;
  border: 2px solid #464342;
  background-color: #464342;
}
input[type=button]:disabled,
input[type=submit]:disabled {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button].blu-off,
input[type=submit].blu-off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button].cop,
input[type=submit].cop {
  color: #fff;
  border: 2px solid #cc8f77;
  background-color: #cc8f77;
}
input[type=button].cop-off,
input[type=submit].cop-off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button].copr,
input[type=submit].copr {
  color: #cc8f77;
  border: 2px solid #d8a38d;
  background-color: #fff;
}
input[type=button].copr-off,
input[type=submit].copr-off {
  color: #e2dfde;
  border: 2px solid #e2dfde;
  background-color: #fff;
}
input[type=button].sm-cc,
input[type=submit].sm-cc {
  font-size: 0.9375rem;
  padding: 0.25rem 0.375rem;
  height: 36px;
}
input[type=button].xsm,
input[type=submit].xsm {
  font-size: 0.875rem;
  padding: 0 0.375rem;
  height: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
}
@media screen and (max-width: 580px) {
  input[type=button].xsm,
  input[type=submit].xsm {
    width: 100%;
  }
}
input[type=button].sm,
input[type=submit].sm {
  font-size: 0.9375rem;
  padding: 0.25rem 0.375rem;
  height: 36px;
}
@media screen and (max-width: 580px) {
  input[type=button].sm,
  input[type=submit].sm {
    width: 100%;
  }
}
input[type=button].lg,
input[type=submit].lg {
  font-size: 1.25rem;
  padding: 0.325rem 0.75rem;
  height: 44px;
}
@media screen and (max-width: 580px) {
  input[type=button].lg,
  input[type=submit].lg {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  input[type=button].lg,
  input[type=submit].lg {
    font-size: 1rem;
  }
}
input[type=button].off,
input[type=submit].off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button]:disabled,
input[type=submit]:disabled {
  cursor: wait;
  color: #fff;
  border: 2px solid #a9a9a9;
  background-color: #a9a9a9;
}
input[type=button]:hover:not([disabled]).blu2r,
input[type=submit]:hover:not([disabled]).blu2r {
  color: #a9a9a9;
  border: 2px solid #a9a9a9;
  background-color: #fff;
}
input[type=button]:hover:not([disabled]).blu2r-off,
input[type=submit]:hover:not([disabled]).blu2r-off {
  color: #e2dfde;
  border: 2px solid #e2dfde;
  background-color: #fff;
}
input[type=button]:hover:not([disabled]).blu2,
input[type=submit]:hover:not([disabled]).blu2 {
  color: #fff;
  border: 2px solid #a9a9a9;
  background-color: #a9a9a9;
}
input[type=button]:hover:not([disabled]).blu2-off,
input[type=submit]:hover:not([disabled]).blu2-off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button]:hover:not([disabled]).gry3,
input[type=submit]:hover:not([disabled]).gry3 {
  color: #fff;
  border: 2px solid #989898;
  background-color: #989898;
}
input[type=button]:hover:not([disabled]).gry3-off,
input[type=submit]:hover:not([disabled]).gry3-off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button]:hover:not([disabled]).wht,
input[type=submit]:hover:not([disabled]).wht {
  color: #464342;
  border: 2px solid #989898;
  background-color: #f5f4f3;
}
input[type=button]:hover:not([disabled]).wht-off,
input[type=submit]:hover:not([disabled]).wht-off {
  color: #e2dfde;
  border: 2px solid #e2dfde;
  background-color: #fff;
}
input[type=button]:hover:not([disabled]).red,
input[type=submit]:hover:not([disabled]).red {
  color: #fff;
  border: 2px solid #b50000;
  background-color: #b50000;
}
input[type=button]:hover:not([disabled]).blu,
input[type=submit]:hover:not([disabled]).blu {
  color: #fff;
  border: 2px solid #5b5654;
  background-color: #5b5654;
}
input[type=button]:hover:not([disabled]).blu-off,
input[type=submit]:hover:not([disabled]).blu-off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button]:hover:not([disabled]).cop,
input[type=submit]:hover:not([disabled]).cop {
  color: #fff;
  border: 2px solid #d8a38d;
  background-color: #d8a38d;
}
input[type=button]:hover:not([disabled]).cop-off,
input[type=submit]:hover:not([disabled]).cop-off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
input[type=button]:hover:not([disabled]).copr,
input[type=submit]:hover:not([disabled]).copr {
  color: #cc8f77;
  border: 2px solid #d8a38d;
  background-color: #f5f4f3;
}
input[type=button]:hover:not([disabled]).copr-off,
input[type=submit]:hover:not([disabled]).copr-off {
  color: #e2dfde;
  border: 2px solid #e2dfde;
  background-color: #fff;
}
input[type=button]:hover:not([disabled]).xsm,
input[type=submit]:hover:not([disabled]).xsm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
}
input[type=button]:hover:not([disabled]).off,
input[type=submit]:hover:not([disabled]).off {
  color: #fff;
  border: 2px solid #e2dfde;
  background-color: #e2dfde;
}
.sv-button:hover {
  color: #fff;
  background-color: #464342;
  border-color: #464342;
}
.sv-button {
  background-color: transparent;
  color: #464342;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.4rem 2rem;
  height: 36px;
  line-height: 1.4em;
  font-weight: 300;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #989898;
  box-sizing: border-box;
  vertical-align: top;
}
input.xsm:not(:last-child) {
  margin-bottom: 5px;
}
input[type=radio].inline-radio {
  height: unset;
  margin: 0 0 0 1px;
  position: unset;
  width: unset;
}
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 1.063rem;
  height: 1.063rem;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #d7d7d7;
}
input[type=radio]:checked + label:before {
  content: "\2022";
  color: #000;
  background-color: #fff;
  font-size: 2.313rem;
  text-align: center;
  line-height: 1.063rem;
}
input[type=checkbox]:not(old) + label:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  border: 1px solid #d7d7d7;
  font-size: 1rem;
}
input[type=checkbox]:not(old):checked + label:before {
  content: "\2713";
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 1.0625rem;
}
.notify {
  font-size: 0.75rem;
  color: #575757;
}
.notify:before {
  content: "\2713";
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 1.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  border: none;
  font-size: 1rem;
}
.noNotify {
  font-size: 0.75rem;
  color: #d7d7d7;
}
.noNotify:before {
  content: "";
  color: #000;
  background-color: #fff;
  text-align: center;
  line-height: 1.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  border: none;
  font-size: 1rem;
}
.styled-select-v2 {
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(imagesV2/icon-select.svg) no-repeat right #fff;
  border: 1px solid #d7d7d7;
  background-position: right 0.313rem center;
  background-size: 1rem;
  height: 36px;
}
.styled-select-v2.smInput {
  width: 110px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
}
.styled-select-v2.smInput select {
  font-size: 0.75rem;
  padding: 0 0 0 0.25rem;
}
.styled-select-v2 select {
  background: transparent;
  width: 101.25%;
  padding: 0.5rem 0.375rem;
  font-size: 1rem;
  color: #212121;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  line-height: normal;
  max-height: 3em;
}
select:required:invalid {
  color: #a9a9a9;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #212121;
}
input[type=date]:invalid::-webkit-datetime-edit {
  color: #a9a9a9;
}
input[type=time]:invalid::-webkit-datetime-edit {
  color: #212121;
}
input[type=datetime]:invalid::-webkit-datetime-edit {
  color: #212121;
}
input[type=time]::-webkit-datetime-edit-ampm-field {
  display: none;
}
input.error {
  border: 1px solid #b50000;
}
.fa-times {
  color: #d7d7d7;
}
.fa-times:hover {
  color: #a9a9a9;
}
.fa-close {
  color: #d7d7d7;
}
.fa-close:hover {
  color: #a9a9a9;
}
.clicky {
  cursor: pointer;
}
.form-error-message {
  font-size: 12px;
  color: #f00;
}
.form-error-message .fa {
  color: #f00;
}
form.ng-submitted #save-to-profile.ng-invalid {
  padding: 0.44rem;
  width: 100%;
}
header {
  color: #fff;
  background-color: #464342;
  height: 5.25rem;
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 60;
}
header.box-shadow {
  box-shadow: 0px 14px 10px #fff;
  -webkit-box-shadow: 0px 14px 10px #fff;
  -moz-box-shadow: 0px 14px 10px #fff;
}
header span {
  color: #fff;
  padding-top: 1.25rem;
  vertical-align: middle;
}
.flexRowHead {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.rewards-header {
  background-color: #d8a38d;
  height: 2rem;
}
.rewards-header .gw-head {
  margin-top: 0.5rem;
}
.rewards-header .link,
.rewards-header .link:visited {
  color: #fff;
}
.rewards-header span {
  vertical-align: bottom;
}
.height-100 {
  height: 5rem;
}
.height-140 {
  height: 5rem;
}
@media screen and (max-width: 630px) {
  .logoHead img {
    width: 100px;
  }
}
.clientLogo {
  max-height: 40px;
  max-width: 40px;
}
@media screen and (max-width: 630px) {
  .clientLogo {
    max-width: 25px;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 1.75rem;
  height: 0.875rem;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  left: -0.188rem;
  bottom: -0.125rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.188rem 0.063rem rgba(33,33,33,0.25);
  box-shadow: 0 0 0.188rem 0.063rem rgba(33,33,33,0.25);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider.round {
  border-radius: 2.125rem;
}
.slider.round:before {
  border-radius: 50%;
}
.slider.large {
  height: 1.25rem;
  width: 2.5rem;
}
.slider.large:before {
  height: 2.125em;
  width: 2.125em;
  bottom: -0.2rem;
}
input:checked + .slider {
  background-color: #06ac3a;
}
input:checked + .slider:before {
  -webkit-transform: translateX(1.125rem);
  -ms-transform: translateX(1.125rem);
  transform: translateX(1.125rem);
}
input:focus + .slider {
  box-shadow: 0 0 0.063rem #06ac3a;
}
.sticky-flash-container {
  top: 5.25rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  z-index: 60;
}
@media screen and (max-width: 670px) {
  .sticky-flash-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.sv-message {
  top: 5.25rem;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  z-index: 60;
}
@media screen and (max-width: 670px) {
  .sv-message {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
a:hover,
a:active {
  text-decoration: none;
}
@media screen and (max-width: 1130px) {
  .new-mission {
    width: 70%;
  }
}
@media screen and (max-width: 1130px) {
  .gw-head .padding-right-32 {
    padding-right: 0;
  }
}
@media screen and (max-width: 1130px) {
  .gw-head .b7a-16,
  .gw-head .b7a-16 a {
    font-size: 0.875rem;
  }
}
.hideit {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .hideit500 {
    display: none !important;
  }
}
@media screen and (max-width: 1060px) {
  .hideit1060 {
    display: none !important;
  }
}
@media screen and (min-width: 1061px) {
  .showit1061 {
    display: none !important;
  }
}
.gw-header-icon {
  height: 39px;
  width: 257px;
  margin-top: 16px;
}
* {
  box-sizing: border-box;
}
section {
  width: 720px;
  margin: auto;
}
@media screen and (max-width: 744px) {
  section {
    width: 100%;
  }
}
fieldset {
  border: none;
}
div.line {
  display: block;
  height: 1px;
  background: #d7d7d7;
  width: 100%;
  margin: 1.5rem 0 0.625rem;
}
div.line240 {
  display: block;
  height: 1px;
  background: #d7d7d7;
  width: 100%;
  margin: 15rem 0 0.625rem;
}
div.lineNav {
  display: block;
  height: 1px;
  background: #d7d7d7;
  width: 100%;
  margin: 0.625rem 0;
}
div.lineHead {
  display: block;
  height: 1px;
  background: #5b5654;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 630px) {
  div.lineHead {
    display: none;
  }
}
.inline {
  display: inline-block;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.right {
  float: right;
}
@media screen and (max-width: 580px) {
  .right {
    float: left;
  }
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.shrink img {
  width: 100%;
}
.width-670 {
  width: 670px;
}
@media screen and (max-width: 670px) {
  .width-670 {
    width: 100%;
  }
}
.status-map {
  height: 630px;
  background-color: #d5bfb8;
  margin: 0.5rem auto;
}
@media screen and (max-width: 580px) {
  .status-map {
    width: 100%;
  }
}
.width-1600 {
  width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) and (min-width: 671px) {
  .width-1600 {
    width: 800px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 800px) {
  .width-1600 {
    width: 100%;
  }
}
.width-932 {
  width: 932px;
  margin: 0 auto;
}
@media screen and (max-width: 932px) and (min-width: 671px) {
  .width-932 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 932px) {
  .width-932 {
    width: 100%;
  }
}
.width-1020 {
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) and (min-width: 671px) {
  .width-1020 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 1020px) {
  .width-1020 {
    width: 100%;
  }
}
.width-800 {
  width: 780px;
  margin: 0 auto;
  border: 1px solid #f00;
}
@media screen and (max-width: 1620px) and (min-width: 671px) {
  .width-800 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    flex: 0 0 calc(100% - 5px);
    margin-bottom: 0.875rem;
  }
}
@media screen and (max-width: 800px) {
  .width-800 {
    width: 100%;
  }
}
.section-width {
  width: 720px;
}
@media screen and (min-width: 1061px) {
  h2.pad-header,
  h3.pad-header {
    display: none;
  }
}
.flexRow {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.flexRowStart {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.flexRowFlash {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.flexRowBetween {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.flexRowEnd {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 636px) and (min-width: 581px) {
  .flexRowEnd input[type=button].xsm {
    font-size: 0.8rem;
  }
}
.flexRowAlC {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.flexRowAlC.ultra-wide {
  width: 150%;
}
.flexRowBase {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: flex-start;
}
.flexRowCenter {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  width: 580px;
}
@media screen and (max-width: 580px) {
  .flexRowCenter {
    width: 100%;
  }
}
.flexEnd {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: flex-end;
}
.flexEnd.right {
  float: right;
}
.flexEndAlC {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex-nowrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
}
.profl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 0.938rem;
  margin-top: 1rem;
}
.profl:not(:first-child) {
  margin-top: 1rem;
}
.addRecipient:not(:first-child) {
  margin-top: 1rem;
}
.v2-spinner .pad-mobile {
  padding: 0 1rem;
}
@media screen and (max-width: 748px) {
  .v2-spinner .pad-mobile {
    padding: 0 0.625rem;
  }
}
.flex-pro1 {
  flex: 0 0 auto;
  line-height: 1.2rem;
  text-overflow: ellipsis;
}
.flex-pro1-edit {
  flex: 0 0 auto;
  line-height: 1.2rem;
  display: inline-block;
}
.flex-pro {
  flex: 0 0 auto;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 14.5rem;
}
@media screen and (max-width: 580px) {
  .flex-pro {
    max-width: 100%;
  }
}
.flex-pro-edit {
  flex: 0 0 auto;
  line-height: 1.2rem;
}
.flex-1,
.flex-2,
.flex-3,
.flex-4,
.flex-5 {
  margin-bottom: 0.875rem;
}
.flex-1:not(:last-child),
.flex-2:not(:last-child),
.flex-3:not(:last-child),
.flex-4:not(:last-child),
.flex-5:not(:last-child) {
  margin-right: 5px;
}
.controls .flex-1 {
  margin-bottom: 0.875rem;
}
.flex-error {
  flex: 0 0 calc(100% - 5px);
}
@media screen and (max-width: 580px) {
  .flex-error {
    flex: 0 0 100%;
  }
}
.flex-full {
  flex: 0 0 calc(100% - 5px);
  margin-bottom: 0.875rem;
}
.flex-full:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-full {
    flex: 0 0 100%;
  }
}
.flex-full-snuggle {
  flex: 0 0 calc(100%);
}
.flex-full-snuggle:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-full-snuggle {
    flex: 0 0 100%;
  }
}
.flex-seven-eighth {
  flex: 0 0 calc(87.5% - 5px);
  margin-bottom: 0.875rem;
}
.flex-seven-eighth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-seven-eighth {
    flex: 0 0 100%;
  }
}
.flex-three-fourth {
  flex: 0 0 calc(75% - 5px);
  margin-bottom: 0.875rem;
}
.flex-three-fourth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-three-fourth {
    flex: 0 0 100%;
  }
}
.flex-two-third {
  flex: 0 0 calc(66.66% - 5px);
  margin-bottom: 0.875rem;
}
.flex-two-third:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-two-third {
    flex: 0 0 100%;
  }
}
.flex-five-eighth {
  flex: 0 0 calc(62.5% - 5px);
  margin-bottom: 0.875rem;
}
.flex-five-eighth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-five-eighth {
    flex: 0 0 100%;
  }
}
.flex-half {
  flex: 0 0 calc(50% - 5px);
  margin-bottom: 0.875rem;
}
.flex-half:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-half {
    flex: 0 0 100%;
  }
}
.flex-half-1600 {
  flex: 0 0 calc(50% - 5px);
}
.flex-half-1600:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 1600px) {
  .flex-half-1600 {
    flex: 0 0 100%;
  }
}
.flex-half-c {
  flex: 0 0 calc(50% - 5px);
}
.flex-half-c:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 932px) {
  .flex-half-c {
    flex: 0 0 100%;
  }
}
.flex-two-fifth {
  flex: 0 0 calc(40% - 5px);
  margin-bottom: 0.875rem;
}
.flex-two-fifth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-two-fifth {
    flex: 0 0 100%;
  }
}
.flex-four-fifth {
  flex: 0 0 calc(80% - 5px);
  margin-bottom: 0.875rem;
}
.flex-four-fifth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-four-fifth {
    flex: 0 0 100%;
  }
}
.flex-three-eighth {
  flex: 0 0 calc(37.5% - 5px);
  margin-bottom: 0.875rem;
}
.flex-three-eighth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-three-eighth {
    flex: 0 0 100%;
  }
}
.flex-third {
  flex: 0 0 calc(33.33% - 5px);
  margin-bottom: 0.875rem;
}
.flex-third:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-third {
    flex: 0 0 100%;
  }
}
.flex-fourth {
  flex: 0 0 calc(25% - 5px);
  margin-bottom: 0.875rem;
}
.flex-fourth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-fourth {
    flex: 0 0 100%;
  }
}
.flex-fifth {
  flex: 0 0 calc(20% - 5px);
  margin-bottom: 0.875rem;
}
.flex-fifth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-fifth {
    flex: 0 0 100%;
  }
}
.flex-fifth-cc {
  flex: 0 0 calc(20% - 5px);
  margin-bottom: 0.875rem;
}
.flex-fifth-cc:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-fifth-cc {
    flex: 0 0 110px;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .flexRowBase .flex-third {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 580px) {
  .flexRowBase .flex-sixth:not(:last-child) {
    margin-bottom: 0;
  }
}
.flex-sixth {
  flex: 0 0 calc(16.66% - 5px);
  margin-bottom: 0.875rem;
}
.flex-sixth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-sixth {
    flex: 0 0 100%;
  }
}
.flex-seventh {
  flex: 0 0 calc(14.28% - 5px);
  margin-bottom: 0.875rem;
}
.flex-seventh:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-seventh {
    flex: 0 0 100%;
  }
}
.flex-eighth {
  flex: 0 0 calc(12.5% - 5px);
  margin-bottom: 0.875rem;
}
.flex-eighth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-eighth {
    flex: 0 0 100%;
  }
}
.flex-eighth-cc {
  flex: 0 0 calc(12.5% - 5px);
  margin-bottom: 0.875rem;
}
.flex-eighth-cc:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-eighth-cc {
    flex: 0 0 68px;
    margin-right: 0;
  }
}
.flex-ninth {
  flex: 0 0 calc(11% - 5px);
  margin-bottom: 0.875rem;
}
.flex-ninth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-ninth {
    flex: 0 0 100%;
  }
}
.flex-tenth {
  flex: 0 0 calc(10% - 5px);
  margin-bottom: 0.875rem;
}
.flex-tenth:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-tenth {
    flex: 0 0 100%;
  }
}
.flex-date-19 {
  flex: 0 0 calc(19% - 5px);
  margin-bottom: 0.875rem;
}
.flex-date-19:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-date-19 {
    flex: 0 0 100%;
  }
}
.flex-date-28 {
  flex: 0 0 calc(28% - 5px);
  margin-bottom: 0.875rem;
}
.flex-date-28:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-date-28 {
    flex: 0 0 100%;
  }
}
.flex-date-6 {
  flex: 0 0 calc(6% - 5px);
  margin-bottom: 0.875rem;
}
.flex-date-6:not(:last-child) {
  margin-right: 5px;
}
@media screen and (max-width: 580px) {
  .flex-date-6 {
    flex: 0 0 100%;
  }
}
.flex-cc {
  flex: 1 1 0;
}
@media screen and (max-width: 580px) {
  .flex-cc {
    flex: 1 1 80%;
  }
}
.flex-end {
  align-self: flex-end;
}
.align-baseline {
  align-items: baseline;
}
.align-center {
  align-items: center;
}
.text-center {
  text-align: center;
}
.text-center-cc {
  text-align: center;
  padding: 0 0.5rem;
}
.text-left {
  text-align: left;
}
.text-left-r {
  text-align: left;
}
@media screen and (max-width: 580px) {
  .text-left-r {
    text-align: right;
    margin-bottom: 0.125rem;
  }
}
@media screen and (max-width: 580px) {
  .text-left-m {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}
.text-right-cc {
  text-align: right;
}
@media screen and (max-width: 580px) {
  .text-right-cc {
    text-align: left;
    margin-bottom: -0.25rem;
    padding-left: 1rem;
  }
}
.text-right-m {
  text-align: right;
}
@media screen and (max-width: 580px) {
  .text-right-m {
    text-align: center;
  }
}
.align-pointer {
  text-align: right;
  padding-right: 0.75rem;
  align-self: flex-start;
}
@media screen and (max-width: 580px) {
  .align-pointer {
    text-align: left;
    margin: 0.25rem 0 0;
  }
}
.align-top {
  align-items: flex-start;
}
.align-items-bottom {
  align-items: flex-end;
}
.align-bottom {
  align-self: flex-end;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-top {
  vertical-align: top;
}
.v-align-baseline {
  vertical-align: baseline;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#stop-1,
#stop-2,
#stop-3,
#stop-4,
#stop-5,
#stop-6,
#stop-7,
#stop-8 {
  margin-top: 20px;
}
#reservation-notification-recipient-0,
#reservation-notification-recipient-1,
#reservation-notification-recipient-2,
#reservation-notification-recipient-3,
#reservation-notification-recipient-4,
#reservation-notification-recipient-5,
#reservation-notification-recipient-6,
#reservation-notification-recipient-7 {
  margin-top: 20px;
}
.no-padding {
  padding: 0 !important;
}
@media screen and (max-width: 932px) {
  .no-padding {
    display: none;
  }
}
.padding-800 {
  padding: 0 !important;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .padding-800 {
    display: none;
  }
}
@media screen and (min-width: 1601px) {
  .showIt1601 {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .hideIt1600 {
    display: none;
  }
}
.centered {
  justify-content: center;
}
.croppable img {
  width: 100%;
}
.internal-tc-dashboard .command-center,
.internal-company-dashboard .command-center {
  height: 800px;
}
.internal-tc-dashboard .command-center .map-wrapper,
.internal-company-dashboard .command-center .map-wrapper {
  height: 100%;
}
.internal-tc-dashboard .command-center .current-missions,
.internal-company-dashboard .command-center .current-missions {
  padding: 15px 0px;
  text-align: center;
  margin-bottom: 0.875rem;
  width: 100%;
  background-color: #d6d3d3;
}
.internal-tc-dashboard .command-center .current-missions .flexRowBase,
.internal-company-dashboard .command-center .current-missions .flexRowBase {
  display: flex;
}
.internal-tc-dashboard .command-center .no-missions,
.internal-company-dashboard .command-center .no-missions {
  height: 100%;
  padding: 15px 0px;
  text-align: center;
}
.internal-tc-dashboard .command-center .sidebar,
.internal-company-dashboard .command-center .sidebar {
  color: #464342;
  background-color: #f5f4f3;
  flex: 0 0 20%;
}
.internal-tc-dashboard .command-center .on-complete,
.internal-company-dashboard .command-center .on-complete {
  background-color: #d5bfb8;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.internal-tc-dashboard .command-center .on-complete.hide,
.internal-company-dashboard .command-center .on-complete.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}
.internal-tc-dashboard .command-center .on-complete.fade,
.internal-company-dashboard .command-center .on-complete.fade {
  background-color: #f5f4f3;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.internal-tc-dashboard .command-center .scrolls,
.internal-company-dashboard .command-center .scrolls {
  height: 750px;
  overflow: auto;
}
.internal-tc-dashboard .command-center .scrolls .flexRowBase,
.internal-company-dashboard .command-center .scrolls .flexRowBase {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.internal-tc-dashboard .command-center .scrolls .shield-row,
.internal-company-dashboard .command-center .scrolls .shield-row {
  text-align: center;
}
.internal-tc-dashboard .command-center .scrolls .shield-row .shield,
.internal-company-dashboard .command-center .scrolls .shield-row .shield {
  background-image: url("/imagesV2/shield-menu.svg");
  background-repeat: no-repeat;
  background-position: 50% -70%;
  height: 30px;
  padding-top: 4px;
  margin-top: 4px;
  font-weight: bold;
}
.internal-tc-dashboard .command-center .scrolls .focus-crosshair,
.internal-company-dashboard .command-center .scrolls .focus-crosshair {
  padding-bottom: 1rem;
  padding-left: 3rem;
}
.internal-tc-dashboard .command-center .scrolls .error-text span,
.internal-company-dashboard .command-center .scrolls .error-text span {
  font-size: 0.95rem;
  color: #b50000 !important;
  padding: 5px;
}
.internal-tc-dashboard .command-center-footer,
.internal-company-dashboard .command-center-footer {
  margin-top: 30px;
  padding: 15px 0px;
  justify-content: flex-end;
}
.internal-tc-dashboard .live-ops-debug,
.internal-company-dashboard .live-ops-debug {
  flex-direction: column;
  justify-content: center;
}
main.flush {
  height: 100vh;
  padding-top: 3.5rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 670px) {
  main.flush {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
main .command-center {
  height: 100%;
  border: 0;
}
main .command-center .map-wrapper {
  height: 100%;
}
main .command-center .sidebar {
  color: #464342;
  background-color: #f5f4f3;
}
main .command-center .on-complete {
  background-color: #d5bfb8;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
main .command-center .on-complete.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}
main .command-center .on-complete.fade {
  background-color: #f5f4f3;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
main .command-center .current-missions {
  padding: 1.125rem 0 0.75rem 1rem;
  margin-bottom: 0.875rem;
  width: 100%;
  background-color: #d6d3d3;
}
main .command-center .scrolls {
  height: 98%;
  max-height: 750px;
  overflow: auto;
}
main .command-center .scrolls .shield-row {
  text-align: center;
}
main .command-center .scrolls .shield-row .shield {
  background-image: url("/imagesV2/shield-menu.svg");
  background-repeat: no-repeat;
  background-position: 50% -70%;
  height: 2rem;
  padding-top: 0.3125rem;
  font-weight: bold;
}
main .command-center .scrolls .focus-crosshair {
  padding-bottom: 1rem;
  padding-left: 3rem;
}
main .command-center .scrolls .error-text span {
  font-size: 0.95rem;
  color: #b50000 !important;
  padding: 5px;
}
main .command-center .no-missions {
  height: 100%;
  padding: 1.125rem 0 0.75rem 1rem;
}
main .command-center .reset-view {
  z-index: 999;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14em;
}
main .command-center-footer {
  margin-top: 20px;
  padding: 10px;
  justify-content: flex-end;
}
.command-center .flex-eighth {
  flex: 0 0 12.5%;
  margin-bottom: 0;
  margin-right: 0;
  height: 100%;
  overflow: scroll;
}
@media screen and (max-width: 1900px) {
  .command-center .flex-eighth {
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 1640px) {
  .command-center .flex-eighth {
    flex: 0 0 17.5%;
  }
}
@media screen and (max-width: 1210px) {
  .command-center .flex-eighth {
    flex: 0 0 20%;
  }
}
.command-center .flex-seven-eighth {
  flex: 0 0 87.5%;
  margin-bottom: 0;
  margin-right: 0;
  height: 100%;
}
@media screen and (max-width: 1900px) {
  .command-center .flex-seven-eighth {
    flex: 0 0 85%;
  }
}
@media screen and (max-width: 1640px) {
  .command-center .flex-seven-eighth {
    flex: 0 0 82.5%;
  }
}
@media screen and (max-width: 1210px) {
  .command-center .flex-seven-eighth {
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 1060px) {
  .command-center .flex-seven-eighth {
    flex: 0 0 100%;
  }
}
.flexRowFoot.command-center .flex-half {
  margin-bottom: 0;
}
.flexRowFoot.command-center .flex-full {
  margin-bottom: 0;
}
.flexRowFoot.command-center .flexRow.right {
  justify-content: flex-end;
}
.margin-bottom--6 {
  margin-bottom: -0.375rem;
}
@media screen and (max-width: 580px) {
  .margin-bottom--6 {
    margin-bottom: 0.5rem;
  }
}
.margin-bottom-6 {
  margin-bottom: 0.375rem;
}
.margin-bottom-3 {
  margin-bottom: 0.1875rem;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-bottom-7-3 {
  margin: 0.438rem 0 0.188rem;
}
@media screen and (max-width: 580px) {
  .margin-top-bottom-7-3 {
    margin: 0.438rem 0 0.188rem 0.875rem;
  }
}
.margin-bottom-30 {
  margin-bottom: 1.875rem;
}
.margin-bottom-10 {
  margin-bottom: 0.625rem;
}
.margin-bottom-10.saved-location:nth-last-child(2) {
  margin-bottom: 1.5rem;
}
.margin-bottom-12 {
  margin-bottom: 0.75rem;
}
.margin-bottom-14 {
  margin-bottom: 0.875rem;
}
.margin-bottom-15 {
  margin-bottom: 0.938rem;
}
.margin-bottom-20 {
  margin-bottom: 1.25rem;
}
.margin-bottom-5 {
  margin-bottom: 0.3125rem;
}
.margin-top-1 {
  margin-top: 0.15rem;
}
.margin-top-5 {
  margin-top: 0.313rem;
}
.margin-top-10 {
  margin-top: 0.625rem;
}
.margin-top-10.saved-location:first-child {
  margin-top: 0;
}
.margin-top-14 {
  margin-top: 0.875rem;
}
.margin-top-20 {
  margin-top: 1.25rem;
}
.margin-top-24 {
  margin-top: 1.5rem;
}
.margin-top-30 {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .margin-top-30-1600 {
    margin-top: 1.875rem;
  }
}
.margin-top-50 {
  margin-top: 3.125rem;
}
.padding-top-0 {
  padding-left: 2rem;
}
.padding-top-50 {
  padding-top: 3.125rem;
}
@media screen and (max-width: 580px) {
  .padding-top-50 {
    padding-top: 1.25rem;
  }
}
.padding-top-70 {
  padding-top: 4.375rem;
}
@media screen and (max-width: 580px) {
  .padding-top-70 {
    padding-left: 2rem;
  }
}
.padding-top-100 {
  padding-top: 6.25rem;
}
.margin-top-70 {
  margin-top: 4.375rem;
}
.margin-top-80 {
  margin-top: 5rem;
}
.margin-top-200 {
  margin-top: 12.5rem;
}
.padding-top-bottom-10 {
  padding: 0.675rem 0;
}
.padding-top-bottom-20 {
  padding: 1.25rem 0;
}
.margin-top-bottom-8 {
  margin: 0.5rem 0;
}
.margin-4 {
  margin: 0.25rem !important;
}
.margin-top-bottom-16 {
  margin: 1rem 0;
}
.margin-top-bottom-20 {
  margin: 1.25rem 0;
}
.margin-top--265 {
  margin-top: -265px;
}
@media screen and (max-width: 580px) {
  .margin-top--265 {
    margin-top: -510px;
  }
}
.margin-top-bottom-30 {
  margin: 1.875rem 0;
}
.margin-top-20-bottom-10 {
  margin: 1.25rem auto 0.625rem;
}
.margin-left-50-bottom-12 {
  margin: 0 0 0.75rem 3rem;
}
.padding-left-2 {
  padding-left: 0.125rem;
}
.padding-right-2 {
  padding-right: 0.125rem;
}
.padding-left-16 {
  padding-left: 1rem;
}
.padding-left-20 {
  padding-left: 1.25rem;
}
@media screen and (max-width: 580px) {
  .padding-left-20 {
    padding-left: 1rem;
  }
}
.padding-left-32 {
  padding-left: 2rem;
}
.padding-left-64 {
  padding-left: 4rem;
}
.privacy-help-text {
  padding-left: 0;
}
.padding-top-4 {
  padding-top: 0.25rem;
}
.padding-top-6 {
  padding-top: 0.375rem;
}
.padding-top-8 {
  padding-top: 0.5rem;
}
.padding-top-16 {
  padding-top: 1rem;
}
.padding-top-20 {
  padding-top: 1.25rem;
}
.padding-top-48 {
  padding-top: 3rem;
}
.padding-bottom-4 {
  padding-bottom: 0.25rem;
}
.padding-bottom-8 {
  padding-bottom: 0.5rem;
}
.padding-bottom-9 {
  padding-bottom: 0.563rem;
}
.padding-bottom-16 {
  padding-bottom: 1rem;
}
.padding-right-32 {
  padding-right: 2rem;
}
.padding-right-64 {
  padding-right: 4rem;
}
.padding-right-144 {
  padding-right: 9rem;
}
.padding-right-20 {
  padding-right: 1.25rem;
}
.padding-right-12 {
  padding-right: 0.75rem;
}
.padding-right-4 {
  padding-right: 0.25rem;
}
.padding-top-bottom-4 {
  padding: 0.25rem 0;
}
.padding-top-bottom-8 {
  padding: 0.55rem 0;
}
.padding-bottom-12 {
  padding-bottom: 0.75rem;
}
.margin-left-10 {
  margin-left: 0.625rem;
}
@media screen and (max-width: 580px) {
  .margin-left-10 {
    margin-left: 0;
  }
}
.margin-left-11 {
  margin-left: 0.625rem;
}
.margin-left-16 {
  margin-left: 1rem;
}
.margin-right-10 {
  margin-right: 0.625rem;
}
.margin-right-12 {
  margin-right: 0.725rem;
}
.margin-right-20 {
  margin-right: 1.25rem;
}
.margin-left-42 {
  margin-left: 2.625rem;
}
@media screen and (max-width: 712px) {
  .margin-left-42 {
    margin-left: 0;
  }
}
.padding-left-50 {
  padding-left: 3.125rem;
}
.padding-left-40 {
  padding-left: 2.5rem;
}
@media screen and (max-width: 580px) {
  .padding-left-40 {
    float: right;
    padding: 0.75rem;
  }
}
@media screen and (max-width: 580px) {
  .padding-t {
    padding-top: 0;
  }
}
.json-1-level {
  padding-left: 1.25rem;
}
.json-2-level {
  padding-left: 2.5rem;
}
.json-3-level {
  padding-left: 3.75rem;
}
.padding-0 {
  padding: 0;
}
aside {
  width: 732px;
  margin: auto;
}
@media screen and (max-width: 732px) {
  aside {
    width: 100%;
  }
}
.modal {
  position: fixed;
  z-index: 100;
  padding-top: 11.5rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (max-width: 792px) {
  .modal {
    padding: 4rem 0.25rem;
  }
}
.modal-content {
  background-color: #fff;
  border-radius: 4px;
  margin: auto;
  width: 50rem;
  -webkit-box-shadow: 0 0 5px 5px rgba(33,33,33,0.5);
  box-shadow: 0 0 5px 5px rgba(33,33,33,0.5);
}
.modal-content.wide {
  width: 63.625rem;
}
@media screen and (max-width: 792px) {
  .modal-content {
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
  }
  .modal-content.wide {
    width: 100%;
  }
}
.modal-content .flex-1 {
  min-width: 22rem;
}
.overlay {
  height: 100%;
  position: fixed;
  width: 30%;
  max-width: 20rem;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0s;
  -webkit-box-shadow: 5px 0 5px 0 rgba(33,33,33,0.25);
  -moz-box-shadow: 5px 0 5px 0 rgba(33,33,33,0.25);
  box-shadow: 5px 0 5px 0 rgba(33,33,33,0.25);
}
@media screen and (max-width: 855px) {
  .overlay {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .overlay {
    width: 70%;
  }
}
.overlay a {
  padding: 1.25rem;
  text-decoration: none;
  font-size: 1rem;
  color: #135973;
  display: block;
  transition: 0s;
}
.overlay .closebtn {
  position: absolute;
  z-index: 2;
  top: 0.313rem;
  right: 0.313rem;
  font-size: 1.25rem;
}
.overlay-content {
  position: relative;
  top: 0.625rem;
  width: 100%;
  text-align: left;
  margin-top: 0;
}
.overlay-content a img {
  margin-right: 0.625rem;
}
.overlay a {
  margin: 0;
  color: #464342;
}
.overlay a:hover,
.overlay a:focus {
  color: #5b5654;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 1rem;
  }
  .overlay .closebtn {
    font-size: 1rem;
    top: 0.938rem;
    right: 2.188rem;
  }
}
.gw-head .gw-menu {
  padding: 0 0.625rem;
  display: inline-block;
}
.gw-head .gw-menu:not(:last-child) {
  border-right: 1px #f5f4f3 solid;
}
.gw-head span {
  display: inline-flex;
  padding-top: 0;
}
.gw-menu.on-page {
  text-decoration: underline;
}
.flash-success {
  color: #06ac3a;
}
.flash-error {
  color: #b50000;
}
.flash-warning {
  color: #f58104;
}
.loading {
  color: #f58104;
}
.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}
@-moz-keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
  }
  40% {
    color: #f58104;
    text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
  }
  60% {
    text-shadow: 0.25em 0 0 #f58104, 0.5em 0 0 rgba(0,0,0,0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 #f58104, 0.5em 0 0 #f58104;
  }
}
@-webkit-keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
  }
  40% {
    color: #f58104;
    text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
  }
  60% {
    text-shadow: 0.25em 0 0 #f58104, 0.5em 0 0 rgba(0,0,0,0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 #f58104, 0.5em 0 0 #f58104;
  }
}
@-o-keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
  }
  40% {
    color: #f58104;
    text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
  }
  60% {
    text-shadow: 0.25em 0 0 #f58104, 0.5em 0 0 rgba(0,0,0,0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 #f58104, 0.5em 0 0 #f58104;
  }
}
@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
  }
  40% {
    color: #f58104;
    text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
  }
  60% {
    text-shadow: 0.25em 0 0 #f58104, 0.5em 0 0 rgba(0,0,0,0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 #f58104, 0.5em 0 0 #f58104;
  }
}
article {
  width: 932px;
  margin: auto;
  padding: 2.5rem 0;
}
@media screen and (min-width: 671px) and (max-width: 932px) {
  article {
    width: 100%;
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 670px) {
  article {
    width: 100%;
    padding: 0;
  }
}
.articlePass {
  width: 800px;
  margin: auto;
  padding: 2.5rem 0;
}
@media screen and (min-width: 671px) and (max-width: 800px) {
  .articlePass {
    width: 100%;
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 670px) {
  .articlePass {
    width: 100%;
    padding: 0;
  }
}
.flexRowPassTitle {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .flexRowPassTitle {
    display: none;
  }
}
.flex-col1 {
  flex: 0 0 23%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  text-overflow: ellipsis;
}
@media screen and (max-width: 932px) {
  .flex-col1 {
    flex: 0 0 100%;
    height: 2.75rem;
    border-right: none;
  }
}
.flex-col2 {
  flex: 0 0 14%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 932px) {
  .flex-col2 {
    flex: 0 0 100%;
    height: 1.75rem;
    border-right: none;
  }
}
.flex-col3 {
  flex: 0 0 30%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 932px) {
  .flex-col3 {
    flex: 0 0 100%;
    height: 1.75rem;
    border-right: none;
  }
}
.flex-col4 {
  flex: 0 0 13%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 932px) {
  .flex-col4 {
    flex: 0 0 100%;
    height: 1.75rem;
    border-right: none;
  }
}
.flex-col5 {
  flex: 0 0 20%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 932px) {
  .flex-col5 {
    flex: 0 0 100%;
    height: 2.75rem;
    margin-bottom: 10px;
  }
}
.flex-col1-pass {
  flex: 0 0 26%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .flex-col1-pass {
    flex: 0 0 100%;
    height: 1.75rem;
    border-right: none;
  }
}
.flex-col2-pass {
  flex: 0 0 40%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .flex-col2-pass {
    flex: 0 0 100%;
    height: 1.75rem;
    border-right: none;
  }
}
.flex-col3-pass {
  flex: 0 0 16%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .flex-col3-pass {
    flex: 0 0 100%;
    height: 1.75rem;
    border-right: none;
  }
}
.flex-col4-pass {
  flex: 0 0 18%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .flex-col4-pass {
    flex: 0 0 100%;
    height: 2.75rem;
  }
}
.flex-col-invoice {
  flex: 0 0 16.667%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 932px) {
  .flex-col-invoice {
    flex: 0 0 100%;
    height: auto;
    border-right: none;
  }
  .flex-col-invoice:not(:first-child) {
    padding: 0 0.625rem 0 1.25rem;
  }
}
.flex-col-invoice-5 {
  flex: 0 0 20%;
  height: 3.438rem;
  padding: 0.625rem 0.625rem 0 1.25rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 932px) {
  .flex-col-invoice-5 {
    flex: 0 0 100%;
    height: auto;
    border-right: none;
  }
  .flex-col-invoice-5:not(:first-child) {
    padding: 0 0.625rem 0 1.25rem;
  }
}
.flex-col-5 {
  flex: 0 0 5%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-5 {
    padding: 0.625rem 0.625rem 0;
    flex: 0 0 100%;
  }
  .flex-col-5:last-child {
    margin-bottom: 0.5rem;
  }
}
.flex-col-10 {
  flex: 0 0 10%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-10 {
    padding: 0.625rem 0.625rem 0;
    flex: 0 0 100%;
  }
  .flex-col-10:last-child {
    margin-bottom: 0.5rem;
  }
}
.flex-col-15 {
  flex: 0 0 15%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-15 {
    padding: 0.625rem 0.625rem 0;
    flex: 0 0 100%;
  }
  .flex-col-15:last-child {
    margin-bottom: 0.5rem;
  }
}
.flex-col-20 {
  flex: 0 0 20%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-20 {
    padding: 0.625rem 0.625rem 0.125rem;
    flex: 0 0 100%;
  }
  .flex-col-20:last-child {
    margin-bottom: 0.5rem;
  }
}
.flex-col-20.r-thin {
  padding-right: 0rem;
}
.flex-col-25 {
  flex: 0 0 25%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-25 {
    padding: 0.625rem 0.625rem 0;
    flex: 0 0 100%;
  }
  .flex-col-25:last-child {
    margin-bottom: 0.5rem;
  }
}
.flex-col-30 {
  flex: 0 0 30%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-30 {
    padding: 0.625rem 0.625rem 0;
    flex: 0 0 100%;
  }
  .flex-col-30:last-child {
    margin-bottom: 0.5rem;
  }
}
.flex-col-35 {
  flex: 0 0 35%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-35 {
    padding: 0.625rem 0.625rem 0;
    flex: 0 0 100%;
  }
  .flex-col-35:last-child {
    margin-bottom: 0.5rem;
  }
}
.flex-col-50 {
  flex: 0 0 50%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-50 {
    padding: 0.625rem 0.625rem 0;
    flex: 0 0 100%;
  }
  .flex-col-50:last-child {
    margin-bottom: 0.5rem;
  }
}
.flex-col-65 {
  flex: 0 0 65%;
  padding: 0.625rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 748px) {
  .flex-col-65 {
    padding: 0.625rem 0.625rem;
    flex: 0 0 100%;
  }
  .flex-col-65:last-child {
    margin-bottom: 0.5rem;
  }
}
.shade-number {
  padding: 0.25em 0.6em;
  border-radius: 0.5em;
  background-color: #e2dfde;
}
.shadeRow {
  background-color: #f5f4f3;
}
.itinerary-steps > li {
  margin-bottom: 0;
}
.itinerary-steps > li .time {
  margin-bottom: 0;
}
.itinerary-steps > li .vendor-flight-details {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-left: 1.5em;
}
.itinerary-steps > li:before {
  content: '';
  display: inline-block;
  height: 1em;
  width: 1em;
  background-color: #fff;
  margin: 0 0.66em 0 0;
  box-sizing: border-box;
  border: 5px solid #e2dfde;
  border-radius: 50% 50% 0 50%;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 748px) {
  .vendor-title {
    display: none;
  }
}
.help-docs-link {
  font-size: 0.75rem;
  color: #575757;
  padding-bottom: 1.75rem;
}
.help-docs-link:hover {
  cursor: pointer;
}
.flex-col-10 .padding-top-bottom-8,
.flex-col-15 .padding-top-bottom-8,
.flex-col-20 .padding-top-bottom-8,
.flex-col-25 .padding-top-bottom-8,
.flex-col-30 .padding-top-bottom-8,
.flex-col-50 .padding-top-bottom-8,
.flex-col-65 .padding-top-bottom-8 {
  padding: 0;
}
.special-event-header {
  font-weight: bold;
}
.special-event {
  color: #d29d88;
}
.status-pre-onboard {
  color: status-red;
}
.status-onboard {
  color: status-green;
}
.status-post-onboard {
  color: status-blue;
}
.v2-spinner.sv-loading-mask .spinner-container .maskedCircle {
  width: 104px;
  height: 104px;
}
.flexRowTitle {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 932px) {
  .flexRowTitle {
    display: none;
  }
}
.flexRow div.flex-col1,
.flexRow div.flex-col2,
.flexRow div.flex-col3,
.flexRow div.flex-col4,
.flexRow div.flex-col5 {
  cursor: pointer;
}
.col {
  padding: 0.5rem;
  border-right: 1px solid #d7d7d7;
  overflow: hidden;
}
@media screen and (max-width: 932px) {
  .col {
    flex: 0 0 100%;
    border-right: none;
  }
}
.last {
  border-right: 0;
}
@media screen and (max-width: 932px) {
  .last {
    margin-bottom: 0.75rem;
  }
}
.table-data {
  line-height: 1.1rem;
}
.shade-head {
  background-color: #5b5654;
}
.smol-table-data {
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
}
.three-column .col {
  flex: 0 0 33.33333%;
}
@media screen and (max-width: 932px) {
  .three-column .col {
    flex: 0 0 100%;
  }
}
.five-column .col {
  flex: 0 0 20%;
}
@media screen and (max-width: 932px) {
  .five-column .col {
    flex: 0 0 100%;
  }
}
.five-column .col-tenth {
  flex: 0 0 10%;
}
@media screen and (max-width: 932px) {
  .five-column .col-tenth {
    flex: 0 0 100%;
    height: 1.5rem;
  }
}
.five-column .col-thirtieth {
  flex: 0 0 30%;
}
@media screen and (max-width: 932px) {
  .five-column .col-thirtieth {
    flex: 0 0 100%;
    height: 1.5rem;
  }
}
.flexRow.schedule .col {
  height: 2rem;
  padding: 0.5rem 0 0 0.5rem;
  box-sizing: border-box;
}
.flexRow.schedule .col.border-top {
  border-top: 1px solid #d7d7d7;
}
.flexRow.schedule .col.blocked {
  background-color: #a9a9a9;
}
.seven-column .col {
  flex: 0 0 14.2857142857%;
}
.sv-pagination {
  margin: 40px auto 17px;
}
.sv-pagination a {
  color: #464342;
}
.sv-pagination a:hover {
  color: #464342;
}
.sv-pagination .active > a {
  background-color: #464342;
  border-color: #464342;
  color: #fff;
}
.sv-pagination li {
  margin-bottom: 23px;
}
.border {
  border-width: 2px;
}
.border.copper {
  border-color: #5b5654;
}
table.schedule {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
table.schedule th,
table.schedule td {
  padding: 0 0.5rem;
  border-right: 1px solid #d7d7d7;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
table.schedule th:last-child,
table.schedule td:last-child {
  border-right: none;
}
table.schedule td {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media screen and (max-width: 732px) {
  table.schedule td {
    padding: 0;
  }
}
table.schedule td.border-top {
  border-top: 1px solid #d7d7d7;
}
table.schedule .blocked {
  background-color: #989898;
}
table.schedule th {
  font-size: 1rem;
  color: #464342;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 732px) {
  table.schedule th {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #cc8f77;
  }
}
table.schedule input[type=button].red {
  margin-top: 0.5rem;
}
@media screen and (max-width: 732px) {
  table.schedule input[type=button].red {
    border: none;
    margin-top: 0;
    background-color: none;
  }
}
@media screen and (max-width: 732px) {
  table.schedule input[type=button]:hover.red {
    color: #b50000;
    border: none;
    background-color: #fff;
  }
}
.flexRowTabs {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  width: 630px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5.25rem;
  z-index: 80;
}
@media screen and (max-width: 1060px) {
  .flexRowTabs {
    display: none;
  }
}
ul.tab {
  list-style-type: none;
  margin: -50px 0 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.tab li {
  float: left;
}
ul.tab li:not(:last-child) {
  margin-right: 14px;
}
ul.tab li a {
  display: inline-block;
  font-size: 1.125rem;
  color: #212121;
  text-align: center;
  padding: 11px 20px 8px;
  text-decoration: none;
  transition: 0.3s;
  background-color: #e2dfde;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: inset 0 -5px 15px -5px rgba(50,50,50,0.25);
  box-shadow: inset 0 -5px 15px -5px rgba(50,50,50,0.25);
}
ul.tab li a:hover {
  background-color: #d6d3d3;
}
ul.tab li a.active {
  background-color: #fff;
  -webkit-box-shadow: inset 0 -5px 15px -5px rgba(255,255,255,0);
  box-shadow: inset 0 -5px 15px -5px rgba(255,255,255,0);
}
@font-face {
  font-family: 'FontAwesome';
  src: url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
header {
  font-family: 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  margin: 0;
  color: #464342;
}
h1,
h2,
h3,
h4 .inline {
  display: inline-block;
}
h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 630px) {
  h1 {
    font-size: 1.5rem;
  }
}
.b1-border {
  border: 2px solid #464342;
  text-align: center;
  padding: 0.5rem 0.5rem;
}
@media screen and (max-width: 580px) {
  .b1-border {
    width: 100%;
  }
}
.line-after,
h2 {
  display: flex;
}
.line-after::after,
h2::after {
  content: '';
  display: inline-block;
  height: 1px;
  background: #d7d7d7;
  width: 100%;
  margin-top: 12px;
  margin-left: 5px;
}
h2 {
  font-size: 1.25rem;
  display: flex;
  padding: 1.5rem 0;
}
h2.no-padding::after,
h2.padding-800::after {
  margin-left: 0;
}
h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1061px) {
  h3 {
    display: none;
  }
}
h3.no-hide {
  display: block;
}
.pad-header {
  padding: 0;
}
h5 {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.25rem 0 0;
}
h5.eta {
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  h5.eta {
    text-align: left;
    margin-top: 2rem;
  }
}
h6 {
  font-size: 1.25rem;
  display: flex;
}
h6::after {
  content: '';
  display: inline-block;
  height: 1px;
  background: #575757;
  width: 100%;
}
.flexRowTabs ul.tab li a {
  font-family: 'Gotham-Light', 'GothamLight', 'Gotham-Thin', 'GothamThin', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.125rem;
}
.error-message,
.error-message a,
.error-text,
.error-text span,
.error-text li {
  font-size: 0.625rem;
  color: #b50000 !important;
  margin-bottom: -12px;
}
.warning-text {
  font-size: 0.875rem;
  color: #f58104 !important;
  margin-bottom: -12px;
}
.form-group .error-text li {
  margin-top: -18px;
}
.wh-10 {
  font-family: 'Gotham-Light', 'GothamLight', 'Gotham-Thin', 'GothamThin', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #fff;
  font-size: 0.625rem;
}
a.wh-10 {
  font-family: 'Gotham-Light', 'GothamLight', 'Gotham-Thin', 'GothamThin', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #fff;
  font-size: 0.625rem;
}
.wh-12,
.wh-12 a {
  font-family: 'Gotham-Light', 'GothamLight', 'Gotham-Thin', 'GothamThin', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #fff;
  font-size: 0.75rem;
}
.wh-12h,
.wh-12h a {
  color: #fff;
  font-size: 0.75rem;
}
.g1-12,
.g1-12 a {
  font-size: 0.75rem;
  color: #212121;
}
.g2-12,
.g2-12 a {
  font-size: 0.75rem;
  color: #575757;
}
@media screen and (max-width: 580px) {
  .g2-12,
  .g2-12 a {
    margin-bottom: 0.25rem;
    color: #cc8f77;
  }
}
.g2-12mb,
.g2-12mb a {
  font-size: 0.75rem;
  color: #575757;
}
@media screen and (max-width: 580px) {
  .g2-12mb,
  .g2-12mb a {
    color: #cc8f77;
  }
}
.c-12,
.c-12 a {
  font-size: 0.75rem;
  color: #cc8f77;
}
.g3-12,
.g3-12 a {
  font-size: 0.75rem;
  color: #a9a9a9;
  font-style: italic;
}
.g4-12,
.g4-12 a {
  font-size: 0.75rem;
  color: #d7d7d7;
}
.g1-12b,
.g1-12b a {
  font-size: 0.75rem;
  color: #212121;
  font-weight: 600;
}
.gr1-12b,
.gr1-12b a {
  font-size: 0.75rem;
  color: #06ac3a;
  font-weight: 600;
}
.r1-12,
.r1-12 a {
  font-size: 0.75rem;
  color: #b50000;
}
.r1-12b,
.r1-12b a {
  font-size: 0.75rem;
  color: #b50000;
  font-weight: 600;
}
.r1-12b-clicky,
.r1-12b-clicky a {
  font-size: 0.75rem;
  color: #b50000;
  font-weight: 600;
  cursor: pointer;
}
.b1-12,
.b1-12 a {
  font-size: 0.75rem;
  color: #464342;
}
.b1-12b,
.b1-12b a {
  font-size: 0.75rem;
  color: #464342;
  font-weight: 600;
}
.g3-12b,
.g3-12b a {
  font-size: 0.75rem;
  color: #a9a9a9;
  font-weight: 600;
}
span.b2-12,
span.b2-12 a {
  font-size: 0.75rem;
  color: #5b5654;
  font-style: italic;
}
span.b2-12.danger,
span.b2-12 a.danger {
  color: #b50000;
}
.g1-14,
.g1-14 a {
  color: #212121;
  font-size: 0.875rem;
}
.g2-14,
.g2-14 a {
  color: #575757;
  font-size: 0.875rem;
}
.b7a-14,
.b7a-14 a {
  font-size: 0.875rem;
  color: #f5f4f3;
}
.b7a-16,
.b7a-16 a {
  font-size: 1rem;
  color: #f5f4f3;
}
.b1a-16b,
.b1a-16b a {
  font-size: 1rem;
  color: #464342;
  font-weight: 600;
}
.b7a-18,
.b7a-18 a {
  font-size: 1.125rem;
  color: #f5f4f3;
}
.b1-14,
.b1-14 a {
  font-size: 0.875rem;
  color: #464342;
}
.g-16,
.g-16 a {
  font-size: 1rem;
  color: #008000;
}
.b1-16,
.b1-16 a {
  font-size: 1rem;
  color: #464342;
}
.c-16,
.c-16 a {
  font-size: 1.25rem;
  color: #cc8f77;
  text-align: center;
}
.g1-16,
.g1-16 a {
  color: #212121;
  font-size: 1rem;
  line-height: 1.2em;
}
sv-inline-form-v2:first-of-type .g2-12 {
  color: #212121;
  font-size: 1rem;
  line-height: 1.2em;
}
.r1-16,
.r1-16 a {
  color: #b50000;
  font-size: 1rem;
}
.wh-16h,
.wh-16h a {
  color: #fff;
  font-size: 1rem;
}
.wh-16 {
  font-family: 'Lato-Light', 'LatoLight', 'Lato-Hairline', 'LatoHairline', 'Lato', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
.wh-16 a {
  font-family: 'Lato-Light', 'LatoLight', 'Lato-Hairline', 'LatoHairline', 'Lato', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}
.wh-16 a:hover,
.wh-16 a:active {
  color: #e2dfde;
}
.wh-16em {
  font-family: 'Lato-Light', 'LatoLight', 'Lato-Hairline', 'LatoHairline', 'Lato', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
}
.wh-16em a {
  font-family: 'Lato-Light', 'LatoLight', 'Lato-Hairline', 'LatoHairline', 'Lato', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #cc8f77;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
}
.wh-16em a:hover,
.wh-16em a:active {
  color: #e2dfde;
}
.wh-18 {
  font-family: 'Gotham-Light', 'GothamLight', 'Gotham-Thin', 'GothamThin', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  color: #fff;
  font-size: 1.125rem;
}
.g1-18,
.g1-18 a {
  font-family: 'Gotham-Light', 'GothamLight', 'Gotham-Thin', 'GothamThin', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.125rem;
  color: #212121;
}
.c1-12,
.c1-12 a {
  font-size: 0.75rem;
  color: #d8a38d;
}
.c1-16,
.c1-16 a {
  font-size: 1rem;
  color: #d8a38d;
  font-weight: 600;
}
.c-16,
.c-16 a {
  font-size: 1rem;
  color: #cc8f77;
  font-weight: 600;
}
.c-18,
.c-18 a {
  font-size: 1.125rem;
  color: #cc8f77;
}
.c-20,
.c-20 a {
  font-size: 1.125rem;
  color: #cc8f77;
}
.b1-18,
.b1-18 a {
  font-size: 1.125rem;
  color: #464342;
  line-height: 1.4rem;
}
.b1-18.link,
.b1-18 a.link {
  color: #cc8f77;
}
.b1-18l,
.b1-18l a {
  font-family: 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.125rem;
  color: #464342;
}
@media screen and (max-width: 1060px) {
  .b1-18l.margin-bottom-30,
  .b1-18l a.margin-bottom-30 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
}
.wh-20,
.wh-20 a {
  font-family: 'HelveticaNeue', 'Helvetica Neue', 'HelveticaNeueRoman', 'HelveticaNeue-Roman', 'Helvetica Neue Roman', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #fff;
}
.bl-20,
.bl-20 a {
  font-family: 'Gotham-Light', 'GothamLight', 'Gotham-Thin', 'GothamThin', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #000;
}
.b1-20,
.b1-20 a {
  font-family: 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #464342;
}
.b1-30,
.b1-30 a {
  font-family: 'Gotham-Light', 'GothamLight', 'Gotham-Thin', 'GothamThin', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.875rem;
  color: #464342;
}
.wh-30,
.wh-30 a {
  font-family: 'Gotham-Thin', 'GothamThin', 'Gotham-Light', 'GothamLight', 'Gotham', 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.875rem;
  color: #fff;
}
.underlined {
  text-decoration: underline;
}
.underlined:hover {
  text-decoration: none;
  cursor: pointer;
}
.font14 {
  font-size: 0.875rem;
}
.font20 {
  font-size: 1.25rem;
}
.bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.danger {
  color: #b50000;
}
.blacklisted label {
  color: #b50000;
}
body {
  font-family: 'HelveticaNeue', 'Helvetica Neue', 'HelveticaNeueRoman', 'HelveticaNeue-Roman', 'Helvetica Neue Roman', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
}
body input,
body textarea,
body button,
body select {
  font-family: 'HelveticaNeue', 'Helvetica Neue', 'HelveticaNeueRoman', 'HelveticaNeue-Roman', 'Helvetica Neue Roman', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
}
html {
  background-color: #212121;
  height: 100%;
  margin: 0;
}
body {
  font-family: 'HelveticaNeue', 'Helvetica Neue', 'HelveticaNeueRoman', 'HelveticaNeue-Roman', 'Helvetica Neue Roman', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  background-color: #fff;
  margin: 0;
  font-size: 16px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
input[type=button].lg,
input[type=submit].lg {
  font-family: 'HelveticaNeueLight', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
}
a:-webkit-any-link {
  text-decoration: none !important;
}
input,
textarea,
button,
select {
  font-family: 'HelveticaNeue', 'Helvetica Neue', 'HelveticaNeueRoman', 'HelveticaNeue-Roman', 'Helvetica Neue Roman', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  margin-bottom: 0;
}
main {
  overfow: hidden;
  padding-top: 7.25rem;
  padding-bottom: 3.125rem;
  background-color: #fff;
  display: flex;
  justify-items: flex-start;
  flex-flow: column nowrap;
  width: 100%;
}
@media screen and (max-width: 670px) {
  main {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
/*# sourceMappingURL=app/stylesV2/savoya.css.map */