@charset "UTF-8";
:root {
  --venue-areas: 22; /* Default to all */
  --grid-cols: 1;
}

.fade-in-left {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}

.fade-in-right {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}

.fade-in-up {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}

.fade-in-down {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}

.fade-out {
  -webkit-animation: 1s fadeOut;
          animation: 1s fadeOut;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hide {
  display: none;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes loading-bike-animation {
  0% {
    -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
            transform: translate3D(0, 120px, 0) scale(0.8);
  }
  50% {
    -webkit-transform: translate3D(60%, 120px, 0) scale(0.8);
            transform: translate3D(60%, 120px, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
            transform: translate3D(0, 120px, 0) scale(0.8);
  }
}
@keyframes loading-bike-animation {
  0% {
    -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
            transform: translate3D(0, 120px, 0) scale(0.8);
  }
  50% {
    -webkit-transform: translate3D(60%, 120px, 0) scale(0.8);
            transform: translate3D(60%, 120px, 0) scale(0.8);
  }
  100% {
    -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
            transform: translate3D(0, 120px, 0) scale(0.8);
  }
}
@-webkit-keyframes loading-car-animation {
  0% {
    -webkit-transform: translate3D(0, 160px, 0);
            transform: translate3D(0, 160px, 0);
  }
  30% {
    -webkit-transform: translate3D(40%, 160px, 0);
            transform: translate3D(40%, 160px, 0);
  }
  60% {
    -webkit-transform: translate3D(30%, 160px, 0);
            transform: translate3D(30%, 160px, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 160px, 0);
            transform: translate3D(0, 160px, 0);
  }
}
@keyframes loading-car-animation {
  0% {
    -webkit-transform: translate3D(0, 160px, 0);
            transform: translate3D(0, 160px, 0);
  }
  30% {
    -webkit-transform: translate3D(40%, 160px, 0);
            transform: translate3D(40%, 160px, 0);
  }
  60% {
    -webkit-transform: translate3D(30%, 160px, 0);
            transform: translate3D(30%, 160px, 0);
  }
  100% {
    -webkit-transform: translate3D(0, 160px, 0);
            transform: translate3D(0, 160px, 0);
  }
}
div.print {
  background: rgb(204, 204, 204);
  margin: 0;
}
@media print {
  div.print .hide-for-print {
    display: none;
  }
}
div.print page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  -webkit-box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}
@media print {
  div.print page {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    page-break-after: always;
  }
}
div.print page[size=A4] {
  width: 21cm;
  height: 29.7cm;
}
div.print page[size=A4][layout=landscape] {
  width: 29.7cm;
  height: 21cm;
  size: landscape;
}
div.print page[size=A3] {
  width: 29.7cm;
  height: 42cm;
}
div.print page[size=A3][layout=landscape] {
  width: 42cm;
  height: 29.7cm;
  size: landscape;
}
div.print page[size=A5] {
  width: 14.8cm;
  height: 21cm;
}
div.print page[size=A5][layout=landscape] {
  width: 21cm;
  height: 14.8cm;
  size: landscape;
}
div.print.delivery-label page {
  position: relative;
}
div.print.delivery-label p, div.print.delivery-label h4 {
  margin-bottom: 0;
}
div.print.delivery-label h4 {
  font-weight: bold;
  font-size: 1.4rem;
}
div.print.delivery-label #invoice-address {
  position: absolute;
  top: 30px;
  left: 60px;
}
div.print.delivery-label #delivery-address {
  position: absolute;
  top: 30px;
  left: 500px;
}
div.print.delivery-label #order-id {
  position: absolute;
  top: 210px;
  left: 60px;
}
div.print.delivery-label #purchase-date {
  position: absolute;
  top: 210px;
  left: 500px;
}
div.print.delivery-label #lines {
  position: absolute;
  top: 280px;
  left: 60px;
  width: 673px;
  height: 320px;
  overflow: hidden;
}
div.print.delivery-label #label {
  position: absolute;
  top: 730px;
  left: 40px;
  width: 713px;
  height: 380px;
  /*border: 1px solid black;*/
}
div.print.delivery-label #label img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  width: 380px;
  height: 575px;
  left: 165px;
  top: -99px;
}
div.print.delivery-label table, div.print.delivery-label thead, div.print.delivery-label tbody, div.print.delivery-label tr, div.print.delivery-label td, div.print.delivery-label th {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 1rem;
  border: 0;
  padding: 5px 0;
}
div.print.drive-report-page {
  /*        [layout="landscape"] {
      position: relative;

      .team {
          transform: rotate(270deg);
          top: 29.7cm;
          position: absolute;
          transform-origin: top left;

          .header {
              width: 29.7cm;
          }
      }
  }*/
}
div.print.drive-report-page page {
  display: none;
}
@media print {
  div.print.drive-report-page page {
    display: block;
  }
}
div.print.drive-report-page .header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  font-size: 1.4rem;
  background-color: #E0E0E0;
}
div.print.drive-report-page .header > .report-name {
  text-align: left;
  padding: 10px 0 0 10px;
  margin-bottom: 0px;
  color: white;
}
div.print.drive-report-page .header > .event-date {
  text-align: right;
  padding: 10px 10px 0 0;
  margin-bottom: 0px;
  color: white;
}
div.print.drive-report-page .header > .event-name {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
div.print.drive-report-page .header > .suite-name {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
div.print.drive-report-page .header > .team-leader {
  font-size: 1.1rem;
  text-align: center;
}
div.print.drive-report-page .team {
  display: block;
  page-break-inside: avoid;
}
div.print.drive-report-page .guest-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 5cm;
     -moz-column-width: 5cm;
          column-width: 5cm;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
  margin: 0;
}
div.print.drive-report-page .guest-info {
  display: inline-block;
  width: 100%;
  margin: 0;
}
div.print.drive-report-page .guest-info > .inner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8cm auto;
  grid-template-columns: 0.8cm auto;
}
div.print.drive-report-page .guest-info .driver-no {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 3px 0;
}
div.print.drive-report-page .guest-info .guest-name {
  border: 1px solid #EEEEEE;
  padding: 3px 0;
}
div.print.drive-report-page .guest-info .license-note {
  -ms-grid-column: 2;
  grid-column: 2;
  padding: 3px 0;
}
div.print.drive-report-page .team-name {
  text-align: center;
}
div.print.drive-report-page .guest-scoresheet {
  width: 29.7cm;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.7cm auto 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 0.7cm;
  grid-template-columns: 0.7cm auto 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 1.1cm 1.3cm 0.7cm;
}
div.print.drive-report-page .guest-scoresheet .activity {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  border-left: 1px solid black;
  border-top: 1px solid black;
  text-align: center;
}
div.print.drive-report-page .guest-scoresheet .activity-1 {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  text-align: center;
}
div.print.drive-report-page .guest-scoresheet .activity-2 {
  border-top: 1px solid black;
  text-align: center;
}
div.print.drive-report-page .guest-scoresheet .guest-1 {
  background-color: #BDBDBD;
}
div.print.drive-report-page .guest-scoresheet .guest-row {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 3px 0;
  margin-bottom: 2px;
}
div.print.drive-report-page .guest-scoresheet .guest-row.guest-name {
  border-left: 2px solid black;
  padding-left: 4px;
}
div.print.drive-report-page .guest-scoresheet .guest-row.first-driver-no {
  border-left: 2px solid black;
  font-size: 0.6rem;
  padding: 3px 0 3px 2px;
}
div.print.drive-report-page .guest-scoresheet .last-col {
  border-left: 1px solid black;
}
div.print.drive-report-page .guest-scoresheet .last-col.last-driver-no {
  border-right: 2px solid black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 3px 0 3px 2px;
  margin-bottom: 2px;
  font-size: 0.6rem;
}
div.print.drive-report-page .guest-scoresheet .first-col {
  border-left: 1px solid black;
  border-top: 1px solid black;
}
div.print.drive-report-page .guest-scoresheet .center-text {
  text-align: center;
  padding: 3px 0;
}
div.print.drive-report-page .guest-scoresheet .non-parts-title {
  font-weight: bold;
  font-style: italic;
}
div.print.drive-report-page .certificate {
  position: relative;
  height: 100%;
}
div.print.drive-report-page .certificate .background-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.print.drive-report-page .certificate .company-logo {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 11;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 400px;
}
div.print.drive-report-page .certificate .name {
  font-family: "Lucida Calligraphy", "Dancing Script", cursive;
  line-height: 1.3;
  font-size: 1.5rem;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 845px;
  width: 100%;
  text-align: center;
  color: black;
}
div.print.drive-report-page .certificate .date {
  font-family: "Lucida Calligraphy", "Dancing Script", cursive;
  line-height: 1.3;
  font-size: 1.5rem;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 890px;
  width: 100%;
  text-align: center;
  color: black;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*Test*/
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #0a0a0a;
  font-weight: bold;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .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 screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 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.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  margin-right: 0;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
          box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

select {
  margin: 0 0 1rem 0;
  background-image: none;
  font-size: 0.9rem;
}

.tox-tinymce {
  margin-bottom: 20px;
}

.dropzone .dz-preview .dz-details {
  z-index: 10 !important;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

input.expanded {
  width: 100%;
}

input[type=checkbox].large {
  width: 32px;
  height: 32px;
}
input[type=checkbox].medium {
  width: 25px;
  height: 25px;
}

input.lowercase[type=text] {
  text-transform: lowercase;
}

.v-align-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v-align-text .switch {
  margin-bottom: 0;
}
.v-align-text .button {
  margin-bottom: 0;
}

.no-drop {
  border: 2px dashed red !important;
}

.can-drop {
  border: 2px dashed green !important;
}

.status.confirmed {
  color: green;
}
.status.reserved {
  color: purple;
}
.status.opportunity {
  color: orange;
}
.status.warning {
  color: #ffeb3b;
}
.status.cancelled {
  color: red;
}

div.address-data .compact {
  background-color: #e0e0e0;
  padding: 10px;
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
div.address-data .compact .nick-name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
}
div.address-data div.expand-button {
  margin-left: 4px;
}

.address-information {
  background-color: #e0e0e0;
  padding: 10px;
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 0.8rem;
}
.address-information .nick-name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
}

.image-gallery.invert {
  background-color: black;
}
.image-gallery .cell {
  position: relative;
}
.image-gallery .cell .remove-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  font-size: 2rem;
}
.image-gallery .cell .remove-button:hover {
  color: yellow;
}
.image-gallery .cell:hover .remove-button {
  display: block;
}

.invert-background {
  background-color: black;
}

.show-y-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.show-y-lines.lines-y-3 {
  -webkit-line-clamp: 3;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0;
}

.input-group {
  margin-bottom: 0;
}
.input-group .input-group-button a.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang-selector-container {
  position: relative;
}
.lang-selector-container img {
  max-height: 36px;
}
.lang-selector-container .lang-selector {
  display: none;
  z-index: 3; /* need to have this so it sits ontop of the outsite-click-detector */
  background-color: white;
  position: absolute;
  top: 100%;
}
.lang-selector-container .lang-selector.show {
  display: block;
}
.lang-selector-container .lang-selector ul {
  list-style: none;
  margin: 0;
}
.lang-selector-container .lang-selector ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.lang-selector-container .lang-selector ul a img {
  padding: 0;
  max-height: 25px;
}
.lang-selector-container .lang-selector ul a span {
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 0.9rem;
}

.context-menu {
  position: fixed;
  z-index: 10000;
  width: 175px;
  background: #1b1a1a;
  border-radius: 5px;
}
.context-menu .context-item {
  font-size: 15px;
  padding: 2px 4px;
  color: #eee;
  cursor: pointer;
}
.context-menu .context-item:hover {
  background: #343434;
  border-radius: 5px;
}
.context-menu .context-item i {
  width: 25px;
  border-right: solid;
  border-width: 0.5px;
  text-align: center;
}

/**
 * Basic typography style for copy text
 */
html, body {
  color: rgb(34, 34, 34);
  font-size: 13px;
}

body, a, input, select, textarea {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
  border-bottom: 2px solid #dcdcdc;
}
h1.sub-title, h2.sub-title, h3.sub-title, h4.sub-title, h5.sub-title, h6.sub-title {
  border-bottom: 2px solid #dcdcdc;
  margin: 20px 0;
}

h1 {
  font-size: 3rem;
}

h4 i {
  margin-right: 20px;
}

textarea {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  color: #c00;
}

em {
  font-style: normal;
  color: red;
}

p.large {
  font-size: 1rem;
}

span.large {
  font-size: 1rem;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-warning {
  font-weight: bold;
  color: red;
}

.text-price-sale {
  font-weight: bold;
  /*color: red;*/ /*This interfears as the A tags are red as well*/
}

.price-change-desc {
  font-size: 0.8rem;
}

.small {
  font-size: 0.8rem;
}

.mono-font {
  font-family: "Roboto Mono", monospace;
}

html, body, .msv {
  height: 100%;
}

.page-header {
  background-color: white;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  font-size: 1rem;
  margin: 10px 0 20px 0;
  padding: 10px 0;
  -webkit-box-shadow: 10px 10px 14px -3px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 14px -3px rgba(0, 0, 0, 0.75);
}
.page-header h1 {
  font-size: 1.6rem;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header h1 .back-button {
  cursor: pointer;
  color: #2196f3;
  margin-right: 20px;
}
.page-header h1 .back-button:hover {
  color: #14679e;
}
.page-header .button {
  margin: 0;
}
.page-header > .grid-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.off-canvas-content.main-body {
  background-color: #f5f5f5;
  position: relative;
  min-height: 100vh;
}
.off-canvas-content.main-body .top-bar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: black;
  z-index: 4;
  color: white;
}
.off-canvas-content.main-body .top-bar > .grid-x {
  width: 100%;
}
.off-canvas-content.main-body .top-bar > .grid-x .button {
  margin: 0;
}
.off-canvas-content.main-body .top-bar a {
  color: white;
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    z-index: 2;
  }
}
.breadcrumbs.steps {
  background-color: #9e9e9e;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.breadcrumbs.steps li {
  color: white;
  padding: 4px 16px 4px 16px;
  font-size: 1.2em;
  text-transform: none;
  min-height: 28px;
}
.breadcrumbs.steps li a {
  font-family: "Montserrat", sans-serif;
  color: white;
  border-bottom-right-radius: 16px;
}
.breadcrumbs.steps li.active.selected {
  border-left: 5px solid #f44336;
  border-bottom-right-radius: 16px;
  background-color: #424242;
}
@media screen and (max-width: 64em) {
  .breadcrumbs.steps li {
    padding: 4px 6px 4px 6px;
    font-weight: normal;
    font-size: 1.1em;
  }
  .breadcrumbs.steps li.active {
    border-bottom-right-radius: 8px;
  }
}
@media screen and (max-width: 40em) {
  .breadcrumbs.steps li {
    font-size: 1em;
  }
}
.breadcrumbs.steps li:after, .breadcrumbs.steps li:not(:last-child)::after {
  content: "" !important;
  margin: 0;
}

.modal-container {
  z-index: 14;
}

#update-bar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}
#update-bar.show {
  visibility: visible;
  -webkit-animation: update-bar-fadein 0.5s;
  animation: update-bar-fadein 0.5s;
}
#update-bar #update-bar-reload {
  color: #1779ba;
}

@-webkit-keyframes update-bar-fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes update-bar-fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
#notification-bar {
  background-color: black;
  position: sticky;
  top: 30px;
  right: 0px;
  color: white;
}
#notification-bar p {
  margin-bottom: 0;
  padding: 5px 0;
}

.border-top {
  border-top: 1px solid black;
}

.top-bar .modal-body {
  text-align: left;
  color: black;
}

.form-row {
  border-bottom: 1px dashed #e0e0e0;
  padding: 10px 0;
}
.form-row input {
  margin: 0;
}
.form-row .selectable-list {
  margin: 0;
}

.category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-container h3 {
  font-size: 1.2rem;
}
.category-container .product-listing {
  margin-bottom: 10px;
  padding: 0 10px;
  border-right: 1px solid grey;
}
.category-container .product-listing:last-child {
  border-right: 0;
}
.category-container .product-listing > p {
  margin: 0;
  font-weight: bold;
}
.category-container .product-listing .variants {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 110px 10px 100px 10px 1fr;
  grid-template-columns: auto 110px 100px 1fr;
  grid-gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.category-container .product-listing .variants .variant-sep {
  border-bottom: 1px solid grey;
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.category-container .product-listing .variants .button {
  margin: 0;
  font-size: 1rem;
}
.category-container .product-listing .variants.miscellaneous {
  -ms-grid-columns: auto 15px 110px 15px 110px 15px 400px 15px 80px 15px 150px 15px 1fr;
  grid-template-columns: auto 110px 110px 400px 80px 150px 1fr;
  grid-gap: 15px;
}

.quantity-select {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 120px;
  padding: 0;
  margin: 0;
  border: 0;
}
.quantity-select legend {
  display: none;
}
.quantity-select input {
  font-size: 1.1rem;
  height: 30px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #6f6f6f;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.quantity-select input:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
.quantity-select input[type=number]::-webkit-inner-spin-button,
.quantity-select input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-select input[type=number] {
  -moz-appearance: textfield;
}
.quantity-select .button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  margin: 0;
  border: 1px solid #6f6f6f;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  opacity: 1;
  background-color: transparent;
  color: #6f6f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity-select .button > i {
  height: 13px;
  font-size: 0.7rem;
}
.quantity-select .button:active {
  -webkit-box-shadow: inset 0 2px 12px -4px #c5d1d9;
          box-shadow: inset 0 2px 12px -4px #c5d1d9;
}
.quantity-select .button:focus {
  outline: none;
}
.quantity-select .button:hover {
  opacity: 1;
}
.quantity-select .button.sub {
  left: 0px;
}
.quantity-select .button.add {
  right: 0px;
}

.logged-in-user p {
  color: white;
  margin-bottom: 0;
  padding: 10px 0;
}

#version-number {
  margin-bottom: 10px;
  bottom: 0;
  color: white;
}

#nav-menu p {
  color: white;
}
#nav-menu #main-nav {
  list-style: none;
  margin: 0 5px 0 0;
}
#nav-menu #main-nav > li {
  margin-bottom: 10px;
  padding-left: 20px;
}
#nav-menu #main-nav > li.loading {
  color: white;
}
#nav-menu #main-nav > li > a {
  background: rgb(242, 8, 10);
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 8, 10)), to(rgb(115, 18, 3)));
  background: linear-gradient(90deg, rgb(242, 8, 10) 0%, rgb(115, 18, 3) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#nav-menu #main-nav > li > a i {
  font-size: 1.5rem;
}
#nav-menu #main-nav > li > a span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  font-size: 0.9rem;
  margin-right: 5px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#nav-menu #main-nav > li > a:hover span {
  margin-right: 15px;
}
#nav-menu #main-nav > li > ul {
  display: none;
  list-style: none;
  margin: 0;
}
#nav-menu #main-nav > li > ul li {
  text-align: right;
  margin: 6px 15px 6px 0;
}
#nav-menu #main-nav > li > ul li a {
  color: #aaa;
  font-size: 0.8rem;
}
#nav-menu #main-nav > li > ul li a:hover {
  color: white;
}
#nav-menu #main-nav > li.selected > ul {
  display: block;
}

#menu-offscreen-canvas {
  background-color: black;
}

.menu-close-button {
  margin-bottom: 20px;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
footer #page-footer {
  height: 80px;
}
footer #page-footer #page-footer-top {
  background-image: url(https://msvstatic.com/images/master-footer-top.png);
  background-repeat: repeat-x;
  background-color: #ff280a;
  color: #fff;
  padding: 12px 0 0 0;
  font-weight: bold;
  height: 40px;
}
footer #page-footer #page-footer-bottom {
  background-color: #000;
  color: #c8c8c8;
  padding: 8px 0 0 0;
  height: 40px;
}
footer #page-footer #page-footer-bottom a {
  color: #c8c8c8;
}

.msvt footer {
  background: rgb(149, 149, 149);
  background: linear-gradient(-45deg, rgb(136, 136, 136), rgb(67, 67, 67));
  color: rgb(255, 255, 255);
  border-top: 2px solid rgb(220, 144, 27);
  background: rgb(0, 0, 0);
  background-image: url("https://msvstatic.com/MSVT/images/footer-texture.png");
  background-repeat: repeat-x;
  background-position: top left;
}
.msvt footer h5 {
  font-family: "PT-Sans", sans-serif;
  color: rgb(234, 234, 234);
}
.msvt footer ul {
  list-style-type: none;
  margin-left: 0;
}
.msvt footer li {
  font-weight: bold;
  margin-bottom: 0.125rem;
}
.msvt footer li a:before {
  content: "►";
  color: rgb(193, 193, 193);
  padding-right: 0.5rem;
}
.msvt footer sup {
  color: rgb(255, 255, 255);
}
.msvt footer address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.msvt footer .copyright-logo {
  background: rgb(134, 134, 134);
  border-top: 1px solid rgb(193, 193, 193);
}

.dropzone {
  min-height: auto !important;
  padding: 0 !important;
}

.card.selected {
  background-color: #878787;
  color: #fff;
}

.horz-tabs, .vert-tabs {
  background-color: #f5f5f5;
  border: 0;
  margin: 0;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.horz-tabs > .title, .vert-tabs > .title {
  display: inline-block;
}
.horz-tabs > .title > a, .vert-tabs > .title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #757575;
  font-size: 1rem;
  line-height: 1;
}
.horz-tabs > .title.is-active, .vert-tabs > .title.is-active {
  border-bottom: 2px solid #D32F2F;
}
.horz-tabs > .title.is-active a, .vert-tabs > .title.is-active a {
  color: black;
  background-color: white;
  font-weight: bold;
}
.horz-tabs.responsive, .vert-tabs.responsive {
  background-color: #dedede;
  padding: 0;
  border: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .horz-tabs.responsive, .vert-tabs.responsive {
    padding: 20px 0 20px 20px;
    margin-bottom: 0;
  }
  .horz-tabs.responsive li, .vert-tabs.responsive li {
    display: block;
    float: none;
    width: auto;
  }
}
.horz-tabs.responsive > .title, .vert-tabs.responsive > .title {
  border-top: unset;
}
.horz-tabs.responsive > .title a, .vert-tabs.responsive > .title a {
  font-size: 1em;
  color: black;
  border-bottom: unset;
  padding: 1.25rem 1.5rem;
}
.horz-tabs.responsive > .title a.category, .vert-tabs.responsive > .title a.category {
  margin-bottom: -2.25rem;
  color: red;
  pointer-events: none;
  padding-top: 0px;
}
.horz-tabs.responsive > .title a:hover:not(.category), .vert-tabs.responsive > .title a:hover:not(.category) {
  color: black;
  background-color: white;
}
.horz-tabs.responsive > .title.is-active, .vert-tabs.responsive > .title.is-active {
  border: 0;
  border-top: 3px solid #D32F2F;
}
@media screen and (min-width: 64em) {
  .horz-tabs.responsive > .title.is-active, .vert-tabs.responsive > .title.is-active {
    /*Large*/
    border: 0;
    border-left: 5px solid #D32F2F;
  }
}
.horz-tabs.responsive > .title.is-active a, .vert-tabs.responsive > .title.is-active a {
  background-color: #f5f5f5;
}

