.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

.ember-modal-dialog {
  z-index: 51;
  position: fixed; }

.ember-modal-dialog.emd-in-place {
  position: static; }

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center; }

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center; }

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative; }

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px; }

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, 0.77); }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #187DA5;
  border-color: #156c8e;
  color: #FFFFFF; }
  .alert-box p {
    font-size: 0.8125rem;
    line-height: 1em; }
    .alert-box p a {
      color: inherit;
      text-decoration: underline; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #187DA5; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #187DA5; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #187DA5;
  border-color: #136484;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #136484; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #187DA5;
    border-color: #136484;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #136484; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #187DA5; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #187DA5; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #187DA5; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #187DA5;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #187DA5;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #187DA5; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #bfe6f6;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #eef8fd;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #187DA5; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #156c8e; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #EEEEEE;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #F6F6F6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #187DA5;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43AC6A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #187DA5;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #156e91; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #187DA5;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #156e91; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #187DA5;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #156e91; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #187DA5; }
  .range-slider-handle:hover {
    background: #156e91; }

.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #187DA5;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #3bb3e2; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #3bb3e2;
      font-weight: normal;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #187DA5;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #187DA5;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #FFFFFF; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #156c8e; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #187DA5; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #187DA5; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(24, 125, 165, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #0b384a;
    color: #187DA5; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #187DA5 !important;
    border-bottom: dotted 1px #0b384a !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 2.8125rem; }

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 2.8125rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 0.9375rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 0.9375rem;
      height: 2.8125rem;
      line-height: 2.8125rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 0.9375rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        background-color: #187DA5;
        border-color: #136484;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #136484; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      background-color: #187DA5;
      border-color: #136484;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #136484; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #187DA5;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #156c8e;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 0.9375rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      color: #FFFFFF;
      background: #187DA5; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #156c8e;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 0.9375rem;
      height: 2.8125rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #187DA5;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #187DA5;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #156c8e; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  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; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left {
      text-align: left; }
    .tab-bar-section.right {
      text-align: right; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  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; } }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.flex-table {
  display: flex;
  flex-direction: column; }
  .flex-table .f1 {
    flex: 1 !important; }
  .flex-table .f2 {
    flex: 2 !important; }
  .flex-table .f3 {
    flex: 3 !important; }
  .flex-table .f4 {
    flex: 4 !important; }
  .flex-table .f5 {
    flex: 5 !important; }
  .flex-table .f6 {
    flex: 6 !important; }
  .flex-table .f7 {
    flex: 7 !important; }
  .flex-table .f8 {
    flex: 8 !important; }
  .flex-table .f9 {
    flex: 9 !important; }
  .flex-table .f10 {
    flex: 10 !important; }
  .flex-table:not(.mx-table).ember-view {
    display: inline-block; }
  .flex-table .pagination .ember-view {
    display: block; }
  .flex-table .row {
    display: flex;
    flex-direction: row;
    width: 100%; }
  .flex-table .wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch; }
  .flex-table .column {
    display: flex;
    flex-direction: row;
    font-size: 0.875rem;
    color: #222;
    justify-content: center;
    align-items: center;
    flex-grow: 1; }
    .flex-table .column.as-columns {
      flex-direction: column;
      justify-content: flex-start; }
    .flex-table .column.text {
      justify-content: flex-start; }
    .flex-table .column.text-right, .flex-table .column.number {
      justify-content: flex-end; }
    .flex-table .column.space-between {
      justify-content: space-between; }
    .flex-table .column.align-start {
      align-items: start; }
  .flex-table .head .row {
    background: #ffffff; }
  .flex-table .head .column {
    font-weight: 400;
    padding: 0.25rem 0.25rem;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #222222;
    text-align: center;
    min-height: 72px; }
    .flex-table .head .column.number {
      justify-content: flex-end;
      text-align: right; }
    .flex-table .head .column .text {
      text-align: left; }
  .flex-table .head .wrapper .wrapper.column {
    padding: 0; }
  .flex-table .head.totals {
    display: block; }
    .flex-table .head.totals .column {
      border: 0; }
    .flex-table .head.totals .row {
      background: #ffffff;
      border: 0;
      margin-bottom: 0rem;
      padding: 0;
      border-width: 0 0 2px 0;
      border-style: solid;
      border-color: #222222; }
      .flex-table .head.totals .row .column {
        padding-top: 1rem;
        padding-bottom: 1rem; }
  .flex-table .body {
    border: 0px solid #aaa; }
    .flex-table .body .row:not(.no-hover):hover {
      background: rgba(240, 240, 240, 0.7) !important; }
    .flex-table .body .row:first-of-type .column {
      padding-top: 0.5rem; }
    .flex-table .body .row:first-of-type [data-tooltip]:after {
      transform: translate3d(-50%, calc(-100% + 2px), 0); }
    .flex-table .body .column {
      padding: 0.3rem 0.625rem;
      min-height: 1.775rem; }
      .flex-table .body .column small {
        font-size: 0.8rem; }
      .flex-table .body .column.no-pad {
        padding: 0 !important; }
  .flex-table:not(.no-border) .body .row:not(:first-child) {
    border-top: 1px dotted #aaa; }
  .flex-table.no-border input {
    margin: 0 !important; }
  .flex-table.comfort .row {
    min-height: 50px; }
  .flex-table .sortable {
    cursor: pointer;
    position: relative; }
    .flex-table .sortable.sorted {
      font-weight: 600; }
    .flex-table .sortable .sort-indicator {
      position: absolute;
      right: 0rem;
      top: 50%;
      bottom: 50%;
      margin: auto;
      line-height: 0rem;
      font-size: 0.65rem; }
  .flex-table .as-column {
    flex-direction: column; }
  .flex-table .as-row {
    flex-direction: row; }
  .flex-table .align-items-start {
    align-items: flex-start !important; }
  .flex-table label.checkbox label {
    display: flex; }
    .flex-table label.checkbox label .text {
      margin-left: 1rem; }

@media only screen and (max-width: 768px) {
  /* tablets and desktop */
  .flex-table .body .wrapper:first-child,
  .flex-table .head .wrapper:first-child {
    flex-direction: column; }
    .flex-table .body .wrapper:first-child .column:not(:last-of-type),
    .flex-table .head .wrapper:first-child .column:not(:last-of-type) {
      border-bottom-width: 0; }
  .flex-table .head .column {
    font-size: 0.65rem; }
  .flex-table .head .wrapper:first-child .column:first-child {
    padding-bottom: 0; }
  .flex-table .head .wrapper:first-child .column:last-child {
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  /* phones */ }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* portrait phones */ }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.modal-wrapper,
.modal-wrapper .overlay {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased; }

.modal-wrapper {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: -1; }

.fix-to-top .modal-wrapper {
  align-items: start;
  padding-top: 15vh; }

.modal-wrapper.open {
  z-index: 100; }

.modal-wrapper .modal {
  top: 3vh;
  width: 960px;
  z-index: 25; }
  .modal-wrapper .modal.ultra-narrow {
    width: 450px; }
  .modal-wrapper .modal.narrow {
    width: 630px; }
  .modal-wrapper .modal.medium {
    width: 795px; }

.modal-wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: visible; }

.modal-wrapper.open .overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible; }

.modal {
  width: 100%;
  background: #f9f9f9;
  padding: 3em 2em 2em;
  z-index: -1;
  opacity: 0;
  margin-bottom: 10vh;
  border-radius: 15px; }
  .modal .error,
  .modal .violation,
  .modal .warning,
  .modal .success,
  .modal .alert,
  .modal .info {
    margin: 0 32px; }
  .modal input[type='file'],
  .modal input[type='checkbox'],
  .modal input[type='radio'],
  .modal select {
    margin: 0 !important; }

.modal .header {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1em;
  font-weight: 500; }
  .modal .header + .subheader {
    text-align: center;
    position: relative;
    top: -1.2rem; }

.modal .content {
  font-weight: 400;
  max-height: 50vh;
  overflow-y: auto; }
  .modal .content li {
    width: 100%; }

.modal-wrapper.open .modal {
  pointer-events: auto; }

.modal-wrapper.overlay {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.modal-wrapper.open .modal,
.modal-wrapper.close .modal {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.modal-wrapper.open .modal {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1); }

.modal-wrapper.close .modal {
  -webkit-animation-name: anim-close;
  animation-name: anim-close; }

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1); } }

@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1); } }

@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1); } }

.modal .right {
  float: right; }

.modal .closer {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer; }

.modal .buttons {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; }
  .modal .buttons .placeholder {
    visibility: hidden; }

.modal .row {
  display: flex; }
  .modal .row .field {
    padding: 0.75rem 2rem;
    flex: 1;
    display: flex;
    flex-direction: column; }
    .modal .row .field.centered-input input {
      text-align: center; }
    .modal .row .field.f1 {
      flex: 1 !important; }
    .modal .row .field.f2 {
      flex: 2 !important; }
    .modal .row .field.f3 {
      flex: 3 !important; }
    .modal .row .field.f4 {
      flex: 4 !important; }
    .modal .row .field.f5 {
      flex: 5 !important; }
    .modal .row .field.f6 {
      flex: 6 !important; }
    .modal .row .field.f7 {
      flex: 7 !important; }
    .modal .row .field.f8 {
      flex: 8 !important; }
    .modal .row .field.f9 {
      flex: 9 !important; }
    .modal .row .field.f10 {
      flex: 10 !important; }

ul.modal-details li {
  list-style-type: none;
  display: flex;
  margin: 0.25rem 0;
  font-size: 0.95rem; }
  ul.modal-details li label {
    color: #757575;
    min-width: 75px;
    margin-right: 1rem;
    cursor: default; }
  ul.modal-details li div:not(.not-heavy) {
    font-weight: 700; }

@media screen and (max-height: 750px) {
  .fix-to-top .modal-wrapper {
    padding-top: 5vh; }
  .content {
    max-height: 300px;
    overflow-y: auto; }
  .modal {
    padding: 2em 1em; }
    .modal .row .field {
      padding: 0.5rem 2rem; }
      .modal .row .field select,
      .modal .row .field input {
        margin-bottom: 0rem; } }

.mx-modal-input + small {
  margin-top: -1rem;
  display: block;
  font-size: 0.85rem; }

