@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIY.ttf) format('truetype');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIY.ttf) format('truetype');
}
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'IBM Plex Sans', sans-serif;
}
body {
  background: #ffffff;
}
#header {
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
#header .logo {
  width: 200px;
}
#header .brand {
  position: absolute;
  display: inline-block;
  color: #004d9d;
  font-size: 0.825rem;
  bottom: 10px;
  left: 0;
  width: 200px;
  text-align: right;
}
#header-menu {
  margin-top: 1rem;
}
#header-menu .menu-items {
  margin-top: 0.5rem;
  padding: 0.5rem;
}
#header-menu .menu-items a {
  display: inline-block;
  color: #222;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  margin-right: 0,5rem;
  background-color: #F3F3F3;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  transition: background-color ease-in 0.3s;
}
#header-menu .menu-items a:hover {
  background-color: #f7cd81;
}
#footer {
  position: fixed;
  background-color: #004d9d;
  color: #fff;
  padding: 4px 8px;
  bottom: 5px;
  right: 5px;
  border-radius: 5px;
  font-size: 0.725rem;
  cursor: help;
}
body[is-loading] .ko-page {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(251, 206, 125, 0.3);
  z-index: 999;
}
.modal-content {
  background-color: #fff3de;
  width: 50%;
  margin: 0 auto;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.modal-content p {
  color: #333333;
}
.side-panel {
  position: fixed;
  top: 0;
  right: -25%;
  bottom: 0;
  width: 25%;
  background-color: #f3dcdd;
  border-left: solid 10px #f7cd81;
  padding-top: 2rem;
  z-index: 1000;
}
.side-panel.open {
  right: 0;
}
.side-panel h2 {
  font-size: 1.25rem;
  color: #004d9d;
  font-weight: bold;
  margin-bottom: 1rem;
}
h1 {
  color: #004d9d;
}
h2 {
  color: #333333;
}
.grid-container {
  max-width: 100rem;
}
hr {
  max-width: 100rem;
  border-bottom-color: #004d9d;
}
h1.page-title {
  font-size: 1.75rem;
  color: #004d9d;
  font-weight: bold;
  margin-bottom: 2rem;
}
h3.page-subtitle {
  font-size: 1rem;
  color: #E30613;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
h3.panel-subtitle {
  font-size: 1rem;
  color: #E30613;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.panel {
  background-color: #fff3de;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.panel h2 {
  font-size: 1.25rem;
  color: #004d9d;
  font-weight: bold;
  margin-bottom: 1rem;
}
.panel h3 {
  font-size: 1rem;
  color: #E30613;
  font-weight: bold;
  margin-bottom: 1rem;
}
.panel.secondary {
  background-color: #F3F3F3;
}
label {
  font-size: 0.875rem;
  color: #004d9d;
}
label + span.field {
  color: #004d9d;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
label + ul.field {
  color: #004d9d;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  list-style-type: none;
  margin-left: 0;
}
.nanobar {
  height: 10px !important;
}
.nanobar .bar {
  background: #004d9d;
  box-shadow: 0 2px 5px #8B8B8B;
  height: 5px;
  margin: 0 auto;
}
.appMessageContainer {
  display: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.alert {
  padding: 8px 12px;
  font-size: 0.975rem;
  border-radius: 5px;
}
.alert.success {
  background-color: #2ECC71;
  color: #fff;
}
.alert.error {
  background-color: #cf2929;
  color: #eee;
}
.button,
.button:link,
.button:visited,
button,
.button.primary,
.button.primary:link,
.button.primary:visited,
button.primary {
  background-color: #004d9d;
  color: #ffffff;
  font-weight: bold;
}
.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
.button.primary:hover,
.button.primary:active,
.button.primary:focus,
button.primary:hover,
button.primary:active,
button.primary:focus {
  background-color: #0066d0;
}
.button.secondary,
.button.secondary:link,
.button.secondary:visited,
button.secondary {
  background-color: #8B8B8B;
  color: #ffffff;
  font-weight: bold;
}
.button.secondary:hover,
.button.secondary:active,
.button.secondary:focus,
button.secondary:hover,
button.secondary:active,
button.secondary:focus {
  background-color: #686868;
}
.button.danger,
.button.danger:link,
.button.danger:visited,
button.danger {
  background-color: #be3a3a;
  color: #fff;
  font-weight: bold;
}
.button.danger:hover,
.button.danger:active,
.button.danger:focus,
button.danger:hover,
button.danger:active,
button.danger:focus {
  background-color: #cc4747;
}
.button.split-field {
  height: 2.4rem;
  border-radius: 0px !important;
  border-right: solid 1px #777 !important;
}
.button.split-field.last {
  border-radius: 0 5px 5px 0 !important;
  border-right: inherit !important;
}
.button-bar {
  text-align: right;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.button-bar .button {
  margin-left: 0.5rem;
}
.button.action {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.5rem 1rem;
}
.button.action.icon {
  font-size: 0.925rem;
}
table td .button.action {
  border-radius: 5px;
  padding: 6px;
}
.circle-indicator i {
  color: #ddd;
}
.circle-indicator i.mark {
  color: #004d9d;
}
.circle-indicator.full-mark i {
  color: #2ECC71 !important;
}
.c-primary {
  color: #004d9d;
}
.c-secondary {
  color: #f7cd81;
}
.c-terciary {
  color: #E30613;
}
.highlight {
  color: #004d9d;
}
.highlight-ok {
  color: #2ECC71;
}
.highlight-error {
  color: #cf2929;
}
.highlight-bg {
  background-color: #004d9d;
}
.highlight-bg-on {
  background-color: #188940 !important;
}
.highlight-bg-off {
  background-color: #8B8B8B !important;
}
/* EXCHANGES */
.flight-arrow-right {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  border-top: 1px solid #004d9d;
  border-left: 1px solid #004d9d;
  transform: rotate(135deg);
  margin-right: 0px;
  margin-left: 16px;
}
.flight-arrow-right::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #004d9d;
  transform: rotate(-45deg) translate(10px, 3px);
  left: 0;
  top: 0;
}
.flight-circle-stop {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  color: #f7cd81;
  font-size: 0.825rem;
}
.booking-leg {
  position: relative;
  background-color: #F3F3F3;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.booking-leg .booking-segment {
  padding: 1rem;
}
.booking-leg .booking-segment:not(:first-child) {
  border-top: solid 1px #8B8B8B;
}
.booking-leg .booking-segment div.cell.leg-icon {
  width: 3rem;
  text-align: right;
}
.booking-leg .booking-segment .leg-icon i {
  color: #f7cd81;
  font-size: 1.5rem;
  margin-top: 0.4rem;
}
.booking-leg .booking-segment .flight-date {
  color: #004d9d;
  font-weight: bold;
  font-size: 0.925rem;
  text-transform: uppercase;
}
.booking-leg .booking-segment .flight-city {
  color: #333333;
  font-weight: bold;
  font-size: 0.925rem;
}
.booking-leg .booking-segment .flight-country {
  color: #333333;
  font-weight: bold;
  font-size: 0.825rem;
}
.booking-leg .booking-segment .flight-number,
.booking-leg .booking-segment .bag-info,
.booking-leg .booking-segment .cabin-info {
  display: inline-block;
  padding: 4px 6px;
  font-size: 0.725rem;
  color: #004d9d;
  background-color: #f3dcdd;
  border-radius: 5px;
}
.booking-leg .booking-segment .flight-status {
  display: inline-block;
  padding: 4px 6px;
  font-size: 0.725rem;
  color: #004d9d;
  background-color: #f3dcdd;
  border-radius: 5px;
}
.booking-leg .booking-segment .flight-status.HK {
  background-color: #349f06;
  color: #fff;
}
.booking-leg .booking-segment .flight-status.TK {
  background-color: #068ab4;
  color: #fff;
}
.booking-leg .booking-segment .flight-status.UN,
.booking-leg .booking-segment .flight-status.HX {
  background-color: #E74C3C;
  color: #000;
}
.booking-leg.mini {
  margin-bottom: 0 !important;
  border-bottom: solid 1px #8B8B8B;
}
.booking-leg.mini span {
  font-size: 0.725rem !important;
}
.booking-leg.mini .booking-segment {
  padding: 0.5rem 0.25rem;
}
.booking-leg .booking-segment.previous-itin .leg-icon i {
  color: #fff3de;
}
.booking-leg .booking-segment.previous-itin .flight-date {
  color: #8B8B8B;
}
.booking-leg-change {
  background-color: #004d9d;
  color: #fff;
  padding: 1rem;
}
.booking-leg-change label {
  color: #fff;
  font-weight: bold;
}
.booking-leg-change i {
  color: #fff;
}
.booking-leg-change input {
  margin-bottom: 0;
}
.offer {
  margin-bottom: 2rem;
  position: relative;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.offer .offer-header {
  background-color: #004d9d;
  color: #fff;
  padding: 0.5rem 1rem;
}
.offer .offer-header span.amount {
  color: #fff;
  font-size: 1.75rem;
}
.offer .offer-header small.currency {
  font-size: 0.975rem;
  color: #fff;
}
.offer .offer-header a.detail-icon {
  color: #fff;
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 1rem;
}
.offer .offer-detail {
  background-color: #fff;
  color: #333333;
  padding: 1rem;
  border-bottom: solid 5px #004d9d;
}
.offer .offer-detail table {
  font-size: 0.825rem;
}
.offer-option {
  background-color: #eaeaea;
  padding: 1rem;
}
.offer-option div.cell.leg-icon {
  width: 3rem;
  text-align: right;
}
.offer-option:first-child {
  border-bottom: solid 1px #8B8B8B;
}
.offer-option:not(:first-child) {
  border-top: solid 1px #8B8B8B;
}
.offer-option div.cell.leg-icon {
  width: 3rem;
  text-align: right;
}
.offer-option .flight-time {
  color: #004d9d;
  font-weight: bold;
  font-size: 0.925rem;
  text-transform: uppercase;
}
.offer-option small.deparr-text {
  color: #8B8B8B;
  font-size: 0.875rem;
  font-weight: bold;
}
.offer-option input[type=radio] {
  margin-bottom: 0;
}
.offer-option .flight-number {
  display: inline-block;
  padding: 4px 6px;
  font-size: 0.725rem;
  color: #004d9d;
  background-color: #F3F3F3;
  border-radius: 5px;
}
.offer-option .flight-stop {
  display: inline-block;
  padding: 4px 6px;
  font-size: 0.725rem;
  color: #fff;
  background-color: #f7cd81;
  border-radius: 5px;
}
.offer-option .flight-arrow {
  color: #f7cd81;
  font-size: 0.825rem;
  display: inline-block;
  margin: 0 5px;
}
.offer .offer-footer {
  background-color: #f3dcdd;
  padding: 0.5rem 1rem;
}
.offer .offer-footer-selection {
  background-color: #F3F3F3;
  padding: 1rem;
  border-top: solid 1px #8B8B8B;
}
.fare-detail label,
label.indicator {
  display: block;
}
.fare-detail span.amount,
label.indicator + span {
  color: #004d9d;
  font-size: 1.75rem;
}
.fare-detail small.currency {
  font-size: 0.975rem;
  color: #004d9d;
}
.booking-passenger {
  background-color: #F3F3F3;
  padding: 0.5rem 1rem;
  border-bottom: solid 1px #8B8B8B;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.booking-passenger span.ticket-number {
  color: #004d9d;
  font-weight: bold;
}
.status-OK,
.status-Success {
  display: inline-block;
  background-color: #97f4be;
  color: #000000;
  padding: 4px 6px;
  border-radius: 5px;
  font-size: 0.825rem;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.status-ERROR,
.status-Failed {
  display: inline-block;
  background-color: #e97474;
  color: #fff;
  padding: 4px 6px;
  border-radius: 5px;
  font-size: 0.825rem;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.switch-paddle {
  width: 4rem;
  border-radius: 4rem;
  background: #fff;
}
.switch-paddle::after {
  background: #f7cd81;
  border-radius: 16px;
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
}
input:checked ~ .switch-paddle {
  background: #f7cd81;
}
input:checked ~ .switch-paddle::after {
  background: #004d9d;
  left: 2.5rem;
}
.switch .switch-label {
  display: inline-block;
  line-height: 2.4rem;
  vertical-align: text-bottom;
  margin-left: 0.5rem;
  color: #004d9d;
}
.switch-active {
  left: 15%;
}
table.unstyled thead,
table.unstyled tbody,
table.unstyled tfoot {
  background-color: transparent;
  border: none;
}
table.unstyled td {
  padding: 0.1rem 0.25rem 0.25rem;
}
input.calendar-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons  Inc. --%3E%3Cpath fill='%23888888' d='M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 90% 50%;
}
/* REFUNDS */
.ticket-refund-detail {
  margin-bottom: 2rem;
  background-color: #F3F3F3;
  padding: 0 1rem 1rem 1rem;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.ticket-refund-detail .ticket-header {
  background-color: #f7cd81;
  padding: 1rem 0;
}
.ticket-refund-detail label {
  display: block;
}
.ticket-refund-detail span.amount {
  color: #004d9d;
  font-size: 1.25rem;
}
.ticket-refund-detail span.amount.non-ref {
  text-decoration: line-through;
  color: #686868;
}
.ticket-refund-detail small.currency {
  font-size: 0.975rem;
  color: #004d9d;
}
.ticket-refund-detail small.currency.non-ref {
  text-decoration: line-through;
  color: #686868;
}
.ticket-refund-total {
  background-color: #f3dcdd;
  padding: 1rem;
}
.ticket-refund-grand-total {
  background-color: #F3F3F3;
  padding: 1rem;
  font-size: 1.25rem;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
table.ticket-refund-list {
  font-size: 0.875rem;
}
table.item-grid {
  border-spacing: 0;
  font-size: 0.875rem;
  border-collapse: unset;
  border: solid 1px #8B8B8B;
}
table.item-grid thead th {
  background-color: #004d9d;
  color: #fff;
}
table.item-grid thead th.highlight-1 {
  background-color: #fff3de;
  color: #004d9d;
}
table.item-grid thead th.highlight-2 {
  background-color: #F3F3F3;
  color: #004d9d;
}
table.item-grid thead th.highlight-3 {
  background-color: #f3dcdd;
  color: #004d9d;
}
table tbody td i.indicator {
  background-color: #004d9d;
  color: #fff;
  display: inline-block;
  padding: 4px 4px;
  cursor: help;
  font-size: 0.725rem;
  border-radius: 5px;
}
.refunded-amount {
  background-color: #F3F3F3;
  padding: 0.5rem 1rem;
  border-bottom: solid 1px #8B8B8B;
  box-shadow: #CCCCCC 0 3px 3px 0;
}
.refunded-amount span.amount {
  color: #004d9d;
  font-weight: bold;
}
code.json {
  display: block;
  white-space: pre-wrap;
  font-size: 0.725rem;
  color: #666;
  background-color: #fff;
  padding: 1rem;
}
ul.messages {
  font-size: 0.825rem;
}
div.tag-list .tag {
  display: inline-block;
  background-color: #f7cd81;
  color: #333333 !important;
  font-size: 0.925rem;
  padding: 4px 8px;
  border-radius: 5px;
  margin-right: 4px;
  margin-bottom: 4px;
}
div.tag-list .tag i {
  color: #004d9d;
  font-size: 0.825rem;
  display: inline-block;
  margin-left: 10px;
}
.current-queue {
  background-color: #fff3de;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 0.925rem;
}
.queue-list-item {
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
  display: block;
  border: solid 1px #8B8B8B;
  cursor: pointer;
}
.queue-list-item .queue-number {
  background-color: #004d9d;
  display: block;
  margin: -1rem -1rem 1rem -1rem;
  padding: 1rem;
  color: #fff;
}
.queue-list-item .item-count {
  font-size: 4rem;
  color: #004d9d;
  display: block;
}
.queue-list-item .delayed-count {
  font-size: 4rem;
  color: #ccc;
  display: block;
}
.queue-list-item small {
  font-size: 0.825rem;
}
.pill {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 0.825rem;
}
.pill.job-status.Completed {
  background-color: #188940;
}
.pill.job-status.Running {
  background-color: #169ca9;
}
.pill.job-result.Success {
  background-color: #188940;
}
.pill.job-result.Failure {
  background-color: #cf2929;
}
.pill.provider.AMA {
  background-color: #068ab4;
}
.pill.provider.SBR {
  background-color: #cf2929;
}
.pill.provider.UAP {
  background-color: #333333;
}
.pill.provider.MOK {
  background-color: #ff6a00;
}
/* MODS FOUNDATION XLARGE */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=" 100rem "&xxlarge=100em";
}
/*xlarge 1440, xxlarge 1600*/
.dropdown-pane {
  border-radius: 5px;
  padding: 1rem;
  background-color: #F3F3F3;
  font-size: 0.925rem;
}
.close-link {
  outline: 0;
  right: 1rem;
  top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  cursor: pointer;
}
@media print, screen and (min-width: 100rem) {
  .grid-x > .xlarge-shrink,
  .grid-x > .xlarge-full,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 100rem) {
  .grid-x > .xlarge-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.33333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.66667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.33333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.66667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.33333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.66667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.33333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.66667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 100rem) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
div[isLoading] span.field {
  display: block;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
  -webkit-animation-timing-function: linear;
  background: #F0F0F0;
  background-image: -webkit-linear-gradient(left, #F0F0F0 0%, #ddd 20%, #F0F0F0 40%, #F0F0F0 100%);
  background-size: 200% 100%;
}
/* YELLOW = #F9B233, RED = #E30613, BLUE = #004D9D */