.tabs-content {
  border: 0;
}

.list-horz {
  list-style: none;
  margin: 0;
}
.list-horz > li {
  float: left;
  padding: 15px;
}
.list-horz.small > li {
  padding: 10px 20px 10px 0;
}

.stat-container {
  font-family: "Montserrat", sans-serif;
  padding: 15px 18px;
  background-color: white;
  border-left: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.stat-container a {
  font-family: "Montserrat", sans-serif;
}
.stat-container .fa-times-circle {
  color: red;
}
.stat-container .fa-check-circle {
  color: green;
}
.stat-container .fa-exclamation-circle {
  color: yellow;
}
.stat-container .stat {
  display: block;
  font-size: 1.8rem;
}
.stat-container .desc {
  font-size: 0.8rem;
  color: #bdbdbd;
  text-transform: uppercase;
}

.small .stat-container {
  padding: 10px 16px;
}
.small .stat-container .stat {
  font-size: 1.5rem;
}
.small .stat-container .desc {
  font-size: 0.7rem;
}

.grid-x .cell:last-child .stat-container {
  border-right: 1px solid #bdbdbd;
}
.grid-x .cell.stat-container:last-child {
  border-right: 1px solid #bdbdbd;
}

.grid-margin-x .stat-container {
  border: 1px solid #bdbdbd;
}

.slick-dots {
  position: absolute;
  bottom: 3%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:after {
  font-family: "slick";
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #d0d0d0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
}

.slick-dots li.slick-active button:after {
  opacity: 1;
  color: #c01923;
}

/*.page-content-container {
    background-color: #FAFAFA;
    box-shadow: 10px 10px 9px -5px rgba(0,0,0,0.75);
    padding: 10px;

    h1 {
        margin: 0 0 10px 0;
    }

    margin-bottom: 10px;
}*/
.page-break-bar {
  margin: 40px 0 10px 0;
  color: #fff;
  background-color: #ff0e0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0809), to(#a51403));
  background-image: linear-gradient(#fe0809, #a51403);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0809), color-stop(100%, #a51403));
}
.page-break-bar h4 {
  margin: 0;
  padding: 0.3em 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3rem;
}
.page-break-bar a {
  color: white;
}
.page-break-bar em {
  color: white;
  font-style: italic;
}

.faq {
  margin-bottom: 0;
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-title {
  background: #787878;
  background: -webkit-gradient(linear, left top, left bottom, from(#828282), to(#6c6c6c));
  background: linear-gradient(#828282 0%, #6c6c6c 100%);
  color: #fff;
  font-size: 0.8rem;
  border: 0;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.accordion-title:hover {
  background: #787878;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1c1c1), to(#b6b6b6));
  background: linear-gradient(#c1c1c1 0%, #b6b6b6 100%);
  color: #fff;
  text-decoration: none;
}

.accordion-title:focus {
  color: #fff;
}

.accordion-content {
  background: #dcdddf !important;
}

.accordion-title::before {
  content: "▼";
}

.is-active > .accordion-title::before {
  content: "▲";
}

.shop-header {
  background-color: #e0e0e0;
  min-height: 30px;
  border-top: 1px dashed #c8c8c8;
  border-bottom: 1px dashed #c8c8c8;
}

.shop-body {
  position: relative;
  /*Used on _GroupView_5*/
}
.shop-body .sep-y {
  border-right: 1px dashed #c8c8c8;
}
.shop-body .widget-desc {
  margin-bottom: 20px;
}
.shop-body .shop-product-section {
  margin-bottom: 20px;
}
.shop-body h3.header {
  font-size: 1.5rem;
  border-bottom: 2px solid red;
  margin-bottom: 10px;
}
.shop-body .base-product {
  border-bottom: 1px dashed #c8c8c8;
}
.shop-body .base-product .name {
  display: block;
}
.shop-body .base-product .desc {
  display: block;
  font-size: 0.8rem;
}
.shop-body .base-product .product-name-container {
  padding: 5px;
}
.shop-body .base-product .variant-name {
  display: block;
}
.shop-body .base-product .variant-desc {
  font-style: italic;
}
.shop-body .base-product .variant-product {
  border-bottom: 1px dashed #c8c8c8;
  min-height: 50px;
}
@media screen and (max-width: 40em) {
  .shop-body .base-product {
    border-bottom: 0;
  }
  .shop-body .base-product .name {
    background-color: #e0e0e0;
    padding: 5px 0 5px 5px;
  }
  .shop-body .base-product .product-name-container {
    padding: 0;
    margin: 10px 0;
  }
  .shop-body .base-product .small-product {
    background-color: #e0e0e0;
    min-height: 30px;
  }
  .shop-body .base-product .small-border-bottom {
    border-bottom: 1px dashed #c8c8c8;
    margin-bottom: 5px;
  }
  .shop-body .base-product .sep-y {
    border-right: 0;
  }
}
.shop-body .product-info {
  height: 100%;
  position: relative;
}
.shop-body .product-info > .grid-y {
  height: 100%;
}
.shop-body .product-info h3.header {
  font-size: 1.3rem;
}
.shop-body .product-info .image-container-cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shop-body .product-info .image-container {
  text-align: center;
  position: relative;
}
.shop-body .product-info .image-container .more-info {
  position: absolute;
  background-color: rgba(200, 200, 200, 0.8);
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
}
.shop-body .product-info .image-container .more-info span {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.shop-body .product-info .image-container img.second {
  display: none;
}
.shop-body .product-info .image-container:hover .more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-body .product-info .image-container:hover img.first {
  display: none;
}
.shop-body .product-info .image-container:hover img.second {
  display: inline-block;
}
.shop-body .product-info .price-container {
  text-align: center;
}
.shop-body .product-info .price-container .text-price, .shop-body .product-info .price-container .text-price-sale {
  font-size: 1.1rem;
  font-weight: bold;
}

.step-page .page-break-bar {
  margin: 10px 0 10px 0;
}

.key-points input {
  margin: 0;
}
.key-points li {
  margin-bottom: 10px;
}

.faq-list li {
  padding: 10px 0;
  border-bottom: 1px solid black;
}

.loading-overlay-container {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.loading-overlay-container.show {
  display: block;
}

.loading-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
.loading-overlay > .section-container {
  position: absolute;
  left: 1%;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*--extend--*/
.area, .loading-container svg, .fore, .mid, .bk, .loading-container {
  width: 600px;
  height: 288px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.loading-container {
  margin: 30px auto;
}
.loading-container .vehicle {
  position: absolute;
  left: -140px;
  bottom: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.loading-container .vehicle.bike {
  -webkit-animation: loading-bike-animation 4s infinite ease-out;
          animation: loading-bike-animation 4s infinite ease-out;
  -webkit-transform: translate3D(0, 120px, 0) scale(0.8);
          transform: translate3D(0, 120px, 0) scale(0.8);
}
.loading-container .vehicle.car {
  -webkit-animation: loading-car-animation 4s infinite ease-out;
          animation: loading-car-animation 4s infinite ease-out;
  -webkit-transform: translate3D(0, 160px, 0);
          transform: translate3D(0, 160px, 0);
}

.fore {
  background: url("https://msvstatic.blob.core.windows.net/manual/loading/foreground.png");
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: bk 7s -5s linear infinite;
          animation: bk 7s -5s linear infinite;
  position: relative;
}

.mid {
  background: url("https://msvstatic.blob.core.windows.net/manual/loading/background.png");
  -webkit-animation: bk 15s -5s linear infinite;
          animation: bk 15s -5s linear infinite;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@-webkit-keyframes walk {
  100% {
    background-position: 0 -2376px;
  }
}

@keyframes walk {
  100% {
    background-position: 0 -2376px;
  }
}
@-webkit-keyframes bk {
  100% {
    background-position: 200% 0;
  }
}
@keyframes bk {
  100% {
    background-position: 200% 0;
  }
}
@media screen and (max-width: 600px) {
  .container {
    width: 100%;
    margin-top: 0;
  }
  .figure {
    -webkit-transform: translate3D(40%, 50px, 0);
            transform: translate3D(40%, 50px, 0);
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  #basket-top-container {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    font-weight: normal;
    font-size: 0.8125rem;
    text-transform: uppercase;
    text-align: right;
    z-index: 12;
    background-color: black;
  }
  #basket-top-container .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 39px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #basket-top-container a {
    border: none;
    color: white;
    display: inline-block;
    font-weight: bold;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  #basket-top-container.success a {
    font-weight: 900;
    color: green;
    letter-spacing: 2px;
  }
  #basket-top-container .expiry-time i.time {
    color: red;
    font-size: 1.2rem;
    font-style: normal;
  }
  #basket-top-container .button.btn-basket-extend {
    display: none;
    margin: 0;
    padding: 8px 15px;
  }
  #basket-top-container .button.btn-basket-extend.show {
    display: inline-block;
  }
}
.msvt #basket-top-container {
  background-color: none;
}
.msvt #basket-top-container a {
  border: 2px solid rgb(245, 245, 245);
  border-width: 2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0px;
  padding: 0.5rem;
  background: rgb(37, 37, 37);
}
.msvt #basket-top-container a:hover {
  background: rgb(243, 146, 0);
  color: rgb(255, 255, 255);
}

#basket-offscreen-canvas {
  width: 450px;
  -webkit-transform: translateX(450px);
          transform: translateX(450px);
  border-left: 3px solid white;
}
#basket-offscreen-canvas.is-open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-450px);
          transform: translateX(-450px);
}

.basket-offscreen .customer {
  background-color: #424242;
  color: white;
  padding: 5px 10px;
  margin-bottom: 0;
}
.basket-offscreen .basket-total {
  font-size: 1.4rem;
  background-color: #424242;
  color: white;
  padding: 5px 10px;
}
.basket-offscreen .basket-total a {
  color: white;
  text-decoration: underline;
}
.basket-offscreen .btn-checkout {
  margin-bottom: 10px;
}
.basket-offscreen hr {
  margin: 10px auto;
}
.basket-offscreen .delivery-info {
  font-size: 0.9rem;
  font-style: italic;
}
.basket-offscreen .basket-line .event-title {
  font-size: 1.2rem;
}
.basket-offscreen .basket-line .event-title p {
  margin-bottom: 0;
}
.basket-offscreen .basket-line .text-price {
  margin-top: 2px;
  display: block;
  font-weight: bold;
}
.basket-offscreen .basket-line .product-name {
  font-size: 1rem;
  margin-bottom: 3px;
}
.basket-offscreen .basket-line .product-name.sub {
  font-size: 0.8rem;
}
.basket-offscreen .basket-line .optional-extra {
  margin-top: 3px;
}
.basket-offscreen .basket-line hr {
  margin: 4px 0;
}
.basket-offscreen .basket-line .button, .basket-offscreen .basket-line .quantity-selector p, .basket-offscreen .basket-line .quantity-selector {
  margin-bottom: 0;
}
.basket-offscreen .basket-line .controls {
  position: relative;
}
.basket-offscreen .basket-line .controls .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.basket-offscreen .basket-line .controls .loading.show {
  display: inline-block;
}
.basket-offscreen .basket-line .controls .loading .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 18px;
}
.basket-offscreen .basket-line .controls .loading .bullet {
  position: absolute;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: black;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.basket-offscreen .basket-line .controls .loading .bullet:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.basket-offscreen .basket-line .controls .loading .bullet:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.basket-offscreen .basket-line .controls .loading .bullet:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.basket-offscreen .basket-line .controls .loading .bullet:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.basket-offscreen .expiry-time-container {
  margin-bottom: 20px;
  font-size: 1.4rem;
  background-color: black;
  color: white;
  text-align: center;
}
.basket-offscreen .expiry-time-container .expiry-time {
  font-size: 1rem;
  text-transform: uppercase;
}
.basket-offscreen .expiry-time-container .expiry-time i.time {
  color: red;
  font-size: 1.8rem;
  font-style: normal;
}
.basket-offscreen .button.btn-basket-extend {
  display: none;
  margin: 0;
  padding: 8px 15px;
}
.basket-offscreen .button.btn-basket-extend.show {
  display: inline-block;
}
.basket-offscreen.checkout h4 {
  margin: 0;
}
.basket-offscreen.checkout .button {
  margin: 0;
}
.basket-offscreen.checkout .expiry-time-container {
  background-color: transparent;
  color: black;
}

.msvt .basket-offscreen h3 {
  font-family: "Orbitron", sans-serif;
}

.prerequisites input {
  margin: 0;
}

.basket-expired h3 {
  font-size: 1.6rem;
}
.basket-expired p {
  text-transform: none;
}

.basket {
  border-radius: 5px;
  overflow: hidden;
  font-size: 1rem;
  margin-bottom: 20px;
}
.basket .title {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 10px;
  font-weight: 700;
  font-family: "Rubik";
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.basket .title i {
  margin-right: 5px;
  font-size: 2rem;
  color: rgb(229, 0, 80);
}
.basket .title .total {
  margin-left: 10px;
  font-size: 1.4rem;
}
.basket .expiry-timer {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.basket .expiry-timer em {
  color: rgb(229, 0, 80);
  font-weight: 700;
}
.basket .body {
  background-color: #ebebeb;
  border-radius: 5px;
  padding: 10px;
}
.basket .body p {
  margin: 0;
}
.basket .body p.price {
  font-family: "Rubik";
  font-weight: 800;
  color: black;
}
.basket .body .group-info .group-title {
  background-color: #7a7a7a;
  padding: 10px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: -0.48px;
  border-radius: 5px;
}
.basket .body .group-info .group-title em {
  display: block;
  font-weight: 400;
}
.basket .body .group-info .group-body {
  padding: 10px;
}
.basket .body .item-header {
  color: #565656;
  border-radius: 5px 5px 0 0;
  padding-bottom: 6px;
}
.basket .body .item-header a {
  color: #434343;
}
.basket .body .item-header .product-name {
  font-weight: 700;
  letter-spacing: -0.48px;
}
.basket .body .item-header .event-name {
  display: block;
}
.basket .body .product-details {
  font-size: 0.9rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #434343;
}
.basket .body .product-details.has-children {
  border-bottom: 0;
  margin-bottom: 0;
}
.basket .body .product-details.child-item {
  border-bottom: 0;
  margin-bottom: 0;
}
.basket .body .product-details.child-item.last-child {
  border-bottom: 1px solid #434343;
  margin-bottom: 20px;
}
.basket .body .product-details:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.basket .body .product-details .text-info {
  color: #565656;
  letter-spacing: -0.48px;
  padding-bottom: 6px;
}
.basket .body .product-details strong {
  font-weight: 700;
}
.basket .body .product-details .quantity-select {
  margin-right: 10px;
  max-width: 100px;
}
.basket .body .product-details .quantity-select input {
  color: #313131;
}
.basket .body .product-details .quantity-select .button {
  background-color: white;
  border: 1px solid #bcbcbc;
  color: #313131;
}
.basket .body .product-details .valid-for {
  letter-spacing: -0.48px;
  font-weight: 400;
}
.basket .body .product-details .valid-for em {
  font-weight: 700;
}
.basket .body .qty-label, .basket .body .price-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: white;
}
.basket .body .qty-label {
  padding-right: 5px;
  margin-left: 5px;
}
.basket .body .price {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #656565;
  letter-spacing: -0.48px;
}
.basket .body .price-cell {
  background-color: white;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 8px 0;
}
.basket .body .price-cell .orig {
  text-decoration: line-through;
  margin-right: 5px;
}
.basket .body .btn-remove {
  color: white;
}
.basket .body .button.alert {
  background-color: rgba(105, 105, 105, 0);
  color: #525252;
  border: 1px solid white;
}
.basket .body .button.alert:hover {
  background-color: #525252;
  color: white;
}
.basket .footer {
  margin-top: 15px;
}
.basket.entry-list {
  padding-bottom: 40px;
  left: 0;
  width: 100%;
}
.basket.pop-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.basket.pop-up .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px 0;
}
.basket.pop-up .title .total {
  margin-right: 20px;
}
.basket.pop-up .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.basket.pop-up .body .items {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-height: 100%;
  position: relative;
}
.basket.pop-up .body .scrollable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.basket.pop-up .body .scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}
.basket.pop-up .footer {
  padding-right: 20px;
}

/* This is for the testing prodouct on the testing landing page */
.track-entry-vehicle h5.title {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 2em;
  margin-bottom: 0;
}
.track-entry-vehicle .price-table {
  font-size: 1.3em;
}
.track-entry-vehicle .price-table .header {
  background-color: #BCBDC1;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  font-weight: bold;
  padding: 10px;
}
.track-entry-vehicle .price-table .product-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.track-entry-vehicle .price-table .product-row .name {
  background-color: #DCDDDF;
  /*border-left: 1px solid grey;*/
  /*padding: 10px 0 10px 5px;*/
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.track-entry-vehicle .price-table .product-row .price {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.track-entry-vehicle .price-table .product-row .button {
  margin: 5px;
}
.track-entry-vehicle .price-table .product-row .btn-add-product {
  font-size: 0.85rem;
}
.track-entry-vehicle .price-table .product-row .align-vert-wrapper {
  width: 100%;
}
.track-entry-vehicle .price-table .product-row .spacer {
  margin: 12px 5px;
}

/* The resveration dialog */
#track-entry-reservation-container {
  position: relative;
  min-height: 10em;
}
#track-entry-reservation-container .adding-to-reservation-container {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#track-entry-reservation-container.adding .adding-to-reservation-container, #track-entry-reservation-container.success .adding-to-reservation-container, #track-entry-reservation-container.fail .adding-to-reservation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#track-entry-reservation-container.adding .form, #track-entry-reservation-container.success .form, #track-entry-reservation-container.fail .form {
  display: none;
}
#track-entry-reservation-container p {
  margin: 20px 0 0 0;
}
#track-entry-reservation-container .button {
  margin: 20px 0 0 0;
}

/* This is displayed once a track entry product has been added into the basket, it contains optional extras that can be purchased */
#track-entry-add-to-basket-container {
  position: relative;
  min-height: 10em;
}
#track-entry-add-to-basket-container .adding-to-basket-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#track-entry-add-to-basket-container .adding-to-basket-container p {
  margin: 20px 0 0 0;
}
#track-entry-add-to-basket-container .optional-extras-container {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#track-entry-add-to-basket-container .optional-extras-container h3 {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
#track-entry-add-to-basket-container .optional-extra-row {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  position: relative;
}
#track-entry-add-to-basket-container .optional-extra-row:nth-child(odd) {
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
}
#track-entry-add-to-basket-container.success > .adding-to-basket-container {
  -webkit-animation: 1s fadeOut 0.8s;
          animation: 1s fadeOut 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#track-entry-add-to-basket-container.success .optional-extras-container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#track-entry-add-to-basket-container.success .optional-extras-container h3 {
  -webkit-animation: 1.5s fadeInDown 0.8s;
          animation: 1.5s fadeInDown 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#track-entry-add-to-basket-container.success .optional-extra-row {
  -webkit-animation: 1.5s fadeInUp 0.8s;
          animation: 1.5s fadeInUp 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#track-entry-add-to-basket-container.success .optional-extra-row:nth-child(even) {
  -webkit-animation: 1.5s fadeInDown 0.8s;
          animation: 1.5s fadeInDown 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#track-entry-add-to-basket-container .optional-extra-row {
  border: 1px solid rgb(134, 134, 134);
  height: 100%;
}
#track-entry-add-to-basket-container .optional-extra-row > .grid-y {
  height: 100%;
}
#track-entry-add-to-basket-container .optional-extra-row .cell.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#track-entry-add-to-basket-container .optional-extra-row h5 {
  background-color: #464646;
  color: white;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 1rem;
}
#track-entry-add-to-basket-container .optional-extra-row h5 em {
  color: white;
  font-style: italic;
}
#track-entry-add-to-basket-container .optional-extra-row .table-spin input, #track-entry-add-to-basket-container .optional-extra-row .table-spin .button {
  margin-bottom: 0;
}
#track-entry-add-to-basket-container .optional-extra-row .description {
  font-size: 0.75rem;
}
#track-entry-add-to-basket-container.success.no-animate .optional-extra-row {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
#track-entry-add-to-basket-container.success.no-delay .optional-extra-row {
  -webkit-animation: 1s fadeInUp 0s;
          animation: 1s fadeInUp 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.box-header-and-footer {
  height: 100%;
  position: relative;
}
.box-header-and-footer > .cell {
  width: 100%;
}
.box-header-and-footer.border {
  border-left: 3px solid #464646;
  border-right: 3px solid #464646;
  border-bottom: 3px solid #464646;
}
.box-header-and-footer h4.title {
  background-color: #464646;
  color: white;
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
}
.box-header-and-footer h4.title.large {
  font-size: 1.2rem;
}
.box-header-and-footer .cell.border {
  border-left: 1px solid #cb620f;
  border-right: 1px solid #cb620f;
}
.box-header-and-footer .logo {
  background-color: white;
  /*padding: 10px 0;*/
  text-align: center;
}
.box-header-and-footer .logo > img {
  vertical-align: unset;
}
.box-header-and-footer a.border {
  background-color: #2196f3;
  color: white;
  width: 100%;
  display: block;
  font-size: 1.1rem;
  padding: 10px;
  text-align: center;
}
.box-header-and-footer.small h4.title {
  font-size: 0.8rem;
}
.box-header-and-footer.small a.border {
  font-size: 1rem;
  padding: 8px;
}
.box-header-and-footer .button {
  margin: 0;
  font-weight: normal;
  padding: 10px;
}
.box-header-and-footer .button.tiny {
  /*padding: 10px;*/
}
.box-header-and-footer.selected h4.title {
  background-color: red;
}
.box-header-and-footer .btn-delete {
  position: absolute;
  top: -20px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
}
.box-header-and-footer .btn-delete .fa-circle {
  color: white;
}
.box-header-and-footer .btn-delete .fa-times-circle {
  color: red;
}