.mxl-modal-input-wrapper {
  position: relative;
  display: block; }
  .mxl-modal-input-wrapper input + .input-status {
    position: absolute;
    right: -1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1rem; }
  .mxl-modal-input-wrapper input.valid + .input-status::after,
  .mxl-modal-input-wrapper input.invalid + .input-status::after {
    content: '\f110';
    display: block;
    width: 1rem;
    height: 1rem;
    font-family: FontAwesome; }
  .mxl-modal-input-wrapper input.invalid + .input-status::after {
    content: '\f00d';
    color: #ff6464 !important; }
  .mxl-modal-input-wrapper input.valid + .input-status::after {
    content: '\f00c';
    color: #5fca7d !important; }

.mx-table .body > .ember-view:last-of-type .row {
  border: 0; }

.mx-table .foot {
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #222222; }
  .mx-table .foot .wrapper {
    padding: .5rem 0; }
  .mx-table .foot .row {
    border: 0; }

.mx-table .wrapper > .ember-view {
  display: flex;
  flex: 1; }

.mx-table .compound .column {
  border-left: 0 !important; }
  .mx-table .compound .column.no-right {
    padding-right: 0; }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.employees {
  width: 1024px;
  overflow: hidden; }
  .employees:not(.print-mode) {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    z-index: 3; }
  .employees .body {
    flex: 1;
    min-height: 60px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 30px; }
    .employees .body .column small {
      font-size: 0.6rem; }
    .employees .body .column:not(.allow-overflow) {
      white-space: nowrap;
      overflow: hidden;
      width: 0; }
  .employees .info-cell {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .employees .info-cell .cell div {
      position: relative;
      width: 18px;
      height: 18px;
      background-color: transparent;
      border-style: solid;
      border-width: 2px;
      border-color: #5fca7d; }
      .employees .info-cell .cell div.empty {
        border-color: #d5d5d5; }
      .employees .info-cell .cell div.unavailable {
        border-color: #c2c2c2;
        background-color: #c2c2c2; }
        .employees .info-cell .cell div.unavailable.not-available {
          background-color: #e9e9e9; }
        .employees .info-cell .cell div.unavailable.is-loan {
          background-image: repeating-linear-gradient(-45deg, #c2c2c2, #c2c2c2 3px, rgba(194, 194, 194, 0.2) 3px, rgba(194, 194, 194, 0.2) 6px, #c2c2c2 6px); }
        .employees .info-cell .cell div.unavailable.rotation {
          border-color: #c2c2c2;
          background-color: #ffffff; }
      .employees .info-cell .cell div.full {
        background-color: #5fca7d; }
        .employees .info-cell .cell div.full.is-on-loan {
          border-color: #c2c2c2;
          background-color: #e9e9e9;
          background-image: repeating-linear-gradient(-45deg, #c2c2c2, #c2c2c2 3px, rgba(194, 194, 194, 0.2) 3px, rgba(194, 194, 194, 0.2) 6px, #c2c2c2 6px); }
      .employees .info-cell .cell div.partial {
        display: flex; }
        .employees .info-cell .cell div.partial:not(.is-on-loan)::after {
          content: '';
          display: block;
          flex: 1;
          background-image: repeating-linear-gradient(-45deg, #5fca7d, #5fca7d 3px, rgba(95, 202, 125, 0.2) 3px, rgba(95, 202, 125, 0.2) 6px, #5fca7d 6px); }
        .employees .info-cell .cell div.partial.is-on-loan {
          border-color: #c2c2c2;
          background-color: #e9e9e9;
          background-image: repeating-linear-gradient(-45deg, #c2c2c2, #c2c2c2 3px, rgba(194, 194, 194, 0.2) 3px, rgba(194, 194, 194, 0.2) 6px, #c2c2c2 6px); }
      .employees .info-cell .cell div.failed, .employees .info-cell .cell div.loading {
        display: flex;
        justify-content: center;
        align-items: center;
        border-color: #ffffff; }
      .employees .info-cell .cell div.failed {
        border-color: #ff6464;
        color: #ff6464; }
      .employees .info-cell .cell div small {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: auto; }
    .employees .info-cell.is-loan {
      opacity: 0.5; }
  .employees .column:not(.no-pad) {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .employees .contact small {
    display: block; }
  .employees .totals small {
    font-size: 0.9em; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .employees {
    width: 986px; } }

.availability-wrapper.off {
  background: #c2c2c2;
  font-weight: 600; }

.availability-wrapper.open-to-close {
  color: #757575; }
  .availability-wrapper.open-to-close.is-loan {
    color: #222222;
    font-weight: 600; }

.availability-wrapper.partial {
  font-weight: 600; }

.rehire {
  display: flex;
  flex-direction: row; }
  .rehire label {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
    cursor: default; }
  .rehire span {
    display: flex;
    font-size: 0.85rem;
    align-items: start;
    margin-right: 1rem; }

.rehire-wrapper {
  max-height: 40vh;
  overflow: auto; }

.search-wrapper {
  position: relative; }
  .search-wrapper input {
    margin: 0; }
  .search-wrapper .search {
    position: absolute;
    display: flex;
    background: transparent;
    height: 100%;
    width: 3rem;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background-color: #9a9a9a;
    color: #0f0f0f; }

@media print {
  .employees {
    width: 8in; }
    .employees .column {
      font-size: 0.65rem; } }

.store-selector-field .selectivity-single-select {
  background: #fff;
  border: 1px solid #b9b9b9;
  padding: 8px; }

.constant-size-icon {
  width: 14px;
  text-align: center; }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.schedule-edit {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .schedule-edit .activity-color-101 {
    background: #4ecdc4; }
  .schedule-edit .activity-color-102 {
    background: #c8f7c5; }
  .schedule-edit .activity-color-103 {
    background: #f5d76e; }
  .schedule-edit .activity-color-104 {
    background: #eb9532; }
  .schedule-edit .activity-color-105 {
    background: #9e6c4b; }
  .schedule-edit .activity-color-106 {
    background: #9b59b6; }
  .schedule-edit .activity-color-107 {
    background: #d2527f; }
  .schedule-edit .activity-color-108 {
    background: #4183d7; }
  .schedule-edit .activity-color-109 {
    background: #96281b; }
  .schedule-edit .activity-color-110 {
    background: #1e824c; }
  .schedule-edit .activity-color-111 {
    background: #bdc3c7; }
  .schedule-edit .activity-color-112 {
    background: #ffffff; }
  .schedule-edit .activity-color-113 {
    background: #d56ba9; }
  .schedule-edit .activity-color-114 {
    background: #ff99ff; }
  .schedule-edit .activity-color-115 {
    background: #9b59b6; }
  .schedule-edit .activity-color-116 {
    background: #155aa8; }
  .schedule-edit .activity-color-117 {
    background: #000000; }
  .schedule-edit .activity-color-118 {
    background: #800000; }
  .schedule-edit .activity-color-119 {
    background: #008000; }
  .schedule-edit .activity-color-120 {
    background: #808000; }
  .schedule-edit .activity-color-121 {
    background: #000080; }
  .schedule-edit .activity-color-122 {
    background: #800080; }
  .schedule-edit .activity-color-123 {
    background: #008080; }
  .schedule-edit .activity-color-124 {
    background: #c0c0c0; }
  .schedule-edit .activity-color-125 {
    background: #808080; }
  .schedule-edit .activity-color-126 {
    background: #ff0000; }
  .schedule-edit .activity-color-127 {
    background: #00ff00; }
  .schedule-edit .activity-color-128 {
    background: #ffff00; }
  .schedule-edit .activity-color-129 {
    background: #0000ff; }
  .schedule-edit .activity-color-130 {
    background: #ff00ff; }
  .schedule-edit .activity-color-131 {
    background: #00ffff; }
  .schedule-edit .activity-color-132 {
    background: #ffffff; }
  .schedule-edit .activity-color-133 {
    background: #000000; }
  .schedule-edit .activity-color-134 {
    background: #00005f; }
  .schedule-edit .activity-color-135 {
    background: #000087; }
  .schedule-edit .activity-color-136 {
    background: #0000af; }
  .schedule-edit .activity-color-137 {
    background: #0000d7; }
  .schedule-edit .activity-color-138 {
    background: #0000ff; }
  .schedule-edit .activity-color-139 {
    background: #005f00; }
  .schedule-edit .activity-color-140 {
    background: #005f5f; }
  .schedule-edit .activity-color-141 {
    background: #005f87; }
  .schedule-edit .activity-color-142 {
    background: #005faf; }
  .schedule-edit .activity-color-143 {
    background: #005fd7; }
  .schedule-edit .activity-color-144 {
    background: #005fff; }
  .schedule-edit .activity-color-145 {
    background: #008700; }
  .schedule-edit .activity-color-146 {
    background: #00875f; }
  .schedule-edit .activity-color-147 {
    background: #008787; }
  .schedule-edit .activity-color-148 {
    background: #0087af; }
  .schedule-edit .activity-color-149 {
    background: #0087d7; }
  .schedule-edit .activity-color-150 {
    background: #0087ff; }
  .schedule-edit .activity-color-151 {
    background: #00af00; }
  .schedule-edit .activity-color-152 {
    background: #00af5f; }
  .schedule-edit .activity-color-153 {
    background: #00af87; }
  .schedule-edit .activity-color-154 {
    background: #00afaf; }
  .schedule-edit .activity-color-155 {
    background: #00afd7; }
  .schedule-edit .activity-color-156 {
    background: #00afff; }
  .schedule-edit .activity-color-157 {
    background: #00d700; }
  .schedule-edit .activity-color-158 {
    background: #00d75f; }
  .schedule-edit .activity-color-159 {
    background: #00d787; }
  .schedule-edit .activity-color-160 {
    background: #00d7af; }
  .schedule-edit .activity-color-161 {
    background: #00d7d7; }
  .schedule-edit .activity-color-162 {
    background: #00d7ff; }
  .schedule-edit .activity-color-163 {
    background: #00ff00; }
  .schedule-edit .activity-color-164 {
    background: #00ff5f; }
  .schedule-edit .activity-color-165 {
    background: #00ff87; }
  .schedule-edit .activity-color-166 {
    background: #00ffaf; }
  .schedule-edit .activity-color-167 {
    background: #00ffd7; }
  .schedule-edit .activity-color-168 {
    background: #00ffff; }
  .schedule-edit .activity-color-169 {
    background: #5f0000; }
  .schedule-edit .activity-color-170 {
    background: #5f005f; }
  .schedule-edit .activity-color-171 {
    background: #5f0087; }
  .schedule-edit .activity-color-172 {
    background: #5f00af; }
  .schedule-edit .activity-color-173 {
    background: #5f00d7; }
  .schedule-edit .activity-color-174 {
    background: #5f00ff; }
  .schedule-edit .activity-color-175 {
    background: #5f5f00; }
  .schedule-edit .activity-color-176 {
    background: #5f5f5f; }
  .schedule-edit .activity-color-177 {
    background: #5f5f87; }
  .schedule-edit .activity-color-178 {
    background: #5f5faf; }
  .schedule-edit .activity-color-179 {
    background: #5f5fd7; }
  .schedule-edit .activity-color-180 {
    background: #5f5fff; }
  .schedule-edit .activity-color-181 {
    background: #5f8700; }
  .schedule-edit .activity-color-182 {
    background: #5f875f; }
  .schedule-edit .activity-color-183 {
    background: #5f8787; }
  .schedule-edit .activity-color-184 {
    background: #5f87af; }
  .schedule-edit .activity-color-185 {
    background: #5f87d7; }
  .schedule-edit .activity-color-186 {
    background: #5f87ff; }
  .schedule-edit .activity-color-187 {
    background: #5faf00; }
  .schedule-edit .activity-color-188 {
    background: #5faf5f; }
  .schedule-edit .activity-color-189 {
    background: #5faf87; }
  .schedule-edit .activity-color-190 {
    background: #5fafaf; }
  .schedule-edit .activity-color-191 {
    background: #5fafd7; }
  .schedule-edit .activity-color-192 {
    background: #5fafff; }
  .schedule-edit .activity-color-193 {
    background: #5fd700; }
  .schedule-edit .activity-color-194 {
    background: #5fd75f; }
  .schedule-edit .activity-color-195 {
    background: #5fd787; }
  .schedule-edit .activity-color-196 {
    background: #5fd7af; }
  .schedule-edit .activity-color-197 {
    background: #5fd7d7; }
  .schedule-edit .activity-color-198 {
    background: #5fd7ff; }
  .schedule-edit .activity-color-199 {
    background: #5fff00; }
  .schedule-edit .activity-color-200 {
    background: #5fff5f; }
  .schedule-edit .activity-color-201 {
    background: #5fff87; }
  .schedule-edit .activity-color-202 {
    background: #5fffaf; }
  .schedule-edit .activity-color-203 {
    background: #5fffd7; }
  .schedule-edit .activity-color-204 {
    background: #5fffff; }
  .schedule-edit .activity-color-205 {
    background: #870000; }
  .schedule-edit .activity-color-206 {
    background: #87005f; }
  .schedule-edit .activity-color-207 {
    background: #870087; }
  .schedule-edit .activity-color-208 {
    background: #8700af; }
  .schedule-edit .activity-color-209 {
    background: #8700d7; }
  .schedule-edit .activity-color-210 {
    background: #8700ff; }
  .schedule-edit .activity-color-211 {
    background: #875f00; }
  .schedule-edit .activity-color-212 {
    background: #875f5f; }
  .schedule-edit .activity-color-213 {
    background: #875f87; }
  .schedule-edit .activity-color-214 {
    background: #875faf; }
  .schedule-edit .activity-color-215 {
    background: #875fd7; }
  .schedule-edit .activity-color-216 {
    background: #875fff; }
  .schedule-edit .activity-color-217 {
    background: #878700; }
  .schedule-edit .activity-color-218 {
    background: #87875f; }
  .schedule-edit .activity-color-219 {
    background: #878787; }
  .schedule-edit .activity-color-220 {
    background: #8787af; }
  .schedule-edit .activity-color-221 {
    background: #8787d7; }
  .schedule-edit .activity-color-222 {
    background: #8787ff; }
  .schedule-edit .activity-color-223 {
    background: #87af00; }
  .schedule-edit .activity-color-224 {
    background: #87af5f; }
  .schedule-edit .activity-color-225 {
    background: #87af87; }
  .schedule-edit .activity-color-226 {
    background: #87afaf; }
  .schedule-edit .activity-color-227 {
    background: #87afd7; }
  .schedule-edit .activity-color-228 {
    background: #87afff; }
  .schedule-edit .activity-color-229 {
    background: #87d700; }
  .schedule-edit .activity-color-230 {
    background: #87d75f; }
  .schedule-edit .activity-color-231 {
    background: #87d787; }
  .schedule-edit .activity-color-232 {
    background: #87d7af; }
  .schedule-edit .activity-color-233 {
    background: #87d7d7; }
  .schedule-edit .activity-color-234 {
    background: #87d7ff; }
  .schedule-edit .activity-color-235 {
    background: #87ff00; }
  .schedule-edit .activity-color-236 {
    background: #87ff5f; }
  .schedule-edit .activity-color-237 {
    background: #87ff87; }
  .schedule-edit .activity-color-238 {
    background: #87ffaf; }
  .schedule-edit .activity-color-239 {
    background: #87ffd7; }
  .schedule-edit .activity-color-240 {
    background: #87ffff; }
  .schedule-edit .activity-color-241 {
    background: #af0000; }
  .schedule-edit .activity-color-242 {
    background: #af005f; }
  .schedule-edit .activity-color-243 {
    background: #af0087; }
  .schedule-edit .activity-color-244 {
    background: #af00af; }
  .schedule-edit .activity-color-245 {
    background: #af00d7; }
  .schedule-edit .activity-color-246 {
    background: #af00ff; }
  .schedule-edit .activity-color-247 {
    background: #af5f00; }
  .schedule-edit .activity-color-248 {
    background: #af5f5f; }
  .schedule-edit .activity-color-249 {
    background: #af5f87; }
  .schedule-edit .activity-color-250 {
    background: #af5faf; }
  .schedule-edit .activity-color-251 {
    background: #af5fd7; }
  .schedule-edit .activity-color-252 {
    background: #af5fff; }
  .schedule-edit .activity-color-253 {
    background: #af8700; }
  .schedule-edit .activity-color-254 {
    background: #af875f; }
  .schedule-edit .activity-color-255 {
    background: #af8787; }
  .schedule-edit .activity-color-256 {
    background: #af87af; }
  .schedule-edit .activity-color-257 {
    background: #af87d7; }
  .schedule-edit .activity-color-258 {
    background: #af87ff; }
  .schedule-edit .activity-color-259 {
    background: #afaf00; }
  .schedule-edit .activity-color-260 {
    background: #afaf5f; }
  .schedule-edit .activity-color-261 {
    background: #afaf87; }
  .schedule-edit .activity-color-262 {
    background: #afafaf; }
  .schedule-edit .activity-color-263 {
    background: #afafd7; }
  .schedule-edit .activity-color-264 {
    background: #afafff; }
  .schedule-edit .activity-color-265 {
    background: #afd700; }
  .schedule-edit .activity-color-266 {
    background: #afd75f; }
  .schedule-edit .activity-color-267 {
    background: #afd787; }
  .schedule-edit .activity-color-268 {
    background: #afd7af; }
  .schedule-edit .activity-color-269 {
    background: #afd7d7; }
  .schedule-edit .activity-color-270 {
    background: #afd7ff; }
  .schedule-edit .activity-color-271 {
    background: #afff00; }
  .schedule-edit .activity-color-272 {
    background: #afff5f; }
  .schedule-edit .activity-color-273 {
    background: #afff87; }
  .schedule-edit .activity-color-274 {
    background: #afffaf; }
  .schedule-edit .activity-color-275 {
    background: #afffd7; }
  .schedule-edit .activity-color-276 {
    background: #afffff; }
  .schedule-edit .activity-color-277 {
    background: #d70000; }
  .schedule-edit .activity-color-278 {
    background: #d7005f; }
  .schedule-edit .activity-color-279 {
    background: #d70087; }
  .schedule-edit .activity-color-280 {
    background: #d700af; }
  .schedule-edit .activity-color-281 {
    background: #d700d7; }
  .schedule-edit .activity-color-282 {
    background: #d700ff; }
  .schedule-edit .activity-color-283 {
    background: #d75f00; }
  .schedule-edit .activity-color-284 {
    background: #d75f5f; }
  .schedule-edit .activity-color-285 {
    background: #d75f87; }
  .schedule-edit .activity-color-286 {
    background: #d75faf; }
  .schedule-edit .activity-color-287 {
    background: #d75fd7; }
  .schedule-edit .activity-color-288 {
    background: #d75fff; }
  .schedule-edit .activity-color-289 {
    background: #d78700; }
  .schedule-edit .activity-color-290 {
    background: #d7875f; }
  .schedule-edit .activity-color-291 {
    background: #d78787; }
  .schedule-edit .activity-color-292 {
    background: #d787af; }
  .schedule-edit .activity-color-293 {
    background: #d787d7; }
  .schedule-edit .activity-color-294 {
    background: #d787ff; }
  .schedule-edit .activity-color-295 {
    background: #d7af00; }
  .schedule-edit .activity-color-296 {
    background: #d7af5f; }
  .schedule-edit .activity-color-297 {
    background: #d7af87; }
  .schedule-edit .activity-color-298 {
    background: #d7afaf; }
  .schedule-edit .activity-color-299 {
    background: #d7afd7; }
  .schedule-edit .activity-color-300 {
    background: #d7afff; }
  .schedule-edit .activity-color-301 {
    background: #d7d700; }
  .schedule-edit .activity-color-302 {
    background: #d7d75f; }
  .schedule-edit .activity-color-303 {
    background: #d7d787; }
  .schedule-edit .activity-color-304 {
    background: #d7d7af; }
  .schedule-edit .activity-color-305 {
    background: #d7d7d7; }
  .schedule-edit .activity-color-306 {
    background: #d7d7ff; }
  .schedule-edit .activity-color-307 {
    background: #d7ff00; }
  .schedule-edit .activity-color-308 {
    background: #d7ff5f; }
  .schedule-edit .activity-color-309 {
    background: #d7ff87; }
  .schedule-edit .activity-color-310 {
    background: #d7ffaf; }
  .schedule-edit .activity-color-311 {
    background: #d7ffd7; }
  .schedule-edit .activity-color-312 {
    background: #d7ffff; }
  .schedule-edit .activity-color-313 {
    background: #ff0000; }
  .schedule-edit .activity-color-314 {
    background: #ff005f; }
  .schedule-edit .activity-color-315 {
    background: #ff0087; }
  .schedule-edit .activity-color-316 {
    background: #ff00af; }
  .schedule-edit .activity-color-317 {
    background: #ff00d7; }
  .schedule-edit .activity-color-318 {
    background: #ff00ff; }
  .schedule-edit .activity-color-319 {
    background: #ff5f00; }
  .schedule-edit .activity-color-320 {
    background: #ff5f5f; }
  .schedule-edit .activity-color-321 {
    background: #ff5f87; }
  .schedule-edit .activity-color-322 {
    background: #ff5faf; }
  .schedule-edit .activity-color-323 {
    background: #ff5fd7; }
  .schedule-edit .activity-color-324 {
    background: #ff5fff; }
  .schedule-edit .activity-color-325 {
    background: #ff8700; }
  .schedule-edit .activity-color-326 {
    background: #ff875f; }
  .schedule-edit .activity-color-327 {
    background: #ff8787; }
  .schedule-edit .activity-color-328 {
    background: #ff87af; }
  .schedule-edit .activity-color-329 {
    background: #ff87d7; }
  .schedule-edit .activity-color-330 {
    background: #ff87ff; }
  .schedule-edit .activity-color-331 {
    background: #ffaf00; }
  .schedule-edit .activity-color-332 {
    background: #ffaf5f; }
  .schedule-edit .activity-color-333 {
    background: #ffaf87; }
  .schedule-edit .activity-color-334 {
    background: #ffafaf; }
  .schedule-edit .activity-color-335 {
    background: #ffafd7; }
  .schedule-edit .activity-color-336 {
    background: #ffafff; }
  .schedule-edit .activity-color-337 {
    background: #ffd700; }
  .schedule-edit .activity-color-338 {
    background: #ffd75f; }
  .schedule-edit .activity-color-339 {
    background: #ffd787; }
  .schedule-edit .activity-color-340 {
    background: #ffd7af; }
  .schedule-edit .activity-color-341 {
    background: #ffd7d7; }
  .schedule-edit .activity-color-342 {
    background: #ffd7ff; }
  .schedule-edit .activity-color-343 {
    background: #ffff00; }
  .schedule-edit .activity-color-344 {
    background: #ffff5f; }
  .schedule-edit .activity-color-345 {
    background: #ffff87; }
  .schedule-edit .activity-color-346 {
    background: #ffffaf; }
  .schedule-edit .activity-color-347 {
    background: #ffffd7; }
  .schedule-edit .activity-color-348 {
    background: #ffffff; }
  .schedule-edit .activity-color-349 {
    background: #080808; }
  .schedule-edit .activity-color-350 {
    background: #121212; }
  .schedule-edit .activity-color-351 {
    background: #1c1c1c; }
  .schedule-edit .activity-color-352 {
    background: #262626; }
  .schedule-edit .activity-color-353 {
    background: #303030; }
  .schedule-edit .activity-color-354 {
    background: #3a3a3a; }
  .schedule-edit .activity-color-355 {
    background: #444444; }
  .schedule-edit .activity-color-356 {
    background: #4e4e4e; }
  .schedule-edit .activity-color-357 {
    background: #585858; }
  .schedule-edit .activity-color-358 {
    background: #626262; }
  .schedule-edit .activity-color-359 {
    background: #6c6c6c; }
  .schedule-edit .activity-color-360 {
    background: #767676; }
  .schedule-edit .activity-color-361 {
    background: #808080; }
  .schedule-edit .activity-color-362 {
    background: #8a8a8a; }
  .schedule-edit .activity-color-363 {
    background: #949494; }
  .schedule-edit .activity-color-364 {
    background: #9e9e9e; }
  .schedule-edit .activity-color-365 {
    background: #a8a8a8; }
  .schedule-edit .activity-color-366 {
    background: #b2b2b2; }
  .schedule-edit .activity-color-367 {
    background: #bcbcbc; }
  .schedule-edit .activity-color-368 {
    background: #c6c6c6; }
  .schedule-edit .activity-color-369 {
    background: #d0d0d0; }
  .schedule-edit .activity-color-370 {
    background: #dadada; }
  .schedule-edit .activity-color-371 {
    background: #e4e4e4; }
  .schedule-edit .activity-color-372 {
    background: #eeeeee; }
  .schedule-edit:not(.print-mode) {
    position: fixed;
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    z-index: 3; }
  .schedule-edit *::selection,
  .schedule-edit *::-moz-selection {
    background: transparent; }
  .schedule-edit .body {
    flex: 1;
    min-height: 60px;
    overflow-y: scroll;
    overflow-x: hidden; }
    .schedule-edit .body .row.small .column {
      font-size: 0.75rem; }
  .schedule-edit.flex-table .head .column {
    min-height: initial; }
  .schedule-edit.print-mode {
    min-width: 8.5in;
    margin-top: 30px;
    position: static; }
    .schedule-edit.print-mode .body {
      flex: 1;
      overflow: initial; }
  @media print {
    .schedule-edit.print-mode {
      margin-top: 0; } }
  .schedule-edit section.unassigned {
    min-height: 70px;
    background: white;
    border-top: 2px solid #222222 !important;
    z-index: 12;
    overflow-y: scroll; }
    .schedule-edit section.unassigned .row {
      margin: 0; }
      .schedule-edit section.unassigned .row.total {
        border-top: 0 !important; }
      .schedule-edit section.unassigned .row .column-total {
        height: 2.1rem;
        padding-top: 0 !important;
        border-bottom: 0 !important; }
      .schedule-edit section.unassigned .row .wrapper:first-of-type .column:first-of-type:not(.no-border) {
        border-left: 1px solid #ddd !important; }
      .schedule-edit section.unassigned .row .wrapper:first-of-type .column:last-of-type {
        border-right: 1px solid #ddd !important; }
      .schedule-edit section.unassigned .row.active {
        box-shadow: inset 0 0 0 2px #222 !important; }
    .schedule-edit section.unassigned .no-scroll-wrapper {
      position: relative; }
      .schedule-edit section.unassigned .no-scroll-wrapper .no-scroll {
        position: fixed;
        bottom: 0.25rem;
        margin-left: -135px; }
        .schedule-edit section.unassigned .no-scroll-wrapper .no-scroll button,
        .schedule-edit section.unassigned .no-scroll-wrapper .no-scroll .button {
          margin: 0; }
    .schedule-edit section.unassigned .resizable-handle.resizable-l,
    .schedule-edit section.unassigned .resizable-handle.resizable-r,
    .schedule-edit section.unassigned .resizable-handle.resizable-b {
      display: none; }
  .schedule-edit .foot {
    border-bottom: 0; }
  .schedule-edit .row {
    position: relative;
    border-bottom: 1px solid #ddd !important;
    min-height: 1.775rem; }
    .schedule-edit .row.assigned-shifts-row {
      border-top: 0 !important; }
      .schedule-edit .row.assigned-shifts-row .wrapper:not(:first-child):not(.no-left),
      .schedule-edit .row.assigned-shifts-row .column:not(:first-child):not(.no-left) {
        border-left: 1px solid #ddd !important; }
      .schedule-edit .row.assigned-shifts-row .position-column {
        padding-left: 2px; }
      .schedule-edit .row.assigned-shifts-row small {
        font-size: 0.6rem; }
    .schedule-edit .row.unassigned-shifts-row {
      overflow: hidden;
      border-top: 0 !important;
      border-right: 1px solid #ddd !important; }
      .schedule-edit .row.unassigned-shifts-row .column:not(:first-child):not(.no-left) {
        border-left: 1px solid #ddd !important; }
      .schedule-edit .row.unassigned-shifts-row .column.hour {
        height: 2.1rem; }
    .schedule-edit .row.is-painting.active-row .shift-block-segment:not(.is-current):after {
      display: none; }
    .schedule-edit .row.is-painting.active-row .shift-block-segment:not(.is-current) {
      opacity: 0.8; }
    .schedule-edit .row .column-total {
      font-size: 0.75rem; }
      .schedule-edit .row .column-total.totals {
        padding-left: 10px;
        padding-right: 4px;
        font-size: 0.875rem; }
  .schedule-edit .hour {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative; }
  .schedule-edit .column:not(.allow-overflow) {
    white-space: nowrap;
    overflow: hidden;
    width: 0; }
  .schedule-edit .segment {
    display: flex;
    flex: 1;
    position: relative;
    z-index: 3; }
    .schedule-edit .segment:not(.unassigned) {
      cursor: pointer; }
      .schedule-edit .segment:not(.unassigned):hover:not(:active):before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1px;
        left: 0;
        z-index: 8;
        background: rgba(0, 0, 0, 0.2); }
    .schedule-edit .segment.unavailable-employee::after {
      content: '';
      display: block;
      position: absolute;
      top: 30%;
      bottom: 30%;
      left: 0;
      right: 0;
      background: #c2c2c2; }
    .schedule-edit .segment.unavailable-employee.terminated::after {
      background: #c2c2c2; }
  .schedule-edit .active-row .segment {
    z-index: 7; }
  .schedule-edit .view-mode .segment {
    cursor: auto; }
    .schedule-edit .view-mode .segment:hover {
      display: none; }
  .schedule-edit .shift-block-times {
    position: absolute;
    font-size: 0.8rem;
    width: 225px;
    display: flex;
    flex-direction: row;
    padding: 0.25rem 1rem;
    justify-content: space-around;
    background: #424242;
    color: #ffffff;
    z-index: 10;
    margin-top: 1px;
    top: -1.775rem; }
    .schedule-edit .shift-block-times .time {
      flex: 1;
      text-align: center; }
  .schedule-edit .shift-block-segment {
    position: relative;
    flex: 1;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out; }
    .schedule-edit .shift-block-segment:after {
      content: '';
      display: none;
      position: absolute;
      top: 0;
      left: -1px;
      bottom: 0;
      width: 1px;
      z-index: 3; }
    .schedule-edit .shift-block-segment.activity-1:after {
      display: block;
      background: #4ecdc4; }
    .schedule-edit .shift-block-segment.activity-2:after {
      display: block;
      background: #c8f7c5; }
    .schedule-edit .shift-block-segment.activity-3:after {
      display: block;
      background: #f5d76e; }
    .schedule-edit .shift-block-segment.activity-4:after {
      display: block;
      background: #eb9532; }
    .schedule-edit .shift-block-segment.activity-5:after {
      display: block;
      background: #9e6c4b; }
    .schedule-edit .shift-block-segment.activity-6:after {
      display: block;
      background: #9b59b6; }
    .schedule-edit .shift-block-segment.activity-7:after {
      display: block;
      background: #d2527f; }
    .schedule-edit .shift-block-segment.activity-8:after {
      display: block;
      background: #4183d7; }
    .schedule-edit .shift-block-segment.activity-9:after {
      display: block;
      background: #96281b; }
    .schedule-edit .shift-block-segment.activity-10:after {
      display: block;
      background: #1e824c; }
    .schedule-edit .shift-block-segment.activity-11:after {
      display: block;
      background: #bdc3c7; }
    .schedule-edit .shift-block-segment.activity-12:after {
      display: block;
      background: #ffffff; }
    .schedule-edit .shift-block-segment.activity-13:after {
      display: block;
      background: #d56ba9; }
    .schedule-edit .shift-block-segment.activity-14:after {
      display: block;
      background: #ff99ff; }
    .schedule-edit .shift-block-segment.activity-15:after {
      display: block;
      background: #9b59b6; }
    .schedule-edit .shift-block-segment.activity-16:after {
      display: block;
      background: #155aa8; }
    .schedule-edit .shift-block-segment.activity-17:after {
      display: block;
      background: #000000; }
    .schedule-edit .shift-block-segment.activity-18:after {
      display: block;
      background: #800000; }
    .schedule-edit .shift-block-segment.activity-19:after {
      display: block;
      background: #008000; }
    .schedule-edit .shift-block-segment.activity-20:after {
      display: block;
      background: #808000; }
    .schedule-edit .shift-block-segment.activity-21:after {
      display: block;
      background: #000080; }
    .schedule-edit .shift-block-segment.activity-22:after {
      display: block;
      background: #800080; }
    .schedule-edit .shift-block-segment.activity-23:after {
      display: block;
      background: #008080; }
    .schedule-edit .shift-block-segment.activity-24:after {
      display: block;
      background: #c0c0c0; }
    .schedule-edit .shift-block-segment.activity-25:after {
      display: block;
      background: #808080; }
    .schedule-edit .shift-block-segment.activity-26:after {
      display: block;
      background: #ff0000; }
    .schedule-edit .shift-block-segment.activity-27:after {
      display: block;
      background: #00ff00; }
    .schedule-edit .shift-block-segment.activity-28:after {
      display: block;
      background: #ffff00; }
    .schedule-edit .shift-block-segment.activity-29:after {
      display: block;
      background: #0000ff; }
    .schedule-edit .shift-block-segment.activity-30:after {
      display: block;
      background: #ff00ff; }
    .schedule-edit .shift-block-segment.activity-31:after {
      display: block;
      background: #00ffff; }
    .schedule-edit .shift-block-segment.activity-32:after {
      display: block;
      background: #ffffff; }
    .schedule-edit .shift-block-segment.activity-33:after {
      display: block;
      background: #000000; }
    .schedule-edit .shift-block-segment.activity-34:after {
      display: block;
      background: #00005f; }
    .schedule-edit .shift-block-segment.activity-35:after {
      display: block;
      background: #000087; }
    .schedule-edit .shift-block-segment.activity-36:after {
      display: block;
      background: #0000af; }
    .schedule-edit .shift-block-segment.activity-37:after {
      display: block;
      background: #0000d7; }
    .schedule-edit .shift-block-segment.activity-38:after {
      display: block;
      background: #0000ff; }
    .schedule-edit .shift-block-segment.activity-39:after {
      display: block;
      background: #005f00; }
    .schedule-edit .shift-block-segment.activity-40:after {
      display: block;
      background: #005f5f; }
    .schedule-edit .shift-block-segment.activity-41:after {
      display: block;
      background: #005f87; }
    .schedule-edit .shift-block-segment.activity-42:after {
      display: block;
      background: #005faf; }
    .schedule-edit .shift-block-segment.activity-43:after {
      display: block;
      background: #005fd7; }
    .schedule-edit .shift-block-segment.activity-44:after {
      display: block;
      background: #005fff; }
    .schedule-edit .shift-block-segment.activity-45:after {
      display: block;
      background: #008700; }
    .schedule-edit .shift-block-segment.activity-46:after {
      display: block;
      background: #00875f; }
    .schedule-edit .shift-block-segment.activity-47:after {
      display: block;
      background: #008787; }
    .schedule-edit .shift-block-segment.activity-48:after {
      display: block;
      background: #0087af; }
    .schedule-edit .shift-block-segment.activity-49:after {
      display: block;
      background: #0087d7; }
    .schedule-edit .shift-block-segment.activity-50:after {
      display: block;
      background: #0087ff; }
    .schedule-edit .shift-block-segment.activity-51:after {
      display: block;
      background: #00af00; }
    .schedule-edit .shift-block-segment.activity-52:after {
      display: block;
      background: #00af5f; }
    .schedule-edit .shift-block-segment.activity-53:after {
      display: block;
      background: #00af87; }
    .schedule-edit .shift-block-segment.activity-54:after {
      display: block;
      background: #00afaf; }
    .schedule-edit .shift-block-segment.activity-55:after {
      display: block;
      background: #00afd7; }
    .schedule-edit .shift-block-segment.activity-56:after {
      display: block;
      background: #00afff; }
    .schedule-edit .shift-block-segment.activity-57:after {
      display: block;
      background: #00d700; }
    .schedule-edit .shift-block-segment.activity-58:after {
      display: block;
      background: #00d75f; }
    .schedule-edit .shift-block-segment.activity-59:after {
      display: block;
      background: #00d787; }
    .schedule-edit .shift-block-segment.activity-60:after {
      display: block;
      background: #00d7af; }
    .schedule-edit .shift-block-segment.activity-61:after {
      display: block;
      background: #00d7d7; }
    .schedule-edit .shift-block-segment.activity-62:after {
      display: block;
      background: #00d7ff; }
    .schedule-edit .shift-block-segment.activity-63:after {
      display: block;
      background: #00ff00; }
    .schedule-edit .shift-block-segment.activity-64:after {
      display: block;
      background: #00ff5f; }
    .schedule-edit .shift-block-segment.activity-65:after {
      display: block;
      background: #00ff87; }
    .schedule-edit .shift-block-segment.activity-66:after {
      display: block;
      background: #00ffaf; }
    .schedule-edit .shift-block-segment.activity-67:after {
      display: block;
      background: #00ffd7; }
    .schedule-edit .shift-block-segment.activity-68:after {
      display: block;
      background: #00ffff; }
    .schedule-edit .shift-block-segment.activity-69:after {
      display: block;
      background: #5f0000; }
    .schedule-edit .shift-block-segment.activity-70:after {
      display: block;
      background: #5f005f; }
    .schedule-edit .shift-block-segment.activity-71:after {
      display: block;
      background: #5f0087; }
    .schedule-edit .shift-block-segment.activity-72:after {
      display: block;
      background: #5f00af; }
    .schedule-edit .shift-block-segment.activity-73:after {
      display: block;
      background: #5f00d7; }
    .schedule-edit .shift-block-segment.activity-74:after {
      display: block;
      background: #5f00ff; }
    .schedule-edit .shift-block-segment.activity-75:after {
      display: block;
      background: #5f5f00; }
    .schedule-edit .shift-block-segment.activity-76:after {
      display: block;
      background: #5f5f5f; }
    .schedule-edit .shift-block-segment.activity-77:after {
      display: block;
      background: #5f5f87; }
    .schedule-edit .shift-block-segment.activity-78:after {
      display: block;
      background: #5f5faf; }
    .schedule-edit .shift-block-segment.activity-79:after {
      display: block;
      background: #5f5fd7; }
    .schedule-edit .shift-block-segment.activity-80:after {
      display: block;
      background: #5f5fff; }
    .schedule-edit .shift-block-segment.activity-81:after {
      display: block;
      background: #5f8700; }
    .schedule-edit .shift-block-segment.activity-82:after {
      display: block;
      background: #5f875f; }
    .schedule-edit .shift-block-segment.activity-83:after {
      display: block;
      background: #5f8787; }
    .schedule-edit .shift-block-segment.activity-84:after {
      display: block;
      background: #5f87af; }
    .schedule-edit .shift-block-segment.activity-85:after {
      display: block;
      background: #5f87d7; }
    .schedule-edit .shift-block-segment.activity-86:after {
      display: block;
      background: #5f87ff; }
    .schedule-edit .shift-block-segment.activity-87:after {
      display: block;
      background: #5faf00; }
    .schedule-edit .shift-block-segment.activity-88:after {
      display: block;
      background: #5faf5f; }
    .schedule-edit .shift-block-segment.activity-89:after {
      display: block;
      background: #5faf87; }
    .schedule-edit .shift-block-segment.activity-90:after {
      display: block;
      background: #5fafaf; }
    .schedule-edit .shift-block-segment.activity-91:after {
      display: block;
      background: #5fafd7; }
    .schedule-edit .shift-block-segment.activity-92:after {
      display: block;
      background: #5fafff; }
    .schedule-edit .shift-block-segment.activity-93:after {
      display: block;
      background: #5fd700; }
    .schedule-edit .shift-block-segment.activity-94:after {
      display: block;
      background: #5fd75f; }
    .schedule-edit .shift-block-segment.activity-95:after {
      display: block;
      background: #5fd787; }
    .schedule-edit .shift-block-segment.activity-96:after {
      display: block;
      background: #5fd7af; }
    .schedule-edit .shift-block-segment.activity-97:after {
      display: block;
      background: #5fd7d7; }
    .schedule-edit .shift-block-segment.activity-98:after {
      display: block;
      background: #5fd7ff; }
    .schedule-edit .shift-block-segment.activity-99:after {
      display: block;
      background: #5fff00; }
    .schedule-edit .shift-block-segment.activity-100:after {
      display: block;
      background: #5fff5f; }
    .schedule-edit .shift-block-segment.activity-101:after {
      display: block;
      background: #5fff87; }
    .schedule-edit .shift-block-segment.activity-102:after {
      display: block;
      background: #5fffaf; }
    .schedule-edit .shift-block-segment.activity-103:after {
      display: block;
      background: #5fffd7; }
    .schedule-edit .shift-block-segment.activity-104:after {
      display: block;
      background: #5fffff; }
    .schedule-edit .shift-block-segment.activity-105:after {
      display: block;
      background: #870000; }
    .schedule-edit .shift-block-segment.activity-106:after {
      display: block;
      background: #87005f; }
    .schedule-edit .shift-block-segment.activity-107:after {
      display: block;
      background: #870087; }
    .schedule-edit .shift-block-segment.activity-108:after {
      display: block;
      background: #8700af; }
    .schedule-edit .shift-block-segment.activity-109:after {
      display: block;
      background: #8700d7; }
    .schedule-edit .shift-block-segment.activity-110:after {
      display: block;
      background: #8700ff; }
    .schedule-edit .shift-block-segment.activity-111:after {
      display: block;
      background: #875f00; }
    .schedule-edit .shift-block-segment.activity-112:after {
      display: block;
      background: #875f5f; }
    .schedule-edit .shift-block-segment.activity-113:after {
      display: block;
      background: #875f87; }
    .schedule-edit .shift-block-segment.activity-114:after {
      display: block;
      background: #875faf; }
    .schedule-edit .shift-block-segment.activity-115:after {
      display: block;
      background: #875fd7; }
    .schedule-edit .shift-block-segment.activity-116:after {
      display: block;
      background: #875fff; }
    .schedule-edit .shift-block-segment.activity-117:after {
      display: block;
      background: #878700; }
    .schedule-edit .shift-block-segment.activity-118:after {
      display: block;
      background: #87875f; }
    .schedule-edit .shift-block-segment.activity-119:after {
      display: block;
      background: #878787; }
    .schedule-edit .shift-block-segment.activity-120:after {
      display: block;
      background: #8787af; }
    .schedule-edit .shift-block-segment.activity-121:after {
      display: block;
      background: #8787d7; }
    .schedule-edit .shift-block-segment.activity-122:after {
      display: block;
      background: #8787ff; }
    .schedule-edit .shift-block-segment.activity-123:after {
      display: block;
      background: #87af00; }
    .schedule-edit .shift-block-segment.activity-124:after {
      display: block;
      background: #87af5f; }
    .schedule-edit .shift-block-segment.activity-125:after {
      display: block;
      background: #87af87; }
    .schedule-edit .shift-block-segment.activity-126:after {
      display: block;
      background: #87afaf; }
    .schedule-edit .shift-block-segment.activity-127:after {
      display: block;
      background: #87afd7; }
    .schedule-edit .shift-block-segment.activity-128:after {
      display: block;
      background: #87afff; }
    .schedule-edit .shift-block-segment.activity-129:after {
      display: block;
      background: #87d700; }
    .schedule-edit .shift-block-segment.activity-130:after {
      display: block;
      background: #87d75f; }
    .schedule-edit .shift-block-segment.activity-131:after {
      display: block;
      background: #87d787; }
    .schedule-edit .shift-block-segment.activity-132:after {
      display: block;
      background: #87d7af; }
    .schedule-edit .shift-block-segment.activity-133:after {
      display: block;
      background: #87d7d7; }
    .schedule-edit .shift-block-segment.activity-134:after {
      display: block;
      background: #87d7ff; }
    .schedule-edit .shift-block-segment.activity-135:after {
      display: block;
      background: #87ff00; }
    .schedule-edit .shift-block-segment.activity-136:after {
      display: block;
      background: #87ff5f; }
    .schedule-edit .shift-block-segment.activity-137:after {
      display: block;
      background: #87ff87; }
    .schedule-edit .shift-block-segment.activity-138:after {
      display: block;
      background: #87ffaf; }
    .schedule-edit .shift-block-segment.activity-139:after {
      display: block;
      background: #87ffd7; }
    .schedule-edit .shift-block-segment.activity-140:after {
      display: block;
      background: #87ffff; }
    .schedule-edit .shift-block-segment.activity-141:after {
      display: block;
      background: #af0000; }
    .schedule-edit .shift-block-segment.activity-142:after {
      display: block;
      background: #af005f; }
    .schedule-edit .shift-block-segment.activity-143:after {
      display: block;
      background: #af0087; }
    .schedule-edit .shift-block-segment.activity-144:after {
      display: block;
      background: #af00af; }
    .schedule-edit .shift-block-segment.activity-145:after {
      display: block;
      background: #af00d7; }
    .schedule-edit .shift-block-segment.activity-146:after {
      display: block;
      background: #af00ff; }
    .schedule-edit .shift-block-segment.activity-147:after {
      display: block;
      background: #af5f00; }
    .schedule-edit .shift-block-segment.activity-148:after {
      display: block;
      background: #af5f5f; }
    .schedule-edit .shift-block-segment.activity-149:after {
      display: block;
      background: #af5f87; }
    .schedule-edit .shift-block-segment.activity-150:after {
      display: block;
      background: #af5faf; }
    .schedule-edit .shift-block-segment.activity-151:after {
      display: block;
      background: #af5fd7; }
    .schedule-edit .shift-block-segment.activity-152:after {
      display: block;
      background: #af5fff; }
    .schedule-edit .shift-block-segment.activity-153:after {
      display: block;
      background: #af8700; }
    .schedule-edit .shift-block-segment.activity-154:after {
      display: block;
      background: #af875f; }
    .schedule-edit .shift-block-segment.activity-155:after {
      display: block;
      background: #af8787; }
    .schedule-edit .shift-block-segment.activity-156:after {
      display: block;
      background: #af87af; }
    .schedule-edit .shift-block-segment.activity-157:after {
      display: block;
      background: #af87d7; }
    .schedule-edit .shift-block-segment.activity-158:after {
      display: block;
      background: #af87ff; }
    .schedule-edit .shift-block-segment.activity-159:after {
      display: block;
      background: #afaf00; }
    .schedule-edit .shift-block-segment.activity-160:after {
      display: block;
      background: #afaf5f; }
    .schedule-edit .shift-block-segment.activity-161:after {
      display: block;
      background: #afaf87; }
    .schedule-edit .shift-block-segment.activity-162:after {
      display: block;
      background: #afafaf; }
    .schedule-edit .shift-block-segment.activity-163:after {
      display: block;
      background: #afafd7; }
    .schedule-edit .shift-block-segment.activity-164:after {
      display: block;
      background: #afafff; }
    .schedule-edit .shift-block-segment.activity-165:after {
      display: block;
      background: #afd700; }
    .schedule-edit .shift-block-segment.activity-166:after {
      display: block;
      background: #afd75f; }
    .schedule-edit .shift-block-segment.activity-167:after {
      display: block;
      background: #afd787; }
    .schedule-edit .shift-block-segment.activity-168:after {
      display: block;
      background: #afd7af; }
    .schedule-edit .shift-block-segment.activity-169:after {
      display: block;
      background: #afd7d7; }
    .schedule-edit .shift-block-segment.activity-170:after {
      display: block;
      background: #afd7ff; }
    .schedule-edit .shift-block-segment.activity-171:after {
      display: block;
      background: #afff00; }
    .schedule-edit .shift-block-segment.activity-172:after {
      display: block;
      background: #afff5f; }
    .schedule-edit .shift-block-segment.activity-173:after {
      display: block;
      background: #afff87; }
    .schedule-edit .shift-block-segment.activity-174:after {
      display: block;
      background: #afffaf; }
    .schedule-edit .shift-block-segment.activity-175:after {
      display: block;
      background: #afffd7; }
    .schedule-edit .shift-block-segment.activity-176:after {
      display: block;
      background: #afffff; }
    .schedule-edit .shift-block-segment.activity-177:after {
      display: block;
      background: #d70000; }
    .schedule-edit .shift-block-segment.activity-178:after {
      display: block;
      background: #d7005f; }
    .schedule-edit .shift-block-segment.activity-179:after {
      display: block;
      background: #d70087; }
    .schedule-edit .shift-block-segment.activity-180:after {
      display: block;
      background: #d700af; }
    .schedule-edit .shift-block-segment.activity-181:after {
      display: block;
      background: #d700d7; }
    .schedule-edit .shift-block-segment.activity-182:after {
      display: block;
      background: #d700ff; }
    .schedule-edit .shift-block-segment.activity-183:after {
      display: block;
      background: #d75f00; }
    .schedule-edit .shift-block-segment.activity-184:after {
      display: block;
      background: #d75f5f; }
    .schedule-edit .shift-block-segment.activity-185:after {
      display: block;
      background: #d75f87; }
    .schedule-edit .shift-block-segment.activity-186:after {
      display: block;
      background: #d75faf; }
    .schedule-edit .shift-block-segment.activity-187:after {
      display: block;
      background: #d75fd7; }
    .schedule-edit .shift-block-segment.activity-188:after {
      display: block;
      background: #d75fff; }
    .schedule-edit .shift-block-segment.activity-189:after {
      display: block;
      background: #d78700; }
    .schedule-edit .shift-block-segment.activity-190:after {
      display: block;
      background: #d7875f; }
    .schedule-edit .shift-block-segment.activity-191:after {
      display: block;
      background: #d78787; }
    .schedule-edit .shift-block-segment.activity-192:after {
      display: block;
      background: #d787af; }
    .schedule-edit .shift-block-segment.activity-193:after {
      display: block;
      background: #d787d7; }
    .schedule-edit .shift-block-segment.activity-194:after {
      display: block;
      background: #d787ff; }
    .schedule-edit .shift-block-segment.activity-195:after {
      display: block;
      background: #d7af00; }
    .schedule-edit .shift-block-segment.activity-196:after {
      display: block;
      background: #d7af5f; }
    .schedule-edit .shift-block-segment.activity-197:after {
      display: block;
      background: #d7af87; }
    .schedule-edit .shift-block-segment.activity-198:after {
      display: block;
      background: #d7afaf; }
    .schedule-edit .shift-block-segment.activity-199:after {
      display: block;
      background: #d7afd7; }
    .schedule-edit .shift-block-segment.activity-200:after {
      display: block;
      background: #d7afff; }
    .schedule-edit .shift-block-segment.activity-201:after {
      display: block;
      background: #d7d700; }
    .schedule-edit .shift-block-segment.activity-202:after {
      display: block;
      background: #d7d75f; }
    .schedule-edit .shift-block-segment.activity-203:after {
      display: block;
      background: #d7d787; }
    .schedule-edit .shift-block-segment.activity-204:after {
      display: block;
      background: #d7d7af; }
    .schedule-edit .shift-block-segment.activity-205:after {
      display: block;
      background: #d7d7d7; }
    .schedule-edit .shift-block-segment.activity-206:after {
      display: block;
      background: #d7d7ff; }
    .schedule-edit .shift-block-segment.activity-207:after {
      display: block;
      background: #d7ff00; }
    .schedule-edit .shift-block-segment.activity-208:after {
      display: block;
      background: #d7ff5f; }
    .schedule-edit .shift-block-segment.activity-209:after {
      display: block;
      background: #d7ff87; }
    .schedule-edit .shift-block-segment.activity-210:after {
      display: block;
      background: #d7ffaf; }
    .schedule-edit .shift-block-segment.activity-211:after {
      display: block;
      background: #d7ffd7; }
    .schedule-edit .shift-block-segment.activity-212:after {
      display: block;
      background: #d7ffff; }
    .schedule-edit .shift-block-segment.activity-213:after {
      display: block;
      background: #ff0000; }
    .schedule-edit .shift-block-segment.activity-214:after {
      display: block;
      background: #ff005f; }
    .schedule-edit .shift-block-segment.activity-215:after {
      display: block;
      background: #ff0087; }
    .schedule-edit .shift-block-segment.activity-216:after {
      display: block;
      background: #ff00af; }
    .schedule-edit .shift-block-segment.activity-217:after {
      display: block;
      background: #ff00d7; }
    .schedule-edit .shift-block-segment.activity-218:after {
      display: block;
      background: #ff00ff; }
    .schedule-edit .shift-block-segment.activity-219:after {
      display: block;
      background: #ff5f00; }
    .schedule-edit .shift-block-segment.activity-220:after {
      display: block;
      background: #ff5f5f; }
    .schedule-edit .shift-block-segment.activity-221:after {
      display: block;
      background: #ff5f87; }
    .schedule-edit .shift-block-segment.activity-222:after {
      display: block;
      background: #ff5faf; }
    .schedule-edit .shift-block-segment.activity-223:after {
      display: block;
      background: #ff5fd7; }
    .schedule-edit .shift-block-segment.activity-224:after {
      display: block;
      background: #ff5fff; }
    .schedule-edit .shift-block-segment.activity-225:after {
      display: block;
      background: #ff8700; }
    .schedule-edit .shift-block-segment.activity-226:after {
      display: block;
      background: #ff875f; }
    .schedule-edit .shift-block-segment.activity-227:after {
      display: block;
      background: #ff8787; }
    .schedule-edit .shift-block-segment.activity-228:after {
      display: block;
      background: #ff87af; }
    .schedule-edit .shift-block-segment.activity-229:after {
      display: block;
      background: #ff87d7; }
    .schedule-edit .shift-block-segment.activity-230:after {
      display: block;
      background: #ff87ff; }
    .schedule-edit .shift-block-segment.activity-231:after {
      display: block;
      background: #ffaf00; }
    .schedule-edit .shift-block-segment.activity-232:after {
      display: block;
      background: #ffaf5f; }
    .schedule-edit .shift-block-segment.activity-233:after {
      display: block;
      background: #ffaf87; }
    .schedule-edit .shift-block-segment.activity-234:after {
      display: block;
      background: #ffafaf; }
    .schedule-edit .shift-block-segment.activity-235:after {
      display: block;
      background: #ffafd7; }
    .schedule-edit .shift-block-segment.activity-236:after {
      display: block;
      background: #ffafff; }
    .schedule-edit .shift-block-segment.activity-237:after {
      display: block;
      background: #ffd700; }
    .schedule-edit .shift-block-segment.activity-238:after {
      display: block;
      background: #ffd75f; }
    .schedule-edit .shift-block-segment.activity-239:after {
      display: block;
      background: #ffd787; }
    .schedule-edit .shift-block-segment.activity-240:after {
      display: block;
      background: #ffd7af; }
    .schedule-edit .shift-block-segment.activity-241:after {
      display: block;
      background: #ffd7d7; }
    .schedule-edit .shift-block-segment.activity-242:after {
      display: block;
      background: #ffd7ff; }
    .schedule-edit .shift-block-segment.activity-243:after {
      display: block;
      background: #ffff00; }
    .schedule-edit .shift-block-segment.activity-244:after {
      display: block;
      background: #ffff5f; }
    .schedule-edit .shift-block-segment.activity-245:after {
      display: block;
      background: #ffff87; }
    .schedule-edit .shift-block-segment.activity-246:after {
      display: block;
      background: #ffffaf; }
    .schedule-edit .shift-block-segment.activity-247:after {
      display: block;
      background: #ffffd7; }
    .schedule-edit .shift-block-segment.activity-248:after {
      display: block;
      background: #ffffff; }
    .schedule-edit .shift-block-segment.activity-249:after {
      display: block;
      background: #080808; }
    .schedule-edit .shift-block-segment.activity-250:after {
      display: block;
      background: #121212; }
    .schedule-edit .shift-block-segment.activity-251:after {
      display: block;
      background: #1c1c1c; }
    .schedule-edit .shift-block-segment.activity-252:after {
      display: block;
      background: #262626; }
    .schedule-edit .shift-block-segment.activity-253:after {
      display: block;
      background: #303030; }
    .schedule-edit .shift-block-segment.activity-254:after {
      display: block;
      background: #3a3a3a; }
    .schedule-edit .shift-block-segment.activity-255:after {
      display: block;
      background: #444444; }
    .schedule-edit .shift-block-segment.activity-256:after {
      display: block;
      background: #4e4e4e; }
    .schedule-edit .shift-block-segment.activity-257:after {
      display: block;
      background: #585858; }
    .schedule-edit .shift-block-segment.activity-258:after {
      display: block;
      background: #626262; }
    .schedule-edit .shift-block-segment.activity-259:after {
      display: block;
      background: #6c6c6c; }
    .schedule-edit .shift-block-segment.activity-260:after {
      display: block;
      background: #767676; }
    .schedule-edit .shift-block-segment.activity-261:after {
      display: block;
      background: #808080; }
    .schedule-edit .shift-block-segment.activity-262:after {
      display: block;
      background: #8a8a8a; }
    .schedule-edit .shift-block-segment.activity-263:after {
      display: block;
      background: #949494; }
    .schedule-edit .shift-block-segment.activity-264:after {
      display: block;
      background: #9e9e9e; }
    .schedule-edit .shift-block-segment.activity-265:after {
      display: block;
      background: #a8a8a8; }
    .schedule-edit .shift-block-segment.activity-266:after {
      display: block;
      background: #b2b2b2; }
    .schedule-edit .shift-block-segment.activity-267:after {
      display: block;
      background: #bcbcbc; }
    .schedule-edit .shift-block-segment.activity-268:after {
      display: block;
      background: #c6c6c6; }
    .schedule-edit .shift-block-segment.activity-269:after {
      display: block;
      background: #d0d0d0; }
    .schedule-edit .shift-block-segment.activity-270:after {
      display: block;
      background: #dadada; }
    .schedule-edit .shift-block-segment.activity-271:after {
      display: block;
      background: #e4e4e4; }
    .schedule-edit .shift-block-segment.activity-272:after {
      display: block;
      background: #eeeeee; }
  .schedule-edit .availability-segment {
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: auto;
    background: #222222; }
    .schedule-edit .availability-segment:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -1px;
      bottom: 0;
      width: 1px;
      z-index: 3;
      background: #222222; }
    .schedule-edit .availability-segment.conflict {
      background: #222222; }
      .schedule-edit .availability-segment.conflict:after {
        background: #222222; }
  .schedule-edit .flags {
    position: absolute;
    left: 0;
    z-index: 2;
    margin: auto;
    top: 0.44375rem;
    padding: 0 3px; }
    .schedule-edit .flags .no-flag {
      visibility: hidden; }
    .schedule-edit .flags :nth-of-type(1) {
      position: relative;
      z-index: 3; }
    .schedule-edit .flags :nth-of-type(2) {
      position: relative;
      top: 0.25rem;
      left: -0.5rem;
      z-index: 2; }
    .schedule-edit .flags :nth-of-type(3) {
      position: relative;
      top: 0.5rem;
      left: -1rem;
      z-index: 1; }
  .schedule-edit .has-alert {
    box-shadow: inset 0 0 0 2px #f7ca18; }
  .schedule-edit .has-warning {
    box-shadow: inset 0 0 0 2px #f89406; }
  .schedule-edit .has-violation {
    box-shadow: inset 0 0 0 2px #ff6464; }
  .schedule-edit .page-controls-flags {
    display: flex;
    flex-direction: row; }
    .schedule-edit .page-controls-flags > span {
      display: flex;
      flex-direction: row;
      justify-content: center; }
    .schedule-edit .page-controls-flags button,
    .schedule-edit .page-controls-flags .button {
      background: #ffffff; }
  .schedule-edit .wrapper {
    position: relative; }
  .schedule-edit .chart-head {
    margin-bottom: 7px; }
    .schedule-edit .chart-head .row {
      border: 0 !important; }
  .schedule-edit .no-border {
    border: 0 !important; }
  .schedule-edit .schedule-chart {
    display: flex;
    align-items: stretch; }
    .schedule-edit .schedule-chart.placeholder {
      flex-direction: column;
      justify-content: center;
      align-content: center;
      align-items: center;
      height: 120px;
      margin-top: 2px;
      background: #f7f7f7;
      color: #9a9a9a;
      border-width: 1px;
      border-style: solid;
      border-color: #c2c2c2; }
    .schedule-edit .schedule-chart .chart-area {
      display: flex;
      flex-direction: column;
      position: relative; }
      .schedule-edit .schedule-chart .chart-area .button-right,
      .schedule-edit .schedule-chart .chart-area .button-left {
        position: absolute;
        top: 2px;
        z-index: 2; }
      .schedule-edit .schedule-chart .chart-area .button-right {
        right: 1px; }
      .schedule-edit .schedule-chart .chart-area .button-left {
        left: 1px; }
    .schedule-edit .schedule-chart .chart-area-section {
      display: flex;
      flex-direction: row; }
    .schedule-edit .schedule-chart .chart {
      position: relative;
      height: 120px;
      margin-top: 2px;
      background: #ffffff;
      border-width: 1px;
      border-style: solid;
      border-color: #c2c2c2; }
    .schedule-edit .schedule-chart .chart-segment {
      position: relative;
      flex: 1;
      display: flex;
      flex-direction: column-reverse;
      z-index: 2; }
      .schedule-edit .schedule-chart .chart-segment.gridline {
        border-left: 1px solid #c2c2c2; }
      .schedule-edit .schedule-chart .chart-segment .shift-activity.unassigned {
        opacity: 0.5; }
    .schedule-edit .schedule-chart .chart-scale {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2rem;
      width: 2rem;
      display: flex;
      flex-direction: column-reverse;
      padding-right: 3px; }
      .schedule-edit .schedule-chart .chart-scale .tick {
        position: relative;
        font-size: 0.7rem;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .schedule-edit .schedule-chart .chart-scale .tick:not(:last-of-type):after {
          content: '';
          position: absolute;
          top: -1px;
          right: -10px;
          width: 5px;
          height: 1px;
          background: #c2c2c2; }
    .schedule-edit .schedule-chart .hours-of-operation {
      position: absolute;
      top: 3px;
      left: 0;
      right: 0;
      margin: auto;
      width: 120px;
      z-index: 9;
      background: #e9e9e9;
      text-align: center;
      font-size: 0.75rem;
      padding: 0.15rem 0.25rem; }
    .schedule-edit .schedule-chart .optimal-labor {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: flex; }
    .schedule-edit .schedule-chart .optimal-labor-line {
      flex: 1;
      border-style: solid;
      border-width: 0 0 2px 0;
      border-color: #222222;
      margin-top: -1px;
      margin-right: -1px;
      margin-left: -1px;
      position: relative; }
      .schedule-edit .schedule-chart .optimal-labor-line .optimal-labor-line-next {
        position: absolute;
        width: 1px;
        border-style: solid;
        border-color: #222222;
        right: 0px;
        border-width: 0 2px 0 0; }
      .schedule-edit .schedule-chart .optimal-labor-line .optimal-labor-line-prev {
        position: absolute;
        width: 1px;
        border-style: solid;
        border-color: #222222;
        left: 0px;
        border-width: 0 0 0 2px; }
      .schedule-edit .schedule-chart .optimal-labor-line.zero {
        border: 0; }
  .schedule-edit.condensed .flex-table .body .row:first-of-type .column,
  .schedule-edit.condensed .column {
    font-size: 0.7rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0.5rem; }
  .schedule-edit.condensed .flags {
    top: 0.175rem; }
  .schedule-edit.condensed.print-mode .flex-table .body .row:first-of-type .column,
  .schedule-edit.condensed.print-mode .column,
  .schedule-edit.condensed.print-mode .daily-shift {
    font-size: 0.6rem; }
  .schedule-edit.expanded .flex-table .body .row:first-of-type .column,
  .schedule-edit.expanded .column {
    font-size: 1rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    min-height: 1.5rem; }
  .schedule-edit.expanded .flags {
    top: 0.175rem; }
  .schedule-edit .time-head {
    font-size: 0.85rem;
    display: flex;
    align-items: flex-end;
    justify-content: stretch;
    flex: 1;
    padding: 4px 0px; }
    .schedule-edit .time-head.small {
      font-size: 0.75rem; }
    .schedule-edit .time-head span {
      display: block;
      text-align: center; }
    .schedule-edit .time-head.boxed span {
      box-shadow: 0 0 0 2px #f89406; }
  .schedule-edit .weekly-head {
    min-height: 32px; }
    .schedule-edit .weekly-head .time-head {
      align-items: center;
      flex: 1;
      padding: 0 !important; }
      .schedule-edit .weekly-head .time-head span {
        margin: 0;
        padding: 0;
        justify-content: center;
        display: inline-flex;
        flex: 1;
        text-align: initial; }
  .schedule-edit.view-mode .current-paint {
    box-shadow: none; }
  .schedule-edit .activity-filter {
    box-shadow: none; }
  .schedule-edit .daily-shift {
    position: relative;
    font-size: 0.7rem;
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0; }
    .schedule-edit .daily-shift .daily-shift-info {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1; }
    .schedule-edit .daily-shift.violation {
      background: #ff6464; }
    .schedule-edit .daily-shift.warning {
      background: #f89406; }
    .schedule-edit .daily-shift.alert {
      background: #f7ca18; }
    .schedule-edit .daily-shift.not-communicated {
      position: relative;
      background: #efefef; }
    .schedule-edit .daily-shift span {
      padding: 0 1px; }
    .schedule-edit .daily-shift.unavailable-employee:not(.has-shift) {
      color: #c2c2c2; }
    .schedule-edit .daily-shift.available-employee {
      cursor: pointer !important;
      box-shadow: inset 0 0 0 2px #f7ca18; }
    .schedule-edit .daily-shift.available-employee.skilled-employee {
      box-shadow: inset 0 0 0 2px #f89406; }
    .schedule-edit .daily-shift.no-employee, .schedule-edit .daily-shift.available-employee.skilled-employee.assignable-employee {
      box-shadow: inset 0 0 0 2px #5fca7d; }
    .schedule-edit .daily-shift.same-dotw .flags {
      display: none; }
    .schedule-edit .daily-shift.same-dotw.disabled:not(.unassigned)::after {
      content: 'Not available';
      display: flex !important;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #c2c2c2;
      box-shadow: inset 0 0 0 2px #9a9a9a;
      color: #757575;
      z-index: 1; }
    .schedule-edit .daily-shift.best-match {
      background: #85d79c;
      box-shadow: inset 0 0 0 2px #5fca7d; }
    .schedule-edit .daily-shift.active {
      animation-name: selection;
      animation-duration: 2000ms;
      animation-fill-mode: both;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      box-shadow: inset 0 0 0 2px #222222 !important; }
      .schedule-edit .daily-shift.active + .shift-info-panel {
        display: block;
        left: -180px !important; }
    .schedule-edit .daily-shift.has-shift:not(.disabled) {
      cursor: pointer !important; }
  .schedule-edit .shift-info-panel {
    position: absolute;
    left: -180px;
    width: 185px;
    height: auto;
    top: 0;
    background: #424242;
    z-index: 2000;
    display: none; }
    .schedule-edit .shift-info-panel:hover {
      display: none; }
    .schedule-edit .shift-info-panel .row {
      margin: 0;
      border-width: 0px !important;
      border-style: solid !important;
      border-color: #757575 !important;
      min-height: initial; }
      .schedule-edit .shift-info-panel .row:hover .column {
        background: #424242; }
      .schedule-edit .shift-info-panel .row .column:not(:first-child):not(.no-left),
      .schedule-edit .shift-info-panel .row .column {
        min-height: initial;
        line-height: 0.9rem;
        font-size: 0.7rem !important;
        color: #f7f7f7;
        border-left: 0 !important;
        padding: 3px 0.5rem !important; }
  .schedule-edit .weekly-row .column {
    align-items: stretch;
    align-content: stretch;
    display: flex;
    justify-content: stretch;
    flex-basis: initial !important;
    overflow: visible; }
    .schedule-edit .weekly-row .column .day {
      display: flex;
      flex: 1;
      overflow: hidden;
      align-content: stretch;
      align-items: stretch;
      justify-content: stretch; }
      .schedule-edit .weekly-row .column .day:hover .shift-info-panel {
        display: block;
        left: initial;
        right: -180px; }
        .schedule-edit .weekly-row .column .day:hover .shift-info-panel:hover {
          display: none !important; }
    .schedule-edit .weekly-row .column .is-dirty {
      color: #136484; }
  .schedule-edit .daily-row {
    overflow: hidden; }
    .schedule-edit .daily-row .hour {
      flex-grow: 0; }
  .schedule-edit .schedule-details h4 {
    padding: 0 0 0 0.8rem;
    font-size: 1rem; }
  .schedule-edit .schedule-details ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0.8rem; }
    .schedule-edit .schedule-details ul li {
      margin: 0 0 0.5rem 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      font-size: 0.85rem; }
      .schedule-edit .schedule-details ul li label {
        font-size: 0.65rem;
        color: #9a9a9a;
        cursor: default; }
      .schedule-edit .schedule-details ul li .wrapper {
        margin-top: -0.1rem; }
      .schedule-edit .schedule-details ul li .column {
        text-align: right; }
  .schedule-edit .totals .row {
    border-width: 0 0 2px 0 !important;
    border-color: #222222 !important; }
  .schedule-edit .expansion {
    top: 0;
    bottom: 0;
    right: initial;
    left: 0.8rem;
    margin: auto;
    display: flex;
    align-items: center; }

@keyframes selection {
  0%,
  100% {
    background: transparent; }
  50% {
    background: #fff9aa; } }

.page-controls {
  display: flex;
  flex-direction: column;
  justify-content: stretch; }
  .page-controls .row {
    flex: 1;
    align-items: center; }
  .page-controls button,
  .page-controls .button {
    margin-bottom: 0; }
  .page-controls .column {
    justify-content: space-around; }

.data-callout {
  box-shadow: inset 0 0 0 2px #f89406; }

.sales-at-risk-trigger {
  cursor: default; }
  .sales-at-risk-trigger .sales-at-risk-data {
    position: absolute;
    left: -55px;
    top: 27px;
    display: none;
    margin: auto;
    background: #eee;
    /*border: 1px solid #222;*/
    width: 220px;
    flex-direction: column;
    padding: 0.75rem;
    z-index: 101; }
  .sales-at-risk-trigger:hover {
    background: #eee; }
    .sales-at-risk-trigger:hover .sales-at-risk-data {
      display: flex; }
  .sales-at-risk-trigger .sales-at-risk-data li {
    font-size: 0.75rem;
    list-style: none;
    display: flex;
    flex-direction: row;
    color: #222;
    padding: 0.15rem; }
    .sales-at-risk-trigger .sales-at-risk-data li label {
      text-align: left; }
    .sales-at-risk-trigger .sales-at-risk-data li.data-callout {
      background: #f89406; }
  .sales-at-risk-trigger .sales-at-risk-data label {
    font-size: 0.75rem;
    flex: 3; }
  .sales-at-risk-trigger .sales-at-risk-data strong {
    text-align: right;
    flex: 1; }

.hours-over-under-wrapper,
.sales-forecast-wrapper {
  position: relative; }
  .hours-over-under-wrapper + .refresh-command,
  .sales-forecast-wrapper + .refresh-command {
    position: absolute;
    right: -5px;
    left: 98%;
    top: 0.8rem;
    text-align: right; }
  .hours-over-under-wrapper.hours-over-under-wrapper + .refresh-command,
  .sales-forecast-wrapper.hours-over-under-wrapper + .refresh-command {
    top: 6.2rem; }

@media only screen and (max-width: 40em) {
  .control-panel {
    flex-direction: column !important; }
    .control-panel .button-group {
      top: auto;
      position: static;
      text-align: center; }
    .control-panel .day-buttons {
      position: static !important; }
    .control-panel .save-controls {
      display: none; }
  .schedule-edit {
    top: 170px; }
    .schedule-edit .schedule-details {
      margin: 0 10vw; }
    .schedule-edit.flex-table .body .row {
      flex-direction: column;
      border-top: 1px solid #222222 !important; }
      .schedule-edit.flex-table .body .row .wrapper {
        border-bottom: 1px solid #c2c2c2 !important;
        justify-content: center;
        flex-direction: row; }
      .schedule-edit.flex-table .body .row .weekly-row {
        flex-wrap: wrap; }
        .schedule-edit.flex-table .body .row .weekly-row .f1 {
          border-left: 0 !important;
          width: 50%; }
          .schedule-edit.flex-table .body .row .weekly-row .f1:nth-child(2n) {
            flex-basis: 100%; } }

.brush-wrapper {
  position: absolute; }

.schedule-brush {
  background: transparent;
  position: absolute;
  width: 1px;
  top: 0;
  z-index: 10;
  height: 2.1rem;
  box-shadow: inset 0 0 0 2px #222222; }
  .schedule-brush .brush-start,
  .schedule-brush .brush-end,
  .schedule-brush .brush-duration {
    display: block;
    position: absolute;
    top: 0;
    width: 60px;
    background: transparent;
    font-size: 0.65rem;
    padding: 0.1rem; }
  .schedule-brush .brush-start {
    left: -60px;
    text-align: right; }
  .schedule-brush .brush-end {
    right: -60px;
    text-align: left; }
  .schedule-brush .brush-duration {
    width: initial;
    left: 0;
    right: 0;
    text-align: center; }

.shift-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent; }
  .shift-wrapper .shift-block {
    position: absolute;
    height: 2.1rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

.unavailability-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent; }
  .unavailability-wrapper .unavailability .unavailability-block {
    position: absolute;
    top: 0;
    height: 2.1rem;
    background: transparent;
    z-index: 99; }
    .unavailability-wrapper .unavailability .unavailability-block::after {
      content: '';
      display: block;
      position: absolute;
      top: 0.625rem;
      bottom: 0.625rem;
      width: 100%;
      background: #e9e9e9; }

.icon-filter {
  font-size: 1.1em; }

@media print {
  .no-print {
    visibility: hidden; }
  .matrix-page {
    display: block; } }

.print-page {
  break-after: always; }

span.icon-refresh {
  display: inline-block; }
  span.icon-refresh.animate-click {
    -webkit-animation: bounce 0.2s 1;
    -moz-animation: bounce 0.2s 1;
    -o-animation: bounce 0.2s 1;
    animation: bounce 0.2s 1; }

@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

button.appointment {
  padding: 0.4rem;
  margin: 0;
  background-color: #9b59b6;
  border-color: #b9b9b9;
  color: #efefef;
  position: absolute;
  right: 0.4rem;
  height: 1.5rem; }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.store-info {
  width: 1024px;
  overflow: hidden;
  margin-bottom: 30px; }
  .store-info .body .column small {
    font-size: 0.6rem; }
  .store-info .body .column:not(.allow-overflow) {
    white-space: nowrap;
    overflow: hidden;
    width: 0; }
  .store-info .hoo-cell {
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 0 1px 1px #e9e9e9;
    border: solid 2px transparent;
    cursor: pointer;
    padding: 0 0.5rem;
    height: 114px; }
    .store-info .hoo-cell.no-pointer {
      cursor: default; }
    .store-info .hoo-cell:hover:not(:last-of-type) {
      box-shadow: inset 0 0 1px 2px #136484;
      background: rgba(19, 100, 132, 0.1); }
      .store-info .hoo-cell:hover:not(:last-of-type) .subtotal {
        visibility: visible; }
    .store-info .hoo-cell:last-of-type {
      font-weight: 700;
      font-size: 0.8rem;
      cursor: default; }
    .store-info .hoo-cell .header {
      font-size: 0.65rem;
      display: flex;
      justify-content: space-between;
      padding-top: 0.5rem; }
      .store-info .hoo-cell .header .month,
      .store-info .hoo-cell .header .date {
        font-weight: 300; }
      .store-info .hoo-cell .header .holiday {
        color: #136484;
        font-weight: 700;
        text-align: center;
        flex: 1; }
    .store-info .hoo-cell .hoo-display {
      display: flex;
      justify-content: center;
      padding: 1.25rem 0;
      max-width: 108px; }
      .store-info .hoo-cell .hoo-display.exception {
        font-weight: 700; }
      .store-info .hoo-cell .hoo-display.closed {
        color: #9a9a9a; }
    .store-info .hoo-cell .subtotal {
      font-weight: 700;
      font-size: 0.65rem;
      text-align: center;
      visibility: hidden;
      position: relative;
      bottom: 3px;
      padding: 0.25rem 0;
      vertical-align: middle;
      display: flex;
      justify-content: center;
      align-items: center; }
      .store-info .hoo-cell .subtotal.odd-hours {
        visibility: visible;
        background-color: #f7ca18; }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.apidocs {
  width: 100%;
  top: 80px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  overflow-y: scroll; }
  .apidocs .swagger-ui {
    padding-bottom: 100px; }
  .apidocs .title small {
    line-height: 1rem; }
  .apidocs .swagger-ui .response-col_description__inner div.markdown {
    background: #c2c2c2;
    color: #424242; }
  .apidocs .swagger-ui table tr td:first-of-type {
    padding-left: 7px; }
  .apidocs .swagger-ui table tr td:last-of-type {
    padding-right: 7px; }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.checklist-page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .checklist-page #itemDescriptionTooltip .content {
    max-width: 250px; }
    .checklist-page #itemDescriptionTooltip .content .sortOrder {
      margin-top: 5px;
      color: #666;
      font-size: 0.7rem; }
  .checklist-page .day-buttons .selected-other-week {
    color: white;
    background: #f6bd00 !important;
    font-weight: bold; }
  .checklist-page .prior-overdue-toggle {
    background: #ed1111;
    font-weight: bold;
    color: white;
    margin-left: 10px;
    font-size: 0.7rem;
    padding: 5px 10px;
    border-radius: 999px; }
  .checklist-page .full-flex {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
  .checklist-page .weight-semi {
    font-weight: 600 !important; }
  .checklist-page .large-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding: 0px 15%;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    color: #c2c2c2; }
  .checklist-page .checklist-status-tooltip {
    flex-direction: row; }
    .checklist-page .checklist-status-tooltip .f-col {
      display: flex;
      flex-direction: column; }
    .checklist-page .checklist-status-tooltip .column {
      color: white; }
      .checklist-page .checklist-status-tooltip .column.padding-l0 {
        padding-left: 0px; }
      .checklist-page .checklist-status-tooltip .column.padding-r0 {
        padding-right: 0px; }
  .checklist-page .store-status-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 90%;
    height: 25px;
    font-size: 0.75rem;
    text-transform: uppercase; }
    .checklist-page .store-status-cell.light-text {
      color: white; }
  .checklist-page .toggle-showstores {
    font-size: 0.7rem;
    padding-bottom: 6px; }
  .checklist-page .unfocus-button {
    padding: 10px;
    position: absolute;
    left: 100px; }
  .checklist-page .checklist-table {
    flex: 1 1 auto;
    margin-top: 50px;
    width: 100%;
    max-width: 1024px; }
    .checklist-page .checklist-table .align-flex-start {
      align-items: flex-start; }
    .checklist-page .checklist-table .body .row {
      border-top: none !important; }
      .checklist-page .checklist-table .body .row:not(.no-border) {
        border-bottom: 1px dotted #aaa; }
      .checklist-page .checklist-table .body .row.not-clickable .column {
        color: #ccc !important; }
      .checklist-page .checklist-table .body .row .column {
        padding: 0.3rem 0.625rem; }
        .checklist-page .checklist-table .body .row .column:not(:first-child):not(.no-border) {
          border-left: 1px dotted #aaa; }
    .checklist-page .checklist-table .head .column {
      padding: 0.3rem 0.625rem; }
      .checklist-page .checklist-table .head .column:not(:first-child) {
        border-left: 1px transparent; }
    .checklist-page .checklist-table .date-cell {
      padding: 0.3rem 0.2rem;
      font-size: 0.83rem; }
    .checklist-page .checklist-table .status-cell-content {
      height: 25px;
      width: 100%;
      display: flex; }
  .checklist-page .content-container {
    flex: 1 1 auto;
    position: relative; }

.flags-cell {
  text-align: center; }
  .flags-cell .hide-flag {
    visibility: hidden; }
  .flags-cell .count {
    font-size: 0.7rem;
    font-weight: 700; }

.storeitem-modal .status-flipper {
  background: transparent;
  width: 80%;
  height: 50px;
  perspective: 1000px;
  font-size: 1.2rem;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .storeitem-modal .status-flipper .inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; }

@keyframes flip {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(180deg); } }
    .storeitem-modal .status-flipper .inner.flipping {
      animation: flip 0.4s ease-in-out forwards; }
    .storeitem-modal .status-flipper .inner .front, .storeitem-modal .status-flipper .inner .back {
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 5px; }
    .storeitem-modal .status-flipper .inner .back {
      transform: rotateY(180deg); }
  .storeitem-modal .status-flipper:hover, .storeitem-modal .status-flipper:focus, .storeitem-modal .status-flipper:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.storeitem-modal label {
  cursor: default !important; }

.storeitem-modal .basic-text {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  font-size: 1rem; }

.storeitem-modal .flex-table.border {
  border-right: 1px solid #aaa; }

.storeitem-modal .flex-table .t-row {
  display: flex;
  flex-direction: row; }
  .storeitem-modal .flex-table .t-row.border {
    border-bottom: 1px solid #aaa; }
  .storeitem-modal .flex-table .t-row.content .t-column {
    align-items: center; }

.storeitem-modal .flex-table .t-column {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .storeitem-modal .flex-table .t-column .right-text {
    width: 100%;
    text-align: right;
    padding-right: 25px; }
  .storeitem-modal .flex-table .t-column.border {
    border-left: 1px solid #aaa; }

.storeitem-modal .hours-table {
  margin-top: 0.75rem; }
  .storeitem-modal .hours-table .t-row {
    height: 35px; }

.storeitem-modal .completed-info {
  height: 68px;
  justify-content: center; }

.storeitem-modal .no-pointer {
  cursor: default; }

.storeitem-modal .field {
  padding: 0.75rem !important; }

.storeitem-modal .flags-cell {
  font-size: 1.2rem; }
  .storeitem-modal .flags-cell .count {
    font-size: 0.9rem; }

.storeitem-modal .text-editable {
  cursor: pointer;
  color: #2490b2; }

.storeitem-modal .text-editable:hover {
  border: 2px solid; }

.storeitem-modal .text-editable:focus-within {
  border: 2px solid black; }

.storeitem-modal .day-hours {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 10px; }
  .storeitem-modal .day-hours .hours-title {
    padding-bottom: 3px;
    font-size: 0.9rem;
    color: #333; }
  .storeitem-modal .day-hours .hours-subtitle {
    padding-bottom: 15px;
    font-size: 0.8rem;
    color: #555; }
    .storeitem-modal .day-hours .hours-subtitle .icon-check {
      padding-left: 4px; }
  .storeitem-modal .day-hours .column {
    display: flex;
    flex-direction: column;
    color: #666;
    padding: 0; }
  .storeitem-modal .day-hours .day-area {
    display: flex;
    height: 110px; }
    .storeitem-modal .day-hours .day-area .border-l {
      border-left: 1px solid #ccc; }
    .storeitem-modal .day-hours .day-area .border-r {
      border-right: 1px solid #ccc; }
    .storeitem-modal .day-hours .day-area .text-right {
      text-align: right; }
    .storeitem-modal .day-hours .day-area .w-full {
      width: 100%; }
    .storeitem-modal .day-hours .day-area .top-text {
      font-size: 0.75rem;
      padding-top: 5px; }
    .storeitem-modal .day-hours .day-area .main-text {
      font-size: 1rem;
      padding-top: 2px; }
    .storeitem-modal .day-hours .day-area .day-disabled .column {
      color: #ccc; }
    .storeitem-modal .day-hours .day-area .hours-value {
      display: flex;
      flex: 1 1 auto;
      text-align: center; }
    .storeitem-modal .day-hours .day-area .arrow-button {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 20px;
      color: #ccc;
      margin-top: 6px; }
      .storeitem-modal .day-hours .day-area .arrow-button.enabled {
        color: #666;
        cursor: pointer; }
        .storeitem-modal .day-hours .day-area .arrow-button.enabled:active {
          transform: scale(0.9); }
  .storeitem-modal .day-hours .action-area {
    display: flex;
    padding: 20px 42px 15px 42px;
    justify-content: center;
    align-items: center; }
    .storeitem-modal .day-hours .action-area .edit-message {
      color: #333;
      font-weight: 600;
      font-size: 0.75rem; }
    .storeitem-modal .day-hours .action-area a {
      padding-left: 25px; }
      .storeitem-modal .day-hours .action-area a.disabled {
        color: #aaa;
        cursor: default; }
  .storeitem-modal .day-hours .save-error {
    color: red;
    font-size: 0.8rem; }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.payroll-worksheet-page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: auto;
  /* This is for ItenHoverOutline*/
  /*  .hover-outline-parent:hover {
        .hover-outline{
            display: block;
        }
    }
    .hover-outline{
        display: none;
    }  */ }
  .payroll-worksheet-page .full-flex {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
  .payroll-worksheet-page .weight-semi {
    font-weight: 600 !important; }
  .payroll-worksheet-page .solid-empty-block-wrapper {
    height: 25px;
    width: 100%;
    display: flex;
    align-items: center; }
    .payroll-worksheet-page .solid-empty-block-wrapper .solid-empty-block {
      display: flex;
      height: 100%; }
  .payroll-worksheet-page .control-panel {
    position: absolute;
    right: 0; }
    .payroll-worksheet-page .control-panel span.info-text {
      margin: 10px; }
  .payroll-worksheet-page .solid-text-block {
    height: 25px;
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center; }
    .payroll-worksheet-page .solid-text-block.super-good {
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://media.tenor.com/images/39a1582efc70b222e01c000a7bae49f3/tenor.gif");
      background-size: contain; }
    .payroll-worksheet-page .solid-text-block.super-bad {
      background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://media.tenor.com/images/e38a0b9201b7af8da59ee33df1a52226/tenor.gif");
      background-size: contain; }
  .payroll-worksheet-page .vertical-column {
    flex-direction: column; }
  .payroll-worksheet-page .header-title-cell {
    flex-direction: column;
    align-items: flex-start; }
    .payroll-worksheet-page .header-title-cell a {
      font-size: 0.7rem;
      padding-bottom: 6px; }
  .payroll-worksheet-page .boundary-right {
    border-right: 1px solid black; }
  .payroll-worksheet-page .sortable .sort-indicator {
    position: absolute;
    right: 0.2rem; }
  .payroll-worksheet-page #basicTooltip {
    max-width: 250px; }
  .payroll-worksheet-page .summary-table {
    flex: 1 1 auto;
    margin-top: 50px;
    width: 100%;
    max-width: 1024px; }
    .payroll-worksheet-page .summary-table .align-flex-start {
      align-items: flex-start; }
    .payroll-worksheet-page .summary-table .wrapper {
      min-width: 0; }
    .payroll-worksheet-page .summary-table .zero-indicator {
      height: 30px;
      border-right: 2px solid black; }
    .payroll-worksheet-page .summary-table .body .row {
      border-top: none !important; }
      .payroll-worksheet-page .summary-table .body .row:not(.no-border) {
        border-bottom: 1px dotted #aaa; }
      .payroll-worksheet-page .summary-table .body .row.not-clickable .column {
        color: #ccc !important; }
      .payroll-worksheet-page .summary-table .body .row .wrapper:not(:first-child):not(.no-border) {
        border-left: 1px dotted #aaa; }
      .payroll-worksheet-page .summary-table .body .row .wrapper.no-left-border {
        border-left: none !important; }
      .payroll-worksheet-page .summary-table .body .row .column {
        padding: 0.3rem 0.625rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .payroll-worksheet-page .summary-table .body .row .column:not(:first-child):not(.no-border) {
          border-left: 1px dotted #aaa; }
    .payroll-worksheet-page .summary-table .head .wrapper:not(:first-child):not(.no-border) {
      border-left: 1px transparent; }
    .payroll-worksheet-page .summary-table .head .column {
      padding: 0.3rem 0.625rem;
      overflow: hidden;
      text-overflow: ellipsis; }
      .payroll-worksheet-page .summary-table .head .column:not(:first-child) {
        border-left: 1px transparent; }
  .payroll-worksheet-page .detail-table {
    margin-top: 50px;
    width: 100%; }
    .payroll-worksheet-page .detail-table.bottom-margin {
      margin-bottom: 100px; }
    .payroll-worksheet-page .detail-table .wrapper {
      align-items: center; }
    .payroll-worksheet-page .detail-table .head .expander-wrapper {
      display: flex;
      align-items: center;
      height: 100%;
      border-bottom: 2px solid #222; }
    .payroll-worksheet-page .detail-table .indicator-container {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: relative; }
    .payroll-worksheet-page .detail-table .expanded-indicator {
      z-index: 10;
      color: #bbb;
      padding: 4px; }
    .payroll-worksheet-page .detail-table .data-cell-info-indicator {
      width: 0;
      height: 0;
      border-top: 4px solid #4ca2ff;
      border-right: 4px solid #4ca2ff;
      border-bottom: 4px solid transparent;
      border-left: 4px solid transparent;
      position: absolute;
      top: 0px;
      right: 0px; }
    .payroll-worksheet-page .detail-table .body .row {
      height: 40px; }
      .payroll-worksheet-page .detail-table .body .row.short {
        height: 30px; }
      .payroll-worksheet-page .detail-table .body .row .tree-line-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative; }
        .payroll-worksheet-page .detail-table .body .row .tree-line-container .tree-line {
          position: absolute;
          background: #ddd; }
          .payroll-worksheet-page .detail-table .body .row .tree-line-container .tree-line.vertical {
            width: 2px;
            height: 100%; }
            .payroll-worksheet-page .detail-table .body .row .tree-line-container .tree-line.vertical.half-lower {
              height: 45%;
              bottom: 0px; }
            .payroll-worksheet-page .detail-table .body .row .tree-line-container .tree-line.vertical.half-upper {
              height: 45%;
              top: 0px; }
          .payroll-worksheet-page .detail-table .body .row .tree-line-container .tree-line.horizontal {
            height: 2px; }
          .payroll-worksheet-page .detail-table .body .row .tree-line-container .tree-line.bottom {
            bottom: 0px; }
      .payroll-worksheet-page .detail-table .body .row.level-1.total-row {
        margin-bottom: 20px; }
      .payroll-worksheet-page .detail-table .body .row.level-1 .column {
        font-weight: 600; }
      .payroll-worksheet-page .detail-table .body .row.level-3 .column, .payroll-worksheet-page .detail-table .body .row.level-4 .column {
        color: #999; }
      .payroll-worksheet-page .detail-table .body .row .data-cells {
        position: relative; }
        .payroll-worksheet-page .detail-table .body .row .data-cells.with-border {
          border-bottom: 1px dotted #aaa; }
        .payroll-worksheet-page .detail-table .body .row .data-cells.with-heavy-border {
          border-top: 1px solid #000; }
        .payroll-worksheet-page .detail-table .body .row .data-cells .column {
          height: 100%;
          border-left: 1px dotted #aaa; }
    .payroll-worksheet-page .detail-table .body .children-inner {
      position: relative;
      overflow: hidden;
      -webkit-transition: max-height 0.2s ease-in-out;
      -moz-transition: max-height 0.2s ease-in-out;
      transition: max-height 0.2s ease-in-out; }
      .payroll-worksheet-page .detail-table .body .children-inner .group-line {
        position: absolute;
        top: 0px;
        width: 12px;
        bottom: 0px;
        border-color: #ddd;
        border-style: solid;
        border-width: 0px 0px 2px 2px; }
    .payroll-worksheet-page .detail-table .title-cell {
      font-weight: 700; }
    .payroll-worksheet-page .detail-table .total-cell {
      font-weight: 600;
      align-items: center;
      font-size: 0.8rem; }
      .payroll-worksheet-page .detail-table .total-cell .tree-line-container {
        display: flex;
        flex-grow: 2; }
      .payroll-worksheet-page .detail-table .total-cell .total-text {
        padding-right: 10px; }
  .payroll-worksheet-page .flat .expanded-indicator {
    z-index: 10;
    color: rgba(255, 255, 255, 0);
    padding: 4px; }
  .payroll-worksheet-page .realtime-warning {
    font-size: smaller;
    font-weight: 400;
    padding-left: 5px; }
  .payroll-worksheet-page .content-container {
    flex: 1 1 auto;
    position: relative; }
  .payroll-worksheet-page .text-editable {
    cursor: pointer;
    color: #2490b2 !important; }
  .payroll-worksheet-page .indent-1 {
    margin-left: 20px; }
  .payroll-worksheet-page .indent-2 {
    margin-left: 40px; }
  .payroll-worksheet-page .indent-3 {
    margin-left: 60px; }
  .payroll-worksheet-page .indent-4 {
    margin-left: 80px; }
  .payroll-worksheet-page .aggregate-variance-tooltip {
    flex-direction: row; }
    .payroll-worksheet-page .aggregate-variance-tooltip .f-col {
      display: flex;
      flex-direction: column; }
      .payroll-worksheet-page .aggregate-variance-tooltip .f-col.signs {
        margin-left: 15px;
        width: 20px;
        font-weight: 700; }
    .payroll-worksheet-page .aggregate-variance-tooltip .column {
      color: white; }
      .payroll-worksheet-page .aggregate-variance-tooltip .column.padding-l0 {
        padding-left: 0px;
        justify-content: flex-start; }
      .payroll-worksheet-page .aggregate-variance-tooltip .column.padding-r0 {
        padding-right: 0px;
        justify-content: flex-end; }
    .payroll-worksheet-page .aggregate-variance-tooltip .row {
      align-items: center;
      white-space: nowrap;
      height: 25px; }
    .payroll-worksheet-page .aggregate-variance-tooltip .color-dot {
      width: 15px;
      height: 15px;
      flex: none; }
  .payroll-worksheet-page .with-hover-outline:hover .hover-outline {
    border: 2px solid;
    color: #2490b2 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none; }
  .payroll-worksheet-page .with-hover-outline:focus-within .hover-outline {
    border: 2px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; }

.fake-text::after {
  background: #c2c2c2 !important;
  border-radius: 4px; }

.light-purple {
  background: #c8ace9 !important; }

.light-purple-text {
  color: #c8ace9 !important; }

.light-purple-text.fake-text::after {
  background: #c8ace9 !important; }

.purple {
  background: #947cb0 !important; }

.purple-text {
  color: #947cb0 !important; }

.purple-text.fake-text::after {
  background: #947cb0 !important; }

.green {
  background: #5fca7d !important; }

.green-text {
  color: #5fca7d !important; }

.green-text.fake-text::after {
  background: #5fca7d !important; }

.yellow {
  background: #f7ca18 !important; }

.yellow-text {
  color: #f7ca18 !important; }

.yellow-text.fake-text::after {
  background: #f7ca18 !important; }

.orange {
  background: #f89406 !important; }

.orange-text {
  color: #f89406 !important; }

.orange-text.fake-text::after {
  background: #f89406 !important; }

.red {
  background: #ff6464 !important; }

.red-text {
  color: #ff6464 !important; }

.red-text.fake-text::after {
  background: #ff6464 !important; }

.dark {
  background: #222222 !important; }

.dark-text {
  color: #222222 !important; }

.dark-text.fake-text::after {
  background: #222222 !important; }

.gray {
  background: #757575 !important; }

.gray-text {
  color: #757575 !important; }

.gray-text.fake-text::after {
  background: #757575 !important; }

.blue {
  background: #347bff !important; }

.blue-text {
  color: #347bff !important; }

.blue-text.fake-text::after {
  background: #347bff !important; }

.gray-lighten-1 {
  background: #9a9a9a !important; }

.gray-lighten-1-text {
  color: #9a9a9a !important; }

.gray-lighten-1-text.fake-text::after {
  background: #9a9a9a !important; }

.gray-lighten-2 {
  background: #c2c2c2 !important; }

.gray-lighten-2-text {
  color: #c2c2c2 !important; }

.gray-lighten-2-text.fake-text::after {
  background: #c2c2c2 !important; }

.gray-lighten-2_25 {
  background: #d5d5d5 !important; }

.gray-lighten-2_25-text {
  color: #d5d5d5 !important; }

.gray-lighten-2_25-text.fake-text::after {
  background: #d5d5d5 !important; }

.gray-lighten-2_5 {
  background: #e9e9e9 !important; }

.gray-lighten-2_5-text {
  color: #e9e9e9 !important; }

.gray-lighten-2_5-text.fake-text::after {
  background: #e9e9e9 !important; }

.gray-lighten-2_75 {
  background: #efefef !important; }

.gray-lighten-2_75-text {
  color: #efefef !important; }

.gray-lighten-2_75-text.fake-text::after {
  background: #efefef !important; }

.gray-lighten-3 {
  background: #f7f7f7 !important; }

.gray-lighten-3-text {
  color: #f7f7f7 !important; }

.gray-lighten-3-text.fake-text::after {
  background: #f7f7f7 !important; }

.white {
  background: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-text.fake-text::after {
  background: #ffffff !important; }

.matrix-dark-blue {
  background: #136484 !important; }

.matrix-dark-blue-text {
  color: #136484 !important; }

.matrix-dark-blue-text.fake-text::after {
  background: #136484 !important; }

.color-violation {
  background: #ff6464 !important; }

.color-violation-text {
  color: #ff6464 !important; }

.color-violation-text.fake-text::after {
  background: #ff6464 !important; }

.color-warning {
  background: #f89406 !important; }

.color-warning-text {
  color: #f89406 !important; }

.color-warning-text.fake-text::after {
  background: #f89406 !important; }

.color-alert {
  background: #f7ca18 !important; }

.color-alert-text {
  color: #f7ca18 !important; }

.color-alert-text.fake-text::after {
  background: #f7ca18 !important; }

.primary {
  background: #136484 !important; }

.primary-text {
  color: #136484 !important; }

.primary-text.fake-text::after {
  background: #136484 !important; }

.rolescopes-page {
  width: 100%;
  height: 100%; }
  .rolescopes-page .outer {
    width: 100%;
    height: 100%; }
  .rolescopes-page .control-panel {
    flex-direction: row !important; }

.rolescopes {
  top: 80px;
  width: 100%;
  max-width: 2000px;
  overflow: hidden; }
  .rolescopes:not(.print-mode) {
    position: fixed;
    top: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: auto;
    z-index: 3; }
  .rolescopes .body {
    flex: 1;
    min-height: 60px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 30px; }
    .rolescopes .body .column small {
      font-size: 0.6rem; }
    .rolescopes .body .column:not(.allow-overflow) {
      white-space: nowrap;
      overflow: hidden;
      width: 0; }
    .rolescopes .body .row.header {
      background-color: #f7f7f7;
      font-weight: 600 !important; }
      .rolescopes .body .row.header:hover {
        background-color: #f7f7f7 !important; }
    .rolescopes .body .row .checkbox {
      width: 16px;
      height: 16px;
      border: 2px solid #ccc; }
      .rolescopes .body .row .checkbox.checked {
        background-color: #555;
        border: 2px solid #333; }
  .rolescopes .weight-heavy {
    font-weight: 600 !important; }
  .rolescopes .column:not(.no-pad) {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }

.appointments-modal ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.appointments-modal ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.appointments-modal .modal {
  margin-bottom: 0; }

.appointments-modal .content {
  font-weight: 400;
  max-height: 80vh;
  overflow-y: auto; }

.appointments-modal .appointment-list {
  overflow: hidden;
  position: relative; }

.appointments-modal .day {
  clear: both;
  float: left;
  min-width: 25%;
  padding-right: 0%;
  min-height: 1rem;
  margin-top: .15rem;
  width: 100%;
  font-size: 1.1em;
  padding-top: 1rem;
  padding-bottom: .1%;
  color: #9a9a9a;
  border-bottom: 1px solid #c2c2c2; }

.appointments-modal .collapsible:hover {
  color: #424242; }

.appointments-modal .leading-section {
  position: relative;
  float: left;
  min-width: 25%;
  max-width: 25%;
  padding-right: 0%;
  min-height: 1rem;
  margin-bottom: .25rem;
  overflow: hidden; }

.appointments-modal .trailing-section {
  float: left;
  max-width: 75%;
  padding-left: 0%;
  margin-bottom: .25rem;
  min-height: 1rem; }

.appointments-modal .booking {
  overflow: hidden;
  clear: both;
  margin-bottom: .25rem; }

.appointments-modal .booking-header {
  clear: both;
  padding-bottom: 0%;
  font-size: 1em;
  color: #5c5c5c;
  margin-top: .5rem;
  max-height: 1.75rem; }
  .appointments-modal .booking-header .trailing-section {
    min-width: calc(65% - 2rem);
    max-width: calc(65% - 2rem); }

.appointments-modal .booking-content {
  display: flex;
  flex-direction: row;
  font-size: .9rem;
  color: #9a9a9a; }

.appointments-modal .collapsible-items {
  max-height: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.appointments-modal .booking + .collapsible-items {
  max-height: 0;
  overflow: hidden; }

.appointments-modal .collapsible[data-collapsed=false] + .collapsible-items {
  max-height: fit-content; }

.appointments-modal .collapsible[data-collapsed=true] + .collapsible-items {
  max-height: 0;
  overflow: hidden; }

.appointments-modal .icon-plus-circle, .appointments-modal .icon-minus-circle, .appointments-modal .icon-angle-down, .appointments-modal .icon-caret-down, .appointments-modal .icon-angle-up, .appointments-modal .icon-caret-up {
  float: right;
  position: relative;
  top: -50%;
  -ms-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
  min-width: 2rem;
  max-width: 2rem;
  font-size: 1rem;
  padding: .5rem 16px; }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }

.flatpickr-day.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.flatpickr-input,
.flatpickr-input + input {
  background: white !important;
  cursor: pointer; }

.breathe-0 {
  margin: 0px; }

.pad-0 {
  padding: 0px; }

.breathe-5 {
  margin: 5px; }

.pad-5 {
  padding: 5px; }

.breathe-10 {
  margin: 10px; }

.pad-10 {
  padding: 10px; }

.breathe-20 {
  margin: 20px; }

.pad-20 {
  padding: 20px; }

.breathe-40 {
  margin: 40px; }

.pad-40 {
  padding: 40px; }

.breathe-80 {
  margin: 80px; }

.pad-80 {
  padding: 80px; }

.breathe-120 {
  margin: 120px; }

.pad-120 {
  padding: 120px; }

.breathe-trbl-0 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; }

.pad-trbl-0 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }

.breathe-trbl-5 {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px; }

.pad-trbl-5 {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px; }

.breathe-trbl-10 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px; }

.pad-trbl-10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px; }

.breathe-trbl-20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px; }

.pad-trbl-20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

.breathe-trbl-40 {
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px; }

.pad-trbl-40 {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px; }

.breathe-trbl-80 {
  margin-top: 80px;
  margin-right: 80px;
  margin-bottom: 80px;
  margin-left: 80px; }

.pad-trbl-80 {
  padding-top: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  padding-left: 80px; }

.breathe-trbl-120 {
  margin-top: 120px;
  margin-right: 120px;
  margin-bottom: 120px;
  margin-left: 120px; }

.pad-trbl-120 {
  padding-top: 120px;
  padding-right: 120px;
  padding-bottom: 120px;
  padding-left: 120px; }

.breathe-lr-0 {
  margin-left: 0px;
  margin-right: 0px; }

.pad-lr-0 {
  padding-left: 0px;
  padding-right: 0px; }

.breathe-lr-5 {
  margin-left: 5px;
  margin-right: 5px; }

.pad-lr-5 {
  padding-left: 5px;
  padding-right: 5px; }

.breathe-lr-10 {
  margin-left: 10px;
  margin-right: 10px; }

.pad-lr-10 {
  padding-left: 10px;
  padding-right: 10px; }

.breathe-lr-20 {
  margin-left: 20px;
  margin-right: 20px; }

.pad-lr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.breathe-lr-40 {
  margin-left: 40px;
  margin-right: 40px; }

.pad-lr-40 {
  padding-left: 40px;
  padding-right: 40px; }

.breathe-lr-80 {
  margin-left: 80px;
  margin-right: 80px; }

.pad-lr-80 {
  padding-left: 80px;
  padding-right: 80px; }

.breathe-lr-120 {
  margin-left: 120px;
  margin-right: 120px; }

.pad-lr-120 {
  padding-left: 120px;
  padding-right: 120px; }

.breathe-tb-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.pad-tb-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.breathe-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.pad-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.breathe-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.breathe-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.breathe-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.breathe-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.breathe-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.breathe-t-0 {
  margin-top: 0px; }

.pad-t-0 {
  padding-top: 0px; }

.breathe-t-5 {
  margin-top: 5px; }

.pad-t-5 {
  padding-top: 5px; }

.breathe-t-10 {
  margin-top: 10px; }

.pad-t-10 {
  padding-top: 10px; }

.breathe-t-20 {
  margin-top: 20px; }

.pad-t-20 {
  padding-top: 20px; }

.breathe-t-40 {
  margin-top: 40px; }

.pad-t-40 {
  padding-top: 40px; }

.breathe-t-80 {
  margin-top: 80px; }

.pad-t-80 {
  padding-top: 80px; }

.breathe-t-120 {
  margin-top: 120px; }

.pad-t-120 {
  padding-top: 120px; }

.breathe-r-0 {
  margin-right: 0px; }

.pad-r-0 {
  padding-right: 0px; }

.breathe-r-5 {
  margin-right: 5px; }

.pad-r-5 {
  padding-right: 5px; }

.breathe-r-10 {
  margin-right: 10px; }

.pad-r-10 {
  padding-right: 10px; }

.breathe-r-20 {
  margin-right: 20px; }

.pad-r-20 {
  padding-right: 20px; }

.breathe-r-40 {
  margin-right: 40px; }

.pad-r-40 {
  padding-right: 40px; }

.breathe-r-80 {
  margin-right: 80px; }

.pad-r-80 {
  padding-right: 80px; }

.breathe-r-120 {
  margin-right: 120px; }

.pad-r-120 {
  padding-right: 120px; }

.breathe-b-0 {
  margin-bottom: 0px; }

.pad-b-0 {
  padding-bottom: 0px; }

.breathe-b-5 {
  margin-bottom: 5px; }

.pad-b-5 {
  padding-bottom: 5px; }

.breathe-b-10 {
  margin-bottom: 10px; }

.pad-b-10 {
  padding-bottom: 10px; }

.breathe-b-20 {
  margin-bottom: 20px; }

.pad-b-20 {
  padding-bottom: 20px; }

.breathe-b-40 {
  margin-bottom: 40px; }

.pad-b-40 {
  padding-bottom: 40px; }

.breathe-b-80 {
  margin-bottom: 80px; }

.pad-b-80 {
  padding-bottom: 80px; }

.breathe-b-120 {
  margin-bottom: 120px; }

.pad-b-120 {
  padding-bottom: 120px; }

.breathe-l-0 {
  margin-left: 0px; }

.pad-l-0 {
  padding-left: 0px; }

.breathe-l-5 {
  margin-left: 5px; }

.pad-l-5 {
  padding-left: 5px; }

.breathe-l-10 {
  margin-left: 10px; }

.pad-l-10 {
  padding-left: 10px; }

.breathe-l-20 {
  margin-left: 20px; }

.pad-l-20 {
  padding-left: 20px; }

.breathe-l-40 {
  margin-left: 40px; }

.pad-l-40 {
  padding-left: 40px; }

.breathe-l-80 {
  margin-left: 80px; }

.pad-l-80 {
  padding-left: 80px; }

.breathe-l-120 {
  margin-left: 120px; }

.pad-l-120 {
  padding-left: 120px; }

body {
  font-family: 'Open Sans', sans-serif; }

button,
a {
  outline: 0; }
  button.underlined,
  a.underlined {
    text-decoration: underline; }

#fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

/* Header styles */
header {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1.75rem;
  text-align: right;
  font-size: 0.75rem;
  height: 36px; }
  header .environment-bar {
    background: #f7ca18;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.5); }
    header .environment-bar.environment-stage {
      background: #725c04; }
  header img {
    height: 1.75rem; }
  header .env {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
    text-align: center; }
  header.dev .env, header.test .env, header.demo .env, header.stage .env {
    color: #ffffff; }
  header.dev.inactive, header.test.inactive, header.demo.inactive, header.stage.inactive {
    background: initial !important;
    box-shadow: none !important; }
    header.dev.inactive .env, header.test.inactive .env, header.demo.inactive .env, header.stage.inactive .env {
      display: none; }
  header.dev {
    box-shadow: 0 0 0 6px #136484; }
    header.dev .env {
      color: #136484; }
  header.test {
    box-shadow: 0 0 0 6px #947cb0; }
    header.test .env {
      color: #947cb0; }
  header.stage {
    box-shadow: 0 0 0 6px #5fca7d; }
    header.stage .env {
      color: #5fca7d; }
  header.demo {
    box-shadow: 0 0 0 6px #45166a; }
    header.demo .env {
      color: #45166a; }
  header.prod {
    background: #ffffff; }
    header.prod .env {
      display: none; }
  header > div,
  header > h1 {
    flex: 1;
    padding: 0.25rem 1.5rem; }

.centered {
  text-align: center; }

.text-right {
  text-align: right; }

.header-logo {
  margin: 0;
  font-size: 1rem;
  text-align: left;
  line-height: 1.75rem;
  padding: 0 15px; }

.user .navigation-list,
.matrix-menu .navigation-list {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  width: 325px;
  padding: 1rem;
  z-index: 1020; }
  .user .navigation-list.navigation-right,
  .matrix-menu .navigation-list.navigation-right {
    left: initial;
    right: 0; }

.user .user-toggle,
.user .client-toggle,
.user .matrix-toggle,
.matrix-menu .user-toggle,
.matrix-menu .client-toggle,
.matrix-menu .matrix-toggle {
  position: relative; }
  .user .user-toggle.active .navigation-list,
  .user .client-toggle.active .navigation-list,
  .user .matrix-toggle.active .navigation-list,
  .matrix-menu .user-toggle.active .navigation-list,
  .matrix-menu .client-toggle.active .navigation-list,
  .matrix-menu .matrix-toggle.active .navigation-list {
    display: block;
    background: #dddddd; }

.matrix-menu {
  padding: 0;
  display: flex;
  align-items: stretch; }
  .matrix-menu .list-header {
    display: flex;
    padding: 0 1rem;
    align-items: center;
    width: auto; }

.user {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-end; }
  .user .user-toggle {
    padding: 0 1.625rem;
    margin: 0 0 0 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important; }
    .user .user-toggle .small {
      font-size: 0.65rem;
      padding: 0 0.85rem;
      padding-bottom: 45px; }
  .user .client-toggle {
    padding: 0 1.625rem;
    margin: 0 0 0 1.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important; }

.logo-holder {
  display: flex;
  align-items: center; }

.user-initial {
  background: #c2c2c2;
  color: #5c5c5c;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  border-radius: 50%; }

.account {
  font-size: 1.5em;
  padding: 0 1em;
  line-height: 45px;
  cursor: pointer;
  vertical-align: middle; }

.account.active {
  color: #187DA5; }

.right {
  float: right; }

.left {
  float: left; }

.clear {
  clear: both; }

.account-menu {
  background-color: white;
  box-shadow: 0 0 6px 1px #616161;
  border-radius: 2px;
  padding: 1.33em 1em;
  list-style: none;
  z-index: 15;
  text-align: left; }

.nav-bar-item {
  color: #222222;
  padding: 0.66rem; }

.nav-bar-item-disabled {
  color: #aaaaaa !important;
  padding: 0.66rem; }

.date-picker-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  margin-left: 16.66667% !important;
  text-align: center; }

.date-picker {
  text-align: center;
  display: block;
  position: relative; }
  .date-picker a {
    padding: 1em;
    color: #222; }
  .date-picker .noshow {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
    left: 45%; }
  .date-picker .date-selector {
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    flex-wrap: wrap; }
    .date-picker .date-selector input {
      width: 60px;
      padding: 0.15rem 0.5rem;
      height: auto;
      text-align: center; }
    .date-picker .date-selector > div {
      flex-basis: 100%; }

.nav-bar {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  background-color: #f7f7f7; }
  .nav-bar:before, .nav-bar:after {
    content: " ";
    display: table; }
  .nav-bar:after {
    clear: both; }

.list-header {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 16.66667%;
  float: left;
  cursor: pointer; }

.list-header.active {
  background: #dddddd; }

.list-header-right {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
  margin-left: 16.66667% !important;
  text-align: right; }

.navigation-list {
  padding-left: 0;
  padding-right: 0;
  width: 25%;
  float: left;
  position: absolute;
  background-color: #f7f7f7;
  z-index: 1010;
  overflow: hidden;
  box-shadow: none; }
  .navigation-list .selected-item {
    font-weight: bold; }
  .navigation-list ul {
    margin: 0;
    list-style: none; }
  .navigation-list a,
  .navigation-list li.nav-item,
  .navigation-list span.nav-control {
    color: #222222;
    display: block;
    padding: 0.66rem;
    /* border-bottom: 1px solid #dddddd;     NOTE from Diallo W.:  Can we remove these border-bottom lines in the menus, the spacing is sufficient to create divisions between the listed items.  Also CSS right arrows are being used for non-leaf level items, and the border-bottom is part of what makes the arrow.  */
    white-space: nowrap;
    cursor: pointer; }
  .navigation-list a:hover,
  .navigation-list li.nav-item:hover,
  .navigation-list span.nav-control:hover {
    /* background: #dddddd; */ }
  .navigation-list label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #444;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #ececec;
    border-top: 1px solid #dddddd;
    border-bottom: none;
    margin: 0; }

.nav-control-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%; }
  .nav-control-container:before, .nav-control-container:after {
    content: " ";
    display: table; }
  .nav-control-container:after {
    clear: both; }
  .nav-control-container span,
  .nav-control-container a {
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: left;
    text-align: center; }
  .nav-control-container span.inactive {
    cursor: default;
    color: #898989; }
    .nav-control-container span.inactive:hover {
      background-color: #f0f0f0; }

.navigation-list-left {
  left: 0;
  float: left;
  width: inherit; }
  .navigation-list-left ul#navigationListLeftCategory {
    width: 200px;
    float: left; }
    .navigation-list-left ul#navigationListLeftCategory li {
      white-space: nowrap; }
    .navigation-list-left ul#navigationListLeftCategory li.selectedCategory {
      background-color: #fcfcfc; }
  .navigation-list-left div#navigationListLeftSubcategory {
    width: 180px;
    min-height: 369px;
    float: left;
    background-color: #fcfcfc; }
    .navigation-list-left div#navigationListLeftSubcategory li a {
      border: none !important; }

.navigation-list-right {
  right: 0;
  max-height: calc(100vh - 85px);
  overflow-y: auto; }

.right-arrow {
  display: inline-block;
  position: relative;
  width: 87%;
  height: 95%; }

.right-arrow:after {
  display: block;
  position: absolute;
  content: '';
  left: 100%;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black; }

@media only screen and (max-width: 40em) {
  .hide-on-small {
    display: none !important; }
  html {
    font-size: 14px; }
  .account-menu {
    padding-top: 0; }
    .account-menu > li {
      padding-top: 1.33em; }
  .nav-bar {
    display: table; }
  .nav-bar-item {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 25%; }
  .date-picker-container {
    width: 50%;
    padding-left: 0;
    padding-right: 0; }
  .date-picker a {
    padding: 1em 0.5em; }
  .list-header-left {
    padding-left: 0.4rem;
    padding-right: 0; }
  .list-header-right {
    padding-left: 0;
    padding-right: 0.4rem; }
  .navigation-list {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left; }
    .navigation-list .selected-item {
      font-weight: bold; }
  .navigation-list-left {
    left: 0;
    float: left;
    width: inherit;
    white-space: nowrap; }
    .navigation-list-left ul#navigationListLeftCategory {
      width: 180px;
      float: left; }
      .navigation-list-left ul#navigationListLeftCategory li {
        white-space: nowrap; }
      .navigation-list-left ul#navigationListLeftCategory li.selectedCategory {
        background-color: #ffffff; }
    .navigation-list-left div#navigationListLeftSubcategory {
      width: 140px;
      min-height: 339px;
      float: left;
      background-color: #ffffff; }
      .navigation-list-left div#navigationListLeftSubcategory li a {
        border: none !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .list-header {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left; }
  .list-header-right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
    margin-left: 8.33333% !important; }
  .navigation-list {
    padding-left: 0;
    padding-right: 0;
    width: 25%;
    float: left; }
    .navigation-list .selected-item {
      font-weight: bold; }
  .date-picker-container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    margin-left: 8.33333% !important; }
  .date-picker a {
    padding: 1em 0.7em; }
  .navigation-list-left {
    left: 0;
    float: left;
    width: inherit;
    white-space: nowrap; }
    .navigation-list-left ul#navigationListLeftCategory {
      width: 180px;
      float: left; }
      .navigation-list-left ul#navigationListLeftCategory li {
        white-space: nowrap; }
      .navigation-list-left ul#navigationListLeftCategory li.selectedCategory {
        background-color: #ffffff; }
    .navigation-list-left div#navigationListLeftSubcategory {
      width: 160px;
      min-height: 369px;
      float: left;
      background-color: #ffffff; }
      .navigation-list-left div#navigationListLeftSubcategory li a {
        border: none !important; } }

@media only screen and (min-width: 64.063em) {
  .list-header:hover {
    background: #dddddd; }
  .account:hover {
    color: #187DA5; }
  .date-picker a:hover {
    color: #187DA5; } }

/* End header styles */
.line-area-report-container {
  overflow: auto; }
  .line-area-report-container .graph-container {
    margin: auto; }
  .line-area-report-container .bar-chart-container {
    min-height: 150px;
    text-align: center; }
    .line-area-report-container .bar-chart-container .bar-chart {
      width: 100%;
      max-width: 400px;
      height: 100%; }
  .line-area-report-container table,
  .line-area-report-container .report-footnote {
    margin-left: auto;
    margin-right: auto; }
  .line-area-report-container th,
  .line-area-report-container td {
    text-align: right;
    padding-left: 0;
    width: 110px;
    border: 1px dotted #dddddd; }
    .line-area-report-container th:first-child,
    .line-area-report-container td:first-child {
      width: 90px;
      padding-right: 1em; }

.no-data {
  text-align: center;
  padding-top: 2rem;
  height: 160px; }

@media only screen and (min-width: 40.063em) {
  .only-on-small {
    display: none !important; }
  .graph-container,
  table,
  .report-footnote {
    width: 100%;
    max-width: 1000px; }
  .line-area-graph {
    width: 90%;
    height: 100%; } }

@media only screen and (max-width: 40em) {
  .report-footnote {
    text-align: center; }
  .legend-label {
    font-size: 0.8em; } }

.sales-equation-report-container {
  text-align: center;
  position: relative; }

.varianceToggle {
  width: 100%; }

.weight-light {
  font-weight: 300; }

.weight-normal {
  font-weight: 400; }

.weight-semi {
  font-weight: 600; }

.weight-heavy {
  font-weight: 700; }

.valign {
  vertical-align: middle; }

small.tiny,
.tiny {
  font-size: 0.7rem; }

.card {
  margin-bottom: 1.25rem;
  min-height: 275px;
  padding: 0.6rem 0;
  position: relative; }
  .card .graph-container {
    text-align: center; }
  .card table {
    margin-bottom: 0; }
  .card .pager {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .card .pager > div {
      border-radius: 50%;
      width: 6px;
      height: 6px;
      background-color: #ddd;
      display: inline-block; }
    .card .pager > .active {
      background-color: #9d9d9d; }

.tps-report-container-base th, .tps-report-container th,
.tps-report-container-base td,
.tps-report-container td {
  text-align: right;
  padding-left: 0;
  border: 1px dotted #dddddd; }
  .tps-report-container-base th:first-of-type, .tps-report-container th:first-of-type,
  .tps-report-container-base td:first-of-type,
  .tps-report-container td:first-of-type {
    border-left-width: 0; }
  .tps-report-container-base th:last-of-type:not(.triangle-checkbox), .tps-report-container th:last-of-type:not(.triangle-checkbox),
  .tps-report-container-base td:last-of-type:not(.triangle-checkbox),
  .tps-report-container td:last-of-type:not(.triangle-checkbox) {
    border-right-width: 0 !important; }

.tps-column-link {
  margin-left: 0.5rem; }

@media only screen and (min-width: 40.063em) {
  .tps-report-container {
    max-width: 1000px; }
  .tps-table-container,
  table {
    width: 100%;
    max-width: 1000px; } }

.tps-report-budget-edit {
  position: relative; }
  .tps-report-budget-edit .edit-modal {
    position: absolute;
    z-index: 20; }

@media only screen {
  #header {
    box-shadow: 0px 0px 8px #000;
    font-size: 16px;
    padding-top: 5px;
    line-height: 45px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1px;
    max-width: none; }
  #mxDataTable {
    margin-left: 20px; } }

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  #header {
    box-shadow: 0px 0px 8px #000;
    font-size: 14px;
    padding-top: 5px;
    line-height: 45px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1px;
    max-width: none; }
  #mxDataTable {
    margin-left: 10px; }
  #dateSelector {
    margin-right: 10px;
    font-size: 16px; } }

.week-container {
  text-align: justify; }

.week-container div {
  display: inline-block; }

.week-container:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #header {
    box-shadow: 0px 0px 8px #000;
    font-size: 12px;
    padding-top: 5px;
    line-height: 45px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1px;
    max-width: none; } }

/** Graphing Styles */
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges; }

.x.axis path {
  display: none; }

.area {
  fill: #7bbbd4;
  stroke: #7bbbd4;
  stroke-width: 1px; }

.line {
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

/** Sales Equation **/
.node {
  cursor: pointer; }

.node rect {
  fill: #fff;
  stroke-width: 2px; }

.node text {
  font: 10px sans-serif;
  font-weight: bold; }

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px; }

rect.background-bar {
  stroke: 'none';
  fill: 'white';
  opacity: 0; }

rect.background-bar.selected {
  fill: #ddd;
  opacity: 1; }

.bar-chart .tick {
  font-size: 0.8em; }

/** main container for Dashboard **/
#mxContent {
  position: absolute;
  width: 100%; }

.mxAlert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/* d3 tool tips */
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
  font-size: 10px; }

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: '\25BC';
  position: absolute;
  text-align: center; }

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/ }

.hidden {
  display: none; }

.error-container {
  padding-top: 3em;
  text-align: center; }

/* Login Page */
.login-form {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 91.66667%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
  margin-top: 4rem; }
  .login-form > :first-child {
    margin-top: 0; }
  .login-form > :last-child {
    margin-bottom: 0; }
  .login-form h1, .login-form h2, .login-form h3, .login-form h4, .login-form h5, .login-form h6, .login-form p, .login-form li, .login-form dl {
    color: #333333; }
  .login-form h1, .login-form h2, .login-form h3, .login-form h4, .login-form h5, .login-form h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .login-form h1.subheader, .login-form h2.subheader, .login-form h3.subheader, .login-form h4.subheader, .login-form h5.subheader, .login-form h6.subheader {
      line-height: 1.4; }
  .login-form h2 {
    margin-bottom: 1.25rem; }
  .login-form input[type='submit'] {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #187DA5;
    border-color: #136484;
    color: #FFFFFF;
    border-radius: 0;
    transition: background-color 300ms ease-out;
    margin-bottom: 0; }
    .login-form input[type='submit']:hover, .login-form input[type='submit']:focus {
      background-color: #136484; }
    .login-form input[type='submit']:hover, .login-form input[type='submit']:focus {
      color: #FFFFFF; }
  .login-form a:not(.button) {
    text-decoration: underline;
    color: #136484 !important; }

@media only screen and (min-width: 40.063em) {
  .login-form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 64.063em) {
  .login-form {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

/* Users Page */
.user-list {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto; }

.sortable-header {
  cursor: pointer; }
  .sortable-header.asc:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 0.5em;
    border-color: transparent transparent #000 transparent;
    border-bottom-style: solid;
    float: right; }
  .sortable-header.desc:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 0.5em;
    border-color: #000 transparent transparent transparent;
    border-top-style: solid;
    float: right;
    position: relative;
    top: 0.5em; }
  .sortable-header.selected {
    background: #dddddd; }

/* general styles */
.error p,
.violation p,
.warning p,
.success p,
.alert p,
.info p {
  text-align: left; }

.error p:last-of-type,
.violation p:last-of-type,
.warning p:last-of-type,
.success p:last-of-type,
.alert p:last-of-type,
.info p:last-of-type {
  margin-bottom: 0; }

.error {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #ff6464;
  border-color: #ff3232;
  color: #FFFFFF; }
  .error p {
    font-size: 0.8125rem;
    line-height: 1em; }
    .error p a {
      color: inherit;
      text-decoration: underline; }

.violation {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #ff6464;
  border-color: #ff3232;
  color: #FFFFFF; }
  .violation p {
    font-size: 0.8125rem;
    line-height: 1em; }
    .violation p a {
      color: inherit;
      text-decoration: underline; }

.success {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #5fca7d;
  border-color: #40c064;
  color: #FFFFFF; }
  .success p {
    font-size: 0.8125rem;
    line-height: 1em; }
    .success p a {
      color: inherit;
      text-decoration: underline; }

.warning {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #f89406;
  border-color: #d57f05;
  color: #FFFFFF;
  color: #222; }
  .warning p {
    font-size: 0.8125rem;
    line-height: 1em; }
    .warning p a {
      color: inherit;
      text-decoration: underline; }

.alert {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #f7ca18;
  border-color: #e1b508;
  color: #FFFFFF;
  color: #222; }
  .alert p {
    font-size: 0.8125rem;
    line-height: 1em; }
    .alert p a {
      color: inherit;
      text-decoration: underline; }

.info {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #3ea2ff;
  border-color: #128dff;
  color: #FFFFFF;
  color: #fff; }
  .info p {
    font-size: 0.8125rem;
    line-height: 1em; }
    .info p a {
      color: inherit;
      text-decoration: underline; }
  .info a {
    color: #fff;
    text-decoration: underline; }

.loading {
  opacity: 0.5; }

@media screen and (max-height: 750px) {
  .error,
  .violation,
  .warning,
  .success,
  .alert,
  .info {
    padding: 0.25rem 1.5rem; } }

.only-on-print,
.block-on-print,
.flex-on-print {
  display: none !important; }

/* Print styles */
@media print {
  a[href]:after {
    content: ''; }
  .hide-on-print {
    display: none !important; }
  .only-on-print,
  .block-on-print {
    display: block !important; }
  .flex-on-print {
    display: flex !important; } }

input.placeholder {
  color: #aaa; }

/* Collapsible table in tps */
.is-hidden {
  display: none; }

/* Checkbox label styling for tps */
.expansion {
  position: absolute;
  right: 0.5rem;
  top: 0.75rem; }

.triangle-checkbox {
  position: relative;
  padding: 0; }
  .triangle-checkbox input[type='checkbox'] {
    position: absolute;
    left: -9999px; }
    .triangle-checkbox input[type='checkbox'] + label {
      position: relative;
      display: block;
      padding: 0.5625rem 0.625rem;
      cursor: pointer;
      margin-right: 0;
      text-align: left; }
    .triangle-checkbox input[type='checkbox']:disabled + label {
      cursor: not-allowed; }
    .triangle-checkbox input[type='checkbox']:not(:checked) + label .expansion.icon-angle-down {
      display: inline; }
    .triangle-checkbox input[type='checkbox']:not(:checked) + label .expansion.icon-angle-up {
      display: none; }
    .triangle-checkbox input[type='checkbox']:checked + label .expansion.icon-angle-down {
      display: none; }
    .triangle-checkbox input[type='checkbox']:checked + label .expansion.icon-angle-up {
      display: inline; }

.matrix-container:not(.static):not(.print-container),
.matrix-container-legacy {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
  .matrix-container:not(.static):not(.print-container).scroll,
  .matrix-container-legacy.scroll {
    overflow: auto;
    display: flex;
    justify-content: stretch; }
    .matrix-container:not(.static):not(.print-container).scroll .matrix-page,
    .matrix-container-legacy.scroll .matrix-page {
      flex: 1;
      width: 100%;
      max-width: 1024px; }

.matrix-container-legacy {
  overflow: auto; }

.control-panel-wrapper {
  position: relative;
  z-index: 0; }
  .control-panel-wrapper.multi-user-save-mode {
    z-index: 3; }

.matrix-page {
  position: relative;
  z-index: 1;
  background: transparent;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 91.66667%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
  overflow: auto;
  padding: 0;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: flex-start;
  align-items: center; }
  .matrix-page.full {
    max-width: initial;
    padding-left: 5vw;
    padding-right: 5vw; }
  .matrix-page.wide {
    max-width: 1280px; }
  .matrix-page.legacy-page {
    display: flex;
    justify-content: stretch;
    min-height: 0;
    height: 100%; }
    .matrix-page.legacy-page .legacy-frame {
      flex: 1;
      margin-top: 20px;
      width: 100%;
      max-width: 1024px;
      display: flex;
      flex-direction: column;
      min-height: 0; }
      .matrix-page.legacy-page .legacy-frame iframe {
        flex: 1 1 auto; }

.tps-table {
  border: 0; }
  .tps-table .primary-hdr {
    background-color: #ffffff !important; }
    .tps-table .primary-hdr th:first-child {
      width: 270px; }
  .tps-table .primary-title {
    text-align: left;
    padding-left: 0.5rem; }
  .tps-table .row-title {
    text-align: left;
    padding-left: 40px; }
  .tps-table .modifier {
    margin-right: 0.5rem;
    font-size: 0.85em; }
  .tps-table .primary-hdr th {
    color: #222222;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #222222;
    font-weight: 400; }
    .tps-table .primary-hdr th:first-of-type {
      font-weight: 700; }
  .tps-table tbody tr.category-header:hover {
    background: #f7f7f7 !important; }
  .tps-table tbody tr:not(.category-header):hover,
  .tps-table tbody tr:not(.category-header):hover {
    background: #f7f7f7 !important; }
  .tps-table td.is-editable:not(.row-title):not(:last-child) {
    position: relative;
    cursor: pointer;
    /*       background: #fff; */
    color: #187da5; }
  .tps-table td.editable:hover,
  .tps-table td.is-editable:not(.row-title):not(:last-child):hover {
    border: 1px solid #757575; }
  .tps-table td {
    color: #9a9a9a;
    font-weight: 400;
    position: relative; }
  .tps-table th {
    font-weight: 600; }
  .tps-table tr.category-header th,
  .tps-table tr.category-header td,
  .tps-table tr.category-header label {
    color: #222222;
    font-weight: 600; }
  .tps-table tr.secondary-hdr th,
  .tps-table tr.secondary-hdr td {
    color: #222222;
    font-weight: 400; }
  .tps-table tr:not(.secondary-hdr):not(.category-header) .row-title {
    padding-left: 80px !important; }
  .tps-table tr.secondary-hdr .triangle-checkbox label {
    padding-left: 20px; }
  .tps-table .no-children {
    padding-left: 40px; }
  .tps-table .blank_row {
    height: 10px !important;
    /* Overwrite any previous rules */
    background-color: #ffffff;
    border: none; }
  .tps-table tr:nth-of-type(even) {
    background-color: #fff; }

.ember-tether {
  box-shadow: 0 0 0 1px #c2c2c2;
  padding: 1rem;
  background: #f7f7f7; }
  .ember-tether .tps-table,
  .ember-tether .tps-table td,
  .ember-tether .tps-table th {
    background: #f7f7f7; }

.italics {
  font-style: italic; }

.mx-info {
  background: #187da5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative; }

.editable {
  padding: 0;
  position: relative; }

.mx-text-input {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  height: initial;
  padding: 0 !important;
  text-align: right !important;
  float: right !important;
  margin: 0 !important;
  color: #187da5;
  cursor: pointer !important; }

input.mx-text-input {
  display: flex;
  align-items: center;
  color: #187da5;
  border: 0;
  box-shadow: none !important;
  background: transparent !important;
  cursor: text !important;
  padding-right: 10px !important; }

.height100 input.mx-text-input {
  height: 100%; }

.left-text .mx-text-input {
  text-align: left !important;
  justify-content: flex-start;
  padding-left: 10px !important; }

.mx-text-input-number-short-borderless-centered-bold {
  text-align: center;
  font-weight: bold;
  height: 2.1rem !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0;
  width: 2.5rem;
  min-width: 2.1875rem;
  box-shadow: none !important;
  background: transparent; }

.tps-budget-edit-th {
  padding: 0 5px 0 5px !important; }

.mx-form-field-invalid {
  color: #d9534f;
  position: relative;
  top: -2em; }

.has-error input[type] {
  border-color: #ff6464 !important;
  background-color: #ffcaca !important; }

input.invalid {
  border-color: #ff6464 !important;
  background-color: #ffcaca !important; }

input.valid {
  border-color: #5fca7d !important;
  background-color: #d2f0da !important; }

td.tps-td-editing {
  border: 1px solid; }

.mx-form-select {
  margin: 0 0 1rem 0; }

.mx-form-panel {
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  border-radius: 3px; }
  .mx-form-panel > :first-child {
    margin-top: 0; }
  .mx-form-panel > :last-child {
    margin-bottom: 0; }
  .mx-form-panel h1, .mx-form-panel h2, .mx-form-panel h3, .mx-form-panel h4, .mx-form-panel h5, .mx-form-panel h6, .mx-form-panel p, .mx-form-panel li, .mx-form-panel dl {
    color: #333333; }
  .mx-form-panel h1, .mx-form-panel h2, .mx-form-panel h3, .mx-form-panel h4, .mx-form-panel h5, .mx-form-panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .mx-form-panel h1.subheader, .mx-form-panel h2.subheader, .mx-form-panel h3.subheader, .mx-form-panel h4.subheader, .mx-form-panel h5.subheader, .mx-form-panel h6.subheader {
      line-height: 1.4; }

.search-container {
  margin: auto; }

.search-input {
  padding: 0.66rem;
  border-radius: 3px; }

.search-result {
  line-height: 1.5;
  padding: 0.66rem;
  list-style: none;
  text-align: left;
  cursor: pointer; }

.ember-modal-dialog .tps-table th,
.ember-modal-dialog .tps-table td {
  border: 1px solid #ddd;
  text-align: right; }

.button-group.no-margin .button {
  margin: 0 !important; }

.progress-bar {
  display: inline-flex;
  background: #f7f7f7;
  height: 21px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .progress-bar .progress {
    display: inline-block;
    height: 21px;
    background: #5fca7d;
    margin: 0;
    padding: 0;
    border: 0; }
    .progress-bar .progress.complete {
      background: #5fca7d; }
  .progress-bar.empty {
    background: #c2c2c2; }

.standard-width {
  width: 1024px; }

.schedule-summary {
  width: 1024px; }
  .schedule-summary .totals .column {
    position: relative;
    padding-bottom: 1rem;
    font-size: 1rem; }
  .schedule-summary .totals label {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    font-size: 0.625rem;
    color: #757575;
    padding: 0 0.625rem; }

.control-panel {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  border-top: 0;
  z-index: 99999;
  max-height: 50px; }
  .control-panel.even > div {
    flex: 1; }
  .control-panel .nav-link {
    display: flex; }
    .control-panel .nav-link button,
    .control-panel .nav-link .button {
      height: 36px;
      margin: 0 0.25rem; }
  .control-panel.thin {
    height: 24px; }
    .control-panel.thin a:not(.button) {
      font-size: 0.85rem; }
    .control-panel.thin .nav-link button,
    .control-panel.thin .nav-link .button {
      height: 24px;
      padding: 0 1rem;
      line-height: 24px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
  .control-panel .button-group {
    margin: 0.8rem 0.8rem 0 0.8rem; }
  .control-panel .save-controls {
    text-align: right;
    position: relative; }
    .control-panel .save-controls.in-process::after {
      position: absolute;
      z-index: 10;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.7); }
  .control-panel .day-buttons {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    margin: auto !important;
    width: 400px;
    text-align: center;
    background: #f7f7f7;
    padding: 0.5rem;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 0; }
    .control-panel .day-buttons button,
    .control-panel .day-buttons .button {
      margin: 0; }
      .control-panel .day-buttons button.secondary,
      .control-panel .day-buttons .button.secondary {
        background: #f7f7f7; }
        .control-panel .day-buttons button.secondary.selected,
        .control-panel .day-buttons .button.secondary.selected {
          font-weight: 700;
          background: #c2c2c2; }
        .control-panel .day-buttons button.secondary:hover,
        .control-panel .day-buttons .button.secondary:hover {
          background: #d9d9d9; }
  .control-panel .multi-user-save {
    background: #e9e9e9;
    position: absolute;
    top: 0;
    right: 0;
    width: 325px;
    min-height: 100px;
    z-index: 99;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    text-align: left; }
    .control-panel .multi-user-save h6 {
      font-size: 0.85rem;
      font-weight: 700; }
    .control-panel .multi-user-save .head {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
    .control-panel .multi-user-save .column {
      justify-content: flex-start;
      padding-left: 0;
      font-size: 0.75rem; }
      .control-panel .multi-user-save .column.save-column {
        justify-content: flex-end; }

.inline {
  display: inline; }

button.thin,
.button.thin {
  padding: 0.45rem 1rem; }

button.inline,
.button.inline {
  padding: 0.25rem 0.65rem;
  margin: 0 0 0 0.5rem;
  font-size: 0.75rem;
  vertical-align: middle; }

button.color-violation-outline,
.button.color-violation-outline {
  background: transparent !important;
  color: #ff6464 !important;
  border: 2px solid #ff6464; }

.progress-bar-spacing {
  display: flex !important;
  width: 100%; }
  .progress-bar-spacing .progress-bar {
    vertical-align: middle; }
  .progress-bar-spacing .bar {
    flex: 3;
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 21px;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase; }
    .progress-bar-spacing .bar .ember-view {
      width: 100%; }
  .progress-bar-spacing .details {
    flex: 2;
    text-align: left; }

.closer {
  display: inline-block;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: relative; }
  .closer:active {
    transform: scale(0.9); }

.closer::before,
.closer::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  background: #aaa;
  width: 24px;
  height: 4px;
  transform-origin: 12px;
  border-radius: 2px; }

.closer::before {
  transform: rotate(45deg); }

.closer::after {
  transform: rotate(-45deg); }

.cursor-default {
  cursor: default; }

.pointer,
.cursor-pointer {
  cursor: pointer !important; }

[data-ember-action]:not(.disabled):not(.cursor-default),
[data-ember-action]:not(:disabled):not(.cursor-default) {
  cursor: pointer; }

[data-ember-action].disabled {
  cursor: auto !important; }

.hide {
  display: none; }

.matrix-loader {
  background: #f7f7f7;
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .matrix-loader h2 {
    margin-top: 62.5px; }

.thecircle {
  display: none;
  border-width: 0;
  border-style: solid;
  border-color: #136484;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: spin 1200ms infinite linear;
  animation: spin 1200ms infinite linear; }
  .thecircle:before {
    display: block;
    content: '';
    width: 31.25px;
    height: 31.25px;
    background-color: #136484;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.inline-flex {
  display: inline-flex !important; }

.thecube {
  display: none;
  width: 125px;
  height: 125px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }
  .thecube .cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
  .thecube .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .thecube .cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #156c8e;
    -webkit-animation: foldthecube 2.4s infinite linear both;
    animation: foldthecube 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .thecube .c2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg); }
  .thecube .c3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg); }
  .thecube .c4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); }
  .thecube .c2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .thecube .c3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .thecube .c4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }

@keyframes foldthecube {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@-webkit-keyframes theballgrid {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes theballgrid {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.theballgrid {
  width: 57px; }

.theballgrid > div:nth-child(1) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s; }

.theballgrid > div:nth-child(2) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.theballgrid > div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s; }

.theballgrid > div:nth-child(4) {
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s; }

.theballgrid > div:nth-child(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s; }

.theballgrid > div:nth-child(6) {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s; }

.theballgrid > div:nth-child(7) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.theballgrid > div:nth-child(8) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s; }

.theballgrid > div:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s; }

.theballgrid > div {
  background-color: #136484;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: theballgrid;
  animation-name: theballgrid;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.confirm-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 18, 18, 0.8);
  z-index: 1200; }
  .confirm-modal .confirm {
    position: absolute;
    top: 81px;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: right;
    padding: 0.8rem;
    background: #ffffff; }

.mx-pagination {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .mx-pagination .paginator button {
    text-align: center; }
  .mx-pagination .paginate {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
    position: relative;
    margin: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-filter: drop-shadow(0 2px 0px rgba(0, 0, 0, 0.2)); }
    .mx-pagination .paginate:hover, .mx-pagination .paginate:focus, .mx-pagination .paginate:active {
      background: transparent; }
    .mx-pagination .paginate i {
      position: absolute;
      top: 40%;
      width: 20px;
      height: 3px;
      border-radius: 1.5px;
      background: #136484;
      transition: all 0.15s ease; }
    .mx-pagination .paginate.left i {
      left: 10px;
      transform-origin: 0% 50%; }
    .mx-pagination .paginate.left i:first-child {
      transform: translate(0, -1px) rotate(40deg); }
    .mx-pagination .paginate.left i:last-child {
      transform: translate(0, 1px) rotate(-40deg); }
    .mx-pagination .paginate.left:hover i:first-child {
      transform: translate(0, -1px) rotate(30deg); }
    .mx-pagination .paginate.left:hover i:last-child {
      transform: translate(0, 1px) rotate(-30deg); }
    .mx-pagination .paginate.left:active i:first-child {
      transform: translate(1px, -1px) rotate(25deg); }
    .mx-pagination .paginate.left:active i:last-child {
      transform: translate(1px, 1px) rotate(-25deg); }
    .mx-pagination .paginate.left[data-state='disabled'] i:first-child {
      transform: translate(-5px, 0) rotate(0deg); }
    .mx-pagination .paginate.left[data-state='disabled'] i:last-child {
      transform: translate(-5px, 0) rotate(0deg); }
    .mx-pagination .paginate.left[data-state='disabled']:hover i:first-child {
      transform: translate(-5px, 0) rotate(0deg); }
    .mx-pagination .paginate.left[data-state='disabled']:hover i:last-child {
      transform: translate(-5px, 0) rotate(0deg); }
    .mx-pagination .paginate.right i {
      right: 10px;
      transform-origin: 100% 50%; }
    .mx-pagination .paginate.right i:first-child {
      transform: translate(0, 1px) rotate(40deg); }
    .mx-pagination .paginate.right i:last-child {
      transform: translate(0, -1px) rotate(-40deg); }
    .mx-pagination .paginate.right:hover i:first-child {
      transform: translate(0, 1px) rotate(30deg); }
    .mx-pagination .paginate.right:hover i:last-child {
      transform: translate(0, -1px) rotate(-30deg); }
    .mx-pagination .paginate.right:active i:first-child {
      transform: translate(1px, 1px) rotate(25deg); }
    .mx-pagination .paginate.right:active i:last-child {
      transform: translate(1px, -1px) rotate(-25deg); }
    .mx-pagination .paginate.right[data-state='disabled'] i:first-child {
      transform: translate(5px, 0) rotate(0deg); }
    .mx-pagination .paginate.right[data-state='disabled'] i:last-child {
      transform: translate(5px, 0) rotate(0deg); }
    .mx-pagination .paginate.right[data-state='disabled']:hover i:first-child {
      transform: translate(5px, 0) rotate(0deg); }
    .mx-pagination .paginate.right[data-state='disabled']:hover i:last-child {
      transform: translate(5px, 0) rotate(0deg); }
    .mx-pagination .paginate[data-state='disabled'] {
      opacity: 0.3;
      cursor: default; }

.select-wrap {
  display: flex;
  position: relative;
  flex: 1; }
  .select-wrap .placeholder {
    padding: 0.3rem 0.625rem;
    min-height: 1.775rem; }
  .select-wrap.failure::after, .select-wrap.successful::after, .select-wrap.loading::before, .select-wrap.loading::after {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    right: 0.5rem;
    font-family: FontAwesome;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 1rem;
    line-height: 1rem;
    opacity: 1; }
  .select-wrap.loading::before {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    content: '\f110';
    animation: fa-spin 2s infinite linear; }
  .select-wrap.failure, .select-wrap.successful {
    box-shadow: inset 0 0 0 2px #5fca7d;
    animation: none; }
    .select-wrap.failure::after, .select-wrap.successful::after {
      content: '\f00c';
      color: #5fca7d;
      transition: opacity 300ms, transform 300ms;
      transform: scale(1); }
    .select-wrap.failure.removing::after, .select-wrap.successful.removing::after {
      opacity: 0;
      transform: scale(2);
      box-shadow: 0; }
  .select-wrap.failure {
    box-shadow: inset 0 0 0 2px #ff6464; }
    .select-wrap.failure::after {
      content: '\f00d';
      color: #ff6464; }

.column.selector {
  min-height: 1.775rem;
  display: flex;
  align-items: stretch; }

.selectivity-single-select {
  min-height: initial;
  padding: 0;
  padding-left: 0.625rem;
  border-radius: 0;
  flex: 1;
  display: flex;
  align-items: center;
  background: transparent;
  outline: 0; }
  .selectivity-single-select input {
    display: none;
    outline: 0; }
  .selectivity-single-select .selectivity-caret {
    display: none;
    position: static;
    padding-right: 0.625rem; }
  .selectivity-single-select .selectivity-single-result-container {
    flex: 1;
    position: static; }

.selector.focused {
  box-shadow: inset 0 0 0 2px #136484; }

.mx-notification-success {
  background: #5fca7d; }

.mx-notification-info {
  background: #136484; }

.mx-notification-warning {
  background: #f89406; }

.mx-notification-error {
  background: #ff6464; }

.choice-list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* Hover and focus states */
  /* Checked state */
  /* Hover state whilst checked */
  /* Disabled state */
  /* Check mark */
  /* Show check mark */
  /* Checkbox tick */
  /* Disabled tick colour */
  /* Radio button inner circle */
  /* Disabled circle colour */ }
  .choice-list label {
    font-size: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 0;
    cursor: pointer; }
    .choice-list label > .ember-view {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%; }
    .choice-list label .text {
      display: flex;
      flex-direction: column;
      padding-left: 15px; }
    .choice-list label input {
      position: absolute;
      z-index: -1;
      opacity: 0; }
  .choice-list .indicator {
    width: 18.75px;
    height: 18.75px;
    background: #e6e6e6; }
  .choice-list .radio .indicator {
    border-radius: 50%; }
  .choice-list label:hover input ~ .indicator,
  .choice-list label input:focus ~ .indicator {
    background: #ccc; }
  .choice-list label input:checked ~ .indicator {
    background: #136484; }
  .choice-list label input:active ~ .indicator {
    transform: scale(1.2); }
    .choice-list label input:active ~ .indicator:after {
      opacity: 0; }
  .choice-list label input:disabled ~ .indicator {
    pointer-events: none;
    opacity: 0.6;
    background: #e6e6e6; }
  .choice-list .indicator:after {
    position: absolute;
    display: none;
    content: ''; }
  .choice-list label input:checked ~ .indicator:after {
    display: block; }
  .choice-list .checkbox .indicator:after {
    top: 12.75px;
    left: 7.5px;
    width: 4.28571px;
    height: 7.5px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0; }
  .choice-list .checkbox input:disabled ~ .indicator:after {
    border-color: #7b7b7b; }
  .choice-list .radio .indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff; }
  .choice-list .radio input:disabled ~ .indicator:after {
    background: #7b7b7b; }

.mx-fab {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  height: 6rem;
  width: 6rem;
  background: #136484;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 9; }

.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

.hide {
  display: none !important; }

.no-pad {
  padding: 0 !important; }

.no-border {
  border: 0 !important; }

.matrix-page .schedule-edit {
  max-width: 1024px;
  flex: 1; }

.matrix-page .inner-page {
  flex: 1;
  margin: 20px;
  width: 90%; }

.employee-panel {
  position: fixed;
  top: 80px;
  height: 245px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1024px;
  padding-right: 17px;
  z-index: 20;
  border-top: 1px solid #c2c2c2;
  background: #f7f7f7; }
  .employee-panel.pinned {
    background: #f3f3f3; }
  .employee-panel > .activity-row {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0; }
  .employee-panel .closer {
    position: absolute;
    top: 0;
    right: 0; }
  .employee-panel .headline {
    display: flex;
    padding: 15px 56px 0;
    justify-content: space-between; }
    .employee-panel .headline .name {
      font-weight: 700;
      font-size: 1.1rem; }
  .employee-panel .info-table {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0; }
    .employee-panel .info-table .head .row {
      background: transparent; }
      .employee-panel .info-table .head .row .column {
        font-weight: 300;
        font-size: 0.85rem;
        min-height: initial; }
    .employee-panel .info-table .body .row:not(:first-child) {
      border-top: 1px solid #c2c2c2; }
    .employee-panel .info-table .body .row .shift-full-time {
      font-size: 0.7rem; }
    .employee-panel .info-table .body .row > .column:last-of-type,
    .employee-panel .info-table .body .row > :not(:first-child) .column {
      border-left: 1px solid #c2c2c2; }
  .employee-panel .availability-display {
    font-size: 0.7rem; }
  .employee-panel .footer-info {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 15px;
    text-align: right; }
    .employee-panel .footer-info ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 0.7rem; }

.control-panel {
  z-index: 2; }
  .control-panel.awaiting-confirm {
    z-index: 20; }

.x-toggle-component {
  margin: auto;
  vertical-align: middle; }
  .x-toggle-component label.on-label,
  .x-toggle-component label.off-label {
    padding: 0; }

.status {
  padding: 0.45rem 0.75rem !important;
  font-size: 14px;
  width: 150px;
  font-weight: 700;
  text-align: left;
  display: inline-flex;
  justify-content: space-between;
  align-items: center; }
  .status:not(.cursor-default):hover {
    background: #757575 !important; }
  .status.gray-text:not(.cursor-default):hover {
    background: #d5d5d5 !important; }
  .status.thin {
    font-size: 0.75rem;
    padding: 0.15rem 0.45rem !important;
    width: 100px; }

.visibility-status {
  padding: 0.45rem 0.75rem !important;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px; }
  .visibility-status.fixed-width {
    width: 150px;
    justify-content: space-between; }

.active-shrink:active {
  transform: scale(0.95); }

.activity-palette {
  position: relative;
  justify-content: center;
  z-index: 11; }
  .activity-palette .activity-selector-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center; }
  .activity-palette .activity-selector {
    width: 45px;
    font-weight: 300;
    font-size: 0.65rem;
    letter-spacing: 0.05rem;
    padding: 0.15rem 0.5rem;
    margin: 0 0.1875rem;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    position: relative;
    height: 1.5rem; }
    .activity-palette .activity-selector .activity-selector-info {
      display: none; }
    .activity-palette .activity-selector:hover .activity-selector-info.show-info {
      display: flex;
      position: absolute;
      top: 22px;
      left: -2px;
      width: 150px;
      height: 35px;
      z-index: 99;
      padding: 0.25rem;
      align-items: center; }
    .activity-palette .activity-selector.disabled {
      cursor: not-allowed; }
    .activity-palette .activity-selector .mx-text-input {
      color: unset; }
    .activity-palette .activity-selector input.mx-text-input {
      font-size: unset;
      padding-right: 0 !important;
      height: unset; }
  .activity-palette .current-paint {
    box-shadow: 0 0 0 2px #222222; }

.chip {
  display: inline-flex;
  font-size: 0.65rem;
  background: #136484;
  color: #fff;
  padding: 0.15rem 0.25rem;
  border-radius: 2rem; }

.row .row.no-margin {
  margin-left: 0;
  margin-right: 0; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.hidden {
  visibility: hidden; }

.flag-modal ul {
  list-style: none;
  margin-bottom: 3rem;
  margin-left: 0; }

.flag-modal h4 {
  color: #757575;
  border-bottom: 1px solid #c2c2c2; }

.flag-modal .icon-flag {
  margin-right: 0.5rem;
  vertical-align: baseline; }

.fake-text {
  position: relative; }
  .fake-text::after {
    position: absolute;
    display: block;
    content: '';
    height: 0.5em;
    left: 1em;
    right: 1em; }

.multiselect-checkboxes {
  list-style: none;
  max-height: 400px;
  overflow: hidden auto;
  padding: 0; }

.devinfo {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 200px;
  background: #f7ca18;
  color: #222222;
  z-index: 9999999; }
  .devinfo ul {
    list-style: none; }

.flex {
  display: flex; }
  .flex.direction-row {
    flex-direction: row; }
  .flex.direction-column {
    flex-direction: column; }
  .flex.stretch-children > * {
    flex: 1; }

.rotate-90 {
  transform: rotate(90deg); }

.mx-notification {
  border-radius: 0; }
  .mx-notification :last-child {
    background-color: transparent; }

.resize-handle {
  background: red;
  width: 100%;
  height: 25px;
  resize: vertical; }

.refresh-version {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #136484;
  color: #efefef;
  height: 150px;
  width: 250px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .refresh-version button.primary {
    background: #f5d76e !important;
    color: #222222; }
  .refresh-version .small {
    font-size: 0.75rem; }
  .refresh-version a {
    text-decoration: underline; }

.small-text {
  font-size: 0.85rem; }

.toggler {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 12rem;
  background: #d9d9d9;
  overflow: hidden;
  margin: auto;
  border-radius: 3px; }
  .toggler span {
    position: relative;
    display: inline-block;
    width: 4rem;
    text-align: center;
    color: #424242;
    padding: 0.7rem 1rem 0.8rem 1rem;
    font-size: 0.9rem;
    z-index: 1;
    background: transparent;
    cursor: pointer;
    flex: 1; }
  .toggler label {
    display: flex;
    position: relative;
    background: #d9d9d9;
    margin: 0 !important;
    flex: 1; }
    .toggler label::before {
      content: '';
      display: block;
      position: absolute;
      height: 6rem;
      background: #187da5;
      width: 6rem;
      z-index: 1;
      left: 0;
      transition: left 300ms ease-out, width 300ms ease-out, color 300ms ease-out; }
  .toggler.reversed label {
    display: flex;
    flex-direction: row-reverse; }
  .toggler input:checked + label span:last-of-type {
    color: #d9d9d9; }
  .toggler.reversed input:not(:checked) + label::before,
  .toggler:not(.reversed) input:checked + label::before {
    left: 6rem;
    width: 12rem; }
  .toggler input:not(:checked) + label span:first-of-type {
    color: #d9d9d9; }

.x-toggle-component.mx label span {
  padding: 0 0.5rem; }

.x-toggle-component.mx .x-toggle-btn {
  background-color: #d9d9d9 !important;
  padding: 0; }
  .x-toggle-component.mx .x-toggle-btn:after {
    background-color: #136484; }

.x-toggle-component .x-toggle-flip.x-toggle-btn::before {
  background: #ff6464 !important; }

.x-toggle-component .x-toggle-flip.x-toggle-btn::after {
  background: #5fca7d !important; }

.field.midnight, .field.noon {
  position: relative; }
  .field.midnight::before, .field.noon::before {
    display: block;
    position: absolute;
    top: 2.25rem;
    right: 2.5rem;
    z-index: 1;
    font-size: 0.75rem;
    font-style: italic; }

.field.noon::before {
  content: 'noon'; }

.field.midnight::before {
  content: 'midnight'; }

[class^='_c-notification__container--top'],
[class*=' _c-notification__container--top'],
.c-notification__container--top {
  left: initial;
  top: initial;
  right: 10px;
  bottom: 10px; }

.mx-inline-input {
  position: relative;
  display: flex;
  box-shadow: none;
  transition: opacity 300ms;
  justify-content: stretch !important;
  align-items: stretch !important;
  padding: 0 !important; }
  .mx-inline-input.number input {
    text-align: right; }
  .mx-inline-input.centered {
    justify-content: center !important; }
    .mx-inline-input.centered input {
      text-align: center; }
  .mx-inline-input .mx-inline-input-inner-wrapper {
    position: relative;
    display: flex; }
    .mx-inline-input .mx-inline-input-inner-wrapper:not(.loading)::before {
      box-shadow: inset 0 0 0 2px #136484;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      opacity: 0;
      transition: opacity 200ms; }
    .mx-inline-input .mx-inline-input-inner-wrapper.focused::before {
      opacity: 1; }
    .mx-inline-input .mx-inline-input-inner-wrapper input {
      border: 0;
      background: transparent !important;
      width: 100%; }
    .mx-inline-input .mx-inline-input-inner-wrapper.loading::before {
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 1;
      content: '\f110';
      position: absolute;
      display: block;
      width: 1rem;
      height: 1rem;
      right: 0.5rem;
      line-height: 1rem;
      left: initial;
      top: 0;
      bottom: 0;
      margin: auto;
      font-family: FontAwesome;
      animation: fa-spin 2s infinite linear;
      font-size: 1rem;
      line-height: 1rem;
      outline: none; }
    .mx-inline-input .mx-inline-input-inner-wrapper.failure, .mx-inline-input .mx-inline-input-inner-wrapper.successful {
      box-shadow: inset 0 0 0 2px #5fca7d; }
      .mx-inline-input .mx-inline-input-inner-wrapper.failure::after, .mx-inline-input .mx-inline-input-inner-wrapper.successful::after {
        content: '\f00c';
        position: absolute;
        display: block;
        width: 1rem;
        height: 1rem;
        right: 0;
        font-family: FontAwesome;
        font-size: 1rem;
        line-height: 1rem;
        color: #5fca7d;
        transition: opacity 300ms, transform 300ms;
        transform: scale(1);
        opacity: 1; }
      .mx-inline-input .mx-inline-input-inner-wrapper.failure.removing::after, .mx-inline-input .mx-inline-input-inner-wrapper.successful.removing::after {
        opacity: 0;
        transform: scale(2); }
    .mx-inline-input .mx-inline-input-inner-wrapper.failure {
      box-shadow: inset 0 0 0 2px #ff6464; }
      .mx-inline-input .mx-inline-input-inner-wrapper.failure::after {
        content: '\f00d';
        color: #ff6464; }

.divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #9999; }

[data-tooltip] {
  position: relative;
  transition: all 0ms ease;
  text-decoration: none; }
  [data-tooltip]:before {
    content: '';
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0ms ease;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #282828 transparent transparent transparent; }
  [data-tooltip]:after {
    text-transform: none;
    content: attr(data-tooltip);
    font-size: 0.8rem;
    position: absolute;
    color: #fff;
    background: #282828;
    padding: 0.25rem 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 200px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 0;
    border-radius: 4px;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0ms ease; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    opacity: 1; }
  [data-tooltip]:hover:before {
    transform: translate3d(-50%, calc(-100% - 2px), 0); }
  [data-tooltip]:hover:after {
    transform: translate3d(-50%, calc(-100% - 1px), 0); }

label.required::after {
  content: '\f069';
  font-family: FontAwesome;
  font-size: 0.65rem;
  vertical-align: super;
  color: #757575;
  margin-left: 0.25rem; }

.badge {
  background: #9a9a9a;
  height: 1.2rem;
  min-width: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0.25rem; }

.multi-checker {
  width: 100%; }
  .multi-checker .objects {
    max-height: 300px;
    overflow: hidden auto;
    white-space: nowrap; }

.__react_component_tooltip {
  transition: none !important;
  opacity: 0 !important;
  visibility: visible; }

.__react_component_tooltip.show {
  opacity: 1 !important; }

.limit-width {
  max-width: 1024px; }

.report-navigation {
  width: 100%;
  position: relative;
  border-top: 0;
  z-index: 99;
  max-height: 50px; }
  .report-navigation.thin {
    height: 24px; }
    .report-navigation.thin a:not(.button) {
      font-size: 0.85rem; }
    .report-navigation.thin .nav-link button,
    .report-navigation.thin .nav-link .button {
      height: 24px;
      padding: 0 1rem;
      line-height: 24px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
  .report-navigation .button-group {
    margin: 0.8rem 0.8rem 0 0.8rem; }
  .report-navigation .day-buttons {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    margin: auto !important;
    width: 400px;
    text-align: center;
    background: #f7f7f7;
    padding: 0.5rem;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 0; }
    .report-navigation .day-buttons button,
    .report-navigation .day-buttons .button {
      margin: 0; }
      .report-navigation .day-buttons button.secondary,
      .report-navigation .day-buttons .button.secondary {
        background: #f7f7f7; }
        .report-navigation .day-buttons button.secondary.selected,
        .report-navigation .day-buttons .button.secondary.selected {
          font-weight: 700;
          background: #c2c2c2; }
        .report-navigation .day-buttons button.secondary:not(.selected):hover,
        .report-navigation .day-buttons .button.secondary:not(.selected):hover {
          background: #d9d9d9; }

.button-group.no-margin .button {
  margin: 0 !important; }

div.report-select {
  margin: 10px; }
  div.report-select button {
    background: #f7f7f7;
    color: #222222;
    margin: 0px 5px 0px 5px;
    box-sizing: border-box; }
    div.report-select button.selected {
      font-weight: 600;
      background: #5c5c5c;
      color: white; }
    div.report-select button.disabled2 {
      opacity: 0.5 !important;
      cursor: default;
      pointer-events: none; }
    div.report-select button:not(.selected):not(.disabled2):hover {
      background: #d9d9d9; }

.no-pointer-events {
  pointer-events: none; }

.reports-page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .reports-page .weight-semi {
    font-weight: 600 !important; }
  .reports-page .flex-table .column.wrapper .text {
    flex-direction: column;
    align-items: start; }
  .reports-page .flex-table .data-cell {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 0.8rem; }
    .reports-page .flex-table .data-cell .content {
      width: 100%;
      min-height: 30px;
      padding-right: 4px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-end; }

.limit-width {
  max-width: 1024px; }

.full-flex {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%; }

.content-container {
  flex: 1 1 auto;
  position: relative; }

.__react_component_tooltip {
  transition: none !important;
  opacity: 0 !important;
  visibility: visible; }

.__react_component_tooltip.show {
  opacity: 1 !important; }

.store-info-links {
  display: flex;
  margin-bottom: 8px;
  justify-content: center; }
  .store-info-links a {
    margin: 5px; }

.map-marker-popup-report-container {
  padding-left: 5px;
  padding-right: 5px; }

.flex-row-table {
  flex-direction: row; }
  .flex-row-table .row {
    flex-direction: column; }
  .flex-row-table .column {
    flex-direction: column; }
  .flex-row-table .zero-flex-column {
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    color: #222;
    justify-content: center; }
  .flex-row-table .more-pad-right {
    padding-right: 0.8rem; }
  .flex-row-table .pad-right {
    padding-right: 0.4rem; }
  .flex-row-table .pad-left {
    padding-left: 0.4rem; }
  .flex-row-table .no-pad-right {
    padding-right: 0; }
  .flex-row-table .no-pad-left {
    padding-left: 0; }
  .flex-row-table .left {
    align-items: flex-start; }
  .flex-row-table .right {
    align-items: flex-end; }
  .flex-row-table span:empty:before {
    content: "\200b"; }
  .flex-row-table span.bold {
    font-weight: bold; }

.report-data-tooltip {
  white-space: nowrap;
  flex-direction: row; }
  .report-data-tooltip.light-content * {
    color: white !important; }
  .report-data-tooltip .hourly-time {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center; }

.emailStatusTooltip-content {
  max-width: 240px; }

.row-table {
  white-space: nowrap;
  flex-direction: column; }
  .row-table .row {
    flex-direction: row; }
  .row-table .left {
    justify-content: flex-start;
    padding-left: 0; }
  .row-table .right {
    justify-content: flex-end;
    padding-right: 0; }

.leaflet-container {
  position: absolute;
  top: 50px;
  bottom: 0px;
  width: 100%;
  z-index: 1; }

.rollup-table .center {
  justify-content: center !important; }

.rollup-table .right {
  justify-content: flex-end !important; }

.rollup-table .head .weight-heavy {
  font-weight: 700 !important; }

.rollup-table .body .row {
  border-top: none !important;
  border-bottom: 1px dotted #aaa !important; }
  .rollup-table .body .row :not(:first-child) {
    border-left: 1px dotted #aaa; }

.no-style-input {
  border: 0;
  outline-style: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
  padding: 0; }

.items-center {
  align-items: center; }

.fake-link {
  color: #156c8e; }

.ellipsis-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.wrapper {
  min-width: 0; }
  .wrapper .column {
    min-width: 0; }

.store-summary-page {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .store-summary-page .flex-table .left-border {
    border-left: 1px dotted #999; }
  .store-summary-page .flex-table .day-sort-note {
    position: absolute;
    bottom: 8px;
    font-size: 0.7rem;
    font-weight: bold; }
  .store-summary-page .flex-table .thin-column {
    min-height: auto !important; }
  .store-summary-page .flex-table .column.top-border {
    border-top: 1px dotted #aaa; }
  .store-summary-page .f-row {
    display: flex;
    flex-direction: row;
    border-top: 1px dotted #aaa; }
    .store-summary-page .f-row.no-top-border {
      border-top: none; }
    .store-summary-page .f-row.bottom-border {
      border-bottom: 1px dotted #aaa; }
    .store-summary-page .f-row:hover {
      background-color: #eee; }
  .store-summary-page .day-header * {
    z-index: 2;
    pointer-events: none; }
  .store-summary-page .day-header .partial-container {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex; }
    .store-summary-page .day-header .partial-container div {
      flex: 1 1 auto;
      cursor: pointer;
      pointer-events: auto;
      display: flex;
      justify-content: center; }
      .store-summary-page .day-header .partial-container div:hover {
        background-color: #f5f5f5; }
  .store-summary-page .day-sort-indicator {
    line-height: 0rem;
    font-size: 0.65rem;
    bottom: 20%;
    position: absolute; }
  .store-summary-page .weight-semi {
    font-weight: 600 !important; }
  .store-summary-page .hoo-cell {
    border-left: 1px solid transparent; }
    .store-summary-page .hoo-cell .time-container {
      padding: 0rem 0.4rem;
      display: flex;
      justify-content: space-between;
      width: 100%; }
    .store-summary-page .hoo-cell:hover .hours-block {
      border: 2px solid #00000085; }
    .store-summary-page .hoo-cell .hours-block {
      display: block;
      position: absolute;
      top: 0px;
      bottom: 0px; }
      .store-summary-page .hoo-cell .hours-block.hoo-same {
        background: #7fb5ca; }
      .store-summary-page .hoo-cell .hours-block.hoo-exception {
        background: #6647af; }
      .store-summary-page .hoo-cell .hours-block.hoo-new-default {
        background: #587d8b; }
    .store-summary-page .hoo-cell .hoo-time {
      display: flex;
      font-size: 0.7rem; }
    .store-summary-page .hoo-cell.day-closed {
      background: #fff;
      color: #777;
      font-weight: bold;
      font-size: 0.8rem;
      align-items: center;
      justify-content: center; }
    .store-summary-page .hoo-cell.odd-hours .time-container {
      background-color: #f7ca18; }
  .store-summary-page .f-row.group-header {
    background: #fff;
    align-items: center;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding-left: 10px;
    z-index: 2; }
  .store-summary-page .hours-grid-container {
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none; }
    .store-summary-page .hours-grid-container .hours-grid {
      width: 100%;
      height: 100%;
      display: flex;
      position: absolute; }
      .store-summary-page .hours-grid-container .hours-grid .hour-line {
        border-left: 1px solid transparent;
        z-index: 2; }

.hoo-tooltip {
  white-space: nowrap;
  flex-direction: row; }
  .hoo-tooltip .x-heading {
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .hoo-tooltip .x-labels {
    color: #a0a0a0; }
  .hoo-tooltip .x-values {
    color: #fff; }
  .hoo-tooltip .text-duration {
    display: flex;
    justify-content: center; }
    .hoo-tooltip .text-duration.pad-above {
      padding-top: 8px; }
  .hoo-tooltip .even-flex {
    display: flex;
    flex: 1;
    justify-content: center; }

.colorBlindToggle {
  position: absolute;
  float: left;
  right: 0;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  margin-top: 74px;
  padding: 0%;
  z-index: 100;
  text-align: center;
  font-size: 25px; }

#colorBlindToggleButton {
  cursor: pointer; }

.colorBlindToggleOn {
  color: #88a898;
  border: 2px solid transparent;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #0a803f, #0ecc64, #6fc7ff, #0c29b8), linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.5));
  background-origin: border-box;
  background-clip: content-box, border-box;
  float: left;
  padding: 1%;
  height: 48px;
  width: 48px;
  overflow: hidden;
  zoom: 1; }

.colorBlindToggleOff {
  color: #c8c8c8;
  border: 2px solid transparent;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #0a803f, #0ecc64, #ffaa00, #ff5500), linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.5));
  background-origin: border-box;
  background-clip: content-box, border-box;
  float: left;
  padding: 1%;
  height: 48px;
  width: 48px;
  overflow: hidden;
  zoom: 1; }

.mapBox {
  z-index: 1; }

.chart-container {
  position: relative;
  width: 100%; }
  .chart-container svg {
    width: 100%;
    pointer-events: all; }
    .chart-container svg * {
      pointer-events: none; }
  .chart-container .chart-legend {
    position: absolute;
    padding: 8px;
    display: flex;
    flex-direction: column;
    left: 10px;
    top: 0px; }
    .chart-container .chart-legend .legend-entry {
      padding: 5px;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .chart-container .chart-legend .legend-entry .series-icon-area {
        width: 15px;
        height: 15px;
        margin-right: 8px; }
      .chart-container .chart-legend .legend-entry .series-icon-line {
        width: 15px;
        margin-right: 8px; }
      .chart-container .chart-legend .legend-entry .series-text {
        font-size: 0.8rem; }

#modal-appointments-modal > div.modal.narrow > div.content {
  padding-left: 1em;
  padding-right: 1rem; }

.collapsible {
  overflow: hidden;
  position: relative; }

span.appointment-time {
  clear: both;
  float: left;
  min-width: 25%;
  padding-right: 0%;
  min-height: 1rem;
  color: #757575;
  margin-bottom: .25rem; }

span.appointment-info {
  float: left;
  padding-left: 0%;
  width: 75%;
  min-height: 1rem;
  color: #757575;
  margin-bottom: .25rem; }

.collapsible h4 {
  font-size: 1.1em;
  padding-top: 1rem;
  padding-bottom: .1%;
  color: #9a9a9a;
  border-bottom: 1px solid #c2c2c2; }

.collapsible .collapsible__children {
  color: #5c5c5c;
  overflow: hidden;
  clear: both;
  margin-bottom: .25rem; }

.collapsible .collapsible__children .collapsible {
  clear: both;
  padding-left: 1.5rem;
  padding-bottom: .5rem;
  font-size: 1em; }

.collapsible .collapsible__children .collapsible .collapsible__children {
  color: #757575; }

span.sub {
  font-size: .9rem;
  color: #9a9a9a; }

.collapsible .collapsible__children .collapsible .collapsible__children .sub-end {
  padding-bottom: 1rem; }

.collapsible > .collapsible__children > div:hover, .collapsible > h4:hover {
  background-color: #efefef;
  color: #424242; }

.collapsible__children--collapsed {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.collapsible__children--open {
  max-height: none; }