.track-entry {
  margin-bottom: 20px;
  /* Added Optional Extras*/
}
.track-entry .driver-selection h4.underline.success {
  color: green;
}
.track-entry .page-break-bar {
  margin: 20px 0 10px 0;
  padding: 5px 0;
}
.track-entry .page-break-bar h5 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.track-entry .page-break-bar .button {
  margin-bottom: 0;
}
.track-entry h4 span {
  font-size: 1.2rem;
}
.track-entry .optional-extras-title {
  margin-bottom: 20px;
}
.track-entry .optional-extras-title h4 {
  border-bottom: 1px solid red;
}
.track-entry .optional-extras-title h4 i {
  margin-right: 20px;
}
.track-entry .optional-extras-title h4 span {
  font-size: 1.2rem;
}
.track-entry .optional-extra-detail {
  position: relative;
}
.track-entry .optional-extra-detail .btn-remove-optional-extra {
  cursor: pointer;
  position: absolute;
  top: -18px;
  right: -10px;
  color: red;
}
.track-entry .optional-extra-detail .btn-remove-optional-extra > i {
  background-color: white;
  border: 2px solid white;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
}

.optional-extra-item {
  margin-bottom: 0.625rem;
  color: #fff;
}
.optional-extra-item:hover {
  color: #cc0000 !important;
}
.optional-extra-item .extra-item-wrapper {
  position: relative;
}
.optional-extra-item .optional-extra-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0rem;
}
.optional-extra-item .optional-extra-text span {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0.5rem;
  font-weight: 900;
  font-size: 1.2em;
  text-transform: uppercase;
}

.optional-extras-available .optional-extra > .grid-x {
  background-color: white;
}
.optional-extras-available .optional-extra .price {
  font-size: 1rem;
  background-color: white;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
}
.optional-extras-available .optional-extra .table-spin {
  margin-bottom: 0;
  background-color: white;
}
.optional-extras-available .optional-extra .table-spin .button {
  margin-bottom: 0;
}
.optional-extras-available .optional-extra .table-spin input {
  margin-bottom: 0;
  text-align: center;
}
.optional-extras-available .optional-extra .btn-add-optional-extra {
  padding: 12px;
}

.msvt .track-entry .page-break-bar {
  font-family: "PT Sans";
  background-color: #464646;
  color: white;
  background-image: none;
}
.msvt .track-entry .page-break-bar h5 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.msvt .track-entry .page-break-bar .button {
  margin-bottom: 0;
}
.msvt .track-entry h4 span {
  font-size: 1.2rem;
  font-family: "Orbitron", sans-serif;
}
.msvt .track-entry .box-header-and-footer h4.title {
  background-color: #464646;
  font-family: "Orbitron", sans-serif;
  color: white;
  padding: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
}
.msvt .track-entry .box-header-and-footer .cell.border {
  border-left: 1px solid #cb620f;
  border-right: 1px solid #cb620f;
}
.msvt .track-entry .box-header-and-footer .logo {
  background-color: white;
  padding: 10px 0;
}
.msvt .track-entry .box-header-and-footer .logo.border {
  border-left: 1px solid #cb620f;
  border-right: 1px solid #cb620f;
}
.msvt .track-entry .box-header-and-footer .logo > img {
  vertical-align: unset;
}
.msvt .track-entry .box-header-and-footer a.border {
  background: -webkit-gradient(linear, left top, left bottom, from(#ebbe79), color-stop(50%, #dc901b), to(#cb620f));
  background: linear-gradient(180deg, #ebbe79 0%, #dc901b 50%, #cb620f 100%);
  color: white;
  width: 100%;
  display: block;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center;
}
.msvt .track-entry .box-header-and-footer.small h4.title {
  font-size: 0.8rem;
}
.msvt .track-entry .box-header-and-footer.small a.border {
  font-size: 1rem;
  padding: 8px;
}
.msvt .track-entry .box-header-and-footer .button {
  margin: 0;
}
.msvt .track-entry .optional-extras-title h4 {
  border-bottom: 1px solid #f39200;
}
.msvt .track-entry .optional-extras-title h4 span {
  font-family: "Orbitron", sans-serif;
}
.msvt #track-entry-add-to-basket-container .optional-extra-row {
  border: 1px solid rgb(134, 134, 134);
}
.msvt #track-entry-add-to-basket-container .optional-extra-row h5 {
  font-family: "PT Sans", sans-serif;
}

.quantity-selector {
  margin: 0;
}
.quantity-selector .button {
  margin: 0;
  background-color: white;
  border: 2px solid #ff280a;
  color: #ff280a;
}
.quantity-selector .button:hover {
  border-color: black;
  color: black;
}
.quantity-selector .table-spin-quantity {
  padding: 0 5px;
}
.quantity-selector .table-spin-quantity p {
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
}
.quantity-selector .table-spin-quantity input {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.8rem;
  height: 30px;
  min-width: 20px;
}

.msvt .track-entry-group {
  border: 1px solid rgb(134, 134, 134);
  border-radius: 4px;
  margin-bottom: 20px;
}
.msvt .track-entry-group h5 {
  font-family: "PT Sans", sans-serif;
  background-color: #464646;
  color: white;
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 0;
}
.msvt .track-entry-group img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.msvt .track-entry-group .description {
  font-family: "PT Sans", sans-serif;
  font-size: 0.9rem;
  border-bottom: 1px solid rgb(134, 134, 134);
  margin-bottom: 0px;
  padding: 10px;
}
.msvt .track-entry-group .timetable {
  font-family: "PT Sans", sans-serif;
  font-size: 0.8rem;
  padding: 10px;
  margin-bottom: 0;
}
.msvt .track-entry-group .button {
  margin-bottom: 0;
  text-transform: uppercase;
}
.msvt .track-entry-group .button-container {
  background-color: #dedede;
  padding: 10px;
  text-align: center;
}

.adding-to-basket-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.adding-to-basket-container.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adding-to-basket-container .message {
  font-size: 1.2rem;
  text-align: center;
}
.adding-to-basket-container.success .message {
  color: #5cb85c;
}
.adding-to-basket-container.fail .message {
  color: red;
}

.adding-to-basket {
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  -webkit-animation-name: loader-spin;
          animation-name: loader-spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.adding-to-basket.success {
  -webkit-animation: none;
          animation: none;
  border-color: #5cb85c;
  -webkit-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.adding-to-basket.fail {
  -webkit-animation: none;
          animation: none;
  border-color: red;
  -webkit-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}
.adding-to-basket .result {
  display: none;
}
.adding-to-basket.success .result {
  display: block;
}
.adding-to-basket.success .result:after {
  opacity: 1;
  height: 4em;
  width: 2em;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-right: 5px solid #5cb85c;
  border-top: 5px solid #5cb85c;
  content: "";
  left: 1.5em;
  top: 4em;
  position: absolute;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: show-success-tick;
          animation-name: show-success-tick;
  -webkit-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
}
.adding-to-basket.fail .result {
  display: block;
  width: 4em;
  height: 4em;
  left: 1.7em;
  top: 1.7em;
  position: absolute;
}
.adding-to-basket.fail .result:before, .adding-to-basket.fail .result:after {
  content: "";
  width: 130%;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: red;
}
.adding-to-basket.fail .result:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.adding-to-basket.fail .result:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.adding-to-basket, .adding-to-basket:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes show-success-tick {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 2em;
    opacity: 1;
  }
  40% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
  100% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
}
@keyframes show-success-tick {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 2em;
    opacity: 1;
  }
  40% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
  100% {
    height: 4em;
    width: 2em;
    opacity: 1;
  }
}
.button {
  background-color: #2196f3;
  border-radius: 4px;
  padding: 15px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  position: relative;
  /*&.alert {
      background: #ff0e0d;
      background-image: linear-gradient(#fe0809,#ab1403);
      background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fe0809),color-stop(100%,#ab1403));
      border: 1px solid white;

      &:hover {
          background: #000
      }
  }*/
}
.button.success {
  background-color: #43a047;
  color: white;
}
.button.primary {
  background-color: #2196f3;
}
.button.small {
  padding: 10px;
}
.button.tiny {
  font-size: 0.5rem;
  padding: 8px;
}
.button.delete {
  background-color: #cc4b37;
  color: white;
}
.button.delete:hover {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.secondary {
  background: #585858;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), color-stop(50%, #595959), color-stop(50%, #595959), to(#343434));
  background-image: linear-gradient(#5a5a5a 0%, #595959 50%, #595959 50%, #343434 100%);
  border: 1px solid #fff;
  -webkit-transition: none;
  transition: none;
}
.button.white-border {
  border: 1px solid white;
}
.button .icon {
  position: absolute;
  font-size: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.icon-left .icon {
  margin-right: 10px;
  left: 5px;
}
.button.icon-left .text {
  float: right;
  padding-left: 30px;
}
.button.icon-right .icon {
  right: 5px;
}
.button.icon-right .text {
  padding-right: 30px;
}
.button.no-icon-space i, .button.no-icon-space span {
  margin-left: 0;
}
.button.icon-only {
  min-width: 41px;
}
.button.icon-only .icon {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.button p {
  margin-bottom: 5px;
}
@media screen and (max-width: 40em) {
  .button {
    font-size: 0.75rem;
  }
}
.button.filter, .button.filter-reg {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.button.filter.selected, .button.filter-reg.selected {
  background-color: #878787;
  color: #fff;
}
.button.filter:hover, .button.filter-reg:hover {
  background-color: #585858;
  color: #fff;
}
.button.filter {
  padding: 10px;
}

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.button-drop-down {
  position: relative;
  display: inline-block;
  /* Dropdown Content (Hidden by Default) */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */
}
.button-drop-down .drop-down-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  z-index: 1;
  top: 100%; /* Under neath */
  right: 0; /* Aligned to the right */
  /* Links inside the dropdown */
}
.button-drop-down .drop-down-content.active {
  display: block;
}
.button-drop-down .drop-down-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.button-drop-down .drop-down-content a:hover {
  background-color: #ddd;
}
.button-drop-down .dropdown:hover .dropdown-content {
  display: block;
}
.button-drop-down .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.search-box {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-box .search-term {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}
.search-box .search-term:focus {
  color: #00B4CC;
}
.search-box .search-button {
  width: 40px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

#no-content-wrapper {
  color: white;
  text-align: center;
  font-size: 3rem;
}
#no-content-wrapper #no-content {
  width: 100%;
  padding: 20px;
  display: -ms-inline-grid;
  display: inline-grid;
  background-image: url("https://msvstatic.blob.core.windows.net/manual/no-records.jpg");
  background-size: cover;
  background-position: center;
}
#no-content-wrapper #no-content h4 {
  height: inherit;
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: white;
  text-align: center;
  font-size: 2.5rem;
  -webkit-filter: grayscale(1) drop-shadow(0.1em 0.1em black);
          filter: grayscale(1) drop-shadow(0.1em 0.1em black);
  font-weight: bold;
  -webkit-text-stroke: 1px black;
}
#no-content-wrapper #no-content span {
  font-size: 1.5rem;
  -webkit-filter: grayscale(1) drop-shadow(0.1em 0.1em black);
          filter: grayscale(1) drop-shadow(0.1em 0.1em black);
}
#no-content-wrapper #no-content i {
  font-size: 6rem;
  -webkit-filter: grayscale(1) drop-shadow(0.1em 0.1em black);
          filter: grayscale(1) drop-shadow(0.1em 0.1em black);
}

.toast {
  visibility: hidden;
  padding: 0.5rem;
  color: #fff;
  position: fixed;
  width: 300px;
  z-index: 30;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
}
.toast .toast-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1rem;
  position: sticky;
  bottom: 1%;
}
.toast .toast-body p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
}
.toast .toast-body h5 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.toast.toast-visible {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}
.toast.bg-success {
  background-color: #43A047;
}
.toast.bg-info {
  background-color: #1E88E5;
}
.toast.bg-danger {
  background-color: #F44336;
}
.toast.bg-warning {
  background-color: #F57C00;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.paging-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paging-info .prev-page {
  color: black;
  margin: 0 15px;
}
.paging-info .prev-page.disabled {
  color: grey;
  opacity: 0.5;
}
.paging-info .next-page {
  margin-right: 10px;
  color: black;
}
.paging-info .next-page.disabled {
  color: grey;
  opacity: 0.5;
}
.paging-info .icon {
  margin-right: 10px;
  color: black;
}
.paging-info .icon i.locked {
  color: #D32F2F;
}
.paging-info .icon.disabled {
  color: grey;
  opacity: 0.5;
}

.data-table .header {
  border-bottom: 1px solid #bdbdbd;
}
.data-table .header span {
  padding: 10px 0;
  display: block;
  color: #bdbdbd;
  text-transform: uppercase;
}
.data-table .header.header-black {
  background-color: #424242;
  color: #fff;
}
.data-table .header.header-black label {
  color: #fff !important;
}
.data-table .header.clickable {
  cursor: pointer;
}
.data-table .header.clickable:hover {
  color: #c00;
}
.data-table .subheader {
  border-bottom: 0.5px solid #bdbdbd;
  margin: 0px;
}
.data-table .subheader span {
  padding: 8px 0;
  display: block;
  color: #bdbdbd;
  text-transform: uppercase;
}
.data-table .subheader.header-black {
  background-color: #757575;
  color: #fff !important;
}
.data-table .header-fill {
  background: #E0E0E0;
  font-weight: bold;
}
.data-table .row {
  border-bottom: 1px solid #EEEEEE;
}
.data-table .row.show-hover:hover {
  background-color: #FFFF8D;
}
.data-table .row.clickable {
  cursor: pointer;
}
.data-table .row.clickable:hover {
  background-color: #FFFF8D;
}
.data-table .row span {
  display: block;
  text-align: left;
  padding: 8px 0;
  white-space: nowrap;
  overflow: hidden;
}
.data-table .row span.small {
  font-size: 0.85rem;
}
.data-table .row span i.small {
  font-size: 0.85rem;
}
.data-table .row.allow-overflow span {
  overflow: unset;
  white-space: normal;
}
.data-table .row:nth-child(odd) {
  background-color: #FAFAFA;
}
.data-table .row .button, .data-table .row input, .data-table .row .switch {
  margin: 0;
}
.data-table table .button, .data-table table input, .data-table table .switch {
  margin: 0;
}
.data-table table thead {
  background: #E0E0E0;
  border: 1px solid #E0E0E0;
}
.data-table .address, .data-table .summary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}
.data-table .address {
  max-width: 300px;
}
.data-table .results-table input[type=number] {
  max-width: 80px;
}
.data-table div .success {
  background-color: #43a047;
}
.data-table div .alert {
  background-color: #cc4b37;
}

table.data-table tr.last {
  border-bottom: 1px solid black;
}

ul.selectable {
  list-style: none;
  margin: 0;
}
ul.selectable li {
  cursor: pointer;
}

.selectable-list {
  margin-bottom: 1rem;
}
.selectable-list .selectable {
  background-color: #e6e6e6;
  padding: 10px;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectable-list .selectable.selected {
  background-color: green;
  color: white;
}
.selectable-list .selectable i {
  margin-right: 10px;
}
.selectable-list .selectable.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.drag-drop-zone {
  border: 2px dashed #e68710;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  color: #aeaeae;
  font-size: 1rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.drag-drop-zone:hover {
  background-color: #f5f5f5;
}

.drag-drop-zone input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/**
* @license Copyright (c) 2014-2020, CKSource - Frederico Knabben. All rights reserved.
* This file is licensed under the terms of the MIT License (see LICENSE.md).
*/
:root {
  --ck-sample-color-blue: #1a9aef;
  --ck-sample-container-width: 1285px;
  --ck-sample-sidebar-width: 350px;
}

/* --------- EDITOR STYLES  ---------------------------------------------------------------------------------------- */
.ck.ck-editor__editable {
  background: #fff;
  border: 1px solid hsl(0, 0%, 70%);
  width: 100%;
}

.ck.ck-editor {
  /* To enable toolbar wrapping. */
  width: 100%;
  overflow-x: hidden;
}

/* --------- DECOUPLED (DOCUMENT) BUILD. ---------------------------------------------*/
body[data-editor=DecoupledDocumentEditor] .document-editor__toolbar {
  width: 100%;
}

body[data-editor=DecoupledDocumentEditor] .collaboration-demo__editable,
body[data-editor=DecoupledDocumentEditor] .row-editor .editor {
  width: 18.5cm;
  height: 100%;
  min-height: 26.25cm;
  padding: 1.75cm 1.5cm;
  margin: 2.5rem;
  border: 1px hsl(0, 0%, 82.7%) solid;
  background-color: white;
  -webkit-box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.1);
          box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.1);
}

body[data-editor=DecoupledDocumentEditor] .row-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  background-color: #f2f2f2;
  border: 1px solid hsl(0, 0%, 77%);
}

body[data-editor=DecoupledDocumentEditor] .sidebar {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --------- COMMENTS & TRACK CHANGES FEATURE ---------------------------------------------------------------------- */
.sidebar {
  padding: 0 15px;
  position: relative;
  min-width: var(--ck-sample-sidebar-width);
  max-width: var(--ck-sample-sidebar-width);
  font-size: 20px;
  border: 1px solid hsl(0, 0%, 77%);
  background: hsl(0, 0%, 98%);
  border-left: 0;
  overflow: hidden;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Do not inherit styles related to the editable editor content. See line 25.*/
.sidebar .ck-content[role=textbox],
.ck.ck-annotation-wrapper .ck-content[role=textbox] {
  min-height: unset;
  width: unset;
  padding: 0;
  background: transparent;
}

.sidebar.narrow {
  min-width: 60px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.sidebar.hidden {
  display: none !important;
}

#sidebar-display-toggle {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 15px;
  top: 30px;
  border: 0;
  padding: 0;
  color: hsl(0, 0%, 50%);
  -webkit-transition: 250ms ease color;
  transition: 250ms ease color;
  background-color: transparent;
}

#sidebar-display-toggle:hover {
  color: hsl(0, 0%, 30%);
  cursor: pointer;
}

#sidebar-display-toggle:focus,
#sidebar-display-toggle:active {
  outline: none;
  border: 1px solid #a9d29d;
}

#sidebar-display-toggle svg {
  fill: currentColor;
}

/* --------- COLLABORATION FEATURES (USERS) ------------------------------------------------------------------------ */
.row-presence {
  width: 100%;
  border: 1px solid hsl(0, 0%, 77%);
  border-bottom: 0;
  background: hsl(0, 0%, 98%);
  padding: var(--ck-spacing-small);
  /* Make `border-bottom` as `box-shadow` to not overlap with the editor border. */
  -webkit-box-shadow: 0 1px 0 0 hsl(0, 0%, 77%);
          box-shadow: 0 1px 0 0 hsl(0, 0%, 77%);
  /* Make `z-index` bigger than `.editor` to properly display tooltips. */
  z-index: 20;
}

.ck.ck-presence-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.25rem 0.75rem;
}

.presence .ck.ck-presence-list__counter {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: var(--ck-spacing-large);
}

/* --------- REAL TIME COLLABORATION FEATURES (SHARE TOPBAR CONTAINER) --------------------------------------------- */
.collaboration-demo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  background-color: #f2f2f2;
  border: 1px solid hsl(0, 0%, 77%);
}

body[data-editor=InlineEditor] .collaboration-demo__row {
  border: 0;
}

.collaboration-demo__container {
  max-width: var(--ck-sample-container-width);
  margin: 0 auto;
  padding: 1.25rem;
}

.presence, .collaboration-demo__row {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.collaboration-demo__topbar {
  background: #fff;
  border: 1px solid var(--ck-color-toolbar-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.collaboration-demo__topbar .btn {
  margin-right: 1em;
  outline-offset: 2px;
  outline-width: 2px;
  background-color: var(--ck-sample-color-blue);
}

.collaboration-demo__topbar .btn:focus,
.collaboration-demo__topbar .btn:hover {
  border-color: var(--ck-sample-color-blue);
}

.collaboration-demo__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0.75rem;
}

.collaboration-demo__share-description p {
  margin: 0;
  font-weight: bold;
  font-size: 0.9em;
}

.collaboration-demo__share input {
  height: auto;
  font-size: 0.9em;
  min-width: 220px;
  margin: 0 10px;
  border-radius: 4px;
  border: 1px solid var(--ck-color-toolbar-border);
}

.collaboration-demo__share button,
.collaboration-demo__share input {
  height: 40px;
  padding: 5px 10px;
}

.collaboration-demo__share button {
  position: relative;
}

.collaboration-demo__share button:focus {
  outline: none;
}

.collaboration-demo__share button[data-tooltip]::before,
.collaboration-demo__share button[data-tooltip]::after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
  transition: all 0.15s cubic-bezier(0.5, 1, 0.25, 1);
  z-index: 1;
}

.collaboration-demo__share button[data-tooltip]::before {
  content: attr(data-tooltip);
  padding: 5px 15px;
  border-radius: 3px;
  background: #111;
  color: #fff;
  text-align: center;
  font-size: 11px;
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.collaboration-demo__share button[data-tooltip]::after {
  content: "";
  border: 5px solid transparent;
  width: 0;
  font-size: 0;
  line-height: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 5px solid #111;
  border-top: none;
}

.collaboration-demo__share button[data-tooltip]:hover:before,
.collaboration-demo__share button[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.collaboration-demo--ready {
  overflow: visible;
  height: auto;
}

.collaboration-demo--ready .presence,
.collaboration-demo--ready .collaboration-demo__row {
  opacity: 1;
}

/* If z-index is enabled, then muliple modals displaying at the same time doesnt work correctly*/
.full-screen-modal .modal-container .modal-dialog {
  height: 100%;
  top: 0%;
  right: 0% !important;
  float: right;
  -webkit-transform: none;
          transform: none;
  width: 60%;
  overflow-y: auto;
}
.full-screen-modal .modal-container.opened .modal-dialog {
  top: 0%;
  right: 0%;
  margin-right: 0;
}

.modal-container {
  display: none;
  /*&.opened:before {
      display: block;
  }*/
  /*&.opened .modal-dialog {
      transform: translate(0, 0);
      top: 20%;
      left: 50%;
  }*/
}
.modal-container:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
}
.modal-container.opened {
  display: block;
}

.modal-dialog {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 14;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, -500%);
          transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  border-radius: 6px;
}
.modal-dialog.light-grey {
  background-color: #f5f5f5;
}
.modal-dialog.no-padding > .modal-body {
  padding: 0;
}
.modal-dialog .content-padding {
  padding: 20px;
}

.modal-dialog.center {
  left: 50%;
  top: 10%;
  width: 80vw;
  max-width: unset;
}
.modal-dialog.center-medium {
  left: 50%;
  top: 10%;
  width: 40vw;
  max-width: unset;
}

.modal-body {
  padding: 10px;
}

.modal-header,
.modal-footer {
  padding: 10px 20px;
}

.modal-header {
  border-bottom: #eeeeee solid 1px;
  position: relative;
  background: #ff0e0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0809), to(#ab1403));
  background-image: linear-gradient(#fe0809, #ab1403);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0809), color-stop(100%, #ab1403));
  color: white;
}
.modal-header h3 {
  margin-bottom: 0;
}

.btn-modal-close {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 2rem;
  cursor: pointer;
  color: white;
}

@media print, screen and (min-width: 40em) {
  .modal-dialog {
    width: 600px;
    max-width: 75rem;
  }
  .modal-dialog.tiny {
    width: 30%;
    max-width: 75rem;
  }
  .modal-dialog.small {
    width: 50%;
    max-width: 75rem;
  }
  .modal-dialog.large {
    width: 90%;
    max-width: 75rem;
  }
}
.modal-dialog.three-d-secure {
  width: 620px;
}
.modal-dialog.three-d-secure .modal-body {
  padding: 0;
}

@media screen and (max-width: 39.99875em) {
  .modal-dialog {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
  .modal-container.opened .modal-dialog {
    top: 0;
  }
}
.msvt .modal-dialog {
  border: 2px solid rgb(134, 134, 134);
  font-family: "PT Sans", sans-serif;
}
.msvt .modal-header {
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 190, 121)), color-stop(50%, rgb(220, 144, 27)), to(rgb(203, 98, 15)));
  background: linear-gradient(180deg, rgb(235, 190, 121) 0%, rgb(220, 144, 27) 50%, rgb(203, 98, 15) 100%);
  color: rgb(245, 245, 245);
  border-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.msvt .modal-header h3 {
  font-family: "Orbitron", sans-serif;
  padding: 10px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.msvt .modal-header .btn-modal-close {
  color: white;
}
.msvt .modal-body h3 {
  font-size: 1.8rem;
  font-family: "PT Sans", sans-serif;
}

.reveal {
  padding: 0;
}
.reveal .page-break-bar {
  margin: 0;
  padding-left: 10px;
}
.reveal .inner {
  padding: 10px;
}

.image-crop {
  border: 1px dashed grey;
}
.image-crop.selected {
  border: 3px solid #2196f3;
}
.image-crop img {
  max-width: 100%;
}
.image-crop.preview {
  display: block;
  overflow: hidden;
}
.image-crop.preview img {
  display: block;
  max-width: none;
  max-height: none;
  /*min-width: 0px;
  min-height: 0px;*/
}

.modal-v2-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-v2-container .modal-v2 {
  border-radius: 5px;
  overflow: hidden;
  font-size: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding-bottom: 20px;
}
.modal-v2-container .modal-v2.anchor-to-right {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-animation: 0.5s modal-in-from-right;
          animation: 0.5s modal-in-from-right;
  left: unset;
  right: 5px;
  top: 0;
  bottom: 0;
  max-width: 30%;
}
.modal-v2-container .modal-v2.anchor-to-right .body {
  overflow-y: auto;
  height: 100%;
}
.modal-v2-container .modal-v2 .title {
  background-color: darkred;
  color: white;
  text-transform: uppercase;
  font-size: 1.1rem;
  padding: 10px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-v2-container .modal-v2 .title > span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.modal-v2-container .modal-v2 .title .btn-close {
  color: white;
}
.modal-v2-container .modal-v2 .body {
  background-color: #d9d9d9;
  padding: 20px;
}
.modal-v2-container .modal-v2 .body p {
  font-size: 0.9rem;
}
.modal-v2-container .modal-v2 .body label:not(.switch-paddle) {
  font-weight: 800;
  color: #525252;
  font-size: 1rem;
  text-transform: uppercase;
}
.modal-v2-container .modal-v2 .body label:not(.switch-paddle).button {
  display: block;
  background-color: #4ac0da;
  color: white;
  margin-bottom: 0;
}
.modal-v2-container .modal-v2 .body input {
  border-radius: 5px;
}
.modal-v2-container .modal-v2 .body small {
  font-style: italic;
}

.tree-view {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /* Make it scrollable */
  max-height: 85vh;
  top: 5vh;
  position: sticky;
  overflow-y: auto;
  /* Style the caret/arrow */
  /* Hide the nested list */
}
.tree-view i.fas {
  font-size: 1.3rem;
  color: #4e4e4e;
}
.tree-view i.fas.page {
  margin-right: 13px;
}
.tree-view i.fas.folder {
  margin-right: 8px;
}
.tree-view i.fas.widget {
  color: #2196f3;
  margin-right: 8px;
}
.tree-view li .header {
  padding: 5px 0;
  display: block;
}
.tree-view li .header.selected {
  background-color: #2196f3;
  color: white;
}
.tree-view li .header.selected i {
  color: white;
}
.tree-view li .header.selected a {
  color: white;
}
.tree-view li .header.selected .caret.has-sub::before {
  color: white;
}
.tree-view li .header:hover {
  background-color: #e0e0e0;
}
.tree-view .caret {
  margin-right: 28px;
}
.tree-view .caret.has-sub {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; /* Prevent text selection */
  margin-right: 8px;
}
.tree-view .caret.has-sub::before {
  content: "▶";
  color: black;
  display: inline-block;
  margin-right: 6px;
}
.tree-view .nested {
  display: none;
  list-style-type: none;
  margin: 0;
}
.tree-view .nested .header {
  padding-left: 15px;
}
.tree-view .nested .nested .header {
  padding-left: 30px;
}
.tree-view .nested .nested .nested .header {
  padding-left: 45px;
}
.tree-view .nested .nested .nested .nested .header {
  padding-left: 60px;
}
.tree-view .nested .nested .nested .nested .nested .header {
  padding-left: 75px;
}
.tree-view .active > .header > .caret::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tree-view .active > .header div > .caret::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tree-view .active > .nested {
  display: block;
}

.allocated-area {
  display: -ms-grid;
  display: grid;
  row-gap: 0;
  margin-right: 10px;
  margin-bottom: 20px;
}
.allocated-area .spot {
  background-color: #afafaf;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  text-align: center;
}
.allocated-area .spot.selected {
  background-color: #2196f3;
}
.allocated-area .spot.available {
  background-color: #4caf50;
}
.allocated-area .spot.available.selected {
  background-color: red;
}

.pick-your-spot-container h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.pick-your-spot-container .button.secondary {
  background-color: black;
}
.pick-your-spot-container .allocated-area-container {
  width: 100%;
  max-height: 60vh;
  padding: 10px;
  background-color: white;
  overflow: hidden;
  position: relative;
}
.pick-your-spot-container .allocated-area-container .map-container {
  overflow: hidden;
}
.pick-your-spot-container .allocated-area-container .buttons {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.pick-your-spot-container .allocated-area-container .buttons .button {
  border: 2px solid grey;
  background-color: white;
  color: grey;
}
.pick-your-spot-container .allocated-area-container .seat {
  fill: green !important;
}
.pick-your-spot-container .allocated-area-container .seat.booked {
  fill: grey !important;
  cursor: not-allowed;
}
.pick-your-spot-container .allocated-area-container .seat.selected {
  fill: #6ddfd0 !important;
  cursor: pointer;
  stroke: black;
}
.pick-your-spot-container .allocated-area-container .seat.invalid {
  stroke: red;
  stroke-width: 2;
}
.pick-your-spot-container .allocated-area-container.more-to-select .seat:hover {
  fill: #89c776 !important;
  cursor: pointer;
}
.pick-your-spot-container #tool-tip {
  background: cornsilk;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  display: none;
}

.PriorityMaintenance {
  font-family: Arial;
}
.PriorityMaintenance table {
  border-collapse: collapse;
  display: table;
}
.PriorityMaintenance table th {
  background-color: gray;
  color: white;
  border: 1px solid gray;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.PriorityMaintenance table td {
  border: 1px solid white;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.PriorityMaintenance table td.blank {
  background-color: whitesmoke;
}
.PriorityMaintenance table td.selected {
  border-color: black;
}
.PriorityMaintenance table td::-moz-selection, .PriorityMaintenance table th::-moz-selection {
  background-color: transparent;
  color: inherit;
}
.PriorityMaintenance table td::selection, .PriorityMaintenance table th::selection {
  background-color: transparent;
  color: inherit;
}
.PriorityMaintenance .button {
  width: 60px;
  margin: 5px;
  border: 2px solid white;
}
.PriorityMaintenance .button.selected {
  border-color: black;
}
.PriorityMaintenance .viewCategory0 {
  background-color: lightgray;
}
.PriorityMaintenance .viewCategory1 {
  background-color: lightgreen;
}
.PriorityMaintenance .viewCategory2 {
  background-color: lightblue;
}
.PriorityMaintenance .viewCategory3 {
  background-color: burlywood;
}

.photo-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.photo-gallery > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.photo-gallery > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.photo-gallery > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.photo-gallery > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.photo-gallery > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.photo-gallery > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.photo-gallery > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.photo-gallery > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}

.photo-gallery > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.photo-gallery > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.photo-gallery > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.photo-gallery > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.photo-gallery > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.photo-gallery > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.photo-gallery > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}

.photo-gallery > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}

.photo-gallery > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.photo-gallery > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.photo-gallery > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.photo-gallery > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.photo-gallery > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.photo-gallery > *:nth-child(22) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}

.photo-gallery > *:nth-child(23) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.photo-gallery > *:nth-child(24) {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
}
.photo-gallery .photo {
  border: 1px solid black;
}
.photo-gallery .photo:nth-child(3), .photo-gallery .photo:nth-child(6), .photo-gallery .photo:nth-child(7), .photo-gallery .photo:nth-child(8) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.connected .icon {
  fill: green;
}

.disconnected .icon {
  fill: red;
}

.icon.draggable {
  cursor: move;
}

.select4 {
  position: relative;
  margin: 0 0 1rem;
}
.select4 > .selected-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
}
.select4 > .selected-option > span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.select4 > .dropdown {
  position: absolute;
  width: 100%;
  z-index: 3;
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  background-color: white;
  display: none;
}
.select4 > .dropdown.visible {
  display: block;
}
.select4 > .dropdown > .search {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px;
  grid-template-columns: 1fr 25px;
  padding: 5px;
  border-bottom: 1px solid #cacaca;
}
.select4 > .dropdown > .search input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
}
.select4 > .dropdown > .search > i {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select4 > .dropdown ul {
  overflow-y: auto;
  max-height: 200px;
  margin: 0;
  list-style: none;
}
.select4 > .dropdown ul li {
  padding: 8px;
  border-bottom: 1px solid #dedede;
  margin: 0;
  cursor: pointer;
}
.select4 > .dropdown ul li:hover {
  background-color: #424242;
  color: white;
}
.select4 > .dropdown ul li:hover span {
  color: white;
}
.select4 > .dropdown ul li.group {
  padding: 4px;
  border-bottom: 1px solid #dedede;
  margin: 0;
  font-weight: bold;
}
.select4 > .dropdown ul li.group:hover {
  background-color: unset;
  color: black;
  cursor: default;
}
.select4 .outside-click-detector {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}

.caption {
  font-size: 0.8em;
  color: gray;
}

.edit-rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-rating-row .button {
  margin-bottom: 0;
}

.edit-rating-row-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.25em;
}

.hovered {
  border: 2px dashed green;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%; /* Position below the button */
  left: 0; /* Align to the left of the button */
  display: none;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
  display: block;
}

.header-drop-shadow {
  -webkit-box-shadow: 0px 15px 8px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 8px -3px rgba(0, 0, 0, 0.15);
  top: 3vh;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.header-drop-shadow .input-group-field {
  width: 70%;
}

.feedback-edit .drop-zone {
  margin-top: 10px;
  height: 50px;
  background-color: #eee;
  border: 2px dashed #999;
}
.feedback-edit .drop-zone:after {
  content: "Drop questions here";
  display: block;
  text-align: center;
  line-height: 50px;
  color: #999;
}
.feedback-edit .drop-zone.bin:after {
  content: "Drop items here to delete";
  color: red;
}
.feedback-edit .input {
  margin-bottom: 0px;
}
.feedback-edit input, .feedback-edit textarea, .feedback-edit select {
  border: 2px solid #cbcbcb;
  border-radius: 5px;
}
.feedback-edit .question-item {
  padding: 14px;
  margin: 10px 4px;
  cursor: pointer;
  border: 2px solid #eee;
}
.feedback-edit .question-item:hover {
  background-color: #f0f0f0;
  border: 2px dashed #999;
}
.feedback-edit .header-top {
  top: 10vh;
}
.feedback-edit .drop-shadow {
  -webkit-box-shadow: 0px 15px 8px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 8px -3px rgba(0, 0, 0, 0.15);
}
.feedback-edit .question-drag-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
}
.feedback-edit .section-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feedback-edit .section-header .details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.feedback-edit .section-header .details .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feedback-edit .section-header .details .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.feedback-edit .section-header .details .titles h3 {
  margin: 0;
  font-size: 1.85em;
}
.feedback-edit .section-header .details .titles h4 {
  margin: 0;
  font-size: 1.45em;
}
.feedback-edit .section-header .details .titles p {
  margin: 0;
  font-size: 1em;
  color: gray;
}
.feedback-edit .section-header .buttons {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.feedback-edit .card, .feedback-edit .question-item, .feedback-edit .card-divider, .feedback-edit .drop-zone {
  border-radius: 4px;
}
.feedback-edit .rating-box {
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  background-color: white;
  padding: 1em 1.5em;
  gap: 8px;
  cursor: pointer;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
}

.feedback-form {
  margin: 0 10%;
}
.feedback-form span.error {
  color: red;
}
.feedback-form .title-block {
  text-align: center;
}
.feedback-form .feedback-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 4em;
}
.feedback-form .feedback-group .feedback-sub-group {
  padding: 0em 1em;
}
.feedback-form .feedback-group .feedback-sub-group .title-block {
  border: 2px solid #e5e5e5;
  border-bottom: 6px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 1.5em;
  gap: 0px;
  background-color: #fff;
  color: #333;
  margin-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.feedback-form .feedback-group .feedback-sub-group .title-block.nav {
  border-bottom: 0;
}
.feedback-form .feedback-group .feedback-sub-group .title-block h1, .feedback-form .feedback-group .feedback-sub-group .title-block h2, .feedback-form .feedback-group .feedback-sub-group .title-block h3, .feedback-form .feedback-group .feedback-sub-group .title-block h4 {
  margin: 0;
}
.feedback-form .feedback-group .feedback-sub-group .title-block h3 {
  margin: 0;
  font-size: 1.85em;
}
.feedback-form .feedback-group .feedback-sub-group .title-block h4 {
  margin: 0;
  font-size: 1.55em;
  font-weight: 800;
}
.feedback-form .feedback-group .feedback-sub-group .title-block span, .feedback-form .feedback-group .feedback-sub-group .title-block p {
  margin: 0;
  font-size: 1.2em;
  color: #333;
}
.feedback-form .feedback-group .feedback-sub-group .questions {
  border: 2px solid #e5e5e5;
  border-top: none;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3em;
  padding: 1.5em 2em;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.feedback-form .feedback-group .feedback-sub-group .questions .question {
  display: block;
}
.feedback-form .feedback-group .feedback-sub-group .questions .question label {
  font-size: 1.15rem;
}
.feedback-form .feedback-group .feedback-sub-group .questions .question input, .feedback-form .feedback-group .feedback-sub-group .questions .question textarea, .feedback-form .feedback-group .feedback-sub-group .questions .question select {
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rating-option-view {
  border: 2px solid #cbcbcb;
  border-radius: 5px;
  background-color: white;
  padding: 1em 1.5em;
  gap: 8px;
  cursor: pointer;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
}
.rating-option-view:hover {
  background-color: #f0f0f0;
}
.rating-option-view.selected {
  background-color: #da1c19;
  color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.subgroup-error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: red;
}
.subgroup-error-message span.error {
  font-size: 1.2em;
  margin: 0;
  color: red;
}

.navigation-bar {
  border-radius: 8px;
  padding: 20px 15px;
  margin: 0;
  margin-top: 7.5em;
  -webkit-box-shadow: 0px 0px 10px rgba(132, 132, 132, 0.8);
          box-shadow: 0px 0px 10px rgba(132, 132, 132, 0.8);
  background-color: #eeeeee;
}

.feedback-submitted {
  padding: 0;
  padding-top: 8vh;
  padding-bottom: 4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.feedback-submitted .title-block {
  padding-bottom: 1.5em;
}
.feedback-submitted p em {
  color: #c00;
  font-style: italic;
}
.feedback-submitted h2 {
  margin: 0;
  font-size: 2.5em;
}
.feedback-submitted h3 {
  margin: 0;
  font-size: 1.85em;
}
.feedback-submitted h4 {
  margin: 0;
  font-size: 1.75em;
}
.feedback-submitted .grid-x {
  background-color: white;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
}
.feedback-submitted .grid-x .cell.small-1 {
  background-color: #333;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.feedback-submitted .grid-x .cell.auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.5em 0.75em;
}
.feedback-submitted .grid-x .cell.auto p {
  margin: 0;
}

.modal-body > .feedback-submitted {
  padding: 0;
}

.feedback-response .margin-bottom-2 {
  margin-bottom: 2em;
}
.feedback-response .sentiment {
  /* Matches classes starting with 'sentiment-' */
  margin-right: 8px;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}
.feedback-response .sentiment.Vpos {
  background-color: #28a745;
}
.feedback-response .sentiment.pos {
  background-color: #81c234;
}
.feedback-response .sentiment.Vneg {
  background-color: #dc3545;
}
.feedback-response .sentiment.neg {
  background-color: #ff7f8b;
}
.feedback-response .sentiment.neu {
  background-color: #6c757d;
}
.feedback-response .scrollable-table {
  width: 100%;
  border-collapse: collapse;
}
.feedback-response .scrollable-table thead th {
  position: sticky;
  top: 0;
  background: #fff; /* or whatever header color */
  z-index: 2;
}
.feedback-response .scrollable-table tbody {
  display: block;
  max-height: 500px; /* adjust height as needed */
  overflow-y: auto;
}
.feedback-response .scrollable-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* ensures columns align with header */
}
.feedback-response .scrollable-table thead,
.feedback-response .scrollable-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.check-in .header {
  padding: 10px 0;
  background-color: #616161;
  color: white;
  font-size: 1rem;
}
.check-in .header a {
  color: white;
}
.check-in .customer {
  padding: 5px 0;
  background-color: #F5F5F5;
  font-size: 1rem;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-in .customer .button, .check-in .customer input {
  margin: 0;
}
.check-in .customer.under-18 {
  background-color: #fff59d;
}
.check-in .customer.checked-in {
  background-color: #C8E6C9;
}

.championship-item {
  border: 1px solid black;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  min-height: 50px;
}
.championship-item:hover {
  background-color: #FFEB3B;
}
.championship-item.championship-active {
  background-color: #4CAF50;
}

.live-timing {
  width: 100%;
  height: 100vh;
  background-color: black;
  color: white;
}
.live-timing .in-session {
  display: -ms-grid;
  display: grid;
  /*grid-template-columns: 1fr 20%;*/
  -ms-grid-columns: 1fr 2%;
  grid-template-columns: 1fr 2%;
  height: 100%;
}
.live-timing .in-session > .current {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -ms-grid-rows: 5% 1fr;
  grid-template-rows: 5% 1fr;
}
.live-timing .in-session > .current > .header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 20px 1fr 20px auto;
  -ms-grid-columns: min-content 20px 1fr 20px auto;
  grid-template-columns: -webkit-min-content 1fr auto;
  grid-template-columns: min-content 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.live-timing .in-session > .current > .header > .icon {
  font-size: 2.5rem;
}
.live-timing .in-session > .current > .header > .title {
  font-size: 2rem;
  font-weight: bold;
}
.live-timing .in-session > .current > .header > .clock {
  font-size: 3.3rem;
}
.live-timing .in-session > .current > .times {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 20px -webkit-min-content 20px 4fr 20px 1fr 20px 1fr 20px 1fr;
  -ms-grid-columns: min-content 20px min-content 20px 4fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: -webkit-min-content -webkit-min-content 4fr 1fr 1fr 1fr;
  grid-template-columns: min-content min-content 4fr 1fr 1fr 1fr;
  -ms-grid-rows: 24px 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-rows: 24px repeat(12, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  padding: 0 5px 10px 10px;
}
.live-timing .in-session > .current > .times > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(21) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(22) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(23) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(24) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(25) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(26) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(27) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(28) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(29) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(30) {
  -ms-grid-row: 9;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(31) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(32) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(33) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(34) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(35) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(36) {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(37) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(38) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(39) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(40) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(41) {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(42) {
  -ms-grid-row: 13;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(43) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(44) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(45) {
  -ms-grid-row: 15;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(46) {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(47) {
  -ms-grid-row: 15;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(48) {
  -ms-grid-row: 15;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(49) {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(50) {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(51) {
  -ms-grid-row: 17;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(52) {
  -ms-grid-row: 17;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(53) {
  -ms-grid-row: 17;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(54) {
  -ms-grid-row: 17;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(55) {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(56) {
  -ms-grid-row: 19;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(57) {
  -ms-grid-row: 19;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(58) {
  -ms-grid-row: 19;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(59) {
  -ms-grid-row: 19;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(60) {
  -ms-grid-row: 19;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(61) {
  -ms-grid-row: 21;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(62) {
  -ms-grid-row: 21;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(63) {
  -ms-grid-row: 21;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(64) {
  -ms-grid-row: 21;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(65) {
  -ms-grid-row: 21;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(66) {
  -ms-grid-row: 21;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(67) {
  -ms-grid-row: 23;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(68) {
  -ms-grid-row: 23;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(69) {
  -ms-grid-row: 23;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(70) {
  -ms-grid-row: 23;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(71) {
  -ms-grid-row: 23;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(72) {
  -ms-grid-row: 23;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > *:nth-child(73) {
  -ms-grid-row: 25;
  -ms-grid-column: 1;
}
.live-timing .in-session > .current > .times > *:nth-child(74) {
  -ms-grid-row: 25;
  -ms-grid-column: 3;
}
.live-timing .in-session > .current > .times > *:nth-child(75) {
  -ms-grid-row: 25;
  -ms-grid-column: 5;
}
.live-timing .in-session > .current > .times > *:nth-child(76) {
  -ms-grid-row: 25;
  -ms-grid-column: 7;
}
.live-timing .in-session > .current > .times > *:nth-child(77) {
  -ms-grid-row: 25;
  -ms-grid-column: 9;
}
.live-timing .in-session > .current > .times > *:nth-child(78) {
  -ms-grid-row: 25;
  -ms-grid-column: 11;
}
.live-timing .in-session > .current > .times > .header, .live-timing .in-session > .current > .times > .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.live-timing .in-session > .current > .times > .header {
  padding-left: 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.live-timing .in-session > .current > .times > .header > .best, .live-timing .in-session > .current > .times > .header > .last, .live-timing .in-session > .current > .times > .header > .gap {
  text-align: center;
}
.live-timing .in-session > .current > .times > .row {
  border: 1px solid white;
  border-radius: 5px;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
}
.live-timing .in-session > .current > .times > .row > .pos {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  background: rgb(70, 173, 255);
  color: white;
  font-size: 2rem;
  border-radius: 5px;
}
.live-timing .in-session > .current > .times > .row > .pos > span {
  display: block;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
  text-align: center;
  font-weight: bold;
}
.live-timing .in-session > .current > .times > .row > .number {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 15px;
  background: rgb(255, 132, 0);
  color: white;
  font-size: 2rem;
  border-radius: 5px;
}
.live-timing .in-session > .current > .times > .row > .number > span {
  display: block;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
  text-align: center;
  font-weight: bold;
}
.live-timing .in-session > .current > .times > .row > .name {
  font-size: 3rem;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.live-timing .in-session > .current > .times > .row > .name i {
  font-size: 1.5rem;
  margin-left: 10px;
}
.live-timing .in-session > .current > .times > .row > .best, .live-timing .in-session > .current > .times > .row > .last, .live-timing .in-session > .current > .times > .row > .gap {
  font-size: 2.5rem;
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
  text-align: center;
}
.live-timing .in-session > .current > .times > .row > .best {
  font-weight: bold;
}
.live-timing .in-session > .current > .times > .row > .gap {
  padding-right: 10px;
}
.live-timing .in-session > .best {
  /*display: grid;*/
  display: none;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  padding: 10px 10px 10px 25px;
}
.live-timing .in-session > .best > .best-times {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 2px 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
  -ms-grid-rows: min-content 2px 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
  grid-template-rows: -webkit-min-content repeat(5, 1fr);
  grid-template-rows: min-content repeat(5, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-row-gap: 2px;
}
.live-timing .in-session > .best > .best-times > h4 {
  background-color: #4cacfa;
  color: white;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}
.live-timing .in-session > .best > .best-times > .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 1fr;
  grid-template-columns: 15% 1fr;
  height: 100%;
  background-color: black;
  color: white;
}
.live-timing .in-session > .best > .best-times > .row:nth-child(even) {
  background-color: #3b3a3a;
}
.live-timing .in-session > .best > .best-times > .row > .pos {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.live-timing .in-session > .best > .best-times > .row > .text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.live-timing .in-session > .best > .best-times > .row > .text > .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: 1.5rem;
}
.live-timing .in-session > .best > .best-times > .row > .text > .time {
  text-align: left;
  font-size: 1.4rem;
}
.live-timing .in-session.pursuit {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.live-timing .in-session.pursuit > .current > .times {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.live-timing .in-session.pursuit > .current > .times > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.live-timing .in-session.pursuit > .current > .times > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.live-timing .in-session.pursuit > .current > .times > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 8rem;
}
.live-timing .in-session.pursuit > .current > .times > div > div:last-child {
  font-size: 12rem;
}
.live-timing .in-session.pursuit > .current > .times > div:first-child {
  border-bottom: 1px solid white;
}

.suite-results {
  table-layout: fixed;
}
.suite-results tbody td:first-child {
  max-width: 200px;
}
.suite-results .experience-name-container {
  position: relative;
  height: 90px;
  width: 85px;
}
.suite-results .experience-name-container .experience-name {
  position: absolute;
  background-color: black;
  -webkit-transform: rotate(45deg) skew(-45deg);
          transform: rotate(45deg) skew(-45deg);
  width: 150px;
  height: 35px;
  text-align: right;
  bottom: 34px;
  right: 18px;
}
.suite-results .experience-name-container .experience-name span {
  position: absolute;
  display: block;
  color: white;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  bottom: 0;
  right: 0;
  padding: 0 10px 12px 0;
  text-transform: capitalize;
  font-size: 0.8rem;
}
.suite-results .experience-result {
  text-align: center;
}
.suite-results .experience-result > input {
  margin: 0;
  width: 66px;
  font-size: 0.8rem;
  font-family: Consolas;
  text-align: center;
}
.suite-results .guest-photo {
  position: relative;
  display: inline-block;
}
.suite-results .guest-photo > img {
  position: relative;
}
.suite-results .guest-photo a {
  position: absolute;
  bottom: 0;
  color: white;
  border: 1px solid white;
  padding: 5px;
}
.suite-results .guest-photo a:first-of-type {
  left: 0;
}
.suite-results .guest-photo a:last-of-type {
  right: 0;
}

.drive-guest-registration .under-18 {
  padding: 0 5px;
}
.drive-guest-registration .under-licence {
  padding: 0 5px;
}
.drive-guest-registration i.checked-in {
  color: green;
  font-size: 1.5rem;
}
.drive-guest-registration i.not-checked-in {
  color: red;
  font-size: 1.5rem;
}

.slot-v1 {
  border: 1px dashed black;
  position: relative;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.slot-v1.booked {
  border: 2px solid black;
  border-radius: 4px;
}
.slot-v1.empty {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slot-v1.can-drop {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  /*box-shadow: inset 0 0 0 3px #53a7ea;*/
  border: 3px dashed green !important;
}
.slot-v1:not(.booked) {
  cursor: pointer;
  padding: 5px 0;
}
.slot-v1 > .slot-number {
  font-size: 1.5rem;
  color: #BDBDBD;
  position: absolute;
  top: -4px;
  left: 5px;
}
.slot-v1.booked > .slot-number {
  position: absolute;
  left: -5%;
  top: -7%;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid black;
  border-radius: 20px;
  background-color: white;
  font-size: 0.9rem;
  color: black;
  cursor: move;
}
.slot-v1 > .day-type-container {
  position: relative;
}
.slot-v1 > .day-type-container .day-type-base {
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.8rem;
  position: absolute;
  top: -12px;
  right: -12px;
  overflow: hidden;
}
.slot-v1 > .day-type-container .day-type-FULL {
  background: black;
  color: white;
}
.slot-v1 > .day-type-container .day-type-AM {
  background: #F44336;
  color: white;
}
.slot-v1 > .day-type-container .day-type-PM {
  background: blue;
  color: white;
}
.slot-v1 > .day-type-container .day-type-Session {
  background: #2ba6cb;
  color: white;
}
.slot-v1 > .day-type-container .day-type-selector {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: inline-block;
  /*&:hover {
      > .content {
          display: block;
      }
  }*/
}
.slot-v1 > .day-type-container .day-type-selector > .button {
  margin: 0;
  padding: 0;
}
.slot-v1 > .day-type-container .day-type-selector > .content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.slot-v1 > .day-type-container .day-type-selector > .content.show {
  display: block;
}
.slot-v1 > .day-type-container .day-type-selector > .content ul {
  list-style: none;
  margin: 0;
}
.slot-v1 > .day-type-container .day-type-selector > .content ul li {
  padding: 10px;
  border-bottom: 1px dashed grey;
}
.slot-v1 > .day-type-container .day-type-selector > .content ul li:hover {
  background-color: white;
}
.slot-v1 > .day-type-container .day-type-selector > .content ul li.selected {
  background-color: yellow;
}
.slot-v1 > .slot-note {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  background: white;
  color: black;
  font-size: 0.9rem;
  cursor: pointer;
  border: 2px solid black;
  display: block;
}
.slot-v1 > .slot-note > a {
  color: black;
  border-bottom: 0;
}
.slot-v1 > .slot-note.empty-note {
  display: none;
}
.slot-v1:hover > .slot-note:not(.empty-note) {
  display: block;
}
.slot-v1 > .main-driver-info {
  background-color: #424242;
  color: white;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 4px 0;
  text-transform: capitalize;
  cursor: pointer;
}
.slot-v1 > .main-driver-info:hover {
  background-color: #0D47A1;
}
.slot-v1 > .car-info {
  background-color: #616161;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 4px 0;
  text-transform: capitalize;
  cursor: pointer;
  overflow: hidden;
}
.slot-v1 > .car-info.reserved {
  background-color: #AB47BC;
}
.slot-v1 > .car-info:hover {
  background-color: #1976D2;
}
.slot-v1 > .booker-info {
  background-color: #757575;
  color: white;
  white-space: nowrap;
  margin: 0;
  padding: 4px;
  text-align: center;
}
.slot-v1 > .booker-info > a {
  color: white;
}
.slot-v1 > .driver-info {
  margin: 0;
  padding: 4px;
  position: relative;
  min-height: 28px;
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.slot-v1 > .driver-info > .icon {
  background-image: url("https://msvstatic.com/images/single-driver-add-200x200.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: -2px;
  right: 0;
  height: 30px;
  width: 30px;
  opacity: 0.2;
  /*cursor: pointer;*/
}
.slot-v1 > .passenger-info {
  margin: 0;
  padding: 4px;
  position: relative;
  height: auto !important;
}
.slot-v1 > .passenger-info > .icon {
  background-image: url("https://msvstatic.com/documents/Passenger.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: -2px;
  right: 0;
  height: 30px;
  width: 30px;
  opacity: 0.2;
}
.slot-v1 > .revenue-info {
  margin: 0;
  text-align: center;
  border-top: 1px dashed #bdbdbd;
  padding: 4px;
  font-weight: bold;
  background-color: #E0E0E0;
}
.slot-v1 > .extras {
  border-top: 1px dashed #bdbdbd;
  height: 40px;
  cursor: pointer;
}
.slot-v1 > .extras .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
}
.slot-v1 > .extras > .garage {
  height: 40px;
  width: 70%;
  float: left;
  background-color: #388E3C;
  text-align: center;
  border-right: 2px dashed #bdbdbd;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.slot-v1 > .extras > .garage.not-booked {
  background-color: #2196F3;
}
.slot-v1 > .extras > .garage.not-booked > .btn-add-optional-extra {
  position: absolute;
  font-size: 1.3rem;
  top: 4px;
  left: calc(50% - 15px);
  width: 30px;
  color: white;
  cursor: pointer;
}
.slot-v1 > .extras > .garage:not(.not-booked) > .btn-add-optional-extra {
  position: absolute;
  font-size: 1.1rem;
  top: -2px;
  right: 2px;
  width: 30px;
  color: white;
  cursor: pointer;
}
.slot-v1 > .extras > .garage > .container {
  padding-top: 16px;
}
.slot-v1 > .extras > .garage .cell {
  padding: 0px 5px;
}
.slot-v1 > .extras > .timing {
  height: 40px;
  width: 30%;
  float: left;
  background-color: #388E3C;
  text-align: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.slot-v1 > .extras > .timing .icon {
  left: unset;
  right: 0px;
}
.slot-v1 > .extras > .timing.not-booked {
  background-color: #2196F3;
}
.slot-v1 > .extras > .timing.not-booked > .btn-add-optional-extra {
  position: absolute;
  font-size: 1.3rem;
  top: 4px;
  left: calc(50% - 15px);
  width: 30px;
  color: white;
  cursor: pointer;
}
.slot-v1 > .extras > .timing > .btn-view-timing {
  position: absolute;
  font-size: 1.3rem;
  top: 10px;
  left: calc(50% - 15px);
  width: 30px;
  color: white;
  cursor: pointer;
}
.slot-v1 > .attendance {
  width: 100%;
}
.slot-v1 > .attendance .full-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slot-v1 > .attendance .full-row div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2px 0;
}
.slot-v1 > .attendance .full-row div span {
  text-align: center;
  font-size: 1rem;
}
.slot-v1 > .attendance .full-row div span:first-child {
  font-size: 0.75rem;
  font-weight: bold;
}
.slot-v1 > .attendance .full-row div:first-child {
  border-right: 1px dashed gray;
}
.slot-v1 .btn-book-slot {
  color: #2196F3;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slot-v1:not(.booked):hover .btn-book-slot {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.slot-v1 > .slot-needs-check {
  background-color: #FFEB3B;
  color: black;
  cursor: pointer;
}
.slot-v1 > .slot-needs-check:hover {
  background-color: white;
}
.slot-v1 .slot-table {
  display: none;
  float: right;
  position: absolute;
  left: 85%;
  width: 50px;
  border: 1px solid #666;
  z-index: 10;
  overflow: visible;
}
.slot-v1 .mass-move-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.slot-v1 .mass-move-overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.5rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: green;
}

/*Needed to fix inline edit when using an icon*/
.slot-note-edit > i {
  pointer-events: none;
}

.slot-note-display {
  display: none;
  text-align: center;
}

.garage .garage-assign {
  color: white;
  font-size: 1rem;
  border-bottom: 1px dashed white;
}

.track-entry-group-setup {
  padding: 10px;
  background-color: white;
  margin-bottom: 20px;
}
.track-entry-group-setup .drag-drop-zone {
  padding: 1rem;
  font-size: 0.8rem;
  margin: 0;
}

.slot-products .switch.large {
  margin-bottom: 0;
}

.data-table .row .allocated-garages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-table .row .allocated-garages a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #bdbdbd;
  margin-right: 5px;
  padding: 8px 5px 8px 0px;
}
.data-table .row .allocated-garages a:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.data-table .row .allocated-garages a > i {
  display: inline-block;
  padding-right: 5px;
}
.data-table .row .allocated-garages a > span {
  display: inline-block;
  padding: 0;
}

.ps-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25px 50px 50px auto 100px 1fr auto;
  grid-template-columns: 25px 50px 50px auto 100px 1fr auto;
}
.ps-groups .header-row, .ps-groups .booking-row, .ps-groups .booking-rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1/8;
}
.ps-groups .header {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px 5px;
}
.ps-groups .header.group {
  background-color: lightgray;
}
.ps-groups .header.group.expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-groups .header.group.name, .ps-groups .header.group.sell {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.ps-groups .header.group.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.ps-groups .header.group.is-exclusive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-groups .header.group.is-exclusive .stat {
  font-size: 2rem;
  margin-right: 5px;
}
.ps-groups .header.group.is-exclusive span {
  font-size: 0.8rem;
}
.ps-groups .header.group.spaces span {
  font-size: 1.2rem;
}
.ps-groups .header.group.spaces, .ps-groups .header.group.sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-groups .header.group.sell {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ps-groups .header.group.sell .super-rides {
  margin-right: 20px;
}
.ps-groups .booking {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-groups .booking .button {
  margin-bottom: 0;
}
.ps-groups .booking .optional-extras {
  margin: 0 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ps-groups .booking.edit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.ps-groups .booking .super-rides:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid black;
}
.ps-groups .no-bookings {
  -ms-grid-column-span: 7;
  grid-column: span 7;
  text-align: center;
  padding: 10px;
}
.ps-groups .header-row.move-mode .header {
  padding: 0;
}
.ps-groups .header-row.move-mode .header.group.name, .ps-groups .header-row.move-mode .header.group.spaces span {
  font-size: 1rem;
}
.ps-groups .booking-rows.move-mode .booking {
  padding: 0 5px;
}
.ps-groups .booking-rows.move-mode .no-bookings {
  padding: 0;
}

.msvt .optional-extra {
  margin: 10px 0;
  border-bottom: 1px solid grey;
}
.msvt .optional-extra .image {
  padding: 5px 30px 10px 30px;
}
.msvt .optional-extra h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.main-calendar-header {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.main-calendar-header > .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px 10px;
}
.main-calendar-header > .title > h1 {
  font-size: 2.5rem;
  margin: 0;
}
.main-calendar-header > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: auto;
}
.main-calendar-header .button-item {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 0.9rem;
  border-left: 2px solid #dedede;
  padding: 0 10px 0 40px;
  position: relative;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 17px;
}
.main-calendar-header .button-item.selected {
  background: red;
  color: white;
}
.main-calendar-header .button-item.secondary {
  background-color: white;
  color: #616161;
}
.main-calendar-header .button-item.secondary.selected {
  background-color: red;
  color: white;
}
.main-calendar-header .button-item > span {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0;
}
.main-calendar-header .button-item > i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  left: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 64em) {
  .main-calendar-header > .title {
    padding-left: 0px;
  }
  .main-calendar-header > .title > h1 {
    font-size: 2rem;
  }
  .main-calendar-header > .title .main-calendar-header .button-item {
    font-size: 0.8rem;
    padding: 10px 10px 10px 40px;
    line-height: 15px;
  }
}
@media screen and (max-width: 40em) {
  .main-calendar-header .button-item {
    font-size: 0.7rem;
    padding: 10px 10px 10px 40px;
  }
}

.calendar-header {
  font-size: 1.4em;
  padding: 10px;
  color: white;
  background: #FF0E0D;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0809), to(#a51403));
  background-image: linear-gradient(#fe0809, #a51403);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0809), color-stop(100%, #a51403));
  text-transform: uppercase;
  font-weight: 700;
}

.calendar .container {
  display: none;
}
.calendar.list .calendar-item {
  background-color: #eeeeee;
  /*.shuffle-item--visible {
      background-color: white;

      &:nth-of-type(odd) {
          background-color: #eeeeee;
      }
  }*/
}
.calendar.list .calendar-item.month-header {
  padding: 0;
}
.calendar.list .calendar-item.month-header .cell {
  text-align: center;
  background: #FF0E0D;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0809), to(#a51403));
  background-image: linear-gradient(#fe0809, #a51403);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0809), color-stop(100%, #a51403));
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.3rem;
}
.calendar.list .calendar-item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1em;
  padding: 7px;
  border-bottom: 1px solid #bdbdbd;
}
.calendar.list .calendar-item .event-name {
  font-size: 1.2em;
  margin-bottom: 0;
}
.calendar.list .calendar-item .event-name .major {
  color: red;
  font-weight: 700;
}
.calendar.list .calendar-item .button {
  margin-bottom: 0;
}
.calendar.grid .calendar-item.month-header {
  display: none;
}
.calendar.grid .calendar-item .container {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  margin: 10px 0px;
  text-align: left;
}
.calendar.grid .calendar-item .event-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.calendar.grid .calendar-item .info {
  height: 100%;
  padding: 5px 10px;
}
.calendar.grid .calendar-item .actions {
  padding: 5px 10px;
}
.calendar.grid .calendar-item .actions .more-info-link {
  position: absolute;
  bottom: 14px;
  right: 0;
}
.calendar.grid .calendar-item .event-name {
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 1.4;
}
.calendar.grid .calendar-item .event-date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: red;
  font-weight: bold;
}
.calendar.grid .calendar-item .event-venue {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.calendar.grid .calendar-item .event-venue i {
  margin-right: 10px;
}
.calendar.grid .calendar-item .button.alert {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 20px;
}
.calendar .event-type-icon {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#calendar-list-header.grid {
  display: none;
}

.calendar-outer-container {
  background-color: white;
}

.calendar-search {
  display: none;
}
.calendar-search.show {
  display: block;
}

fieldset {
  border: 0;
}
fieldset.inline {
  /*height: 100%;*/
}
fieldset.inline > legend {
  display: block;
  color: #95a5a6;
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
fieldset.inline > .inline-group > label, fieldset.inline > .inline-group > a {
  display: inline-block;
  padding: 0.75em 0.8em;
  border: 1px solid #34495e;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  float: left;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 0;
  background-color: rgba(52, 73, 94, 0);
  line-height: 1.8;
}
fieldset.inline > .inline-group > label:not(:first-child), fieldset.inline > .inline-group > a:not(:first-child) {
  margin-left: -1px;
}
fieldset.inline > .inline-group > label:first-child, fieldset.inline > .inline-group > a:first-child {
  border-radius: 3px 0 0 3px;
}
fieldset.inline > .inline-group > label:last-child, fieldset.inline > .inline-group > a:last-child {
  border-radius: 0 3px 3px 0;
}
fieldset.inline > .inline-group > label > input[type=radio], fieldset.inline > .inline-group > a > input[type=radio] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
fieldset.inline > .inline-group > label > a, fieldset.inline > .inline-group > a > a {
  color: black;
  font-family: "Montserrat", sans-serif;
}
fieldset.inline > .inline-group > label.selected, fieldset.inline > .inline-group > a.selected {
  background-color: #34495e;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  color: white;
}
fieldset.inline > .inline-group > label.selected > a, fieldset.inline > .inline-group > a.selected > a {
  color: white;
}
fieldset.inline > select {
  height: 100%;
  min-height: 45px;
}

.calendar-filter {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 20px;
}
.calendar-filter > .filter-item {
  background-color: #757575;
  padding: 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.calendar-filter > .filter-item p {
  margin-bottom: 0;
  font-family: "Roboto Condensed";
}
.calendar-filter > .filter-item.light {
  background-color: #757575;
}
.calendar-filter > .filter-item.dark {
  background-color: #616161;
}
.calendar-filter > .filter-item svg.large {
  font-size: 3rem;
  position: absolute;
  left: 15px;
}
.calendar-filter > .filter-item.selected {
  background-color: #c62828;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0809), to(#a51403));
  background-image: linear-gradient(#fe0809, #a51403);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0809), color-stop(100%, #a51403));
  border-right: 0;
}
.calendar-filter > .filter-item.selected .down-arrow {
  display: none;
}
.calendar-filter > .filter-item.selected:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #a51403;
}

@media screen and (max-width: 40em) {
  .calendar-filter {
    font-size: 1rem;
  }
  .calendar.list .container.list-based .vertical-align-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  fieldset.inline > .inline-group > label {
    font-size: 0.8rem;
  }
}
#calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid #D5D5D5;
  background-color: white;
  position: relative;
}
#calendar :root {
  --week-rows: 6;
}
#calendar .day-names {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  background: #D5D5D5;
}
#calendar .day-names > p {
  text-align: center;
  margin: 0;
  padding: 8px;
}
#calendar .day-names, #calendar .days {
  font-size: 0.825em;
  color: #666;
}
#calendar > .body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -ms-grid;
  display: grid;
  height: 100%;
  -ms-grid-rows: (1fr)[var(--week-rows)];
  grid-template-rows: repeat(var(--week-rows), 1fr);
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
#calendar > .body > .day {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F5F5F5;
  border-width: 1px 0 0 1px;
}
#calendar > .body > .day:nth-child(-n+7) {
  border-top-width: 0;
}
#calendar > .body > .day:nth-child(7n+1) {
  border-left-width: 0;
}
#calendar > .body > .day:nth-child(7n+6), #calendar > .body > .day:nth-child(7n+7) {
  background: #e0e0e0;
}
#calendar .spacer {
  background: #F5F5F5;
}
#calendar .day-number {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 0.9rem;
  z-index: 2;
  color: #616161;
}
#calendar .day-number-left {
  position: absolute;
  font-size: 0.9rem;
  z-index: 2;
  color: black;
  background-color: white;
  padding: 2px;
}
#calendar .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#calendar .event-info {
  height: 100%;
  background-color: #bdbdbd;
  color: #424242;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  position: relative;
  opacity: 1;
}
#calendar .event-info.summary {
  padding: 0;
}
#calendar .event-info.eve {
  background-color: #424242;
  color: white;
}
#calendar .event-info.completed {
  background-color: #81c784;
}
#calendar .event-info.completed.eve {
  background-color: #2e7d32;
}
#calendar .event-info.palmersport {
  background-color: transparent;
}
#calendar .event-info.palmersport:not(.setup) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#calendar .event-info.palmersport .slot-type {
  border-right: 1px solid white;
}
#calendar .event-info.palmersport .team-info {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
#calendar .event-info.palmersport .team-info.types-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
#calendar .event-info.palmersport .team-info.types-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
#calendar .event-info.palmersport .team-info.types-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
#calendar .event-info.palmersport .team-info h6 {
  border-bottom: 1px solid white;
  margin: 0;
}
#calendar .event-info.palmersport .team-info h6.fd {
  background-color: yellow;
}
#calendar .event-info.palmersport .team-info h6.fm {
  background-color: #FFA047;
}
#calendar .event-info.palmersport .team-info h6.gt {
  background-color: #ffd5ad;
}
#calendar .event-info.palmersport .team-info .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid white;
  font-weight: normal;
  position: relative;
}
#calendar .event-info.palmersport .team-info .team .booked {
  background-color: grey;
}
#calendar .event-info.palmersport .team-info .team .reserved {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: purple;
  color: white;
}
#calendar .event-info.palmersport .team-info .team .free {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: green;
  color: white;
}
#calendar .event-info.palmersport .team-info .team .suite-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
}
#calendar .event-info.palmersport .team-info .team .suite-type > span {
  text-align: center;
  width: 100%;
  display: block;
  color: black;
}
#calendar .event-info.palmersport:hover .team .suite-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#calendar .event-info.palmersport:hover .team .booked {
  color: grey;
}
#calendar .event-info.palmersport:hover .team .reserved {
  color: purple;
}
#calendar .event-info.palmersport:hover .team .free {
  color: green;
}
#calendar .event-info.palmersport .summary-info {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#calendar .event-info.palmersport .summary-info .booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-transform: none;
}
#calendar .event-info.palmersport .summary-info .booking.FD.shr {
  background-color: #fc1c19;
  color: white;
}
#calendar .event-info.palmersport .summary-info .booking.FD.exc {
  background-color: #ffff4c;
  border-bottom: 1px solid black;
}
#calendar .event-info.palmersport .summary-info .booking.FD.exc:last-of-type {
  border-bottom: 0;
}
#calendar .event-info.palmersport .summary-info .booking.FM {
  background-color: #7070f8;
  color: white;
}
#calendar .event-info.palmersport .summary-info .booking.GT {
  background-color: #adadfa;
}
#calendar .event-info.palmersport .summary-info .booking.EVE {
  background-color: blue;
  color: white;
}
#calendar .event-info:not(:first-of-type) {
  border-top: 1px solid #F5F5F5;
}
#calendar .event-info > .event-name {
  text-transform: none;
  font-size: 0.8rem;
  display: block;
  padding: 10px;
}
#calendar .event-info:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#calendar .event-info.btn-add-event {
  background-color: unset;
  cursor: pointer;
}
#calendar .event-info.btn-add-event i {
  font-size: 2rem;
  color: #2196F3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#calendar .event-info.btn-add-event:hover i {
  font-size: 3rem;
}
#calendar .event-info > .event-venue {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  border-radius: 0%;
  padding: 3px 5px;
}
#calendar .event-info > .is-evening {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  border-radius: 0%;
  padding: 3px 5px;
}
#calendar .event-info .event-name {
  z-index: 2;
}
#calendar .event-info.BH > .event-venue {
  background-color: #f44336;
  color: white;
}
#calendar .event-info.DP > .event-venue {
  background-color: #757575;
  color: white;
}
#calendar .event-info.OP > .event-venue {
  background-color: #2196f3;
  color: white;
}
#calendar .event-info.SN > .event-venue {
  background-color: #ffeb3b;
  color: black;
}
#calendar .event-info.CP > .event-venue {
  background-color: #4caf50;
  color: white;
}
#calendar .event-info.setup {
  background-color: #fff176;
}
#calendar .event-info.not-visible {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#calendar .event-info .progress, #calendar .event-info .progress-meter {
  margin-bottom: 0;
  border-radius: 0;
}
#calendar .event-info .spaces {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#calendar .event-info .progress {
  background-color: unset;
  position: relative;
}
#calendar .event-info .progress span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #FFEE58;
}
#calendar .event-info .progress-meter {
  background-color: #616161;
}
#calendar .event-info .more-detail {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: white;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}
#calendar .event-info .more-detail > p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
}
#calendar .event-info:hover .more-detail {
  bottom: 0;
  height: 100%;
}
#calendar .empty-day {
  min-height: 100%;
  color: #2196F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#calendar .empty-day .fas {
  font-size: 3rem;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#calendar .empty-day:hover .fas {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#calendar .calendar-month {
  display: none;
}
#calendar .calendar-month.visible {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 40em) {
  #calendar > .body {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #calendar > .body > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #calendar .body > .day:nth-child(7n+6), #calendar .body > .day:nth-child(7n+7) {
    background: unset;
  }
  #calendar .body > .day {
    /*border-bottom: 1px solid white;*/
    border: 0;
  }
  #calendar .empty-day {
    border-top: 1px solid white;
  }
  #calendar .event-info {
    min-height: 100px;
  }
  #calendar .day-names {
    display: none;
  }
}

#six-venue-calendar {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 34px 40px auto;
  grid-template-rows: 34px 40px auto;
  -ms-grid-columns: 50px (1fr [col])[var(--venue-areas)];
  grid-template-columns: 50px repeat(var(--venue-areas), 1fr [col]);
  color: black;
  background-color: #eeeeee;
}

#six-venue-calendar > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#six-venue-calendar > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#six-venue-calendar > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
#six-venue-calendar #current-year-text {
  grid-row-start: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  position: sticky;
  top: 46px;
  z-index: 2;
}
#six-venue-calendar #current-year-text p {
  margin: 0;
}
#six-venue-calendar .venue {
  font-size: 0.9rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
  text-align: center;
  letter-spacing: -1px;
  position: sticky;
  top: 46px;
  z-index: 2;
}
#six-venue-calendar .venue-area {
  font-size: 0.7rem;
  background-color: #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 2px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  letter-spacing: -1px;
  position: sticky;
  top: 80px;
  z-index: 2;
}
#six-venue-calendar .date-day {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #555;
}
#six-venue-calendar .day-cell {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  min-height: 40px;
}
#six-venue-calendar .day-cell .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  width: 100%;
  font-family: "Roboto Condensed";
  font-size: 11px;
  position: relative;
  cursor: not-allowed;
}
#six-venue-calendar .day-cell .event.clickable {
  cursor: pointer;
}
#six-venue-calendar .day-cell .event .noise-limit {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}
#six-venue-calendar .day-cell .event.show-noise-limits .noise-limit {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#six-venue-calendar .day-cell .event.show-noise-limits:hover .noise-limit {
  bottom: 0;
  height: 100%;
}
#six-venue-calendar .day-cell .event:not(:last-child) {
  border-bottom: 1px solid #555;
}
#six-venue-calendar .weekend {
  background-color: #bdbdbd;
}
#six-venue-calendar .col-start {
  border-left: 2px solid #000;
}
#six-venue-calendar .day-not-available {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#six-venue-calendar .day-not-available svg {
  width: 100%;
  height: 100%;
  position: absolute;
}
#six-venue-calendar .day-not-available svg line {
  stroke: black;
  stroke-width: 1;
}

.section-container.slim-calendar {
  padding: 0 0 1px 0;
  margin: 0;
  background-color: black;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-container.slim-calendar .content {
  padding: 0;
}
.section-container.slim-calendar .content > .grid-x {
  margin: 0;
}

.calendar-top-bar {
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: black;
}
.calendar-top-bar .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  padding-left: 5px;
}
.calendar-top-bar .menu-btn a {
  color: white;
  font-size: 1.9rem;
}
.calendar-top-bar fieldset > .inline-group > label {
  background-color: white;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -1px;
}
.calendar-top-bar fieldset > .inline-group > label.selected {
  background-color: #34495e;
}

#calendar-clipboard {
  position: fixed;
  top: 10px;
  right: 10px;
  background: #ffc;
  z-index: 1000;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
          box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  width: 100px;
  height: 100px;
  cursor: pointer;
}
#calendar-clipboard h4 {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid black;
  margin: 0;
}
#calendar-clipboard > .container {
  padding: 2px;
  height: 76px;
}
#calendar-clipboard > .container > .event {
  height: 100%;
  text-align: center;
}

.product-recommendation .event-name {
  margin: 0;
  font-size: 0.8rem;
}
.product-recommendation .event-date {
  margin: 0 0 5px 0;
  font-size: 0.7rem;
}
.product-recommendation .shop-product-image {
  position: relative;
}
.product-recommendation .shop-product-image .shop-product-price {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 0.8rem;
  background: #ff0e0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0809), to(#ab1403));
  background-image: linear-gradient(#fe0809, #ab1403);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0809), color-stop(100%, #ab1403));
  border: 2px solid #fff;
}

.checkout .sticky {
  top: 20px;
  margin-bottom: 20px;
}
.checkout .validation-errors {
  font-size: 1rem;
}

#credit-card-container select, #credit-card-container input {
  margin-bottom: 1rem;
}
#credit-card-container .validation-message:empty + input, #credit-card-container .validation-message:not(:empty) + input {
  margin-bottom: 0;
}
#credit-card-container input.invalid, #credit-card-container select.invalid {
  margin-bottom: 5px;
}
#credit-card-container div.validation-message {
  margin-bottom: 20px;
}
#credit-card-container.in-complete form {
  position: relative;
}
#credit-card-container.in-complete form:after {
  content: "Please complete all the above fields first";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  color: red;
  text-align: center;
  vertical-align: middle;
}

.delivery-address label, .billing-address label {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.delivery-address .address-book-address, .billing-address .address-book-address {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px dashed grey;
  margin-bottom: 10px;
}
.delivery-address .edit-address, .billing-address .edit-address {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.delivery-address .edit-address .content, .billing-address .edit-address .content {
  padding: 0;
}
.delivery-address .edit-address select, .billing-address .edit-address select {
  margin-bottom: 0;
}
.delivery-address .address-book-container, .billing-address .address-book-container {
  overflow-y: auto;
  max-height: 400px;
}

.delivery-option-list {
  list-style: none;
  margin: 0 0 10px 0;
}
.delivery-option-list li {
  margin-bottom: 5px;
}
.delivery-option-list label span {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.delivery-option-list label input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.delivery-option-list .delivery-option-desc {
  padding-left: 25px;
}

.address-select thead th {
  background-color: #424242;
  color: white;
}
.address-select .button {
  margin: 0;
  font-size: 0.8rem;
}

.payment-option {
  border-bottom: 1px solid lightgrey;
  padding: 10px 0;
}
.payment-option.has-multiple.active {
  background-color: #eeeeee;
}
.payment-option label {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.payment-option label.title {
  font-size: 1.1rem;
  text-transform: none;
  font-weight: normal;
}
.payment-option input[type=radio] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.msvt .optional-extras-available > .grid-x {
  background-color: lightgray;
}

.event-info.sticky {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(109, 109, 109)), color-stop(55%, rgb(151, 151, 151)), color-stop(55%, rgb(151, 151, 151)), color-stop(90%, rgb(152, 152, 152)), color-stop(90%, rgb(152, 152, 152)), to(rgb(149, 153, 154)));
  background: linear-gradient(rgb(109, 109, 109) 0%, rgb(151, 151, 151) 55%, rgb(151, 151, 151) 55%, rgb(152, 152, 152) 90%, rgb(152, 152, 152) 90%, rgb(149, 153, 154) 100%);
  padding: 5px 0;
  z-index: 100;
  top: 39px;
}
.event-info.sticky h6 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}
.event-info.sticky h6.title {
  font-weight: 900;
}
.event-info.sticky .button {
  margin-bottom: 0;
}

.main-heading {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(216, 216, 216)));
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(216, 216, 216) 100%);
  color: #676767;
  padding-top: 1.5em;
  margin-bottom: 20px;
}
.main-heading h1 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  margin-bottom: 4px;
}
.main-heading h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: bold;
}
.main-heading h6 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.main-heading .event-info {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px;
}

.tile-wrapper {
  position: relative;
}
.tile-wrapper .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 0.85rem;
}
.tile-wrapper:hover .text {
  color: #c00;
}

.price-table {
  font-size: 0.9rem;
}
.price-table.camping {
  font-size: 0.75rem;
}
.price-table .sep-y {
  border-right: 1px solid grey;
}
.price-table .header {
  /*selects the bottom row of the header part*/
}
.price-table .header .product {
  background-color: #dcdddf;
  padding-top: 2px;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  font-weight: bold;
  border-right: 1px solid grey;
}
.price-table .header .price-channel {
  background-color: #bcbdc1;
  font-weight: bold;
  border-right: 1px solid grey;
}
.price-table .header .price-channel > .grid-x {
  height: 100%;
}
.price-table .header .price-channel > .grid-x > .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30px;
}
.price-table .header:nth-child(2) {
  border-bottom: 1px solid grey;
}
.price-table .body {
  margin-bottom: 20px;
}
.price-table .body .product {
  border-bottom: 1px solid grey;
  min-height: 40px;
}
@media only screen and (max-width: 40em) {
  .price-table .body .product {
    margin-bottom: 20px;
  }
}
.price-table .body .product .desc {
  background-color: #dcdddf;
  border-left: 1px solid grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  .price-table .body .product .desc {
    background-color: unset;
    padding-left: 0;
    border: 0;
    display: block;
  }
}
.price-table .body .product .small-desc {
  border-left: 1px solid grey;
  border-top: 1px solid grey;
  padding-left: 2px;
}
@media only screen and (max-width: 40em) {
  .price-table .body .product .small-desc {
    font-size: 0.75rem;
  }
}
.price-table .body .product .small-header {
  border-top: 1px solid grey;
  font-weight: bold;
  min-height: 30px;
  background-color: #dcdddf;
}
@media only screen and (max-width: 40em) {
  .price-table .body .product .small-header {
    font-size: 0.75rem;
  }
}
.price-table .body .product .small-header > .small-desc {
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.price-table .body .product .small-header > .grid-x {
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .price-table .body .product .prices {
    border-top: 1px solid grey;
    font-size: 0.7rem;
  }
}
.price-table .body .product .prices > .grid-x {
  height: 100%;
}
.price-table .price-legal {
  font-size: 0.7rem;
}

#whats-racing-carousel .slick-prev {
  top: 0%;
  left: -5%;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.6);
}
#whats-racing-carousel .slick-prev:before {
  content: "◄";
}
#whats-racing-carousel .slick-prev:hover {
  color: black;
  outline: none;
  background: black;
}
#whats-racing-carousel .slick-next {
  top: 0%;
  right: -5%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.6);
}
#whats-racing-carousel .slick-next:before {
  content: "►";
}
#whats-racing-carousel .slick-next:hover {
  color: black;
  outline: none;
  background: black;
}
#whats-racing-carousel .container {
  position: relative;
}
#whats-racing-carousel .container .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0.85em 1.25em;
  z-index: 101;
}
#whats-racing-carousel .container .text h4 {
  text-transform: uppercase;
  font-weight: bold;
}
#whats-racing-carousel .container .text p {
  font-size: 0.9rem;
}

#whats-racing-carousel-nav .slick-prev {
  top: 0%;
  left: -5%;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.6);
}
#whats-racing-carousel-nav .slick-prev:before {
  content: "◄";
}
#whats-racing-carousel-nav .slick-prev:hover {
  color: black;
  outline: none;
  background: black;
}
#whats-racing-carousel-nav .slick-next {
  top: 0%;
  right: -5%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.6);
}
#whats-racing-carousel-nav .slick-next:before {
  content: "►";
}
#whats-racing-carousel-nav .slick-next:hover {
  color: black;
  outline: none;
  background: black;
}
#whats-racing-carousel-nav .container {
  position: relative;
  margin: 0.125em;
}
#whats-racing-carousel-nav .container .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.85em 1.25em;
  z-index: 101;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#whats-racing-carousel-nav .container .text h5 {
  text-transform: uppercase;
  font-weight: bold;
}
#whats-racing-carousel-nav .slick-current .container > .text {
  background: rgba(204, 0, 0, 0.6);
}

.off-track-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px;
}
.off-track-card .text {
  position: absolute;
  left: 0;
  top: 75%;
  background: #787878;
  border-top: 1px solid #fff;
  padding: 10px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.off-track-card .text h6 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  height: 40px;
}
.off-track-card .text h6:after {
  content: "▲";
  position: absolute;
  right: 10px;
}
.off-track-card .text padding {
  font-size: 1em;
}
.off-track-card.is-active .text {
  margin-top: 0;
  top: 20%;
}
.off-track-card.is-active .text h6:after {
  content: "▼";
}
@media screen and (min-width: 40em) {
  .off-track-card:hover .text {
    margin-top: 0;
    top: 20%;
  }
  .off-track-card:hover .text h6:after {
    content: "▼";
  }
}
@media screen and (max-width: 64em) {
  .off-track-card .text h6 {
    font-size: 1.2em;
  }
  .off-track-card .text p {
    font-size: 1em;
  }
}

.hospitality.light {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, #fff), to(#dadada));
  background: linear-gradient(#fff, #fff 0%, #dadada 100%);
  color: #686868;
}
.hospitality.dark {
  background: #b1b1b1;
  color: #fff;
}
.hospitality .image {
  position: relative;
}
.hospitality .image .price {
  background-color: #fff;
  position: absolute;
  padding: 14px;
  top: 0;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
  background: #ff0e0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe0809), to(#ab1403));
  background-image: linear-gradient(#fe0809, #ab1403);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0809), color-stop(100%, #ab1403));
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 40em) {
  .hospitality .image .price.text-right {
    right: 0;
    border-left: 1px solid #fff;
  }
  .hospitality .image .price.text-left {
    left: 0;
    border-right: 1px solid #fff;
  }
}
.hospitality .text .title {
  margin-top: 10px;
  font-weight: 700;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.hospitality .text .desc {
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
}

.section-container.title {
  margin-bottom: 20px;
}

.section-container {
  background-color: #FAFAFA;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 10px 10px 9px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 10px 9px -5px rgba(0, 0, 0, 0.75);
  position: relative;
}
.section-container h3 {
  font-size: 1.5rem;
  border-bottom: 3px solid red;
  padding-bottom: 8px;
}
.section-container h3 i {
  margin-right: 10px;
}
.section-container .content {
  padding: 10px;
}
.section-container select {
  margin: 0 0 0 0;
}
.section-container label {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 40em) {
  .section-container .label-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-container .label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-container .label-container input[type=checkbox] {
  margin-bottom: 0;
}
.section-container .label-container label {
  font-weight: bold;
  text-transform: uppercase;
}
.section-container .input-group {
  margin-bottom: 0;
}
.section-container .input-group .button {
  padding: 10px 7px 7px 7px;
  border: 0;
}
.section-container input {
  margin-bottom: 0;
}
.section-container input[type=text]::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.section-container input[type=text]::-moz-placeholder {
  font-size: 0.8rem;
}
.section-container input[type=text]:-ms-input-placeholder {
  font-size: 0.8rem;
}
.section-container input[type=text]::-ms-input-placeholder {
  font-size: 0.8rem;
}
.section-container input[type=text]::placeholder {
  font-size: 0.8rem;
}
.section-container .looked-up-address {
  background-color: #e0e0e0;
  padding: 10px;
  min-height: 100px;
  margin-bottom: 10px;
}
.section-container .looked-up-address .nick-name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
}
.section-container .form-group {
  margin-bottom: 10px;
}
.section-container textarea {
  height: 30%;
  font-size: 0.8rem;
}

.marketing-flags-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: minmax(38px, auto);
  grid-template-rows: minmax(38px, auto);
}
.marketing-flags-container.x3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.marketing-flags-container.x2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.marketing-flags-container .marketing-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.marketing-flags-container .marketing-flag .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: black;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 0 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.marketing-flags-container .marketing-flag .checkbox-container {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: center;
}
.marketing-flags-container .marketing-flag .checkbox {
  height: 32px;
  width: 32px;
  margin: 0 10px 20px 10px;
}
.marketing-flags-container .marketing-flag .image-container {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.marketing-flags-container .marketing-flag .image-container.selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 0, 0, 0.4);
  z-index: 999;
}
@media screen and (max-width: 40em) {
  .marketing-flags-container.x3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .marketing-flags-container.x2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.display-car .validation-message {
  margin-top: -13px;
  margin-bottom: 13px;
  text-align: left;
}

div.pending-vehicle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  background-color: #E0E0E0;
  padding: 10px;
}
div.pending-vehicle img {
  border-radius: 5px;
}
div.pending-vehicle div.body-text {
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
div.pending-vehicle div.buttons {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
div.pending-vehicle div.buttons a {
  background-color: #D0D0D0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 5px;
  font-size: 16pt;
  padding: 10px;
  border-radius: 5px;
}
div.pending-vehicle div.buttons a.approve {
  color: green;
}
div.pending-vehicle div.buttons a.move {
  color: blue;
}
div.pending-vehicle div.buttons a.reject {
  color: red;
}
div.pending-vehicle div.buttons a:hover {
  background-color: #C5C5C5;
}

.venue-select {
  cursor: pointer;
}

.session-date > ul {
  margin-left: 0;
}
.session-date > ul li {
  list-style: none;
  color: #c00;
  border-bottom: 1px dotted green;
  margin-bottom: 5px;
  font-size: 1rem;
  cursor: pointer;
}

.driving-experience-details p.venue {
  margin-bottom: 0;
}

.address-book-address a, .vehicle-detail a {
  display: block;
  font-size: 1rem;
  color: black;
  font-family: "Roboto Condensed", Calibri, "Gill Sans", "Gill Sans MT", sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
}
.address-book-address a .fa-trash, .vehicle-detail a .fa-trash {
  color: red;
}
.address-book-address a .fa-check, .vehicle-detail a .fa-check {
  color: green;
}
.address-book-address a:hover, .vehicle-detail a:hover {
  background-color: #424242;
  color: #fff;
}

.my-voucher-info {
  font-size: 1rem;
}
.my-voucher-info .title {
  font-size: 1.2rem;
}
.my-voucher-info p {
  margin-bottom: 5px;
  font-family: "Roboto Condensed", Calibri, "Gill Sans", "Gill Sans MT", sans-serif;
}

.vehicle-preview-image {
  max-width: 200px;
}

.driver-info .card {
  border: 0;
}
.driver-info .card-divider {
  font-family: "Roboto Condensed", Calibri, "Gill Sans", "Gill Sans MT", sans-serif;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #616161;
  color: white;
}
.driver-info .img-holder {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  margin: auto auto;
}
.driver-info .button {
  margin-bottom: 0;
  border-radius: 0;
}

.my-account.vertical {
  background-color: white;
  -webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
  margin-left: 0px;
}
.my-account.vertical li {
  border-bottom: 1px solid #242424;
  padding: 10px;
  list-style: none;
}
.my-account.vertical li.is-active {
  border-left: 3px solid red;
  background-color: #E0E0E0;
}
.my-account.vertical li .icon {
  font-size: 2rem;
  margin-right: 20px;
  width: 40px;
  text-align: center;
}
.my-account.vertical li span {
  font-size: 0.9rem;
}
.my-account.vertical li a {
  font-family: "Roboto Condensed", Calibri, "Gill Sans", "Gill Sans MT", sans-serif;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-account.vertical li:hover {
  background-color: #242424;
}
.my-account.vertical li:hover a {
  color: white;
}

.country-select {
  margin-bottom: 10px;
  /*img {
      max-width: 60px;
  }*/
}
.country-select span {
  font-size: 1.1rem;
}
.country-select .button {
  margin-bottom: 0;
}

.address-lookup-results {
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  background-color: white;
  display: none;
}
.address-lookup-results p.info {
  display: none;
  background-color: #dedede;
  margin: 0;
  padding: 2px 10px;
}
.address-lookup-results p.search-info {
  display: none;
  margin: 0;
  padding: 8px;
  font-size: 1rem;
}
.address-lookup-results ul {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 300px;
}
.address-lookup-results ul li {
  padding: 8px;
  border-bottom: 1px solid #dedede;
  margin: 0;
  cursor: pointer;
}
.address-lookup-results ul li p {
  margin-bottom: 0;
}
.address-lookup-results ul li p:first-child {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 0.9rem;
}
.address-lookup-results ul li p:last-child {
  color: #616161;
}
.address-lookup-results ul li:hover {
  background-color: #424242;
}
.address-lookup-results ul li:hover p {
  color: white;
}
.address-lookup-results.searching {
  display: block;
}
.address-lookup-results.searching .search-info {
  display: block;
}
.address-lookup-results.has-results {
  display: block;
}
.address-lookup-results.has-results .info {
  display: block;
}

.search-container {
  position: relative;
}

.search-lookup-results {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #cacaca;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  background-color: white;
  display: none;
}
.search-lookup-results p.info {
  display: none;
  background-color: #dedede;
  margin: 0;
  padding: 2px 10px;
}
.search-lookup-results p.search-info {
  display: none;
  margin: 0;
  padding: 8px;
  font-size: 1rem;
}
.search-lookup-results ul {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 300px;
}
.search-lookup-results ul li {
  padding: 8px;
  border-bottom: 1px solid #dedede;
  margin: 0;
}
.search-lookup-results ul li p {
  margin-bottom: 0;
  color: #616161;
  font-size: 0.9rem;
}
.search-lookup-results ul li p.hint {
  font-size: 0.7rem;
}
.search-lookup-results ul li:hover {
  background-color: #424242;
}
.search-lookup-results ul li:hover p {
  color: white;
}
.search-lookup-results.searching {
  display: block;
}
.search-lookup-results.searching .search-info {
  display: block;
}
.search-lookup-results.has-results {
  display: block;
}
.search-lookup-results.has-results .info {
  display: block;
}

.details-saved-row {
  padding: 5px;
}
.details-saved-row .cell {
  border: 2px solid green;
}
.details-saved-row .details-saved {
  padding: 5px;
}
.details-saved-row .details-saved span {
  font-size: 1.5rem;
}

.details-failed-row {
  padding: 5px;
}
.details-failed-row .cell {
  border: 2px solid red;
}
.details-failed-row .details-saved {
  padding: 5px;
}
.details-failed-row .details-saved span {
  font-size: 1.5rem;
}

.order-details-container {
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.75);
  border: 2px solid #f0f0f0;
  margin-top: 10px;
}
.order-details-container .detail-header {
  font-size: 1.1rem;
  background-color: #E0E0E0;
  font-weight: bold;
  padding: 5px;
}
.order-details-container .orderline-wrapper {
  border-bottom: 1px dashed #E0E0E0;
}

.custom-tooltip {
  position: relative;
  border-bottom: 1px dotted black;
  font-size: 0.7rem;
  background-color: white;
  color: black;
  display: -ms-inline-grid;
  display: inline-grid;
}
.custom-tooltip .custom-tooltip-content {
  visibility: hidden;
  vertical-align: bottom;
  background-color: #212121;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  width: 180px;
  position: absolute;
  z-index: 1;
}

.custom-tooltip:hover .custom-tooltip-content {
  visibility: visible;
}

.order-value-span {
  margin-top: 5px;
  text-align: right;
}

.delivery-address-details {
  display: -ms-inline-grid;
  display: inline-grid;
}
.delivery-address-details span {
  font-style: italic;
}

.order-header label {
  font-weight: bold;
  font-size: 1.5rem;
}
.order-header span {
  font-size: 0.9rem;
}

.vehicle-type-header {
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  color: white;
  background-color: #757575;
  padding: 5px;
  margin-bottom: 10px;
}

#filter-header {
  -ms-grid-columns: 50px auto auto auto;
  grid-template-columns: 50px auto auto auto;
}
#filter-header #btn-send-emails {
  padding: 15px;
  margin-bottom: 0;
  margin-top: 4px;
  border: 1px solid white;
  font-size: 16px;
}
#filter-header #btn-send-emails:hover {
  background-color: #D32F2F;
}

@media only screen and (max-width: 1023px) {
  #filter-header #btn-send-emails {
    padding: 10px;
    margin-top: 4px;
  }
}
.skill-set {
  border: 1px dashed black;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}

.skill-set.pre-selected {
  background-color: green;
  color: white;
  cursor: not-allowed;
}

.skill-set.selected {
  background-color: yellow;
}

.mail-notification {
  color: white;
  position: absolute;
  right: 30px;
}

.checked {
  background-color: #FFEE58;
  border-color: #FDD835;
  color: black;
}
.checked:nth-child(odd) {
  background-color: #FFEB3B;
  border-color: #FDD835;
}
.checked:hover {
  background-color: #F44336;
}

.table-scroll {
  margin-right: 20px;
  overflow: hidden;
}
.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-scroll th, .table-scroll td {
  padding: 5px 10px;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
}
.table-scroll th.event-name {
  border-left: 1px dashed #BDBDBD;
  border-bottom: 1px dashed #BDBDBD;
  width: 200px;
  max-width: 200px;
}
.table-scroll td.confirm-cell {
  border-left: 1px dashed white;
}
.table-scroll thead, .table-scroll tfoot {
  background: #f9f9f9;
}
.table-scroll th.support-staff-name {
  text-align: left;
  min-width: 200px;
  padding: 5px 0 0 5px;
  background-color: #F44336;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.requested {
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
}

.support-staff-row td {
  background-color: #BDBDBD;
}
.support-staff-row td.selected {
  background-color: #00E676;
}
.support-staff-row td.cannot-work {
  background-color: #757575;
  color: #e0e0e0;
}
.support-staff-row:nth-child(even) .support-staff-name {
  background-color: #D32F2F;
}
.support-staff-row:hover th {
  background-color: #42a5f5;
}
.support-staff-row:hover td:hover {
  background-color: #42a5f5;
}
.support-staff-row:hover:nth-child(even) th.support-staff-name {
  background-color: #42a5f5;
}

.confirm-cell {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-right: 1px solid #999;
}

.table-filler {
  background-color: #D32F2F;
}

.event-name {
  position: relative;
  word-wrap: break-word;
}
.event-name p {
  margin-bottom: 0;
}
.event-name .support-staff-name {
  cursor: pointer;
}

.fixed-side {
  position: sticky;
  left: 0;
  z-index: 4;
}

#selection-header {
  margin-right: 20px;
  background-color: #FCFCFC;
  padding-top: 10px;
}

#btn-resend-invite {
  text-align: left;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #BDBDBD;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #777;
  border-radius: 10px;
  width: 5px;
  height: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#modal-info {
  padding: 0px;
}
#modal-info .placeholder {
  margin: 0px;
  padding: 0px;
}

#approval-window-title {
  background-color: #F44336;
  color: white;
  margin: 0px;
}
#approval-window-title h2 {
  color: white;
  padding: 20px;
}

.close-button {
  color: white;
}

#approval-container {
  padding: 20px;
}
#approval-container .grid-x {
  font-size: 16px;
}

.experiences-wrapper {
  margin-top: 20px;
}

.experience-option {
  background-color: #C8E6C9;
  border: 1px dashed black;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.experience-option .disabled {
  background-color: #E0E0E0;
  color: #FAFAFA;
  cursor: not-allowed;
}
.experience-option:not(.disabled):hover {
  background-color: #FFEB3B;
}

.option-selected {
  background-color: #4CAF50;
}

.experience-name {
  padding: 20px;
}

@media only screen and (max-width: 1023px) {
  .calendar-day-title, .empty-cell {
    display: none;
  }
  #btn-select-all {
    margin-top: 20px;
  }
  #btn-send-emails {
    margin-left: 15px;
  }
}
.btn-generate-list {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  width: 26px;
}

.booking-content-container .info-row {
  padding: 5px;
  border-bottom: 1px dashed #e0e0e0;
  background-color: white;
}
.booking-content-container .amount-due {
  font-size: 1.7rem;
}

.cancel-line {
  font-size: 16px;
  color: red;
}
.cancel-line:hover {
  color: black;
}

.booking-address span {
  display: block;
}

.order-lines .cancelled {
  text-decoration: line-through;
}
.order-lines p {
  margin: 0;
}
.order-lines .button {
  margin: 0;
}
.order-lines .group {
  border-bottom: 1px solid #9e9e9e;
  background-color: #eeeeee;
}
.order-lines .group:nth-child(odd) {
  background-color: white;
}
.order-lines .group .order-line {
  border-bottom: 1px dashed #9e9e9e;
  padding: 5px 0;
}
.order-lines .group .order-line.child .cell:first-child {
  padding-left: 20px;
}
.order-lines .group .order-line:last-child {
  border-bottom: 0;
}

.payment-response-table {
  font-size: 1.5rem;
}
.payment-response-table i {
  font-size: 2rem;
}
.payment-response-table .cell {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.payment-response-table .cell:last-child {
  border-right: 1px solid #dedede;
}

.payment-table .payment-group {
  border-bottom: 3px solid black;
}
.payment-table .payment-group tr {
  background-color: rgba(255, 0, 0, 0.1);
}
.payment-table .payment-group tr:first-child {
  background-color: white;
}

.saf-table .button.tiny {
  margin: 0;
  font-size: 1.2rem;
}
.saf-table input {
  margin: 0;
  padding: 20px 10px;
}
.saf-table .v-align-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.saf-table .nav-info {
  margin-bottom: 20px;
}

.order-lines-subheader {
  padding: 0 !important;
  font-size: 0.9em;
}

.icon-padding-right {
  padding-right: 10px;
}

.open-notes {
  padding-left: 4px;
}

.notes-cursor {
  cursor: pointer;
}

.event-list-column {
  padding: 0 10px;
}

.valid.modified:not([type=checkbox]):not([type=radio]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

.cms label {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

div.merge-customer-selector td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.merge-customer-selector td label input {
  margin-left: 5px;
  width: 22px;
  height: 22px;
}

div.merge-customer-results td input {
  width: 22px;
  height: 22px;
}

.crm .info-row {
  margin-bottom: 0px;
}
.crm .info-row input, .crm .info-row select {
  margin-bottom: 0;
}
.crm .info-row:last-child {
  margin-bottom: 20px;
}
.crm .address-book .info-row {
  margin-bottom: 0;
}
.crm .address-book select option.default-address {
  font-weight: 900;
}

.irf label {
  font-size: 1.1rem;
}
.irf .question-container {
  border-bottom: 2px solid gray;
  padding: 10px;
}
.irf .question-container .question {
  font-size: 1.3rem;
  font-weight: bold;
}
.irf .question-container label {
  cursor: pointer;
}
.irf .question-container label > input[type=radio] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.irf .page {
  padding-bottom: 200px;
}

.IRFDocuments {
  display: inline !important;
}

.type-row-box .type-title {
  padding: 10px;
  background-color: #616161;
  color: white;
  text-align: center;
  display: block;
}
.type-row-box ul {
  list-style: none;
  margin-left: 0;
}
.type-row-box ul li {
  padding: 10px;
  border: 1px dashed grey;
  margin-bottom: 2px;
  cursor: not-allowed;
}
.type-row-box ul li.variant-item {
  cursor: pointer;
}
.type-row-box ul li.variant-item:hover {
  background-color: yellow;
}

.ticket-request-approval {
  border-radius: 5px;
  border: 1px solid #7a7a7a;
  margin-bottom: 20px;
}
.ticket-request-approval .header {
  background-color: #7a7a7a;
  padding: 10px;
  color: white;
  font-weight: 700;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket-request-approval .header h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 1.4rem;
  letter-spacing: -0.48px;
  margin: 0;
}
.ticket-request-approval .header h3 > a {
  color: white;
}
.ticket-request-approval .header p {
  margin: 0;
}
.ticket-request-approval .content {
  padding: 10px;
}
.ticket-request-approval .content .event-info {
  margin-bottom: 10px;
}
.ticket-request-approval .content .event-info p {
  margin: 0;
}

.sales-figures {
  /******************************************************* TABLES */
  /******************************************************* COLUMNS */
  /******************************************************* SALES FIGURES */
  /******************************************************* SALES DETAILS */
}
.sales-figures table, .sales-figures table tbody, .sales-figures table tbody tr, .sales-figures table tbody td {
  padding: 0;
  border: 0;
  margin: 0;
}
.sales-figures table tbody tr.content {
  border-bottom: 1px solid #c0c0c0;
}
.sales-figures table tbody tr.content > td {
  padding: 8px 0 8px;
}
.sales-figures table tbody td.amount, .sales-figures table tbody td.totals, .sales-figures table tbody td.amount, .sales-figures table tbody td.spacer {
  background-color: #f0f0f0;
}
.sales-figures .expand {
  text-align: center;
  width: 50px;
}
.sales-figures .amount, .sales-figures .totals {
  text-align: right;
  width: 150px;
}
.sales-figures .number {
  text-align: center;
  width: 50px;
}
.sales-figures .indent {
  text-align: center;
  width: 20px;
}
@media screen and (max-width: 64em) {
  .sales-figures .indent {
    width: 5px;
  }
}
@media screen and (max-width: 40em) {
  .sales-figures .indent {
    width: 0px;
  }
}
.sales-figures .spacer {
  width: 30px;
}
.sales-figures .totals {
  font-weight: bold;
  font-size: 1.2em;
}
.sales-figures #salesFiguresResult {
  height: 450px;
  width: 100%;
}
.sales-figures #salesFigures .row {
  margin-bottom: 3px;
}
.sales-figures table.sales-details {
  margin-left: 130px;
  width: calc(100% - 130px);
  border: 1px solid black;
}
.sales-figures table.sales-details > thead > tr > th {
  background-color: grey;
  border: 0;
  padding: 5px;
  border-bottom: 1px solid black;
  /* Blank Column */
  /* OrderID Column */
  /* LineID Column */
  /* Quantity Column */
  /* UnitPrice inc VAT Column */
  /* Sub Price inc VAT Column */
  /* Username Column */
  /* Created Column */
}
.sales-figures table.sales-details > thead > tr > th:nth-child(1) {
  width: 10px;
}
.sales-figures table.sales-details > thead > tr > th:nth-child(2) {
  width: 70px;
}
.sales-figures table.sales-details > thead > tr > th:nth-child(3) {
  width: 50px;
}
.sales-figures table.sales-details > thead > tr > th:nth-child(4) {
  width: 60px;
}
.sales-figures table.sales-details > thead > tr > th:nth-child(5) {
  width: 110px;
}
.sales-figures table.sales-details > thead > tr > th:nth-child(6) {
  width: 110px;
}
.sales-figures table.sales-details > thead > tr > th:nth-child(7) {
  width: 110px;
}
.sales-figures table.sales-details > thead > tr > th:nth-child(8) {
  width: 120px;
}
.sales-figures table.sales-details > tbody > tr.cancelled {
  color: red;
}
.sales-figures table.sales-details > tbody > tr:nth-child(even) {
  background-color: lightgray;
}
.sales-figures table.sales-details > tbody > tr > td {
  padding: 5px;
}
.sales-figures #reconciliationResult > table > tbody > tr > td {
  padding: 4px 0 4px 0;
}
.sales-figures #reconciliationResult > table > tbody > tr:last-child > td {
  border-bottom: 1px solid black;
}
.sales-figures #reconciliationResult .gl_header > td {
  font-size: 1.2em;
  font-weight: bold;
}
.sales-figures .button {
  margin: 0;
}
.sales-figures .select2-selection__choice__display {
  font-size: 0.8rem;
}
.sales-figures .select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  display: inline-block;
}
.sales-figures .btn-excel {
  font-size: 1.4rem;
  padding: 10px;
  line-height: 10px;
}
.sales-figures ul {
  margin-left: 0;
}

.report-filter {
  list-style: none;
  margin: 0;
}
.report-filter li input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.product-sales-comparison .button {
  margin: 0;
}
.product-sales-comparison .page-header .button {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-sales-comparison .page-header .button span {
  margin-left: 5px;
}
.product-sales-comparison .page-header .button i.fas {
  font-size: 1.5rem;
}
.product-sales-comparison input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 8px;
}
.product-sales-comparison .selected-products {
  margin: 0;
  list-style: none;
  text-align: left;
}

.cash-received input {
  margin: 0;
}

.cash-banked.first {
  border-left: 1px solid black;
}

.cash-banked.last {
  border-right: 1px solid black;
}

div.RuleTarget {
  height: 4px;
}
div.RuleTarget.AwaitingDrop {
  height: 40px;
}

div.RulesContainer {
  margin-left: -10px;
  margin-top: 10px;
  height: 450px;
  width: 100%;
  /*    border: thin solid black;
      border-radius: 5px;
  */
  background-color: whitesmoke;
  overflow-y: auto;
}

div.RuleSet {
  margin: 10px;
  border: thin solid gray;
  border-radius: 8px;
  padding-bottom: 10px;
}
div.RuleSet header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  margin-bottom: 8px;
  font-weight: bold;
  background-color: #e2e2e2;
  border-radius: 8px 8px 0 0;
}
div.RuleSet header div.HeaderBar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  vertical-align: middle;
}
div.RuleSet header button {
  height: 36px;
  margin-left: 3px;
  border-radius: 3px 5px 3px 3px;
  border: thin solid gray;
  background-color: gainsboro;
  cursor: pointer;
  padding: 0 10px;
}
div.RuleSet header button span {
  font-size: 15pt;
}
div.RuleSet header button:hover {
  background-color: #FFA0A0;
}
div.RuleSet header button.Operation {
  justify-self: flex-start;
}
div.RuleSet.Selected {
  border-color: #FFA0A0;
  border-width: 2px;
  border-radius: 8px;
}
div.RuleSet.AwaitingDrop {
  border: thick dashed red;
}
div.RuleSet .Rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 10px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: mintcream;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.RuleSet .Rule.Selected {
  font-weight: bold;
}
div.RuleSet .Rule span.Condition {
  margin-left: 10px;
  width: 50px;
}
div.RuleSet .Rule span.Text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: green;
}
div.RuleSet .Rule button {
  margin: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
}
div.RuleSet .Rule button .Edit {
  background-color: darkslategray;
}
div.RuleSet .Rule button:hover {
  color: red;
}
div.RuleSet .Rule button .Delete {
  background-color: indianred;
}
div.RuleSet .Rule:hover {
  cursor: pointer;
}
div.RuleSet .Rule .DisabledIcon {
  font-weight: bold;
}
div.RuleSet .Rule .DisabledIcon.gray {
  color: #F0F0F0;
}
div.RuleSet .Rule .DisabledIcon.red {
  color: red;
}

div.FilterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  width: 100%;
  overflow-x: auto;
}
div.FilterContainer div.Selector {
  height: 350px;
  min-width: 300px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
  border: solid 2px gray;
  background-color: whitesmoke;
  border-radius: 8px;
}
div.FilterContainer div.Selector header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  font-weight: bold;
  background-color: #e2e2e2;
  border-radius: 8px 8px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.FilterContainer div.Selector header span {
  padding: 5px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  vertical-align: middle;
}
div.FilterContainer div.Selector header button {
  border-radius: 3px 5px 3px 3px;
  border: thin solid gray;
  background-color: gainsboro;
  cursor: pointer;
  padding: 0 10px;
}
div.FilterContainer div.Selector div.Search {
  border: thin solid lightgray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.FilterContainer div.Selector div.Search input {
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
}
div.FilterContainer div.Selector div.Search input:focus-visible {
  border: none;
}
div.FilterContainer div.Selector div.Search a {
  color: gray;
  background-color: white;
  cursor: pointer;
  padding: 0 10px;
}
div.FilterContainer div.Selector div.Content {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
div.FilterContainer div.Selector div.Content.New {
  width: 600px;
}
div.FilterContainer div.Selector div.Content div.Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-left: 5px;
  overflow-x: clip;
}
div.FilterContainer div.Selector div.Content div.Row.Selected {
  background-color: #33bf7e;
  color: white;
}
div.FilterContainer div.Selector div.Content div.Row.Selected:hover {
  background-color: lightgreen;
}
div.FilterContainer div.Selector div.Content div.Row.Excluded {
  background-color: darkred;
  color: white;
}
div.FilterContainer div.Selector div.Content div.Row.Excluded:hover {
  background-color: red;
}
div.FilterContainer div.Selector div.Content div.Row:hover {
  background-color: white;
  border-radius: 3px;
  font-weight: bold;
}
div.FilterContainer div.Selector div.Content div.Row:hover button {
  visibility: visible;
}
div.FilterContainer div.Selector div.Content div.Row button {
  background-color: lightgreen;
  cursor: pointer;
  visibility: hidden;
  height: 22px;
  width: 22px;
  margin: 0;
  margin-left: auto;
  border-radius: 3px;
}
div.FilterContainer div.Selector footer {
  height: 45px;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 5px;
  background-color: #e2e2e2;
  border-radius: 0 0 8px 8px;
}
div.FilterContainer div.Selector footer button {
  padding: 8px 10px;
  background-color: darkslategray;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}
div.FilterContainer div.Selector footer button:disabled {
  background-color: gray;
}
div.FilterContainer div.Selector footer button i {
  margin-right: 3px;
}
div.FilterContainer div.Selector footer button:last-of-type {
  background-color: #33bf7e;
}
div.FilterContainer div.FilterOptions {
  padding: 5px;
  height: 350px;
  min-width: 500px;
  border: solid 2px gray;
  background-color: whitesmoke;
  border-radius: 8px;
}
div.FilterContainer div.FilterOptions div.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 25px;
  margin-bottom: 3px;
}
div.FilterContainer div.FilterOptions div.row label {
  width: 25%;
}
div.FilterContainer div.FilterOptions div.row .Comparison {
  height: 100%;
  width: 35%;
}
div.FilterContainer div.FilterOptions div.row .Value {
  height: 100%;
  width: 35%;
  margin-left: 3px;
  padding-left: 5px;
  border: thin solid lightgrey;
}

.modal-v2-container .modal-v2 .body div.CustomerData {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr 3fr 1fr;
  grid-template-columns: 3fr 1fr 3fr 1fr;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-v2-container .modal-v2 .body div.CustomerData label {
  display: block;
  text-transform: none;
}
.modal-v2-container .modal-v2 .body div.CustomerData input[type=checkbox] {
  display: block;
  margin: 0;
  background-color: transparent;
}

div.PageHeader {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
div.PageHeader > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.PageHeader > div > * {
  margin-right: 15px;
}
div.PageHeader > div label {
  font-size: 12pt;
}
div.PageHeader > div select {
  width: 200px;
  margin: 0 15px 0 0;
}
div.PageHeader span.TargetCount {
  display: inline-block;
  width: 70px;
  text-align: center;
}

.rota-icon {
  font-size: 1.6rem;
}
.rota-icon.approved {
  color: #2e7d32;
}
.rota-icon.rejected {
  color: #e0e0e0;
}
.rota-icon.reject {
  color: red;
}
.rota-icon.available {
  color: #2196f3;
}
.rota-icon.unavailable {
  color: grey;
}
.rota-icon.not-needed {
  color: #bdbdbd;
}
.rota-icon.conflicted {
  color: #bdbdbd;
}

#calendar .shift-info {
  height: 100%;
  background-color: #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  opacity: 1;
}
#calendar .shift-info.completed {
  background-color: #81c784;
}
#calendar .shift-info:not(:first-of-type) {
  border-top: 1px solid #F5F5F5;
}
#calendar .shift-info .event-name {
  text-transform: none;
  font-size: 0.8rem;
  display: block;
  padding: 5px 5px;
  color: #424242;
}
#calendar .shift-info .edit-shift {
  display: none;
  border: 1px solid white;
  padding: 0 2px;
  color: white;
}
#calendar .shift-info .edit-shift:hover {
  color: #c00;
  border: 1px solid #c00;
}
#calendar .shift-info .role-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#calendar .shift-info:hover {
  background-color: #d7d7d7;
}
#calendar .shift-info:hover .edit-shift {
  display: block;
}
#calendar .new-shift {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  position: relative;
  opacity: 1;
  padding: 10px;
}
#calendar .new-shift .fas {
  color: #2196f3;
  font-size: 2rem;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#calendar .new-shift:hover .fas {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#calendar .shift-info-mine {
  height: 100%;
  background-color: #2196f3;
  color: white;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  position: relative;
  opacity: 1;
}
#calendar .shift-info-mine.approved {
  background-color: green;
  color: white;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#calendar .shift-info-mine.rejected {
  background-color: #bdbdbd;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#calendar .shift-info-mine.available {
  background-color: orange;
  color: white;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#calendar .shift-info-mine:not(:first-of-type) {
  border-top: 1px solid #F5F5F5;
}
#calendar .shift-info-mine > .event-name {
  text-transform: none;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#calendar .shift-info-mine > .icon {
  font-size: 1.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#calendar .shift-info-mine:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.approval-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr (1fr)[var(--grid-cols)];
  grid-template-columns: 1fr repeat(var(--grid-cols), 1fr);
}
.approval-table h4 {
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
.approval-table > div {
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.approval-table > div.title {
  background-color: #f1f1f1;
  border-bottom: 1px solid black;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.approval-table > div > a.btn-approve {
  margin-right: 10px;
}
.approval-table > div.shift {
  background-color: #f1f1f1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.approval-table > div.alt {
  background-color: white;
}

.playlist-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  overflow-x: auto;
}
.playlist-items li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.playlist-items .item {
  border: 1px solid grey;
  width: 120px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.playlist-items .item .remove-button {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.playlist-items .item .remove-button > a {
  color: white;
}
.playlist-items .item .img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 10px 5px;
}
.playlist-items .item .img > i {
  font-size: 4rem;
}
.playlist-items .item .img:hover .remove-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.playlist-items .item .name {
  padding: 5px;
  background-color: darkgray;
  color: white;
}
.playlist-items .item .display-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-columns: min-content 1fr min-content;
  grid-template-columns: -webkit-min-content 1fr -webkit-min-content;
  grid-template-columns: min-content 1fr min-content;
  padding: 5px;
}
.playlist-items .item .display-time .infinity {
  grid-column: 1/3 span;
}
.playlist-items .item .display-time .time {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.playlist-items .item .display-time a {
  margin-bottom: 0;
}

.pos-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: (1fr)[12];
  grid-template-rows: repeat(12, 1fr);
}

.pos-layout > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(16) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(17) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(18) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(26) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(27) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(28) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(29) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(30) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(31) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(32) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(33) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(34) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(35) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(36) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(37) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(38) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(39) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(40) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(41) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(42) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(43) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(44) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(45) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(46) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(47) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(48) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(49) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(50) {
  -ms-grid-row: 10;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(51) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(52) {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(53) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(54) {
  -ms-grid-row: 11;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(55) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}

.pos-layout > *:nth-child(56) {
  -ms-grid-row: 12;
  -ms-grid-column: 1;
}

.pos-layout > *:nth-child(57) {
  -ms-grid-row: 12;
  -ms-grid-column: 2;
}

.pos-layout > *:nth-child(58) {
  -ms-grid-row: 12;
  -ms-grid-column: 3;
}

.pos-layout > *:nth-child(59) {
  -ms-grid-row: 12;
  -ms-grid-column: 4;
}

.pos-layout > *:nth-child(60) {
  -ms-grid-row: 12;
  -ms-grid-column: 5;
}
.pos-layout .pos-button {
  border: 1px solid white;
  height: 80px;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.pos-layout .pos-button:hover {
  background-color: white !important;
  color: black !important;
}

input[type=color] {
  padding: 0;
}

.user-tasks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.user-tasks-container .user-task-day {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-right: 1px solid #c5c1c1;
}
.user-tasks-container .user-task-day h4 {
  background-color: grey;
  color: white;
  text-align: center;
  padding: 10px;
  padding-bottom: 0;
  margin: 0;
}
.user-tasks-container .user-task-day p {
  background-color: grey;
  color: white;
  margin: 0 0 2px 0;
  text-align: center;
  padding-bottom: 10px;
}
.user-tasks-container .user-task-day ul {
  margin-left: 0;
  list-style-type: none;
}
.user-tasks-container .user-task-day ul .user-task {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
  margin-bottom: 10px;
}
.user-tasks-container .user-task-day ul .user-task .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.user-tasks-container .user-task-day ul .user-task .check input {
  margin: 0;
  width: 50px;
  height: 25px;
}
.user-tasks-container .user-task-day ul .user-task .content > a {
  margin-bottom: 0;
  color: #0a0a0a;
}
.user-tasks-container .user-task-day ul .user-task .content .contact > a {
  border-right: 1px solid black;
  margin-right: 5px;
  padding-right: 5px;
  font-size: 0.8rem;
}
.user-tasks-container .user-task-day ul .user-task .content .contact > a:last-child {
  border-right: 0;
}
.user-tasks-container .user-task-day ul .user-task.High {
  border: 2px solid red;
  padding: 5px 0;
}
.user-tasks-container .user-task-day ul .user-task.High .content > a {
  font-weight: bold;
}
.TrackLimits {
  margin-top: 0;
  /*    div.PreviewWindow {
          z-index: 544;
          position: absolute;
          top: 100px;
          left: 100px;
          width: 800px;
          height: 500px;
          overflow: auto;

          img {
              width: unset;
              height: unset;
              max-width: unset;
              max-height: unset;
          }
      }
  */
}
.TrackLimits div.PreviewWindow.modal-dialog {
  left: 100px;
  top: 100px;
  width: 1000px;
  height: 600px;
}
.TrackLimits div.PreviewWindow.modal-dialog .modal-body {
  overflow: auto;
}
.TrackLimits div.PreviewWindow.modal-dialog .modal-body img {
  width: unset;
  height: unset;
  max-width: unset;
  max-height: unset;
}
.TrackLimits .page-header {
  font-size: 14pt;
  font-weight: bold;
  padding: 10px;
}
.TrackLimits .SessionBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: lightgray;
  border-radius: 5px 5px 0 0;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
}
.TrackLimits .SessionBar select {
  margin: 0 10px 0 10px;
  height: 100%;
  padding: 8px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
  border-radius: 5px;
  font-size: 11pt;
  width: 300px;
}
.TrackLimits .SessionBar select#selDate {
  width: 150px;
}
.TrackLimits .SessionBar select#selSession {
  width: 300px;
}
.TrackLimits .SessionBar select:hover {
  cursor: pointer;
}
.TrackLimits .SessionBar select.Active {
  color: green;
}
.TrackLimits .SessionBar select option {
  color: black;
}
.TrackLimits .SessionBar select option.Active {
  color: green;
}
.TrackLimits .SessionBar label {
  font-size: 14pt;
  margin-left: 10px;
}
.TrackLimits .SessionBar button {
  height: 50px;
  width: 250px;
  margin-left: 20px;
}
.TrackLimits .SessionBar button:disabled {
  background-color: darkgray;
  cursor: default;
}
.TrackLimits .SessionBar button.AddEntry {
  width: 160px;
  margin-left: auto;
}
.TrackLimits .SessionBar button.Refresh {
  width: 160px;
}
.TrackLimits .SessionBar button.Refresh.auto {
  color: black;
  background-color: palegreen;
}
.TrackLimits .SessionBar button.Refresh:not(.auto) {
  background-color: red;
}
.TrackLimits .SessionBar button.AudibleAlert {
  background-color: gray;
  margin-left: auto;
  width: 60px;
}
.TrackLimits .SessionBar button.AudibleAlert.Enabled {
  color: black;
  background-color: palegreen;
}
.TrackLimits .Group {
  overflow: hidden;
  border: solid thin dimgray;
  border-radius: 10px;
  margin: 20px 8px 0 8px;
}
.TrackLimits .Group label {
  font-size: 14pt;
}
.TrackLimits .Group .GroupBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: lightblue;
}
.TrackLimits .data-table {
  border: thin solid gray;
}
.TrackLimits .data-table .row {
  font-size: 12pt;
  padding-top: 8px;
  padding-bottom: 8px;
}
.TrackLimits .data-table .row.Processing {
  color: gray;
}
.TrackLimits .data-table .row.Processing .status {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
.TrackLimits .data-table .row.Pending {
  background-color: #FFE0E0;
}
.TrackLimits .data-table .row.Pending:hover {
  background-color: #FFFF8D;
}
.TrackLimits .EntryBar {
  margin: 10px 0 8px 8px;
  font-size: 14pt;
  border-bottom: thin solid dimgray;
  width: 100%;
}
.TrackLimits .Entries {
  overflow-y: auto;
}
.TrackLimits .Entries .VehicleButton {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  border: solid 2px #0A0A0A;
  background-color: gainsboro;
  border-radius: 10px;
  margin: 3px;
  padding: 0;
}
.TrackLimits .Entries .VehicleButton.Selected {
  border: solid 2px darkgray;
  background-color: palegreen;
}
.TrackLimits .Entries .VehicleButton:hover {
  cursor: pointer;
}
.TrackLimits .Entries .VehicleButton:hover:not(.Selected) {
  background-color: #E0FFE0;
}
.TrackLimits .Entries .VehicleButton div.Number {
  text-align: center;
  min-width: 60px;
  border-radius: 20px;
  padding: 4px;
  border: 4px solid grey;
  font-size: 14pt;
  font-weight: bold;
  margin: 5px 5px 5px 0;
}
.TrackLimits .Entries .VehicleButton div.Number:hover {
  cursor: pointer;
}
.TrackLimits .Entries .VehicleButton div.Description {
  margin-left: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  overflow: clip;
}
.TrackLimits .Entries .VehicleButton div.Description:hover {
  cursor: pointer;
}
.TrackLimits .Entries .VehicleButton div.Description span {
  font-size: 8pt;
}
.TrackLimits .Entries .VehicleButton .Actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60px;
  padding: 3px;
  text-align: center;
}
.TrackLimits .AddEditData {
  font-size: 14pt;
}
.TrackLimits .AddEditData label {
  margin-left: 5px;
  font-size: 14pt;
  text-align: left;
}
.TrackLimits .AddEditData input {
  font-size: 14pt;
  padding-top: 20px;
  padding-bottom: 20px;
}
.TrackLimits .AddEditData .Data {
  text-align: left;
}
.TrackLimits .AddEditData .ColourBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.TrackLimits .AddEditData .ColourBar button {
  font-size: 12pt;
  width: 120px;
  height: 60px;
  border: 2px solid dimgray;
}
.TrackLimits .AddEditData .ColourBar .ColourBreak {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}
.TrackLimits button {
  margin: 4px;
  padding: 12px;
  background-color: #1779ba;
  color: #fefefe;
  border-radius: 5px;
}
.TrackLimits button:hover, .TrackLimits button:focus {
  background-color: #14679e;
  cursor: pointer;
}
.TrackLimits button.Selected {
  color: black;
  background-color: palegreen;
}
.TrackLimits button i {
  margin-right: 5px;
}
.TrackLimits .Timebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #707070;
  color: white;
  padding: 5px;
  border-radius: 8px 8px 0 0;
}
.TrackLimits .Timebar .Time {
  font-family: "Segoe UI Symbol", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16pt;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 10px;
}
.TrackLimits .Timebar .Snapshot {
  margin: 0 0 0 auto;
  border: 3px solid #707070;
  border-radius: 8px;
}
.TrackLimits .Timebar .Snapshot.Selected {
  border-color: palegreen;
}
.TrackLimits div.VideoContainer {
  overflow: auto;
  min-height: 700px;
}
.TrackLimits video {
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
  width: 100%;
  border-top: 0;
  border-right: 2px;
  border-bottom: 0;
  border-left: 2px;
  border-style: solid;
  border-color: #101010;
  margin-bottom: -5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.TrackLimits .ControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: #707070;
  border-radius: 0 0 8px 8px;
}
.TrackLimits .ControlBar button {
  width: 75px;
  background-color: silver;
  border-color: #303030;
}
.TrackLimits .ControlBar button:hover {
  background-color: lightgray;
}
.TrackLimits span.ActionFlag {
  width: 20px;
  height: 20px;
  border: solid 1px black;
  margin-right: 5px;
  border-radius: 3px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.TrackLimits span.ActionFlag.A-56394239-b016-4020-9c27-15e564051d1d {
  background-color: white;
}
.TrackLimits span.ActionFlag.A-a860a09d-f457-415b-be67-1d97c371403f {
  background-color: red;
}
.TrackLimits span.ActionFlag.A-36cebe2c-52c6-47b8-94b4-af5117f8c7ef {
  background-color: lawngreen;
}
.TrackLimits span.ActionFlag.A-81476ff0-370f-4afd-83d0-f7b61a0e0149 {
  background: linear-gradient(135deg, black, black 53%, white 47%, white);
}
.TrackLimits span.ActionFlag.A-793b8d51-5bfa-42e0-9bca-00cf508a8a98 {
  background-color: black;
  border-color: gray;
}
.TrackLimits .ActionBar {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TrackLimits .ActionBar button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 50px;
  margin: 3px;
  font-size: 12pt;
}
.TrackLimits .ActionBar button.Discard {
  margin-right: auto;
  width: 125px;
}
.TrackLimits .ActionBar button:disabled {
  color: gray;
  background-color: lightgray;
}
.TrackLimits .ActionBar button.Selected {
  color: black;
  background-color: palegreen;
}
.TrackLimits .ColourBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 40px;
}
.TrackLimits .ColourBox div {
  width: 80%;
  height: 50%;
}
.TrackLimits .ColourBox div:first-child {
  border-top-left-radius: 6px;
}
.TrackLimits .ColourBox div:last-child {
  border-bottom-left-radius: 7px;
}
.TrackLimits .C_black {
  color: white;
  background-color: black;
}
.TrackLimits .C_lightblue {
  color: black;
  background-color: lightblue;
}
.TrackLimits .C_blue {
  color: white;
  background-color: blue;
}
.TrackLimits .C_darkblue {
  color: white;
  background-color: darkblue;
}
.TrackLimits .C_lightbrown {
  color: white;
  background-color: tan;
}
.TrackLimits .C_brown {
  color: white;
  background-color: chocolate;
}
.TrackLimits .C_darkbrown {
  color: white;
  background-color: saddlebrown;
}
.TrackLimits .C_gold {
  color: black;
  background-color: gold;
}
.TrackLimits .C_lightgreen {
  color: black;
  background-color: lawngreen;
}
.TrackLimits .C_green {
  color: white;
  background-color: green;
}
.TrackLimits .C_darkgreen {
  color: white;
  background-color: darkgreen;
}
.TrackLimits .C_lightgrey {
  color: black;
  background-color: gainsboro;
}
.TrackLimits .C_grey {
  color: white;
  background-color: darkgrey;
}
.TrackLimits .C_darkgrey {
  color: white;
  background-color: dimgrey;
}
.TrackLimits .C_orange {
  color: white;
  background-color: orange;
}
.TrackLimits .C_pink {
  color: black;
  background-color: pink;
}
.TrackLimits .C_purple {
  color: white;
  background-color: rebeccapurple;
}
.TrackLimits .C_lightred {
  color: black;
  background-color: lightcoral;
}
.TrackLimits .C_red {
  color: white;
  background-color: red;
}
.TrackLimits .C_darkred {
  color: white;
  background-color: darkred;
}
.TrackLimits .C_silver {
  color: black;
  background-color: silver;
}
.TrackLimits .C_white {
  color: black;
  background-color: white;
}
.TrackLimits .C_lightyellow {
  color: black;
  background-color: lemonchiffon;
}
.TrackLimits .C_yellow {
  color: black;
  background-color: yellow;
}
.TrackLimits .C_darkyellow {
  color: black;
  background-color: khaki;
}

@-webkit-keyframes pulse {
  0% {
    color: black;
  }
  50% {
    color: red;
  }
  100% {
    color: black;
  }
}

@keyframes pulse {
  0% {
    color: black;
  }
  50% {
    color: red;
  }
  100% {
    color: black;
  }
}