/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(/stylesheets/foundation-icons-1cd4a8fd4256f604413ba805f5c7630c.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

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.0625em)/";
  width: 64.0625em;
}

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

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

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

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

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;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

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,
.mqa-display img,
.mqa-display embed,
.mqa-display 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;
}

.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 {
  margin: 0 auto;
  max-width: 87.5rem;
  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 {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.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;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .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.0625em) {
  .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 {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .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;
  }
}

/* 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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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;
  }
  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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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;
  }
  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.0625em) {
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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;
  }
  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.0625em) {
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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;
  }
  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.0625em) {
  .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 {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 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;
  }
  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;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}

[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;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .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 {
    list-style: none;
    width: 50%;
  }
  .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 {
    list-style: none;
    width: 33.33333%;
  }
  .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 {
    list-style: none;
    width: 25%;
  }
  .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 {
    list-style: none;
    width: 20%;
  }
  .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 {
    list-style: none;
    width: 16.66667%;
  }
  .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 {
    list-style: none;
    width: 14.28571%;
  }
  .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 {
    list-style: none;
    width: 12.5%;
  }
  .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 {
    list-style: none;
    width: 11.11111%;
  }
  .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 {
    list-style: none;
    width: 10%;
  }
  .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 {
    list-style: none;
    width: 9.09091%;
  }
  .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 {
    list-style: none;
    width: 8.33333%;
  }
  .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 {
    list-style: none;
    width: 100%;
  }
  .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 {
    list-style: none;
    width: 50%;
  }
  .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 {
    list-style: none;
    width: 33.33333%;
  }
  .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 {
    list-style: none;
    width: 25%;
  }
  .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 {
    list-style: none;
    width: 20%;
  }
  .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 {
    list-style: none;
    width: 16.66667%;
  }
  .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 {
    list-style: none;
    width: 14.28571%;
  }
  .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 {
    list-style: none;
    width: 12.5%;
  }
  .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 {
    list-style: none;
    width: 11.11111%;
  }
  .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 {
    list-style: none;
    width: 10%;
  }
  .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 {
    list-style: none;
    width: 9.09091%;
  }
  .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 {
    list-style: none;
    width: 8.33333%;
  }
  .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.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .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 {
    list-style: none;
    width: 50%;
  }
  .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 {
    list-style: none;
    width: 33.33333%;
  }
  .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 {
    list-style: none;
    width: 25%;
  }
  .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 {
    list-style: none;
    width: 20%;
  }
  .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 {
    list-style: none;
    width: 16.66667%;
  }
  .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 {
    list-style: none;
    width: 14.28571%;
  }
  .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 {
    list-style: none;
    width: 12.5%;
  }
  .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 {
    list-style: none;
    width: 11.11111%;
  }
  .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 {
    list-style: none;
    width: 10%;
  }
  .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 {
    list-style: none;
    width: 9.09091%;
  }
  .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 {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.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.0625em) 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.0625em) {
  .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.0625em) 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.0625em) {
  .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.0625em) and (max-width: 6249999.9375em) {
  .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.0625em) {
  .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: #009ED7;
  line-height: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: #0088b9;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  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;
  font-style: italic;
  line-height: 1.35;
}

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

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 60%;
  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;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* 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 {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

ul {
  margin-left: 1.1rem;
}

/* 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;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

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

/* 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)
      */
@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.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  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-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #009ED7;
  border-color: #007eac;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007eac;
}

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: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  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: #009ED7;
  border-color: #007eac;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

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: #007eac;
}

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: #009ED7;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

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;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

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;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

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;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

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;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

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;
  }
}

/* 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 {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  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 {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

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

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

.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:not([type]), 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;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  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-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus, 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:not([type]):disabled, 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:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]), 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:not([type]).radius, 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,
form .row .prefix-radius.row.collapse button {
  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,
form .row .postfix-radius.row.collapse button {
  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,
form .row .prefix-round.row.collapse button {
  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,
form .row .postfix-round.row.collapse button {
  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;
  -moz-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%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  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;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 3px;
}

select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

select[multiple] {
  height: auto;
}

/* 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;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

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

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

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

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

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

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

label.error {
  color: #f04124;
}

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.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;
}

.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;
  margin-left: -0.375rem;
  top: 48%;
}

.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;
  margin-left: -0.375rem;
  top: 48%;
}

.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;
  margin-left: -0.375rem;
  top: 48%;
}

.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;
  margin-left: -0.375rem;
  top: 48%;
}

.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;
}

.split.button.no-pip span:before {
  border-style: none;
}

.split.button.no-pip span:after {
  border-style: none;
}

.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

.accordion {
  margin-bottom: 0;
  margin-left: 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;
  color: #222222;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 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 {
  background: #FFFFFF;
  display: block;
}

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

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

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}

.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section, .fixed.expanded:not(.top-bar) .staff-bar-section, .fixed.expanded:not(.top-bar) .home-bar-section, .fixed.expanded:not(.top-bar) .resident-bar-section {
  margin-top: 2.8125rem;
  z-index: 98;
}

.top-bar {
  background: #ececec;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}

.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.75rem;
  padding-bottom: .35rem;
  padding-top: .35rem;
}

.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4125rem;
  padding-top: 0.4125rem;
}

@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}

.top-bar .title-area {
  margin: 0;
  position: relative;
}

.top-bar .name {
  font-size: 16px;
  height: 2.8125rem;
  margin: 0;
}

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.0625rem;
  line-height: 2.8125rem;
  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 {
  color: #576264;
  display: block;
  font-weight: normal;
  padding: 0 0.9375rem;
  width: 75%;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #576264;
  display: block;
  font-size: 0.8125rem;
  font-weight: bold;
  height: 2.8125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #576264;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #576264, 0 7px 0 1px #576264, 0 14px 0 1px #576264;
  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 {
  background: transparent;
  height: auto;
}

.top-bar.expanded .title-area {
  background: #ececec;
}

.top-bar.expanded .toggle-topbar a {
  color: #009ED7;
}

.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;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown, .top-bar.expanded .staff-bar-section .has-dropdown.moved > .dropdown, .top-bar.expanded .home-bar-section .has-dropdown.moved > .dropdown, .top-bar.expanded .resident-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown,
  .top-bar.expanded .staff-bar-section .dropdown,
  .top-bar.expanded .home-bar-section .dropdown,
  .top-bar.expanded .resident-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul, .top-bar.expanded .staff-bar-section .has-dropdown:not(.moved) > ul, .top-bar.expanded .home-bar-section .has-dropdown:not(.moved) > ul, .top-bar.expanded .resident-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section, .staff-bar-section, .home-bar-section, .resident-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul, .staff-bar-section ul, .home-bar-section ul, .resident-bar-section ul {
  display: block;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.top-bar-section .divider, .staff-bar-section .divider, .home-bar-section .divider, .resident-bar-section .divider,
.top-bar-section [role="separator"],
.staff-bar-section [role="separator"],
.home-bar-section [role="separator"],
.resident-bar-section [role="separator"] {
  border-top: solid 1px #767676;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li, .staff-bar-section ul li, .home-bar-section ul li, .resident-bar-section ul li {
  background: #ececec;
}

.top-bar-section ul li > a, .staff-bar-section ul li > a, .home-bar-section ul li > a, .resident-bar-section ul li > a {
  color: #576264;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  padding-left: 0.9375rem;
  padding: 12px 0 12px 0.9375rem;
  text-transform: none;
  width: 100%;
}

.top-bar-section ul li > a.button, .staff-bar-section ul li > a.button, .home-bar-section ul li > a.button, .resident-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #009ED7;
  border-color: #007eac;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button:hover, .staff-bar-section ul li > a.button:hover, .home-bar-section ul li > a.button:hover, .resident-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus, .staff-bar-section ul li > a.button:focus, .home-bar-section ul li > a.button:focus, .resident-bar-section ul li > a.button:focus {
  background-color: #007eac;
}

.top-bar-section ul li > a.button:hover, .staff-bar-section ul li > a.button:hover, .home-bar-section ul li > a.button:hover, .resident-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus, .staff-bar-section ul li > a.button:focus, .home-bar-section ul li > a.button:focus, .resident-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.secondary, .staff-bar-section ul li > a.button.secondary, .home-bar-section ul li > a.button.secondary, .resident-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

.top-bar-section ul li > a.button.secondary:hover, .staff-bar-section ul li > a.button.secondary:hover, .home-bar-section ul li > a.button.secondary:hover, .resident-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .staff-bar-section ul li > a.button.secondary:focus, .home-bar-section ul li > a.button.secondary:focus, .resident-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}

.top-bar-section ul li > a.button.secondary:hover, .staff-bar-section ul li > a.button.secondary:hover, .home-bar-section ul li > a.button.secondary:hover, .resident-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus, .staff-bar-section ul li > a.button.secondary:focus, .home-bar-section ul li > a.button.secondary:focus, .resident-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}

.top-bar-section ul li > a.button.success, .staff-bar-section ul li > a.button.success, .home-bar-section ul li > a.button.success, .resident-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.success:hover, .staff-bar-section ul li > a.button.success:hover, .home-bar-section ul li > a.button.success:hover, .resident-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus, .staff-bar-section ul li > a.button.success:focus, .home-bar-section ul li > a.button.success:focus, .resident-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li > a.button.success:hover, .staff-bar-section ul li > a.button.success:hover, .home-bar-section ul li > a.button.success:hover, .resident-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus, .staff-bar-section ul li > a.button.success:focus, .home-bar-section ul li > a.button.success:focus, .resident-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.alert, .staff-bar-section ul li > a.button.alert, .home-bar-section ul li > a.button.alert, .resident-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.alert:hover, .staff-bar-section ul li > a.button.alert:hover, .home-bar-section ul li > a.button.alert:hover, .resident-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus, .staff-bar-section ul li > a.button.alert:focus, .home-bar-section ul li > a.button.alert:focus, .resident-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > a.button.alert:hover, .staff-bar-section ul li > a.button.alert:hover, .home-bar-section ul li > a.button.alert:hover, .resident-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus, .staff-bar-section ul li > a.button.alert:focus, .home-bar-section ul li > a.button.alert:focus, .resident-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.warning, .staff-bar-section ul li > a.button.warning, .home-bar-section ul li > a.button.warning, .resident-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.warning:hover, .staff-bar-section ul li > a.button.warning:hover, .home-bar-section ul li > a.button.warning:hover, .resident-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus, .staff-bar-section ul li > a.button.warning:focus, .home-bar-section ul li > a.button.warning:focus, .resident-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}

.top-bar-section ul li > a.button.warning:hover, .staff-bar-section ul li > a.button.warning:hover, .home-bar-section ul li > a.button.warning:hover, .resident-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus, .staff-bar-section ul li > a.button.warning:focus, .home-bar-section ul li > a.button.warning:focus, .resident-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > a.button.info, .staff-bar-section ul li > a.button.info, .home-bar-section ul li > a.button.info, .resident-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

.top-bar-section ul li > a.button.info:hover, .staff-bar-section ul li > a.button.info:hover, .home-bar-section ul li > a.button.info:hover, .resident-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus, .staff-bar-section ul li > a.button.info:focus, .home-bar-section ul li > a.button.info:focus, .resident-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}

.top-bar-section ul li > a.button.info:hover, .staff-bar-section ul li > a.button.info:hover, .home-bar-section ul li > a.button.info:hover, .resident-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus, .staff-bar-section ul li > a.button.info:focus, .home-bar-section ul li > a.button.info:focus, .resident-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button, .staff-bar-section ul li > button, .home-bar-section ul li > button, .resident-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background-color: #009ED7;
  border-color: #007eac;
  color: #FFFFFF;
}

.top-bar-section ul li > button:hover, .staff-bar-section ul li > button:hover, .home-bar-section ul li > button:hover, .resident-bar-section ul li > button:hover, .top-bar-section ul li > button:focus, .staff-bar-section ul li > button:focus, .home-bar-section ul li > button:focus, .resident-bar-section ul li > button:focus {
  background-color: #007eac;
}

.top-bar-section ul li > button:hover, .staff-bar-section ul li > button:hover, .home-bar-section ul li > button:hover, .resident-bar-section ul li > button:hover, .top-bar-section ul li > button:focus, .staff-bar-section ul li > button:focus, .home-bar-section ul li > button:focus, .resident-bar-section ul li > button:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.secondary, .staff-bar-section ul li > button.secondary, .home-bar-section ul li > button.secondary, .resident-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

.top-bar-section ul li > button.secondary:hover, .staff-bar-section ul li > button.secondary:hover, .home-bar-section ul li > button.secondary:hover, .resident-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus, .staff-bar-section ul li > button.secondary:focus, .home-bar-section ul li > button.secondary:focus, .resident-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}

.top-bar-section ul li > button.secondary:hover, .staff-bar-section ul li > button.secondary:hover, .home-bar-section ul li > button.secondary:hover, .resident-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus, .staff-bar-section ul li > button.secondary:focus, .home-bar-section ul li > button.secondary:focus, .resident-bar-section ul li > button.secondary:focus {
  color: #333333;
}

.top-bar-section ul li > button.success, .staff-bar-section ul li > button.success, .home-bar-section ul li > button.success, .resident-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

.top-bar-section ul li > button.success:hover, .staff-bar-section ul li > button.success:hover, .home-bar-section ul li > button.success:hover, .resident-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus, .staff-bar-section ul li > button.success:focus, .home-bar-section ul li > button.success:focus, .resident-bar-section ul li > button.success:focus {
  background-color: #368a55;
}

.top-bar-section ul li > button.success:hover, .staff-bar-section ul li > button.success:hover, .home-bar-section ul li > button.success:hover, .resident-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus, .staff-bar-section ul li > button.success:focus, .home-bar-section ul li > button.success:focus, .resident-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.alert, .staff-bar-section ul li > button.alert, .home-bar-section ul li > button.alert, .resident-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

.top-bar-section ul li > button.alert:hover, .staff-bar-section ul li > button.alert:hover, .home-bar-section ul li > button.alert:hover, .resident-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus, .staff-bar-section ul li > button.alert:focus, .home-bar-section ul li > button.alert:focus, .resident-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}

.top-bar-section ul li > button.alert:hover, .staff-bar-section ul li > button.alert:hover, .home-bar-section ul li > button.alert:hover, .resident-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus, .staff-bar-section ul li > button.alert:focus, .home-bar-section ul li > button.alert:focus, .resident-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.warning, .staff-bar-section ul li > button.warning, .home-bar-section ul li > button.warning, .resident-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

.top-bar-section ul li > button.warning:hover, .staff-bar-section ul li > button.warning:hover, .home-bar-section ul li > button.warning:hover, .resident-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus, .staff-bar-section ul li > button.warning:focus, .home-bar-section ul li > button.warning:focus, .resident-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}

.top-bar-section ul li > button.warning:hover, .staff-bar-section ul li > button.warning:hover, .home-bar-section ul li > button.warning:hover, .resident-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus, .staff-bar-section ul li > button.warning:focus, .home-bar-section ul li > button.warning:focus, .resident-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}

.top-bar-section ul li > button.info, .staff-bar-section ul li > button.info, .home-bar-section ul li > button.info, .resident-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

.top-bar-section ul li > button.info:hover, .staff-bar-section ul li > button.info:hover, .home-bar-section ul li > button.info:hover, .resident-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus, .staff-bar-section ul li > button.info:focus, .home-bar-section ul li > button.info:focus, .resident-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}

.top-bar-section ul li > button.info:hover, .staff-bar-section ul li > button.info:hover, .home-bar-section ul li > button.info:hover, .resident-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus, .staff-bar-section ul li > button.info:focus, .home-bar-section ul li > button.info:focus, .resident-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}

.top-bar-section ul li:hover:not(.has-form) > a, .staff-bar-section ul li:hover:not(.has-form) > a, .home-bar-section ul li:hover:not(.has-form) > a, .resident-bar-section ul li:hover:not(.has-form) > a {
  background-color: #009ED7;
  color: #FFFFFF;
  background: #009ED7;
}

.top-bar-section ul li.active > a, .staff-bar-section ul li.active > a, .home-bar-section ul li.active > a, .resident-bar-section ul li.active > a {
  background: #009ED7;
  color: #FFFFFF;
}

.top-bar-section ul li.active > a:hover, .staff-bar-section ul li.active > a:hover, .home-bar-section ul li.active > a:hover, .resident-bar-section ul li.active > a:hover {
  background: #0088b9;
  color: #FFFFFF;
}

.top-bar-section .has-form, .staff-bar-section .has-form, .home-bar-section .has-form, .resident-bar-section .has-form {
  padding: 0.9375rem;
}

.top-bar-section .has-dropdown, .staff-bar-section .has-dropdown, .home-bar-section .has-dropdown, .resident-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after, .staff-bar-section .has-dropdown > a:after, .home-bar-section .has-dropdown > a:after, .resident-bar-section .has-dropdown > a:after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #acacac;
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved, .staff-bar-section .has-dropdown.moved, .home-bar-section .has-dropdown.moved, .resident-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown, .staff-bar-section .has-dropdown.moved > .dropdown, .home-bar-section .has-dropdown.moved > .dropdown, .resident-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after, .staff-bar-section .has-dropdown.moved > a:after, .home-bar-section .has-dropdown.moved > a:after, .resident-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown, .staff-bar-section .dropdown, .home-bar-section .dropdown, .resident-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}

.top-bar-section .dropdown li, .staff-bar-section .dropdown li, .home-bar-section .dropdown li, .resident-bar-section .dropdown li {
  height: auto;
  width: 100%;
}

.top-bar-section .dropdown li a, .staff-bar-section .dropdown li a, .home-bar-section .dropdown li a, .resident-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li a.parent-link, .staff-bar-section .dropdown li a.parent-link, .home-bar-section .dropdown li a.parent-link, .resident-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5, .staff-bar-section .dropdown li.title h5, .home-bar-section .dropdown li.title h5, .resident-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link, .staff-bar-section .dropdown li.parent-link, .home-bar-section .dropdown li.parent-link, .resident-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a, .staff-bar-section .dropdown li.title h5 a, .home-bar-section .dropdown li.title h5 a, .resident-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a, .staff-bar-section .dropdown li.parent-link a, .home-bar-section .dropdown li.parent-link a, .resident-bar-section .dropdown li.parent-link a {
  color: #576264;
  display: block;
}

.top-bar-section .dropdown li.title h5 a:hover, .staff-bar-section .dropdown li.title h5 a:hover, .home-bar-section .dropdown li.title h5 a:hover, .resident-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover, .staff-bar-section .dropdown li.parent-link a:hover, .home-bar-section .dropdown li.parent-link a:hover, .resident-bar-section .dropdown li.parent-link a:hover {
  background: none;
}

.top-bar-section .dropdown li.has-form, .staff-bar-section .dropdown li.has-form, .home-bar-section .dropdown li.has-form, .resident-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li .button, .staff-bar-section .dropdown li .button, .home-bar-section .dropdown li .button, .resident-bar-section .dropdown li .button,
.top-bar-section .dropdown li button,
.staff-bar-section .dropdown li button,
.home-bar-section .dropdown li button,
.resident-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label, .staff-bar-section .dropdown label, .home-bar-section .dropdown label, .resident-bar-section .dropdown label {
  color: #777777;
  font-size: 0.625rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0.9375rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 64em) {
  .top-bar {
    background: #ececec;
    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,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 0.875rem;
    height: 1.75rem;
    position: relative;
    top: 0.53125rem;
  }
  .top-bar.expanded {
    background: #ececec;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 87.5rem;
  }
  .top-bar-section, .staff-bar-section, .home-bar-section, .resident-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul, .staff-bar-section ul, .home-bar-section ul, .resident-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li, .staff-bar-section ul li, .home-bar-section ul li, .resident-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated, .staff-bar-section ul li .js-generated, .home-bar-section ul li .js-generated, .resident-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button), .staff-bar-section li.hover > a:not(.button), .home-bar-section li.hover > a:not(.button), .resident-bar-section li.hover > a:not(.button) {
    background-color: #009ED7;
    background: #009ED7;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button), .staff-bar-section li:not(.has-form) a:not(.button), .home-bar-section li:not(.has-form) a:not(.button), .resident-bar-section li:not(.has-form) a:not(.button) {
    background: #ececec;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover, .staff-bar-section li:not(.has-form) a:not(.button):hover, .home-bar-section li:not(.has-form) a:not(.button):hover, .resident-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #009ED7;
    background: #009ED7;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button), .staff-bar-section li.active:not(.has-form) a:not(.button), .home-bar-section li.active:not(.has-form) a:not(.button), .resident-bar-section li.active:not(.has-form) a:not(.button) {
    background: #009ED7;
    color: #FFFFFF;
    line-height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover, .staff-bar-section li.active:not(.has-form) a:not(.button):hover, .home-bar-section li.active:not(.has-form) a:not(.button):hover, .resident-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0088b9;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a, .staff-bar-section .has-dropdown > a, .home-bar-section .has-dropdown > a, .resident-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  .top-bar-section .has-dropdown > a:after, .staff-bar-section .has-dropdown > a:after, .home-bar-section .has-dropdown > a:after, .resident-bar-section .has-dropdown > a:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #acacac transparent transparent transparent;
    border-top-style: solid;
    margin-top: -4px;
    top: 1.40625rem;
  }
  .top-bar-section .has-dropdown.moved, .staff-bar-section .has-dropdown.moved, .home-bar-section .has-dropdown.moved, .resident-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown, .staff-bar-section .has-dropdown.moved > .dropdown, .home-bar-section .has-dropdown.moved > .dropdown, .resident-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .staff-bar-section .has-dropdown.hover > .dropdown, .home-bar-section .has-dropdown.hover > .dropdown, .resident-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown, .staff-bar-section .has-dropdown.not-click:hover > .dropdown, .home-bar-section .has-dropdown.not-click:hover > .dropdown, .resident-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown, .staff-bar-section .has-dropdown > a:focus + .dropdown, .home-bar-section .has-dropdown > a:focus + .dropdown, .resident-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after, .staff-bar-section .has-dropdown .dropdown li.has-dropdown > a:after, .home-bar-section .has-dropdown .dropdown li.has-dropdown > a:after, .resident-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 0.1875rem;
    right: 5px;
  }
  .top-bar-section .dropdown, .staff-bar-section .dropdown, .home-bar-section .dropdown, .resident-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a, .staff-bar-section .dropdown li a, .home-bar-section .dropdown li a, .resident-bar-section .dropdown li a {
    background: #ececec;
    color: #576264;
    line-height: 2.8125rem;
    padding: 12px 0.9375rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), .staff-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), .home-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), .resident-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #ececec;
    color: #576264;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button), .staff-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button), .home-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button), .resident-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #009ED7;
    color: #fff;
    background: #009ED7;
  }
  .top-bar-section .dropdown li label, .staff-bar-section .dropdown li label, .home-bar-section .dropdown li label, .resident-bar-section .dropdown li label {
    background: #009ED7;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown, .staff-bar-section .dropdown li .dropdown, .home-bar-section .dropdown li .dropdown, .resident-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .staff-bar-section > ul > .divider, .home-bar-section > ul > .divider, .resident-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"],
  .staff-bar-section > ul > [role="separator"],
  .home-bar-section > ul > [role="separator"],
  .resident-bar-section > ul > [role="separator"] {
    border-right: solid 1px #eeeeee;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  .top-bar-section .has-form, .staff-bar-section .has-form, .home-bar-section .has-form, .resident-bar-section .has-form {
    background: #ececec;
    height: 2.8125rem;
    padding: 0 0.9375rem;
  }
  .top-bar-section .right li .dropdown, .staff-bar-section .right li .dropdown, .home-bar-section .right li .dropdown, .resident-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown, .staff-bar-section .right li .dropdown li .dropdown, .home-bar-section .right li .dropdown li .dropdown, .resident-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown, .staff-bar-section .left li .dropdown, .home-bar-section .left li .dropdown, .resident-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown, .staff-bar-section .left li .dropdown li .dropdown, .home-bar-section .left li .dropdown li .dropdown, .resident-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a, .no-js .staff-bar-section ul li:hover > a, .no-js .home-bar-section ul li:hover > a, .no-js .resident-bar-section ul li:hover > a {
    background-color: #009ED7;
    background: #009ED7;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a, .no-js .staff-bar-section ul li:active > a, .no-js .home-bar-section ul li:active > a, .no-js .resident-bar-section ul li:active > a {
    background: #009ED7;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown, .no-js .staff-bar-section .has-dropdown:hover > .dropdown, .no-js .home-bar-section .has-dropdown:hover > .dropdown, .no-js .resident-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown, .no-js .staff-bar-section .has-dropdown > a:focus + .dropdown, .no-js .home-bar-section .has-dropdown > a:focus + .dropdown, .no-js .resident-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}

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

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    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 {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  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 {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
}

.orbit-container .orbit-slide-number {
  left: 10px;
  background: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  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 {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}

.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}

.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 {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  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 {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}

.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 {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}

.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.5625rem;
  margin-right: 6px;
  width: 0.5625rem;
  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 > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}

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

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 87.5rem;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}

.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 87.5rem;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 87.5rem;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 87.5rem;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 87.5rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 87.5rem;
    right: 0;
    width: 95%;
  }
}

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 87.5rem;
    right: 0;
    width: 100%;
  }
}

.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #009ED7;
  border-color: #0088b9;
  color: #FFFFFF;
}

.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

.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;
}

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}

.breadcrumbs > * {
  color: #009ED7;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a {
  color: #009ED7;
}

.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}

.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}

.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 {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}

.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  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: "/";
}

.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #009ED7;
  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;
}

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

.inline-list > li > * {
  display: block;
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

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;
  pointer-events: none;
}

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: #009ED7;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}

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: #009ED7;
}

ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  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: #d9d9d9;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #edfaff;
  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: #009ED7;
}

.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0088b9;
}

.panel.radius {
  border-radius: 3px;
}

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
}

.progress .meter {
  background: #009ED7;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress .meter.secondary {
  background: #e7e7e7;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress .meter.success {
  background: #43AC6A;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress .meter.alert {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress.secondary .meter {
  background: #e7e7e7;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress.success .meter {
  background: #43AC6A;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress.alert .meter {
  background: #f04124;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}

.progress.radius {
  border-radius: 3px;
}

.progress.radius .meter {
  border-radius: 2px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.side-nav {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}

.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}

.side-nav li a:not(.button) {
  color: #009ED7;
  display: block;
  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: #31c8ff;
}

.side-nav li a:not(.button):active {
  color: #31c8ff;
}

.side-nav li.active > a:first-child:not(.button) {
  color: #31c8ff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}

.side-nav li.heading {
  color: #009ED7;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}

.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;
  background: #009ED7;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0088b9;
}

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}

.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}

.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: .25rem;
  position: absolute;
  top: .25rem;
  width: 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);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.switch input:checked + label {
  background: #009ED7;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  height: 2rem;
  width: 4rem;
}

.switch label:after {
  height: 1.5rem;
  width: 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: #009ED7;
}

.switch.large label {
  height: 2.5rem;
  width: 5rem;
}

.switch.large label:after {
  height: 2rem;
  width: 2rem;
}

.switch.large input:checked + label:after {
  left: 2.75rem;
}

.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}

.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}

.switch.small input:checked + label:after {
  left: 2rem;
}

.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}

.switch.tiny label:after {
  height: 1rem;
  width: 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;
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}

[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;
}

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  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 {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  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;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #004761;
  color: #009ED7;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}

.tooltip > .nub {
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  border-bottom: dotted 1px #004761 !important;
  color: #009ED7 !important;
}

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

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

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown.open {
  display: block;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  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 {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right.open {
  display: block;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left.open {
  display: block;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  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 {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  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 {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

.f-dropdown.drop-top.open {
  display: block;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content.open {
  display: block;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.radius {
  border-radius: 3px;
}

.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;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  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: #ececec;
  color: #009ED7;
  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 {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #767676;
  left: 0;
}

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

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0;
}

.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 {
  color: #576264;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem;
}

.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #576264, 0 7px 0 1px #576264, 0 14px 0 1px #576264;
  width: 1rem;
}

.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #3d4546, 0 7px 0 1px #3d4546, 0 14px 0 1px #3d4546;
}

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

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

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

.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

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

.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

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

.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
}

ul.off-canvas-list li a {
  border-bottom: 1px solid #262626;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.66667rem;
  transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
  background: #a5a5a5;
}

ul.off-canvas-list li a:active {
  background: #a5a5a5;
}

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

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

@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 {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}

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

@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

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

@media only screen and (min-width: 40.063em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

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

@media only screen and (min-width: 40.063em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-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;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@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;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@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;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

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

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

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

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

@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-bottom .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 .top-off-canvas-menu {
  top: -18.75rem;
}

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem;
}

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

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

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem;
}

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 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 {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.left-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline;
}

.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 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 {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.right-submenu .back > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline;
}

.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  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;
}

.top-submenu * {
  -webkit-backface-visibility: hidden;
}

.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.top-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  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;
}

.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}

.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 0.9375rem;
  text-transform: uppercase;
  margin: 0;
}

.bottom-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}

.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(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: .5rem;
  display: inline;
}

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

.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.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  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 {
  display: inline-block;
  margin: 0 -2px;
  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 {
  display: inline-block;
  margin: 0 -2px;
  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 {
  display: inline-block;
  margin: 0 -2px;
  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 {
  display: inline-block;
  margin: 0 -2px;
  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 {
  display: inline-block;
  margin: 0 -2px;
  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 {
  display: inline-block;
  margin: 0 -2px;
  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-group > li {
  display: inline-block;
  margin: 0 -2px;
}

.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 {
  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-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.stack > li > button {
  width: 100%;
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}

.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}

.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 {
    display: block;
    margin: 0;
    width: 100%;
  }
  .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-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}

.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}

.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 > * {
  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-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.radius.stack > * > button {
  width: 100%;
}

.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 > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .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 > * {
    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-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .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 > * {
  display: inline-block;
  margin: 0 -2px;
}

.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 > * {
  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-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}

.button-group.round.stack > * > button {
  width: 100%;
}

.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 > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .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 > * {
    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-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .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-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;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

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

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 0.5rem 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 {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

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

.agencyDateRangeSelector a[data-dropdown] {
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: inline-block;
  border: 2px solid #ddd;
  padding: 0.2rem;
}

.agencyDateRangeSelector div[data-dropdown-content] {
  width: 330px;
  outline: 0;
}

.agencyDateRangeSelector div[data-dropdown-content] form, .agencyDateRangeSelector div[data-dropdown-content] input {
  margin-bottom: 0px;
}

.agencyDateRangeSelector span.showing {
  font-size: 1.2rem;
}

#agencyDateRangeDropdown {
  width: 320px;
}

#agencyDateRangeDropdown input {
  margin-bottom: 0px;
  text-align: center;
}

#agencyDateRangeDropdown input.agencyDatePicker {
  width: 105px;
}

#agencyDateRangeDropdown input[type=submit] {
  margin-left: 10px;
  height: 36px;
  width: 76px;
}

#agencyDateRangeDropdown span {
  padding: 0.25em;
}

#agencyDateRangeDropdown .error {
  margin-bottom: 0px;
  margin-top: 3px;
}

#totalTable {
  border: 1px solid lightgrey;
}

#totalTable tr {
  background-color: #fff;
}

#totalTable tr:hover {
  background-color: #fff;
  cursor: default;
}

#totalTable tr td {
  line-height: 0.6em;
}

#totalTable tr th {
  font-size: 13px;
}

.button-group.agencyLedgerButtonGroup a.button {
  margin-right: 2px;
}

.agencyLedgerButtonGroup #filterDropdown button.tiny {
  margin-bottom: 0px;
}

[bodymap-choose] {
  fill: #FDDDD5;
}

[bodymap-choose]:hover {
  fill: #f88e74;
}

.bodyPartGroupHover {
  fill: #f88e74;
}

.bodyMap {
  min-height: 100%;
  vertical-align: middle;
}

.highlightedBodyPart {
  fill: #f04124;
}

.eventContainer {
  position: relative;
  height: 20px;
  padding: 0px !important;
}

.eventTitle {
  max-width: 100%;
  overflow: hidden;
  padding-left: 5px;
  position: absolute;
}

.eventDay {
  float: left;
  display: inline-block;
  height: 20px;
}

#statusKey {
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  font-size: 0.8em;
  margin: 0;
}

#statusKey i {
  margin-left: 15px;
}

.calendarEditHeading {
  font-size: 1.4em !important;
}

.x-boundlist-item {
  height: 24px;
  overflow: hidden;
}

#trainingDelegatesTable {
  min-width: 1000px;
  /*table-layout: fixed;*/
}

#trainingDelegatesTable input {
  margin-bottom: 0px;
  box-shadow: none;
  background: transparent;
  border: 1px solid transparent;
}

#trainingDelegatesTable select {
  background-color: transparent;
  background-position: 100% 200%;
  border: 1px solid transparent;
}

#trainingDelegatesTable select:focus {
  background-color: #FAFAFA;
}

#trainingDelegatesTable select:hover:not(:focus) {
  background-color: rgba(255, 255, 255, 0.6);
}

#trainingDelegatesTable select:focus,
#trainingDelegatesTable select:hover {
  background-position: 100% center;
  border: 1px solid #cccccc;
}

#trainingDelegatesTable input[type="time"] {
  width: 100px;
}

#trainingDelegatesTable .trainingDatePicker {
  width: 140px;
}

#trainingDelegatesTable input[type="time"]:focus,
#trainingDelegatesTable input:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: white;
  border: 1px solid #cccccc;
}

#trainingDelegatesTable input[type="time"]:hover:not(:focus),
#trainingDelegatesTable input:hover:not(:focus) {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #bbbbbb;
}

#trainingDelegatesTable .indented {
  margin-left: 36px;
}

#trainingDelegatesTable .indentedNotes {
  margin-left: 12px;
}

#calendar-training-page table thead tr th.outOfTable,
#calendar-training-page table tbody tr td.outOfTable {
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  background-color: white;
  width: 28px;
}

#calendar-training-page table {
  table-layout: fixed;
  margin-bottom: 0px;
}

#trainingDelegateNotesModal textarea {
  resize: none;
}

#calendar-training-page textarea {
  resize: vertical;
  max-height: 250px;
  min-height: 70px;
}

#calendar-training-page .split-column-row {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  flex-flow: row wrap;
}

#calendar-training-page .split-column {
  flex: 1 0 100px;
  max-width: 50%;
}

#calendar-training-page .split-column2 {
  flex: 1.3 0 130px;
}

#calendar-training-page .to-column {
  width: 24px;
  text-align: center;
}

#calendar-training-page div.notesCharCount {
  margin-top: -1px;
}

#trainingDelegateNotesModal,
#unassignFromShiftsModal,
#deleteTrainingModal {
  text-align: center;
  padding-bottom: 0px;
  padding-top: 15px;
}

#trainingDelegateNotesModal button,
#unassignFromShiftsModal button,
#deleteTrainingModal button {
  margin-left: 10px;
}

#trainingDelegateNotesModal button:first-of-type,
#unassignFromShiftsModal button:first-of-type,
#deleteTrainingModal button:first-of-type {
  margin-left: 0px;
}

@media only screen and (min-width: 40.063em) {
  #trainingDelegateNotesModal,
  #unassignFromShiftsModal,
  #deleteTrainingModal {
    width: 500px;
  }
}

@media large-up {
  table#trainingDelegatesTable {
    width: 100%;
  }
}

#trainingDelegatesTable input,
#trainingDelegatesTable select {
  margin-bottom: 0px;
}

.deleteTrainingDelegate {
  cursor: pointer;
  color: red;
  font-size: 1.2rem;
}

.editTrainingDelegateNotes {
  cursor: pointer;
  color: #009ED7;
  font-size: 1.2rem;
}

.trainingDelegateHeader {
  height: 80px;
}

.trainingDelegateHeader h4 {
  margin: 0px;
}

.trainingDelegateHeader select {
  margin: 0px;
}

.trainingStaffTable table {
  margin-bottom: 0px;
}

.trainingStaffTable table tbody tr {
  cursor: pointer;
}

.trainingStaffTable .training-alert {
  color: #f04124;
}

.trainingStaffTable .training-warning {
  color: #f08a24;
}

.trainingStaffTableScroll {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 16px;
}

.scrollBarGap {
  padding-right: 18px;
}

.delegate-row-enter-active, .delegate-row-leave-active {
  transition: opacity 0.3s;
}

.delegate-row-enter, .delegate-row-leave-to {
  opacity: 0;
}

.trainingStaffTable .icon-dir {
  color: #009ED7;
  margin-right: 8px;
}

.custom-report-column {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  color: #4f4f4f;
  margin-bottom: 0.5rem;
}

.custom-report-column .remove {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.custom-report-column .remove:hover, .custom-report-column .remove:focus {
  opacity: 0.5;
}

.move {
  cursor: move;
}

table.picker {
  width: 100%;
}

table.picker tr.selected {
  background-color: #43AC6A;
}

table.picker tr.selected td {
  color: #FFFFFF;
}

table.picker tr:hover {
  background-color: #009ED7;
  cursor: pointer;
}

table.picker tr:hover.selected {
  background-color: #358753;
}

table.picker tr:hover td {
  color: #FFFFFF;
}

.scroll-list-item {
  padding-top: 2px;
  padding-bottom: 2px;
}

.max-height-300 {
  max-height: 300px;
}

.lookupFilter {
  margin-left: 50px;
}

.lookup-label {
  margin: -10px;
  padding: 10px 0px 0px 10px;
}

.customerStatusIcon {
  border-radius: 13px;
  width: 13px;
  height: 13px;
  display: inline-block;
}

.customerStatusIcon.online {
  background-color: #43AC6A;
}

.customerStatusIcon.disabled {
  background-color: #f08a24;
}

div#newCustomer .fi-x {
  color: red;
  margin-left: 5px;
  margin-top: 6px;
  font-size: 1.2em;
}

div#newCustomer label {
  display: inline;
}

div#newCustomer .companyLevel {
  margin-left: 10px;
}

div#newCustomer .companyLevel input[type=text] {
  width: 250px;
  margin-bottom: 2px;
  display: inline;
}

div#newCustomer .companyLevel a.button {
  margin-bottom: 2px;
  width: 130px;
  margin-left: 20px;
}

div#newCustomer .companyLevel a.button.addCompany {
  margin-top: -10px;
}

div#newCustomer .companyLevel label::before {
  content: "L";
  color: lightgrey;
  font-size: 1.5rem;
  font-weight: 100;
  position: relative;
  margin-right: 5px;
  top: -5px;
}

div#newCustomer .companyLevel .homeLevel {
  margin-left: 25px;
  margin-bottom: 10px;
}

#mergeCustomer .homeSelection label {
  display: inline-block;
}

#mergeCustomer .homeSelection input[type=checkbox]:hover {
  cursor: pointer;
}

#mergeCustomer .homeSelection select:not(.hide) {
  display: inline;
  width: 250px;
  margin-left: 10px;
  margin-bottom: 0px;
  height: 25px;
  padding: 0px 15px 0px 5px;
  margin-bottom: 5px;
}

#mergeCustomer #mergeSuccessMessage.hide {
  display: none;
}

.databaseSettings input.copy-btn:hover {
  cursor: pointer;
}

.databaseSettings .small-bottom-margin {
  margin-bottom: 1px;
}

.databaseSettings .inline-text-with-field {
  line-height: 2.8em;
}

.databaseSettings .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.databaseSettings i.fi-info {
  font-size: 2.2em;
}

.databaseSettings #vnbIdTab .row.hasMaskedId .copyColumn, .databaseSettings #vnbIdTab .generateColumn {
  display: block;
}

.databaseSettings #vnbIdTab .copyColumn, .databaseSettings #vnbIdTab .row.hasMaskedId .generateColumn {
  display: none;
}

#widgetsContainer .row .columns {
  padding: 5px;
}

.widgetHeader {
  width: 100%;
  background: #157fcc;
}

.widgetHeader p {
  color: white;
  margin: 0px;
  font-size: 14px;
  padding: 6px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widgetHeader i {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 24px;
}

.table-container {
  height: 265px;
}

.table-container table {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}

.table-container table thead {
  flex: 0 0 auto;
  width: 100%;
  color: grey;
}

.table-container table tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: auto;
}

.table-container tbody {
  overflow-y: auto;
  overflow-x: hidden;
}

.table-container table tbody tr {
  width: 100%;
}

.table-container table.reducedPadding tbody tr td {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-container table thead, .table-container table tbody tr {
  display: table;
  table-layout: fixed;
}

.table-container .scrollbarWidth {
  width: 20px;
  padding: 0px;
  font-size: 0px;
}

.table-container tbody tr:hover, .table-container tbody td:hover {
  cursor: pointer;
}

.table-container tr.overdue, .table-container tr.redWidgetRow {
  background: #f04124 !important;
}

.table-container tr.overdue td, .table-container tr.redWidgetRow td {
  color: white;
}

.table-container tr.overdue:nth-child(even), .table-container tr.redWidgetRow:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.overdue:hover, .table-container tr.redWidgetRow:hover {
  background: #ea2f10 !important;
}

.table-container tr.overdue:hover td, .table-container tr.redWidgetRow:hover td {
  color: white;
}

.table-container table tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: auto;
}

.table-container tbody {
  overflow-y: auto;
  overflow-x: hidden;
}

.table-container table tbody tr {
  width: 100%;
}

.table-container table tbody tr td {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-container table thead, .table-container table tbody tr {
  display: table;
  table-layout: fixed;
}

.table-container .scrollbarWidth {
  width: 20px;
  padding: 0px;
  font-size: 0px;
}

.table-container tbody tr:hover, .table-container tbody td:hover {
  cursor: pointer;
}

.table-container tr.overdue {
  background: #f04124 !important;
}

.table-container tr.overdue td {
  color: white;
}

.table-container tr.overdue:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.overdue:hover {
  background: #ea2f10 !important;
}

.table-container tr.overdue:hover td {
  color: white;
}

.table-container tr.underBudget, .table-container tr.blueWidgetRow {
  background: #4899d5 !important;
}

.table-container tr.underBudget td, .table-container tr.blueWidgetRow td {
  color: white;
}

.table-container tr.underBudget:nth-child(even), .table-container tr.blueWidgetRow:nth-child(even) {
  background: #5da5da !important;
}

.table-container tr.underBudget:hover, .table-container tr.blueWidgetRow:hover {
  background: #338dd0 !important;
}

.table-container tr.underBudget:hover td, .table-container tr.blueWidgetRow:hover td {
  color: white;
}

.table-container tr.dueToday {
  background: #f08a24;
}

.table-container tr.dueToday:nth-child(even) {
  background: #f2973c;
}

.table-container tr.dueToday:hover {
  background: #ea7d10;
}

.table-container tr.poolWorker {
  background: aqua;
}

.table-container tr.poolWorker:nth-child(even) {
  background: #80ffff;
}

.table-container tr.poolWorker:hover {
  background: #00e6e6;
  cursor: default;
}

.table-container tr.poolWorker:hover td {
  cursor: default;
}

.table-container tr.holiday {
  background: #d5b816 !important;
}

.table-container tr.holiday td {
  color: black;
}

.table-container tr.holiday:nth-child(even) {
  background: #e8c91d !important;
}

.table-container tr.holiday:hover {
  background: #bea414 !important;
}

.table-container tr.holiday:hover td {
  color: black;
}

.table-container tr.absence {
  background: #e281ca !important;
}

.table-container tr.absence td {
  color: black;
}

.table-container tr.absence:nth-child(even) {
  background: #e796d3 !important;
}

.table-container tr.absence:hover {
  background: #dd6cc1 !important;
}

.table-container tr.absence:hover td {
  color: black;
}

.table-container tr.training {
  background: #542382 !important;
}

.table-container tr.training td {
  color: white;
}

.table-container tr.training:nth-child(even) {
  background: #612896 !important;
}

.table-container tr.training:hover {
  background: #471e6e !important;
}

.table-container tr.training:hover td {
  color: white;
}

.table-container tr.birthdayDueToday {
  background: #009a00 !important;
}

.table-container tr.birthdayDueToday td {
  color: white;
}

.table-container tr.birthdayDueToday:nth-child(even) {
  background: #00b400 !important;
}

.table-container tr.birthdayDueToday:hover {
  background: #008100 !important;
}

.table-container tr.birthdayDueToday:hover td {
  color: white;
}

.table-container tr.maintenanceDueToday {
  background: #e29810 !important;
}

.table-container tr.maintenanceDueToday td {
  color: white;
}

.table-container tr.maintenanceDueToday:nth-child(even) {
  background: #efa51d !important;
}

.table-container tr.maintenanceDueToday:hover {
  background: #ca880e !important;
}

.table-container tr.maintenanceDueToday:hover td {
  color: white;
}

.table-container tr.maintenanceOverdue {
  background: #F04124 !important;
}

.table-container tr.maintenanceOverdue td {
  color: white;
}

.table-container tr.maintenanceOverdue:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.maintenanceOverdue:hover {
  background: #ea2f10 !important;
}

.table-container tr.maintenanceOverdue:hover td {
  color: white;
}

.table-container tr.birthdayDueNextWeek {
  background: #e29810 !important;
}

.table-container tr.birthdayDueNextWeek td {
  color: white;
}

.table-container tr.birthdayDueNextWeek:nth-child(even) {
  background: #efa51d !important;
}

.table-container tr.birthdayDueNextWeek:hover {
  background: #ca880e !important;
}

.table-container tr.birthdayDueNextWeek:hover td {
  color: white;
}

.table-container tr.pinExpired {
  background: #f04124 !important;
}

.table-container tr.pinExpired td {
  color: white;
}

.table-container tr.pinExpired:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.pinExpired:hover {
  background: #ea2f10 !important;
}

.table-container tr.pinExpired:hover td {
  color: white;
}

.table-container tr.pinExpiringSoon {
  background: white !important;
}

.table-container tr.pinExpiringSoon td {
  color: black;
}

.table-container tr.pinExpiringSoon:nth-child(even) {
  background: white !important;
}

.table-container tr.pinExpiringSoon:hover {
  background: #f2f2f2 !important;
}

.table-container tr.pinExpiringToday {
  background: #fab22f !important;
}

.table-container tr.pinExpiringToday td {
  color: white;
}

.table-container tr.pinExpiringToday:nth-child(even) {
  background: #fbbb48 !important;
}

.table-container tr.pinExpiringToday:hover {
  background: #f9a916 !important;
}

.table-container tr.pinExpiringToday:hover td {
  color: white;
}

.table-container tr.visaExpired td.visaExpired {
  background: #f04124 !important;
  color: white;
}

.table-container tr.visaExpired:nth-child(even) td.visaExpired {
  background: #f2563c !important;
}

.table-container tr.visaExpired:hover td.visaExpired {
  background: #ea2f10 !important;
  color: white;
}

.table-container tr.visaExpiringSoon td.visaExpiringSoon {
  background: white !important;
  color: black;
}

.table-container tr.visaExpiringSoon:nth-child(even) td.visaExpiringSoon {
  background: white !important;
}

.table-container tr.visaExpiringSoon:hover td.visaExpiringSoon {
  background: #f2f2f2 !important;
}

.table-container tr.visaExpiringToday td.visaExpiringToday {
  background: #fab22f !important;
  color: white;
}

.table-container tr.visaExpiringToday:nth-child(even) td.visaExpiringToday {
  background: #fbbb48 !important;
}

.table-container tr.visaExpiringToday:hover td.visaExpiringToday {
  background: #f9a916 !important;
}

.table-container tr.pinExpired {
  background: #f04124 !important;
}

.table-container tr.pinExpired td {
  color: white;
}

.table-container tr.pinExpired:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.pinExpired:hover {
  background: #ea2f10 !important;
}

.table-container tr.pinExpired:hover td {
  color: white;
}

.table-container tr.pinExpiringSoon {
  background: white !important;
}

.table-container tr.pinExpiringSoon td {
  color: black;
}

.table-container tr.pinExpiringSoon:nth-child(even) {
  background: white !important;
}

.table-container tr.pinExpiringSoon:hover {
  background: #f2f2f2 !important;
}

.table-container tr.pinExpiringToday {
  background: #fab22f !important;
}

.table-container tr.pinExpiringToday td {
  color: white;
}

.table-container tr.pinExpiringToday:nth-child(even) {
  background: #fbbb48 !important;
}

.table-container tr.pinExpiringToday:hover {
  background: #f9a916 !important;
}

.table-container tr.pinExpiringToday:hover td {
  color: white;
}

.table-container tr.enquiryTaskExpired {
  background: #f04124 !important;
}

.table-container tr.enquiryTaskExpired td {
  color: white;
}

.table-container tr.enquiryTaskExpired:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.enquiryTaskExpired:hover {
  background: #ea2f10 !important;
}

.table-container tr.enquiryTaskExpired:hover td {
  color: white;
}

.table-container tr.enquiryTaskDueSoon {
  background: white !important;
}

.table-container tr.enquiryTaskDueSoon td {
  color: black;
}

.table-container tr.enquiryTaskDueSoon:nth-child(even) {
  background: white !important;
}

.table-container tr.enquiryTaskDueSoon:hover {
  background: #f2f2f2 !important;
}

.table-container tr.enquiryTaskDueToday {
  background: #fab22f !important;
}

.table-container tr.enquiryTaskDueToday td {
  color: white;
}

.table-container tr.enquiryTaskDueToday:nth-child(even) {
  background: #fbbb48 !important;
}

.table-container tr.enquiryTaskDueToday:hover {
  background: #f9a916 !important;
}

.table-container tr.enquiryTaskDueToday:hover td {
  color: white;
}

.table-container tr.probationReached {
  background: #f04124 !important;
}

.table-container tr.probationReached td {
  color: white;
}

.table-container tr.probationReached:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.probationReached:hover {
  background: #ea2f10 !important;
}

.table-container tr.probationDueSoon {
  background: white !important;
}

.table-container tr.probationDueSoon td {
  color: black;
}

.table-container tr.probationDueSoon:nth-child(even) {
  background: white !important;
}

.table-container tr.probationDueSoon:hover {
  background: #f2f2f2 !important;
}

.table-container tr.probationDueToday {
  background: #fab22f !important;
}

.table-container tr.probationDueToday td {
  color: white;
}

.table-container tr.probationDueToday:nth-child(even) {
  background: #fbbb48 !important;
}

.table-container tr.probationDueToday:hover {
  background: #f9a916 !important;
}

.table-container tr.probation_main_header th.probation_dates {
  text-align: center;
}

.table-container tr.probation_main_header th {
  padding-top: 0;
  padding-bottom: 0;
}

.table-container tr.probation_sub_header th {
  font-size: 11px;
  text-align: center;
  line-height: 0px;
}

.table-container tr td.probation_dates {
  text-align: center;
}

.table-container tr.admissionOverdue {
  background: #f04124 !important;
}

.table-container tr.admissionOverdue td {
  color: white;
}

.table-container tr.admissionOverdue:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.admissionOverdue:hover {
  background: #ea2f10 !important;
}

.table-container tr.admissionOverdue:hover td {
  color: white;
}

.table-container tr.admissionDueSoon {
  background: white !important;
}

.table-container tr.admissionDueSoon td {
  color: black;
}

.table-container tr.admissionDueSoon:nth-child(even) {
  background: white !important;
}

.table-container tr.admissionDueSoon:hover {
  background: #f2f2f2 !important;
}

.table-container tr.admissionDueToday {
  background: #fab22f !important;
}

.table-container tr.admissionDueToday td {
  color: white;
}

.table-container tr.admissionDueToday:nth-child(even) {
  background: #fbbb48 !important;
}

.table-container tr.admissionDueToday:hover {
  background: #f9a916 !important;
}

.table-container tr.admissionDueToday:hover td {
  color: white;
}

.table-container tr.occupancyToDoOverdue {
  background: #f04124 !important;
}

.table-container tr.occupancyToDoOverdue td {
  color: white;
}

.table-container tr.occupancyToDoOverdue:nth-child(even) {
  background: #f2563c !important;
}

.table-container tr.occupancyToDoOverdue:hover {
  background: #ea2f10 !important;
}

.table-container tr.occupancyToDoOverdue:hover td {
  color: white;
}

.table-container tr.occupancyToDoDueToday {
  background: #fab22f !important;
}

.table-container tr.occupancyToDoDueToday td {
  color: white;
}

.table-container tr.occupancyToDoDueToday:nth-child(even) {
  background: #fbbb48 !important;
}

.table-container tr.occupancyToDoDueToday:hover {
  background: #f9a916 !important;
}

.table-container tr.occupancyToDoDueToday:hover td {
  color: white;
}

.occupancyChart {
  height: 299px;
  /* chart */
  /* tooltip */
}

.occupancyChart .legend {
  font-size: 11px;
}

.occupancyChart rect {
  cursor: pointer;
  stroke-width: 2;
}

.occupancyChart rect.disabled {
  fill: transparent !important;
}

.occupancyChart #occupancyPieChart {
  height: 264px;
  margin: 0 auto;
  position: relative;
  display: block;
  width: 552px;
}

.occupancyChart #occupancyPieChart text {
  cursor: pointer;
  user-select: none;
}

.occupancyChart #occupancyPieChart .occupancy_summary {
  position: relative;
  top: -25px;
}

.occupancyChart .pieTooltip {
  background: #eee;
  box-shadow: 0 0 5px #999999;
  color: #333;
  display: none;
  font-size: 18px;
  left: 130px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 95px;
  width: 80px;
  z-index: 10000;
}

.commonTasks {
  height: 299px;
}

.commonTasks a.button {
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.commonTasks a.button i.large {
  font-size: 3em;
}

.commonTasks a.button i.enquiry {
  color: #c182c9;
}

.commonTasks a.button i.staff {
  color: #f6ce9b;
}

.commonTasks a.button i.resident {
  color: #a9d9a8;
}

.commonTasks a.button:hover i.enquiry {
  color: #830593;
}

.commonTasks a.button:hover i.staff {
  color: #ed9d36;
}

.commonTasks a.button:hover i.resident {
  color: #0A9305;
}

.dashboardItem {
  border: 1px solid #576264;
}

.dashboardItem .title {
  background: #ececec;
  border-bottom: 1px solid #576264;
  padding: 0.5em;
  margin: 0;
}

.dashboardItem .content {
  font-size: 0.8em;
}

.dashboardItem table {
  width: 100%;
}

#notifications hr {
  margin: 0;
}

#notifications .notification {
  padding: 0.8em 0;
}

#notifications .notification .name:before {
  width: 0.8em;
  height: 0.8em;
  background-color: #576264;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  content: "";
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

#notifications .name.staff:before {
  background-color: #ed9d36;
}

#notifications .name.serviceUser:before {
  background-color: #0A9305;
}

.widget-grid .mousepointer {
  cursor: pointer;
}

.clickable-widget-row .x-grid-cell {
  cursor: pointer;
}

.TrainingComplianceWidgetContainer .training-types input {
  margin: 0.5rem 0 0 0;
}

.TrainingComplianceWidgetContainer .training-types label {
  color: white;
}

.trainingCompliance table thead tr.header th {
  padding: 0;
  font-size: 0.65rem;
}

.trainingCompliance table thead tr th.name {
  font-size: 0.875rem;
}

.trainingCompliance table thead tr th {
  text-align: center;
}

.trainingCompliance table tbody tr.boldRow {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.05);
}

.trainingCompliance table tbody tr.boldRow td {
  padding: 0.55rem;
}

.trainingCompliance tbody tr .value {
  text-align: center;
}

.HoursWorkedWidgetContainer .table-container table tr.HOME {
  cursor: default;
}

.HoursWorkedWidgetContainer .table-container table tr.HOME td {
  cursor: default;
}

.HoursWorkedWidgetContainer .table-container table tr.totalRow {
  font-weight: 750 !important;
}

div.table-container table.notSelectable tbody tr:hover, div.table-container table.notSelectable tbody tr td:hover {
  cursor: default;
}

table.scrollingTable.overflowTable.hide {
  display: none;
}

#widgetOrder {
  float: right;
  top: 13px;
}

#monthlyHoursWidget td.home_name {
  font-weight: bold;
  font-size: 105%;
}

.staffOnShiftWidgetStatus {
  color: green;
  font-size: 1.3em;
}

.msg .x-box-mc {
  font-size: 14px;
}

#msg-div {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 400px;
  margin-left: -200px;
  z-index: 20001;
}

#msg-div .msg {
  background: #ececec;
  border: 2px solid #576264;
  margin-top: 2px;
  padding: 10px 15px;
  color: #576264;
  min-height: 100px;
}

#msg-div .msg h3 {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 15px;
}

#msg-div .msg h3 span {
  float: right;
}

#msg-div .msg p {
  margin: 0;
}

#msg-div .msg .fi-alert {
  color: red;
  float: left;
  font-size: 4em;
  margin-right: 20px;
}

#msg-div .error button {
  position: absolute;
  left: 330px;
  top: 4px;
}

#msg-div .indented {
  line-height: 1.3em;
  margin-left: 75px;
}

.restoreDefault {
  float: right;
  margin-top: -49px;
  margin-right: 8px;
  font-size: 2.4em;
}

.error .restoreDefault {
  margin-top: -33px;
}

.iPadTimePicker {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 159px;
  background-color: white;
  border-top: 1px solid black;
  border-left: 1px solid black;
  padding-top: 5px;
  padding-left: 5px;
  border-top-left-radius: 7px;
  z-index: 99999999999;
}

.iPadTimePicker .componentContainer {
  width: 151px;
  display: inline-block;
}

.iPadTimePicker a.button {
  margin: 0px;
}

.iPadTimePicker a.button.close {
  top: 0;
  right: 0;
  background-color: red;
  position: absolute;
}

.iPadTimePicker b {
  padding-top: 12px;
  border: 1px solid #009ED7;
  font-size: 3em;
  display: inline-block;
  height: 51px;
  width: 73px;
  user-select: none;
}

.iPadTimePicker a.hours-up, .iPadTimePicker .hoursText, .iPadTimePicker a.hours-down {
  margin-right: 3px;
}

.switch-panel.panel {
  width: fit-content;
}

.switch-panel .label {
  font-size: 1rem;
}

.switch-panel .no {
  padding-left: 2em;
  padding-right: 0.75em;
}

.switch-panel .yes, .switch-panel .no-permission {
  padding-left: 0.75em;
}

/* chrome bug caused by smooth scrolling*/
.fc-more-popover .fc-body.fc-widget-content .fc-event-container {
  pointer-events: auto !important;
}

/* --------------------------------------*/
/*!
     * FullCalendar v3.9.0
     * Docs & License: https://fullcalendar.io/
     * (c) 2018 Adam Shaw
     */
.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
    --------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
    --------------------------------------------------------------------------------------------------*/
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* icons in buttons */
.fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/* Buttons Groups
    --------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
    every button that is not first in a button group should scootch over one pixel and cover the
    previous button's border...
    */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
    --------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-title {
  padding-left: 3px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
    --------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
    --------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
    --------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
    --------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
         the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
    --------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
    row content (which contains day/week numbers and events) as well as "helper" (which contains
    temporary rendered events).
    */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
    --------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
    --------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  line-height: 1.3;
  border-radius: 6px;
  border: 1px solid #3a87ad;
  overflow: hidden;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 1px !important;
  /* default BORDER color */
}

.fc-event table {
  margin-top: -4px;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 0px;
  width: calc(100% + 2px);
  border-top: none !important;
  border-bottom: none !important;
}

.fc-event table tbody, .fc-event table tr, .fc-event table td {
  border-top: none !important;
  border-bottom: none !important;
}

.fc-event td.requested, .fc-event td.authorised, .fc-event td.declined {
  height: 4px;
  flex: 1;
}

.fc-event td.requested {
  background: #d5b816 !important;
}

.fc-event td.authorised {
  background: green !important;
}

.fc-event td.declined {
  background: red !important;
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
    --------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
    --------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
    ----------------------------------------------------------------------------------------------------
    We use the full "fc-day-grid-event" class instead of using descendants because the event won't
    be a descendant of the grid when it is being dragged.
    */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
    --------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
    --------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
    --------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
    TODO: more distinction between this file and common.css
    */
/* Colors
    --------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header {
  background: #ed9d369c;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed td.fc-today {
  background: #ed9d3669;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
    --------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
    Acceptable font-family overrides for individual icons:
      "Arial", sans-serif
      "Times New Roman", serif

    NOTE: use percentage font sizes or else old IE chokes
    */
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
    --------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
    --------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
    --------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
    --------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
    --------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
    --------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
    --------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

.fc.fc-bootstrap3 a {
  text-decoration: none;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
    --------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
    --------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
    --------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
    --------------------------------------------------------------------------------------------------*/
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
    --------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
    --------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
    --------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-day-top {
  background: transparent;
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
  padding-right: 8px;
  background: rgba(135, 209, 236, 0.5);
  width: 85%;
  border-radius: 10px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  text-align: right;
  font-weight: 500;
}

.fc-basic-view .fc-day-number:hover {
  background: #87d1ec;
  cursor: pointer;
}

.fc-day-top.fc-fri.fc-today .fc-day-number {
  font-weight: bold;
}

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
    --------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
    --------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
    --------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
    --------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
    --------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
    --------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
    --------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
    ----------------------------------------------------------------------------------------------------
    We use the full "fc-time-grid-event" class instead of using descendants because the event won't
    be a descendant of the grid when it is being dragged.
    */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

.fc-event .fc-time {
  display: none;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
    --------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
    --------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: bold;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt {
  float: right;
}

.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

.staffSection #fullcalendar table tbody tr {
  background: white;
}

.fc-event.holiday {
  background: #d5b816;
  color: black;
  border: none;
}

.fc-event.absence {
  background: #e281ca;
  color: black;
  border: none;
}

.fc-event.training {
  background: #542382;
  color: white;
  border: none;
}

#fullcalendar button.fc-button {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1em;
}

#fullcalendar button.fc-button span.fc-icon {
  font-size: 0.5em;
}

#fullcalendar table {
  margin-bottom: 0px;
}

#fullcalendar thead, #fullcalendar tr {
  background: none;
}

.fc-today-button, .fc-month-button, .fc-agendaWeek-button, .fc-agendaDay-button, .fc-basicDay-button {
  text-transform: capitalize;
}

.fc-today-button {
  border: none;
  margin-top: 21px;
}

#fullcalendar .fc-day-top.fc-fri.fc-today .fc-day-number {
  font-weight: 700;
}

.fc-other-month {
  background: whitesmoke;
}

#fullcalendar {
  margin-bottom: 5px;
}

#fullcalendar h2 {
  font-size: 24px;
}

#fullcalendar .fc-popover.fc-more-popover .fc-event-container {
  max-height: 500px;
  overflow-y: auto;
}

.fc-toolbar.fc-header-toolbar button {
  margin-top: 20px;
  margin-bottom: 0px;
}

.fc-toolbar.fc-header-toolbar button.fc-today-button {
  margin-top: 21px;
  margin-left: 1px;
  margin-right: 2px;
}

#menuContainer .key, .left-off-canvas-menu .key {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  background: white;
}

#menuContainer .key input[type=checkbox], .left-off-canvas-menu .key input[type=checkbox] {
  transform: scale(1.6);
  margin-bottom: 0px;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 7px;
  cursor: pointer;
}

#menuContainer .key .holiday, .left-off-canvas-menu .key .holiday {
  background: #d5b816;
  color: black;
}

#menuContainer .key .holiday div.status, .left-off-canvas-menu .key .holiday div.status {
  text-align: center;
  font-size: 11px;
}

#menuContainer .key .holiday div.status i, .left-off-canvas-menu .key .holiday div.status i {
  margin: 0px 3px;
}

#menuContainer .key .holiday div.status i:nth-child(even), .left-off-canvas-menu .key .holiday div.status i:nth-child(even) {
  color: red;
}

#menuContainer .key .holiday div.status i:nth-child(odd), .left-off-canvas-menu .key .holiday div.status i:nth-child(odd) {
  color: green;
}

#menuContainer .key .absence, .left-off-canvas-menu .key .absence {
  background: #e281ca;
  color: black;
}

#menuContainer .key .absence div.status, .left-off-canvas-menu .key .absence div.status {
  display: none;
}

#menuContainer .key .training, .left-off-canvas-menu .key .training {
  background: #542382;
  color: white;
}

#menuContainer .key .training div.status, .left-off-canvas-menu .key .training div.status {
  display: none;
}

#menuContainer .key .holiday, #menuContainer .key .absence, #menuContainer .key .training, .left-off-canvas-menu .key .holiday, .left-off-canvas-menu .key .absence, .left-off-canvas-menu .key .training {
  text-transform: capitalize;
  border-radius: 4px;
  margin: 1px;
  padding: 0px 2px;
  user-select: none;
}

.left-off-canvas-menu .key {
  padding-right: 15px;
}

.holidayEventForm textarea {
  resize: vertical;
  max-height: 250px;
  min-height: 66px;
}

#NewCalendarEvent .holiday, #NewCalendarEvent .absence, #NewCalendarEvent .training {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  user-select: none;
}

#NewCalendarEvent .holiday i, #NewCalendarEvent .absence i, #NewCalendarEvent .training i {
  float: left;
  font-size: 35px;
  margin-top: -5px;
  margin-right: -10px;
}

#NewCalendarEvent .holiday {
  color: black;
  background: #d5b816;
}

#NewCalendarEvent .absence {
  color: black;
  background: #e281ca;
}

#NewCalendarEvent .training {
  color: white;
  background: #542382;
}

#NewCalendarEvent .holiday:hover {
  background: #ddc645;
}

#NewCalendarEvent .absence:hover {
  background: #e89ad5;
}

#NewCalendarEvent .training:hover {
  background: #65398f;
}

.dateRangeSelection span, .dateRangeSelection span.error {
  display: inline-block;
  width: calc(50% - 14px);
}

.dateRangeSelection span.to {
  width: 20px;
  text-align: center;
  position: absolute;
  top: 5px;
}

.dateRangeSelection input[type=text][readonly] {
  cursor: pointer;
  user-select: none;
}

tr.small th, .rowHeader {
  font-size: 11px;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
}

.staffSection table thead tr.staffTableSubHeader th {
  background: rgba(237, 157, 54, 0.15);
  min-width: 75px;
  max-width: 75px;
  padding: 0px;
}

.dateSource {
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 530px;
  min-height: 150px;
}

.dateSource table {
  margin-bottom: 0px;
}

.dateSource table td.status {
  min-width: 75px;
  max-width: 75px;
}

.dateSource table tbody td.noPadding {
  padding: 0px;
}

.dateSource table tbody label {
  text-align: center;
  width: 37px;
  margin: auto;
}

.dateSource table tbody label input[type=radio] {
  transform: scale(1.5);
}

.dateSource table tbody label.hours {
  width: auto;
}

.dateSource table tbody label.hours span.declineHyphen {
  display: inline-block;
  width: 80px;
  padding: 8px;
  text-align: left;
}

.dateSource table tbody input {
  margin-bottom: 0px;
}

.dateSource table tbody input[type=number] {
  box-shadow: none;
  background: transparent;
  width: 80px;
  border: none;
  margin: auto;
}

.dateSource table tbody input[type=number]:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: white;
  border: 1px solid #cccccc;
}

.dateSource table tbody input[type=number]:hover:not(:focus) {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #bbbbbb;
}

.dateSource table tbody input[type=radio]:hover {
  cursor: pointer;
}

@media only screen and (max-width: 40em) {
  .staffSection table thead tr.staffTableSubHeader th, .dateSource table td.status {
    min-width: 35px;
    max-width: 35px;
  }
}

.holidayEventForm option:disabled, .absenceEventForm option:disabled {
  display: none !important;
}

.holidayRequestedOn label {
  margin: -0.5rem 0 0.5rem 0;
  color: #009ED7;
}

.holidayEntitlement label.panel {
  padding: 3px 0px 3px 0px;
  text-align: center;
  cursor: default;
  user-select: none;
}

.holidayEventForm div.notesCharCount, .absenceEventForm div.notesCharCount {
  margin-top: -1px;
}

.absenceEventForm #calendarAbsenceCustomReason, .absenceEventForm #calendarAbsenceNotes {
  max-height: 125px;
  min-height: 50px;
  resize: vertical;
}

.absenceEventForm .checkboxRows, .absenceEventForm .doctorsNoteExpiry, .absenceEventForm .doctorsNote {
  padding-left: 10px;
}

.absenceEventForm div.row.doctorsNoteExpiry {
  padding-left: 37px;
  margin-top: -10px;
}

.absenceEventForm div.row.doctorsNoteExpiry label {
  display: inline;
}

.absenceEventForm div.row.doctorsNoteExpiry label input[type=text] {
  display: inline;
  width: auto;
}

.absenceEventForm input[type=time] {
  padding-right: 0px;
  border-left: 0px;
}

.absenceEventForm .dateFieldWithClear {
  width: calc(100% - 30px);
}

.absenceEventForm .clearDateFieldWithClear {
  width: 30px;
}

.windowTitle .new {
  display: inline;
}

.windowTitle .edit {
  display: none;
}

.windowTitle.edit .new {
  display: none;
}

.windowTitle.edit .edit {
  display: inline;
}

.menuButtons .delete, .menuButtons .delete-disabled {
  display: none;
}

.menuButtons.edit .delete, .menuButtons.edit .delete-disabled {
  display: inline-block;
}

@media only screen and (min-width: 40.063em) {
  #holidayEventDelete, #absenceEventDelete, #holidayEventRemoveFromShift, #absenceEventRemoveFromShift {
    width: 500px;
  }
}

#holidayEventDelete, #absenceEventDelete, #holidayEventRemoveFromShift, #absenceEventRemoveFromShift {
  text-align: center;
  padding-bottom: 0px;
  padding-top: 15px;
}

#holidayEventDelete .container, #absenceEventDelete .container, #holidayEventRemoveFromShift .container, #absenceEventRemoveFromShift .container {
  text-align: left;
  padding: 10px;
  background: rgba(237, 157, 54, 0.3);
  font-weight: 700;
  overflow-x: auto;
  max-height: 200px;
  margin-bottom: 10px;
}

#holidayEventDelete .no, #absenceEventDelete .no, #holidayEventRemoveFromShift .no, #absenceEventRemoveFromShift .no {
  margin-left: 10px;
}

#holidayEventRemoveFromShift .one, #absenceEventRemoveFromShift .one {
  display: none;
}

#holidayEventRemoveFromShift .many, #absenceEventRemoveFromShift .many {
  display: inline;
}

#holidayEventRemoveFromShift.one .one, #absenceEventRemoveFromShift.one .one {
  display: inline;
}

#holidayEventRemoveFromShift.one .many, #absenceEventRemoveFromShift.one .many {
  display: none;
}

.fc-timeline .fc-head .fc-cell-content {
  background: #fdebd6;
}

.fc-timeline .fc-body > tr > .fc-divider, .fc-timeline .fc-head > tr > .fc-divider {
  background: #fae1c2;
}

#fullCalendarSchedulerActualRota.fc-unthemed td.fc-today.fc-day {
  background: none;
}

.fc-day.fc-widget-content:hover {
  cursor: pointer;
  background: #f0f0f0;
}

.fc-day.fc-widget-content.fc-today:hover {
  background: #f7d09e;
}

.fc-day.fc-widget-content:hover, .fc-day.fc-widget-content.fc-today:hover {
  background-image: url("/images/addEvent.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(100% - 10px);
}

.fc-basicDay-view .fc-day.fc-widget-content:hover {
  background: #ffffff;
  background-image: none;
}

.fc-basicDay-view .fc-day.fc-widget-content.fc-today:hover {
  background: #f8d7ac;
  background-image: none;
}

.fc-slats, .fc-content-skeleton, .fc-bgevent-skeleton, .fc-event-container {
  pointer-events: none;
}

.fc-bgevent, .fc-more, .fc-day-number, .fc-event-container a {
  pointer-events: auto;
}

.dateSourceTableAbsenceComplete table, .dateSourceTableHolidayComplete table {
  margin-bottom: 0px;
  margin-top: 20px;
}

.dateSourceTableAbsenceComplete div.dateSource table, .dateSourceTableHolidayComplete div.dateSource table {
  margin-top: 0px;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
/*!
 * FullCalendar v3.9.0 Print Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
@media print {
  .fc {
    max-width: 100% !important;
  }
  /* Global Event Restyling
    --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }
  .fc-event .fc-resizer {
    display: none;
  }
  /* Table & Day-Row Restyling
    --------------------------------------------------------------------------------------------------*/
  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }
  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-helper-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-helper-container {
    display: none;
  }
  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }
  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
         making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }
  /* Undo month-view event limiting. Display all events and hide the "more" links
    --------------------------------------------------------------------------------------------------*/
  .fc-more-cell,
  .fc-more {
    display: none !important;
  }
  .fc tr.fc-limited {
    display: table-row !important;
  }
  .fc td.fc-limited {
    display: table-cell !important;
  }
  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }
  /* TimeGrid Restyling
    --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }
  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-agenda-view .fc-axis {
    display: none;
  }
  /* don't display the horizontal lines */
  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }
  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }
  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }
  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }
  /* TimeGrid *Event* Restyling
    --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }
  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }
  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }
  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }
  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }
  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }
  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }
  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }
  /* Vertical Scroller & Containers
    --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }
  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }
  /* Button Controls
    --------------------------------------------------------------------------------------------------*/
  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */
  }
}

/*!
 * FullCalendar Scheduler v1.9.4
 * Docs & License: https://fullcalendar.io/scheduler/
 * (c) 2018 Adam Shaw
 */
/* TODO: break this file up */
/* Scroller
--------------------------------------------------------------------------------------------------*/
.fc-scroller-clip {
  overflow: hidden;
  /* for clipping scrollbars */
  position: relative;
  /* so things like scrollfollowers can attach to this */
}

/* supresses rendering of native scrollbars */
/* on .fc-scroller */
.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0);
  /* hack for dynamic DOM nodes (in Chrome OSX at least) */
}

.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.fc-scroller-canvas {
  position: relative;
  /* origin for bg */
  box-sizing: border-box;
  /* so that padding (for gutter) will be part of height */
  min-height: 100%;
}

.fc-scroller-canvas > .fc-bg {
  z-index: 1;
  /* make default? */
}

.fc-scroller-canvas > .fc-content {
  z-index: 2;
  /* make default? */
  position: relative;
  /* origin for inner content */
  border-style: solid;
  border-width: 0;
}

/* for themed, hard to get the border-color, so just forget it (REVISIT) */
.ui-widget .fc-scroller-canvas > .fc-content {
  border-color: transparent;
}

.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px;
}

.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px;
}

.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px;
}

/* content is responsible for bottom border */
/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-rtl .fc-timeline {
  direction: rtl;
}

.fc-timeline .fc-divider {
  width: 3px;
  border-style: double;
  /* overcome neighboring borders */
}

.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0;
}

.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0;
}

.fc-timeline .fc-body .fc-divider.ui-widget-header {
  background-image: none;
}

.fc-scrolled .fc-head .fc-scroller {
  z-index: 2;
  /* so drop shadow will go above body panes */
}

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
}

.fc-timeline .fc-body .fc-scroller {
  z-index: 1;
}

/*
on most tables that expand to the edges, kill the outer border,
because the container elements take care of it.
example tables:
.fc-scroller-canvas .fc-content table
.fc-scroller-canvas .fc-bg .fc-slats table
*/
.fc-timeline .fc-scroller-canvas > div > table,
.fc-timeline .fc-scroller-canvas > div > div > table {
  border-style: hidden;
}

/*
for resource rows (in both the spreadsheet and timeline areas),
undo previous rule in order to always show last border.
*/
.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
  border-bottom-style: none;
}

/* Table Cell Common
--------------------------------------------------------------------------------------------------*/
.fc-timeline th,
.fc-timeline td {
  white-space: nowrap;
}

.fc-timeline .fc-cell-content {
  overflow: hidden;
}

.fc-timeline .fc-cell-text {
  padding-left: 4px;
  padding-right: 4px;
}

.fc-timeline .fc-col-resizer {
  cursor: col-resize;
}

/*
Cells at the start of a week
TODO: figure out better styling

.fc-ltr .fc-timeline .fc-em-cell div {
	border-left: 3px solid #eee;
	height: 100%;
}
.fc-rtl .fc-timeline .fc-em-cell {
	border-right-width: 3px;
}
*/
/* head */
.fc-timeline th {
  vertical-align: middle;
}

.fc-timeline .fc-head .fc-cell-content {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* body */
.fc-timeline .fc-body .ui-widget-content {
  background-image: none;
}

/* Resource Area
--------------------------------------------------------------------------------------------------*/
.fc-resource-area {
  width: 30%;
}

.fc-resource-area col {
  width: 40%;
  min-width: 70px;
  /* will be read by JS */
}

.fc-resource-area col.fc-main-col {
  width: 60%;
  /* make the first column in a nested setup bigger */
}

.fc-flat .fc-expander-space {
  /* fc-flat is opposite of fc-nested */
  display: none;
}

.fc-ltr .fc-resource-area tr > * {
  text-align: left;
}

.fc-rtl .fc-resource-area tr > * {
  text-align: right;
}

.fc-resource-area .fc-cell-content {
  padding-left: 4px;
  padding-right: 4px;
}

/* head */
.fc-resource-area .fc-super th {
  text-align: center;
}

.fc-resource-area th > div {
  position: relative;
}

.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1;
}

.fc-resource-area th .fc-col-resizer {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 5px;
}

.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -3px;
}

.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -3px;
}

/* body */
tr.fc-collapsed > td,
tr.fc-transitioning > td {
  /* during the transition */
  overflow: hidden;
  /* prevents absolutely-positioned events from bleeding out */
}

tr.fc-transitioning > td > div {
  transition: margin-top 0.2s;
}

tr.fc-collapsed > td > div {
  margin-top: -10px;
}

.fc-body .fc-resource-area .fc-cell-content {
  /* might BE the cell */
  position: relative;
  /* optimization for ScrollFollower */
  padding-top: 8px;
  padding-bottom: 8px;
}

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
  /* might BE the cell */
  padding-top: 5px;
  padding-bottom: 5px;
}

.fc-resource-area .fc-icon {
  /* the expander and spacers before the expander */
  width: 1em;
  /* ensure constant width, esp for empty icons */
  font-size: .9em;
  vertical-align: middle;
  margin-top: -1%;
}

.fc-resource-area .fc-expander {
  cursor: pointer;
  color: #666;
  /* for the icon within */
}

/* Time Area
--------------------------------------------------------------------------------------------------*/
.fc-time-area col {
  min-width: 2.2em;
  /* detected by JS */
}

/* head */
.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left;
}

.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right;
}

/* body slats (vertical lines) */
.fc-time-area .fc-slats {
  /* fc-bg is responsible for a lot of this now! */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-time-area .fc-slats table {
  height: 100%;
}

.fc-time-area .fc-slats .fc-minor {
  border-style: dotted;
}

.fc-time-area .fc-slats td {
  border-width: 0 1px;
  /* need to do this. sometimes -1 margin wouldn't hide the dotted */
}

.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0;
}

.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0;
}

/* body content containers
   can be within rows or directly within the pane's content
*/
.fc-time-area .fc-bgevent-container,
.fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2;
  /* only for directly within pane. not for row. overridden later */
  top: 0;
  bottom: 0;
  width: 0;
}

.fc-ltr .fc-time-area .fc-helper-container,
.fc-ltr .fc-time-area .fc-bgevent-container,
.fc-ltr .fc-time-area .fc-highlight-container {
  left: 0;
}

.fc-rtl .fc-time-area .fc-helper-container,
.fc-rtl .fc-time-area .fc-bgevent-container,
.fc-rtl .fc-time-area .fc-highlight-container {
  right: 0;
}

.fc-time-area .fc-bgevent,
.fc-time-area .fc-highlight {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* body resource rows */
.fc-time-area .fc-rows {
  position: relative;
  z-index: 3;
}

.fc-time-area .fc-rows .ui-widget-content {
  background: none;
}

.fc-time-area .fc-rows td > div {
  position: relative;
}

.fc-time-area .fc-rows .fc-bgevent-container,
.fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1;
}

.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2;
  /* above bgevent and highlight */
  width: 0;
  /* for event positioning. will end up on correct side based on dir */
}

.fc-time-area .fc-helper-container {
  /* also an fc-event-container */
  position: absolute;
  z-index: 3;
  top: 0;
}

.fc-time-area .fc-event-container {
  padding-bottom: 8px;
  top: -1px;
}

.fc-time-area tr:first-child .fc-event-container {
  top: 0;
}

.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-timeline .fc-now-indicator {
  /* both the arrow and the line */
  z-index: 3;
  /* one above scroller's fc-content */
  top: 0;
}

.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -6px;
  /* 5, then one more to counteract scroller's negative margins */
  /* triangle pointing down... */
  border-width: 6px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
}

.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px;
  /* counteract scroller's negative margins */
  bottom: 0;
  border-left-width: 1px;
}

/* Time Grid Events
--------------------------------------------------------------------------------------------------*/
.fc-timeline-event {
  position: absolute;
  border-radius: 0;
  padding: 2px 0;
  margin-bottom: 1px;
}

.fc-no-overlap .fc-timeline-event {
  padding: 5px 0;
  margin-bottom: 0;
}

/* don't overlap grid lines at the event's end */
.fc-ltr .fc-timeline-event {
  margin-right: 1px;
}

.fc-rtl .fc-timeline-event {
  margin-left: 1px;
}

.fc-timeline-event .fc-content {
  padding: 0 1px;
  white-space: nowrap;
  overflow: hidden;
}

.fc-timeline-event .fc-time {
  font-weight: bold;
  padding: 0 1px;
}

.fc-rtl .fc-timeline-event .fc-time {
  display: inline-block;
  /* will force it on the other side */
}

.fc-timeline-event .fc-title {
  position: relative;
  /* optimization for ScrollFollower */
  padding: 0 1px;
}

.fc-timeline-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

/* follower logic */
.fc-ltr .fc-timeline-event .fc-title {
  padding-left: 10px;
  margin-left: -8px;
}

.fc-rtl .fc-timeline-event .fc-title {
  padding-right: 10px;
  margin-right: -8px;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
  margin-left: -2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
  margin-right: -2px;
}

.fc-timeline-event.fc-not-start .fc-title,
.fc-body .fc-time-area .fc-following {
  position: relative;
}

.fc-timeline-event.fc-not-start .fc-title:before,
.fc-body .fc-time-area .fc-following:before {
  /* generic arrow */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: .5;
}

.fc-ltr .fc-timeline-event.fc-not-start .fc-title:before,
.fc-ltr .fc-body .fc-time-area .fc-following:before {
  /* LTR. left pointing arrow */
  border-left: 0;
  left: 2px;
}

.fc-rtl .fc-timeline-event.fc-not-start .fc-title:before,
.fc-rtl .fc-body .fc-time-area .fc-following:before {
  /* RTL. right pointing arrow */
  border-right: 0;
  right: 2px;
}

/* License Message
--------------------------------------------------------------------------------------------------*/
.fc-license-message {
  position: absolute;
  z-index: 99999;
  bottom: 1px;
  left: 1px;
  background: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 2px 4px;
  font-size: 12px;
  border-top-right-radius: 3px;
}

/* --------------------------------------------------------------------------------------------------*/
#fullCalendarSchedulerActualRota table {
  margin-bottom: 0px;
}

#fullCalendarSchedulerActualRota table, #fullCalendarSchedulerActualRota table tr.even, #fullCalendarSchedulerActualRota table tr.alt, #fullCalendarSchedulerActualRota table tr:nth-of-type(even) {
  background: none;
}

#fullCalendarSchedulerActualRota .fc-resource-area.fc-widget-header .fc-scroller-canvas .fc-widget-header:nth-child(3) .fc-cell-text {
  font-size: 10px !important;
}

#fullCalendarSchedulerActualRota .fc-time-area.fc-widget-header .fc-cell-content {
  font-weight: 500;
  font-size: 12px;
}

#group-maintain-position-modal .training-selection {
  height: 223px;
  overflow: auto;
}

#group-maintain-position-modal .homes-selection {
  height: 269px;
  overflow: auto;
}

#group-staff-position .pagination button {
  margin: 0px;
}

#group-maintain-position-modal table {
  margin-bottom: 0px;
}

#group-maintain-position-modal table.scroll-table {
  table-layout: fixed;
  margin-bottom: 0px;
  width: calc(60vw - 120px);
  max-width: calc(87.5rem - 120px);
}

#group-maintain-position-modal table tr input {
  height: 0.8rem;
  width: 0.8rem;
  margin-bottom: 0px;
}

#group-maintain-position-modal table tr i.fi-checkbox {
  font-size: 1.6rem;
}

#group-maintain-position-modal table tr td.check {
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  width: 48px;
}

#group-maintain-position-modal table tr td.relevant {
  font-weight: bold;
}

#staffPositionShiftsTable td {
  vertical-align: top;
}

#staffPositionShiftsTable td input[type="text"] {
  margin: 0px;
}

.staff-position-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.staff-position {
  display: inline-block;
  text-align: left;
  color: #000;
  font-size: 0.875rem;
  margin: auto 0;
}

.staff-position.grey {
  color: #4d4d4d;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.staff-position.dropdown {
  padding-right: 3rem;
}

.staff-position.link {
  border: #cccccc 1px solid;
  background-color: #FAFAFA;
  padding: 0.2rem 0.5rem;
  min-width: 12rem;
}

.staff-position.link:hover {
  color: #000;
}

#breakDeductionsCheck {
  transform: scale(1.4);
}

.breakDeductionsEnableLabel {
  font-size: 16px;
}

.f-dropdown li .group {
  font-size: 1.2rem;
}

.f-dropdown li .company {
  font-size: 1.1rem;
  padding-left: 1.5rem;
}

.f-dropdown li .home {
  font-size: 0.9rem;
  padding-left: 2.2rem;
}

.not-selectable {
  color: lightgrey;
  cursor: default;
  white-space: nowrap;
  line-height: 2.8125rem;
  padding: 0 0.4rem;
}

.homeSelectorButton, .positionSelectorButton {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-align: left;
  margin-bottom: 0px;
}

.homeDrop {
  max-height: 300px;
  overflow: auto;
}

.home i, .company i {
  padding-right: 10px;
}

.level-select-icon {
  padding-right: 10px;
}

.invoicing-residentInvoices {
  padding: 1em 0;
}

.invoicing-residentInvoices .invoicing-residentInvoice {
  padding-left: 2em;
}

#invoicing-residentHeader {
  border-bottom: 1px solid #222;
  padding-bottom: 1em;
}

.smallTextTable td, .smallTextTable th {
  font-size: 0.9em;
}

.innerTableTabRow > td {
  background-image: linear-gradient(#fff, #e6e6e6);
}

.innerInnerTableTabRow > td {
  background-image: linear-gradient(#fff, #e6e6e6);
}

.alertIcon {
  color: #f04124;
}

.warningIcon {
  color: #f08a24;
}

.expanderIcon {
  color: #009ED7;
}

#selectedResidentHeader {
  font-weight: bold;
}

#invoicingSettingsBar label {
  padding-right: 10px;
}

#invoicingSettingsBar label, #invoicingSettingsBar select, #invoicingSettingsBar input {
  display: inline-block;
}

#invoicingSettingsBar .laFilter {
  width: 100%;
  clear: both;
}

#invoicingSettingsBar .laFilter .laRow {
  width: 100%;
}

#invoicingSettingsBar .laFilter .laRow .laLabelColumn {
  width: 162px;
}

#invoicingSettingsBar .laFilter .laRow .laSelectColumn {
  width: calc(100% - 162px);
}

@media only screen and (min-width: 64.0625em) {
  #invoicingSettingsBar .laFilter .laRow {
    width: 66%;
  }
}

.clearInvoiceSearchByInv {
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 0px;
  display: block;
  background: transparent url(/images/cross.png) no-repeat center center !important;
}

.ledgerDateRangeSelector a[data-dropdown] {
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: inline-block;
  border: 2px solid #ddd;
  padding: 0.2rem;
}

.ledgerDateRangeSelector div[data-dropdown-content] {
  width: 330px;
  outline: 0;
}

.ledgerDateRangeSelector div[data-dropdown-content] form {
  margin-bottom: 0px;
}

.ledgerDateRangeSelector div[data-dropdown-content] input {
  margin-bottom: 0px;
}

.ledgerDateRangeSelector div[data-dropdown-content] input.ledgerDate {
  width: 100px;
}

#ledgerSummary {
  border: none;
}

#ledgerSummary tr {
  background-color: #fff;
}

#ledgerSummary tr:hover {
  background-color: #fff;
}

#residentPickerClear, #accountPickerClear {
  margin-bottom: 0px;
}

.searchModeResident, .searchModeAccount {
  font-size: 0.8em;
  margin-left: 8px;
}

.residentNoResults, .accountNoResults {
  margin-top: -15px;
}

.moreResultsResidents, .moreResultsAccounts {
  font-weight: 700;
  margin-left: 8px;
  font-size: 0.85em;
}

#warningMessages {
  margin-left: 25px;
}

div#loadingMask, div#loadingModal, div.widgetLoadingMask, .animatedLoadingMask, #calendarLoadingModal {
  padding: 0px 0px 10px 0px;
}

div#loadingMask h4, div#loadingModal h4, div.widgetLoadingMask h4, .animatedLoadingMask h4, #calendarLoadingModal h4 {
  margin-top: 130px;
}

div#loadingMask div.widgetLoading, div#loadingMask .loadingText, div#loadingModal div.widgetLoading, div#loadingModal .loadingText, div.widgetLoadingMask div.widgetLoading, div.widgetLoadingMask .loadingText, .animatedLoadingMask div.widgetLoading, .animatedLoadingMask .loadingText, #calendarLoadingModal div.widgetLoading, #calendarLoadingModal .loadingText {
  text-align: center;
}

div#loadingMask svg, div#loadingModal svg, div.widgetLoadingMask svg, .animatedLoadingMask svg, #calendarLoadingModal svg {
  height: 120px;
  width: 120px;
  overflow: visible;
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

div#loadingMask#calendarLoadingModal, div#loadingModal#calendarLoadingModal, div.widgetLoadingMask#calendarLoadingModal, .animatedLoadingMask#calendarLoadingModal, #calendarLoadingModal#calendarLoadingModal {
  max-width: 800px;
}

div#loadingMask#calendarLoadingModal svg, div#loadingModal#calendarLoadingModal svg, div.widgetLoadingMask#calendarLoadingModal svg, .animatedLoadingMask#calendarLoadingModal svg, #calendarLoadingModal#calendarLoadingModal svg {
  top: -340px;
}

@media only screen and (min-width: 40.063em) {
  div#loadingMask#calendarLoadingModal svg, div#loadingModal#calendarLoadingModal svg, div.widgetLoadingMask#calendarLoadingModal svg, .animatedLoadingMask#calendarLoadingModal svg, #calendarLoadingModal#calendarLoadingModal svg {
    top: -110px;
  }
}

div#loadingMask#calendarLoadingModal .alert-box, div#loadingModal#calendarLoadingModal .alert-box, div.widgetLoadingMask#calendarLoadingModal .alert-box, .animatedLoadingMask#calendarLoadingModal .alert-box, #calendarLoadingModal#calendarLoadingModal .alert-box {
  margin: 0px 40px;
}

div#loadingMask .g--circle, div#loadingModal .g--circle, div.widgetLoadingMask .g--circle, .animatedLoadingMask .g--circle, #calendarLoadingModal .g--circle {
  transform-origin: 60px 60px;
  fill: #009ED7;
  animation: opacity 1.2s linear infinite;
}

div#loadingMask .g--circle:nth-child(12n + 1), div#loadingModal .g--circle:nth-child(12n + 1), div.widgetLoadingMask .g--circle:nth-child(12n + 1), .animatedLoadingMask .g--circle:nth-child(12n + 1), #calendarLoadingModal .g--circle:nth-child(12n + 1) {
  animation-delay: -0.1s;
  transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 2), div#loadingModal .g--circle:nth-child(12n + 2), div.widgetLoadingMask .g--circle:nth-child(12n + 2), .animatedLoadingMask .g--circle:nth-child(12n + 2), #calendarLoadingModal .g--circle:nth-child(12n + 2) {
  animation-delay: -0.2s;
  transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 3), div#loadingModal .g--circle:nth-child(12n + 3), div.widgetLoadingMask .g--circle:nth-child(12n + 3), .animatedLoadingMask .g--circle:nth-child(12n + 3), #calendarLoadingModal .g--circle:nth-child(12n + 3) {
  animation-delay: -0.3s;
  transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 4), div#loadingModal .g--circle:nth-child(12n + 4), div.widgetLoadingMask .g--circle:nth-child(12n + 4), .animatedLoadingMask .g--circle:nth-child(12n + 4), #calendarLoadingModal .g--circle:nth-child(12n + 4) {
  animation-delay: -0.4s;
  transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 5), div#loadingModal .g--circle:nth-child(12n + 5), div.widgetLoadingMask .g--circle:nth-child(12n + 5), .animatedLoadingMask .g--circle:nth-child(12n + 5), #calendarLoadingModal .g--circle:nth-child(12n + 5) {
  animation-delay: -0.5s;
  transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 6), div#loadingModal .g--circle:nth-child(12n + 6), div.widgetLoadingMask .g--circle:nth-child(12n + 6), .animatedLoadingMask .g--circle:nth-child(12n + 6), #calendarLoadingModal .g--circle:nth-child(12n + 6) {
  animation-delay: -0.6s;
  transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 7), div#loadingModal .g--circle:nth-child(12n + 7), div.widgetLoadingMask .g--circle:nth-child(12n + 7), .animatedLoadingMask .g--circle:nth-child(12n + 7), #calendarLoadingModal .g--circle:nth-child(12n + 7) {
  animation-delay: -0.7s;
  transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 8), div#loadingModal .g--circle:nth-child(12n + 8), div.widgetLoadingMask .g--circle:nth-child(12n + 8), .animatedLoadingMask .g--circle:nth-child(12n + 8), #calendarLoadingModal .g--circle:nth-child(12n + 8) {
  animation-delay: -0.8s;
  transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 9), div#loadingModal .g--circle:nth-child(12n + 9), div.widgetLoadingMask .g--circle:nth-child(12n + 9), .animatedLoadingMask .g--circle:nth-child(12n + 9), #calendarLoadingModal .g--circle:nth-child(12n + 9) {
  animation-delay: -0.9s;
  transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 10), div#loadingModal .g--circle:nth-child(12n + 10), div.widgetLoadingMask .g--circle:nth-child(12n + 10), .animatedLoadingMask .g--circle:nth-child(12n + 10), #calendarLoadingModal .g--circle:nth-child(12n + 10) {
  animation-delay: -1s;
  transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 11), div#loadingModal .g--circle:nth-child(12n + 11), div.widgetLoadingMask .g--circle:nth-child(12n + 11), .animatedLoadingMask .g--circle:nth-child(12n + 11), #calendarLoadingModal .g--circle:nth-child(12n + 11) {
  animation-delay: -1.1s;
  transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g--circle:nth-child(12n + 12), div#loadingModal .g--circle:nth-child(12n + 12), div.widgetLoadingMask .g--circle:nth-child(12n + 12), .animatedLoadingMask .g--circle:nth-child(12n + 12), #calendarLoadingModal .g--circle:nth-child(12n + 12) {
  animation-delay: -1.2s;
  transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
}

div#loadingMask .g-circles--v1 .g--circle, div#loadingModal .g-circles--v1 .g--circle, div.widgetLoadingMask .g-circles--v1 .g--circle, .animatedLoadingMask .g-circles--v1 .g--circle, #calendarLoadingModal .g-circles--v1 .g--circle {
  fill-opacity: 0;
  animation-name: opacity;
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}

nav.tab-bar.hide-for-medium-up section.left-small .left-off-canvas-toggle.menu-icon,
nav.tab-bar.hide-for-medium-up section.right-small .right-off-canvas-toggle.menu-icon {
  text-indent: 6px;
  font-size: 1.5em;
}

dd.ui_tpicker_unit_hide, dt.ui_tpicker_unit_hide {
  display: none;
}

#customerMigration .fi-torso-business {
  color: #6cccf1;
  font-size: 1rem;
}

#customerMigration .companySelection, #customerMigration .homeSelection {
  margin-left: 20px;
}

#customerMigration .groupSelection label {
  margin-top: 5px;
  height: 20px;
  font-size: 1rem;
}

#customerMigration .companySelection label {
  margin-top: 0px;
  height: 25px;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#customerMigration .companySelection label::before {
  content: "L";
  font-size: 1.5em;
  color: lightgrey;
  position: relative;
  top: -5px;
  font-weight: 100;
  margin-right: 5px;
}

#customerMigration .homeSelection label {
  margin-top: 5px;
  height: 21px;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#customerMigration .homeSelection label::before {
  content: "L";
  font-size: 1.5em;
  color: lightgrey;
  position: relative;
  top: -5px;
  font-weight: 100;
  margin-right: 5px;
}

#customerMigration .migrationPreview .companyLevel, #customerMigration .migrationPreview .homeLevel {
  margin-left: 25px;
}

#customerMigration .migrationPreview .fi-home {
  color: #830593;
  font-size: 0.75rem;
}

#customerMigration .migrationPreview .fi-torsos-all {
  color: #047CED;
  font-size: 0.875rem;
}

#customerMigration .migrationPreview .fi-asterisk {
  color: orange;
  font-size: 15px;
}

#customerMigration .migrationPreview label {
  height: 25px;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#customerMigration .migrationPreview .companyLevel label {
  font-size: 0.875rem;
  height: 25px;
}

#customerMigration .migrationPreview .companyLevel .homeLevel label {
  font-size: 0.75rem;
  height: 25px;
}

#enquiriesLargeTable table thead th:hover[data-name] {
  cursor: pointer;
}

#enquiriesLargeTable table thead th i.fi-arrow-up, #enquiriesLargeTable table thead th i.fi-arrow-down {
  display: none;
}

#enquiriesLargeTable table thead th.asc i.fi-arrow-up {
  display: inline;
}

#enquiriesLargeTable table thead th.desc i.fi-arrow-down {
  display: inline;
}

#enquiry-status-box.inactive-enquiry-status select.inactive-status-reason {
  height: 25px;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0 20px 0 5px;
  min-width: 100%;
}

.inactive-enquiry-status-reason .status-right {
  width: calc(100% - 105px);
}

.inactive-enquiry-status-reason .status-right #status-value {
  width: 100%;
}

.payCodesRates {
  font-size: 0.875rem;
  color: #4d4d4d;
}

#payCodes .row, #payCodes .column, .payRates .row, .payRates .column {
  margin: 0px;
  padding: 0px;
}

#payCodes label, .payRates label {
  white-space: nowrap;
  vertical-align: middle;
  display: inline;
}

#payCodes input[type=text], .payRates input[type=text] {
  width: auto;
  display: inline;
}

#payCodes .codeBlock, .payRates .codeBlock {
  width: 190px;
  float: left;
}

#payCodes .codeBlock-large, .payRates .codeBlock-large {
  width: 280px;
  float: left;
}

.firstTierPermissionGroup label {
  height: 20px;
  width: 500px;
  font-size: 1rem;
  margin-top: 5px;
}

.secondTierPermissionGroup label {
  font-size: 0.875rem;
  margin-left: 3px;
}

.thirdTierPermissionGroup label {
  font-size: 0.75rem;
  margin-left: 23px;
}

.forthTierPermissionGroup label {
  font-size: 0.7rem;
  margin-left: 44px;
}

.fifthTierPermissionGroup label {
  font-size: 0.65rem;
  margin-left: 65px;
}

.secondTierPermissionGroup label, .thirdTierPermissionGroup label, .forthTierPermissionGroup label, .fifthTierPermissionGroup label {
  height: 25px;
  line-height: normal;
  display: table;
}

.secondTierPermissionGroup label::before, .thirdTierPermissionGroup label::before, .forthTierPermissionGroup label::before, .fifthTierPermissionGroup label::before {
  content: "L";
  color: lightgrey;
  font-size: 1.5rem;
  font-weight: 100;
  position: relative;
  margin-right: 5px;
  top: -5px;
}

.extraPositionHomeParagraph {
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 20px;
}

.extraPositionHomeParagraph.dateValues {
  line-height: 1.5;
}

.extraPositionHomeParagraph.dateValues.hidden {
  display: none;
}

.editButton.hidden {
  display: none;
}

.positions-dropdown {
  overflow-y: scroll;
  max-height: 350px;
}

#changeExtraPosition {
  margin-bottom: 10px;
}

#PositionDetailsFieldSet hr {
  margin-top: 10px;
  margin-bottom: 9px;
}

@Media only screen and (min-width:64.0625em) {
  .scrollOtherPositions {
    overflow-y: auto;
    padding-right: 15px;
  }
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 95%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 95%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #009ed7;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

input[type=range]::-moz-range-track {
  width: 95%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #009ed7;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 95%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #009ed7;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #009ed7;
}

input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}

#contributionChangesLogContainer {
  border: solid 1px #85c982;
  padding: 0.5rem;
}

#contributionChangesLogContainer #contributionChangesLogEntries {
  overflow: auto;
  height: 400px;
}

span.savedConfirmation {
  color: #43AC6A;
  display: none;
}

div.row.weeklyFeeForm {
  margin-top: -6px;
}

.weeklyFeeContainer .weeklyFee {
  display: none;
}

.weeklyFeeContainer label {
  margin-top: 7px;
}

.weeklyFeeContainer .row.weeklyFeeHeader {
  display: block;
}

.weeklyFeeContainer .row.weeklyFeeHeader span {
  vertical-align: top;
}

.weeklyFeeContainer .row.weeklyFeeHeader .prefix {
  width: 30px;
}

.weeklyFeeContainer .row.weeklyFeeHeader div.columns {
  width: 120px;
}

.weeklyFeeContainer .row.weeklyFeeHeader div.columns input[type=number] {
  margin: 0px;
}

.weeklyFeeContainer .row.weeklyFeeHeader div.columns.end {
  width: 40px;
}

.weeklyFeeContainer .row.weeklyFeeHeader div.columns.end a.button.tiny.weeklyFeeNewSaveButton {
  margin: 0px;
}

.weeklyFeeContainer a.weeklyFeeNewSaveButton, .weeklyFeeContainer .weeklyFeeNew {
  height: 37px;
}

.weeklyFeeHeader, .weeklyFeeForm {
  display: none;
}

input[type="checkbox"].invoiceAdjustmentCheckBox {
  margin: 0px;
}

#staffRotaPrint table {
  font-size: 12px;
  border-collapse: collapse;
  border: 0px;
  border-bottom: 1px solid black;
  page-break-after: always;
}

#staffRotaPrint table tr:not(.groupName) th {
  background: #cccccc;
  border: 1px solid black;
  padding: 0px 3px 0px 3px;
  font-size: 12px;
  line-height: 1em;
}

#staffRotaPrint table tr:not(.groupName) th.leftColumns {
  width: 142px;
  max-width: 142px;
}

#staffRotaPrint table tr:not(.groupName) th.leftColumns.larger {
  width: 206px;
  max-width: 206px;
}

#staffRotaPrint table tr:not(.groupName) th.leftColumns.largest {
  width: 456px;
  max-width: 456px;
}

#staffRotaPrint table tr:not(.groupName) th.hrsColumn {
  text-align: center;
}

#staffRotaPrint table tr:not(.groupName) th.weekDay {
  width: 80px;
  max-width: 80px;
}

#staffRotaPrint table tr:not(.groupName) td {
  border-top: 1px dashed black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  font-size: 12px;
}

#staffRotaPrint table tr:not(.groupName) td.leftColumns {
  width: 142px;
  max-width: 142px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px 3px 0px 3px;
  text-overflow: ellipsis;
}

#staffRotaPrint table tr:not(.groupName) td.leftColumns.name {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

#staffRotaPrint table tr:not(.groupName) td.leftColumns.larger {
  width: 206px;
  max-width: 206px;
}

#staffRotaPrint table tr:not(.groupName) td.leftColumns.largest {
  width: 456px;
  max-width: 456px;
}

#staffRotaPrint table tr:not(.groupName) td.hrsColumn {
  width: 30px;
  max-width: 30px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px;
  text-align: center;
  font-size: 8px;
}

#staffRotaPrint table tr:not(.groupName) td.hrsColumn.larger {
  width: 44px;
  max-width: 44px;
  font-size: 12px;
}

#staffRotaPrint table tr:not(.groupName) td.leftColumns.smaller {
  width: 120px !important;
  max-width: 120px !important;
}

#staffRotaPrint table tr:not(.groupName) td.weekDay {
  width: 80px;
  max-width: 80px;
  text-align: center;
  padding: 0px 3px 0px 3px;
  height: 19px;
}

#staffRotaPrint table tr:not(.groupName) td.signitureField {
  width: 180px;
  height: 38px;
}

#staffRotaPrint table tr:not(.groupName).whiteRow {
  background-color: #ffffff !important;
}

#staffRotaPrint table tr:not(.groupName).whiteRow td {
  background-color: #ffffff !important;
}

#staffRotaPrint table tr:not(.groupName).greyRow {
  background-color: #dcdcdc !important;
}

#staffRotaPrint table tr:not(.groupName).greyRow td {
  background-color: #dcdcdc !important;
}

#staffRotaPrint table thead tr.groupName {
  background-color: #ffffff;
  border-width: 0px;
  font-size: 25px;
  padding: 0px;
  text-transform: capitalize;
}

#staffRotaPrint table thead tr.groupName th {
  padding: 0px;
}

#staffRotaPrint table thead tr.groupName th span {
  padding-left: 5px;
  top: 0;
  float: left;
  position: sticky;
}

#staffRotaPrint table thead tr.groupName th span.name {
  left: 5px;
}

#staffRotaPrint table thead tr.groupName th span.dateRange {
  left: 880px;
}

#staffRotaPrint table thead tr.groupName th span.rotaKey {
  right: 240px;
  position: relative;
  float: right;
  font-weight: normal;
  font-size: 12px;
}

#staffRotaPrint table tr.shiftsToCover th {
  border-top: 1px solid black !important;
}

#staffRotaPrint table tr.shiftsToCover td.weekDay {
  height: 32px;
}

#staffRotaPrint table tr.first td {
  border-top: 2px solid black;
}

#staffRotaPrint table tr.last td {
  border-bottom: 2px solid black;
}

#staffRotaPrint table tr:nth-of-type(even):not(.whiteRow) {
  background: #dcdcdc;
}

#staffRotaPrint table tr:nth-of-type(even):not(.whiteRow) td {
  background: #dcdcdc;
}

#staffRotaPrint .button {
  position: absolute;
  top: 0;
  right: 0;
}

@media print {
  a.button.printButton {
    display: none !important;
    color: white;
  }
  #staffRotaPrint table tr:not(.groupName) th {
    background: #cccccc !important;
  }
  #staffRotaPrint table tr:nth-of-type(even) {
    background: #dcdcdc !important;
  }
  #staffRotaPrint .button {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.rotaCalenderTimesheet #rotascheduler_Id-locked-body tr.x-grid-data-row:hover td {
  background-color: #fdf4e7;
  cursor: pointer;
}

.shiftLimitsPanel .x-accordion-hd {
  background-color: #009ED7;
}

.shiftLimitsPanel .x-header-text {
  color: white;
}

.shiftLimitsPanel .x-tool-img.x-tool-collapse-top {
  color: white;
  background: url("/images/white-minus-2-16.ico");
  opacity: 1;
}

.shiftLimitsPanel .x-tool-img.x-tool-expand-bottom {
  color: white;
  background: url("/images/white-plus-2-16.ico");
  opacity: 1;
}

.rotaKey {
  display: inline-block;
}

.rotaSetup.defaultView #createShiftGroupButton, .rotaSetup.defaultView #rotaSetupApplyButton {
  display: none;
}

.rotaSetup.defaultView .shiftGroup .groupNameNoLink, .rotaSetup.defaultView .shiftGroup .fi-trash, .rotaSetup.defaultView .shiftGroup button {
  display: none;
}

.rotaSetup.draftView #createShiftGroupButton, .rotaSetup.draftView #rotaSetupApplyButton {
  top: 0px !important;
}

.rotaSetup.draftView .shiftGroup .fi-pencil, .rotaSetup.draftView .shiftGroup .groupName {
  display: none;
}

.rotaSetup.draftView .shiftGroup .groupNameNoLink {
  padding: 8px 0px 8px 8px;
  width: 85px;
  float: left;
  white-space: normal;
  word-wrap: break-word;
}

.secondary .fi-alert {
  color: #c182c9;
  font-size: 7em;
  padding-right: 15px;
}

.secondary span {
  display: inline-block;
}

.IKnowWhatImDoing {
  user-select: none;
  cursor: default !important;
  font-size: 0.8em;
  color: #000000;
}

.IKnowWhatImDoing .IKnowWhatImDoing-inner {
  color: #000000;
}

.disruptiveChange .x-btn-default-toolbar-small {
  background-image: none;
  border-radius: 0px;
  border: none;
}

.disruptiveChange .x-btn-default-toolbar-small .x-btn-inner {
  color: white;
}

.disruptiveChange .x-btn-default-toolbar-small:not(.alert) {
  background-color: #009ed7;
}

.disruptiveChange .x-btn-default-toolbar-small:not(.alert):hover {
  background-color: #007eac;
}

.disruptiveChange .tracked-user {
  color: #ffffff;
}

.rotaSetupDefaultView b {
  display: inline-block;
  width: 80px;
}

div.reportButtonContainer .title {
  text-align: center;
}

div.reportButtonContainer .title .columns {
  background: #E0E0E0;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 24px;
}

div.reportButtonContainer .reportButtonTypeContainer div.columns {
  border-left: 2px solid white;
}

div.reportButtonContainer .reportButtonTypeContainer div.columns:nth-child(1) {
  border-left: none;
}

.button.expand.reportButton {
  margin-bottom: 5px;
}

.dischargeButton {
  margin: 0.8125rem 0 0 0;
}

.sideMenu.dd > a {
  background-image: linear-gradient(#f5f5f5, #eeeeee);
}

.sideMenu.dd > a:hover {
  background-image: none;
}

#sideMenuContainer {
  border: 1px solid #576264;
  border-left: none;
  border-top: none;
}

#sideMenuContainer .unreadMessagesCounterText {
  background: red;
  border-radius: 50%;
  color: white;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  position: absolute;
  top: 60px;
  left: 120px;
}

#sideMenuContainer .unreadMessagesCounterText_sm {
  background: red;
  border-radius: 50%;
  color: white;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  top: -5px;
  left: 5px;
  display: inline-block;
}

#sideMenuContainer .unreadMessagesCounterText_sm.current {
  left: 5px;
}

@media only screen and (min-width: 40.063em) {
  #sideMenuContainer {
    position: relative;
    top: -2px;
  }
}

@media only screen and (min-width: 64.0625em) {
  #sideMenuContainer {
    position: relative;
    top: -1px;
  }
}

.sideMenu.accordion dd > a {
  padding: 0.8em;
}

.sideMenu.accordion dd > .content {
  padding-left: 0.2em;
  padding-right: 0;
  padding-top: 0;
  border: 1px solid #ececec;
}

.sideMenu.accordion dd div.content.active a {
  font-size: 0.8em;
  display: block;
  padding: 0.5em 10px 0.5em 30px !important;
  color: #000;
  border-top: 1px solid #ececec;
}

.sideMenu.accordion dd div.content.active a:hover {
  background: #f5f5f5;
}

.sideMenu.accordion dd div.content.active a.current {
  font-weight: bold;
}

.sideMenu.accordion dd div.content.active a.unenteredOrDisconAdl {
  color: #888;
}

.sideMenu.accordion dd i {
  padding-right: 10px;
}

.sideMenu.accordion dd.active > a {
  border-bottom: none;
}

.sideMenu.accordion dd.active > .content {
  border-top: none;
}

.sideMenu dd.staff .active i {
  color: #ed9d36;
}

.sideMenu dd.staff .active > a, .sideMenu dd.staff .active .content {
  border-left: 4px solid #ed9d36;
}

.sideMenu dd.staff.current > a > i {
  color: #ed9d36;
}

.sideMenu dd.staff a:hover i {
  color: #ed9d36;
}

.sideMenu dd.dashboard .active i {
  color: #047CED;
}

.sideMenu dd.dashboard .active > a, .sideMenu dd.dashboard .active .content {
  border-left: 4px solid #047CED;
}

.sideMenu dd.dashboard.current > a > i {
  color: #047CED;
}

.sideMenu dd.dashboard a:hover i {
  color: #047CED;
}

.sideMenu dd.serviceUsers .active i {
  color: #0A9305;
}

.sideMenu dd.serviceUsers .active > a, .sideMenu dd.serviceUsers .active .content {
  border-left: 4px solid #0A9305;
}

.sideMenu dd.serviceUsers.current > a > i {
  color: #0A9305;
}

.sideMenu dd.serviceUsers a:hover i {
  color: #0A9305;
}

.sideMenu dd.home .active i {
  color: #830593;
}

.sideMenu dd.home .active > a, .sideMenu dd.home .active .content {
  border-left: 4px solid #830593;
}

.sideMenu dd.home.current > a > i {
  color: #830593;
}

.sideMenu dd.home a:hover i {
  color: #830593;
}

.sideMenu dd.careplans .active i {
  color: #F41404;
}

.sideMenu dd.careplans .active > a, .sideMenu dd.careplans .active .content {
  border-left: 4px solid #F41404;
}

.sideMenu dd.careplans.current > a > i {
  color: #F41404;
}

.sideMenu dd.careplans a:hover i {
  color: #F41404;
}

.mainPosition.mainHome td {
  background-color: rgba(108, 204, 241, 0.39);
}

.mainPosition.mainHome .endExtraPosition {
  display: none;
}

.mainPosition.mainHome .has-tip {
  display: inline;
}

.mainHome .has-tip {
  display: none;
}

.positionsItem.moreThanTwoPositions.checked:not(.mainHome) .endExtraPosition {
  display: none;
}

.positionsItem.moreThanTwoPositions.checked:not(.mainHome) .has-tip {
  display: inline;
}

.positionsItem:not(.mainHome) .has-tip {
  display: none;
}

.checkboxCell label {
  height: 36px;
}

#positionDetails table {
  width: 100%;
  margin-bottom: 0px;
}

#positionDetails table tr.firstOfHome {
  border-top: solid 2px rgba(237, 157, 54, 0.3);
}

#positionDetails .fi-info, #positionDetails .fi-trash {
  font-size: 1.5em;
  margin: 0px 5px 0px 5px;
}

#positionDetails input[type="radio"] {
  margin: 10px 30px 10px 30px;
  cursor: pointer;
}

#positionDetails #positionText {
  padding-top: 5px;
}

#positionDetails .disabled {
  color: #cccccc;
}

.staffSection table.staffPositionHistoryTable tbody tr:hover {
  cursor: default;
}

.staffSection table.staffPositionHistoryTable tbody tr.pointer-cursor:hover {
  cursor: pointer;
}

.training_not_achieved {
  background-color: #F04124;
  color: white;
}

.training_expired {
  background-color: #F04124;
  color: white;
}

.training_expiring {
  background-color: #F08A24;
  color: white;
}

.staff-direction {
  width: 50px;
}

#changeExtraPositionModal input, #changeExtraPositionModal select, #transferStaffModal input, #transferStaffModal select {
  margin-bottom: 5px;
}

#changeExtraPositionModal label, #transferStaffModal label {
  line-height: 37px;
  padding-right: 5px;
}

#changeExtraPositionModal .fi-calendar, #transferStaffModal .fi-calendar {
  font-size: 2em;
}

#changeExtraPositionModal .postfix, #transferStaffModal .postfix {
  margin-left: -1px;
}

#changeExtraPositionModal a.button, #transferStaffModal a.button {
  margin-bottom: 0px;
  margin-top: 10px;
}

#changeExtraPositionModal {
  width: 380px;
}

#transferStaffModal {
  width: 500px;
}

#transferStaff {
  background-color: #9c37a9;
  float: right;
}

#transferStaff:hover {
  background-color: #891298;
}

form#staff input[name=reg_code] {
  font-family: serif !important;
}

a.staffAction {
  background: #bd6b04;
}

a.staffAction[disabled], a.staffAction:hover[disabled] {
  background-color: #e0bc8d;
  color: #222222;
}

a.staffAction:hover {
  background: #8e5003;
}

#smsConversationModal {
  max-width: 60rem;
  padding: 0px;
  padding-top: 30px;
}

#smsConversationModal .messageContainer {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fdfdfd;
}

#smsConversationModal .messageContainer .messageRow {
  width: 100%;
  margin-top: 10px;
}

#smsConversationModal .messageContainer .messageRow .homeSent, #smsConversationModal .messageContainer .messageRow .staffSent {
  margin-left: 8px;
  margin-right: 8px;
}

#smsConversationModal .messageContainer .messageRow .homeSent p, #smsConversationModal .messageContainer .messageRow .staffSent p {
  margin-bottom: 0px;
}

#smsConversationModal .messageContainer .messageRow .homeSent .date, #smsConversationModal .messageContainer .messageRow .staffSent .date {
  line-height: 10px;
}

#smsConversationModal .messageContainer .messageRow .homeSent span, #smsConversationModal .messageContainer .messageRow .staffSent span {
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  line-height: 15px;
  max-width: calc(100% - 35px);
  margin-bottom: -12px;
}

#smsConversationModal .messageContainer .messageRow .homeSent small, #smsConversationModal .messageContainer .messageRow .staffSent small {
  font-size: 80%;
}

#smsConversationModal .messageContainer .messageRow .homeSent {
  text-align: right;
}

#smsConversationModal .messageContainer .messageRow .homeSent span {
  background: #009ED7;
  color: white;
}

#smsConversationModal .messageContainer .messageRow .staffSent {
  text-align: left;
}

#smsConversationModal .messageContainer .messageRow .staffSent span {
  background: lightgrey;
}

#sendSmsModal h4 {
  display: inline;
  margin-right: 10px;
}

#sendSmsModal textarea {
  resize: vertical;
}

#sendSmsModal label {
  cursor: default;
}

#sendSmsModal div.selectAllStaff label {
  display: inline-block;
  margin-right: 8px;
}

#sendSmsModal table {
  user-select: none;
  -moz-user-select: none;
}

#sendSmsModal table tr td.centered {
  text-align: center;
}

#sendSmsModal .filters {
  width: calc(100% - 153px);
  display: inline-block;
}

#sendSmsModal .filters select {
  height: 30px;
  line-height: 18px;
  padding: 0px 8px;
  margin-bottom: 0px;
}

#sendSmsModal .filters select.filter {
  width: 65%;
}

#sendSmsModal .filters select.bankFilter {
  width: 33%;
}

#sendSmsModal .filters select .noFilter {
  font-style: italic;
}

#sendSmsModal .filters select .department {
  font-weight: 700;
}

#sendSmsModal .staffLabel {
  padding: 0px 4px;
  border-radius: 3px;
  background: lightblue;
  margin-right: 6px;
  margin-top: 6px;
  user-select: none;
  -moz-user-select: none;
  white-space: nowrap;
  display: inline-block;
}

#sendSmsModal .staffLabel .fi-x {
  color: red;
}

#sendSmsModal .staffLabel:hover {
  cursor: pointer;
}

#sendSmsModal .staffLabel:hover .fi-x {
  color: darkred;
}

#sendSmsModal .button, #sendSmsModal form {
  margin-bottom: 0px;
}

#sendSmsModal .table-container {
  margin: 5px 0px 15px 0px;
}

#sendSmsModal .table-container i.fi-plus, #sendSmsModal .table-container i.fi-minus {
  color: #009ED7;
}

#sendSmsModal .table-container .bankColumn {
  width: 15%;
  text-align: center;
}

#sendSmsModal small.error {
  display: none;
}

#sendSmsModal .error small.error {
  display: block;
}

#sendSmsModal .alert-box {
  margin-top: 10px;
}

@media only screen and (min-width: 64.0625em) {
  #sendSmsModal .alert-box.info.radius {
    margin-bottom: 222px;
  }
}

.inline {
  display: inline;
}

.unreadMessagesCounter:not(.hide) {
  background: red;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  top: -10px;
}

.unreadMessagesCounter:not(.hide) span {
  display: inline;
  font-size: 12px;
  color: white;
  position: relative;
  top: -2px;
}

.unreadMessage {
  font-weight: 700;
}

.unreadText {
  font-size: 80%;
  top: -11px;
  position: relative;
}

fieldset#manageApplicantsOnVacancy tbody .statusColumn {
  width: 120px;
}

fieldset#manageApplicantsOnVacancy tbody .statusColumn select {
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

fieldset#manageApplicantsOnVacancy tbody .dateAppliedColumn {
  width: 115px;
}

fieldset#manageApplicantsOnVacancy tbody .dateAppliedColumn input.applicantDatePicker {
  margin-bottom: 0px;
  height: 30px;
}

fieldset#manageApplicantsOnVacancy tbody .hireColumn {
  padding: 0px;
  width: 50px;
  overflow: visible;
}

fieldset#manageApplicantsOnVacancy tbody .hireColumn i.fi-torsos-male-female {
  font-size: 1.5em;
}

fieldset#manageApplicantsOnVacancy tbody .hireColumn i.fi-plus {
  color: white;
  position: relative;
  top: -9px;
  right: 16px;
}

fieldset#manageApplicantsOnVacancy tbody .hireColumn .button {
  background: #efa74a;
  padding: 0px 8px;
  width: 100%;
  margin-bottom: 0px;
}

fieldset#manageApplicantsOnVacancy tbody .hireColumn .button:hover:not(.disabled) {
  background: #e19533;
}

fieldset#manageApplicantsOnVacancy .table-container {
  height: 460px;
}

fieldset#manageApplicantsOnVacancy thead .statusColumn {
  width: 120px;
}

fieldset#manageApplicantsOnVacancy thead .dateAppliedColumn {
  width: 115px;
}

fieldset#manageApplicantsOnVacancy thead .hireColumn {
  width: 50px;
}

.applicantManagementContainer .table-container {
  height: 600px;
}

.applicantManagementContainer .removeTooltip {
  font-size: 1.28em;
}

#staffPortal .main-section .page {
  border: 1px solid lightgrey;
  border-top: none;
  background: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
}

#staffPortal #portalStaffName {
  margin-bottom: 2px;
}

#staffPortal #portalStaffName .clockDetails {
  font-size: 13px;
  font-weight: 500;
}

#staffPortal .fc-event-dot {
  border-radius: 50%;
}

#staffPortal .fc-toolbar.fc-header-toolbar {
  line-height: 12px;
}

#staffPortal .fc-list-item-time {
  display: none;
}

#staffPortal h2 {
  font-size: 20px;
  font-weight: 700;
}

#staffPortal h2.bookHoliday {
  display: inline-block;
  width: calc(100% - 75px);
  text-align: center;
  padding-right: 75px;
}

#staffPortal .staff-portal-calendar .fc-list-heading.today td.fc-widget-header {
  background: lightblue;
}

#staffPortal .staff-portal-calendar .fc-list-heading.today td.fc-widget-header ::after {
  content: "  (Today)";
}

#staffPortal button.fc-button {
  font-size: 12px;
  margin-top: 0px;
  border: 1px solid white;
  padding: 10px 12px;
}

#staffPortal button.fc-button.menu {
  margin-bottom: 0px;
}

#staffPortal button.fc-button span.fc-icon-left-single-arrow::after {
  content: "<";
  font-size: 12px;
}

#staffPortal button.fc-button span.fc-icon-right-single-arrow::after {
  content: ">";
  font-size: 12px;
}

#staffPortal .availableShiftMessage .alertBoxRow .fi-arrows-in, #staffPortal .availableShiftMessage .alertBoxRow .fi-arrows-out {
  background: none;
  top: -5px;
  right: -5px;
  font-size: 1rem;
  cursor: pointer;
}

#staffPortal .availableShiftMessage .alertBoxRow .alert-box {
  margin-bottom: 0px;
}

#staffPortal .VresizableTextarea {
  max-height: 300px;
  min-height: 100px;
  height: 100px;
  resize: vertical;
}

#staffPortal table.headTable {
  width: 100%;
  border-bottom: none;
  margin-bottom: 0px;
}

#staffPortal table.bodyTable {
  width: 100%;
  border-top: 0px;
  margin-bottom: 0px;
}

#staffPortal .scrollingTableBodyContainer {
  overflow-y: auto;
  max-height: 300px;
  margin-bottom: 10px;
}

#staffPortal .scrollbarWidth {
  width: 10px;
}

#staffPortal .notesCharCount {
  margin-top: 0px;
  border-bottom: none;
}

#staffPortal .off-canvas-list label {
  cursor: default;
}

@media (max-width: 40em) {
  #staffPortal .confirmDates input {
    transform: scale(2);
    margin: 10px;
  }
  #staffPortal .swapToShiftsToCover .fc-list-table td.fc-list-item-title {
    padding: 8px 5px 8px 8px;
  }
  #staffPortal .swapToShiftsToCover .shiftToCoverButtonGroup {
    margin: 2px 0 1px 0;
  }
  #staffPortal .swapToShiftsToCover .shiftToCoverButtonGroup a {
    padding: 6px 10px;
  }
}

#staffPortal .shiftToCoverButtonGroup {
  float: right;
}

#staffPortal .shiftToCoverButtonGroup a {
  margin: -6px 0px -7px 0px;
  padding: 10px;
  font-size: 12px;
}

#staffPortal .shiftToCoverButtonGroup a:nth-child(2) {
  margin-left: 5px;
}

#staffPortal .shiftToCoverButtonGroup:has(.button) {
  margin-top: -1px;
}

#staffPortal .switch.tiny input:checked + label {
  background: #43AC6A;
}

#staffPortal .switch.tiny input:checked + label:after {
  left: 4.9rem;
}

#staffPortal .switch.tiny input:checked + label .switchText.yes {
  display: inline-block;
}

#staffPortal .switch.tiny input:checked + label .switchText.no {
  display: none;
}

#staffPortal .switch.tiny label.portalASActions {
  background: #f04124;
  margin-top: -4px;
  margin-bottom: -7px;
  width: 7em;
}

#staffPortal .switch.tiny label.portalASActions .switchText {
  color: white;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  top: 3px;
  right: 87px;
  position: absolute;
}

#staffPortal .switch.tiny label.portalASActions .switchText.yes {
  display: none;
}

#staffPortal .switch.tiny label.portalASActions .switchText.no {
  display: inline-block;
  right: 70px;
}

#staffPortal .documentsTab {
  min-height: 210px;
}

#staffPortal .documentsTab .portalDocument {
  font-size: 1.4em;
  display: inline-block;
  padding: 3px;
  width: 100%;
}

#staffPortal .documentsTab .portalDocument a {
  font-size: 0.8em;
  line-height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}

#staffPortal .documentsTab .portalDocument div {
  padding: 0px;
  line-height: 0px;
  cursor: default;
}

#staffPortal .documentsTab .portalDocument div small {
  margin-left: 18px;
  display: inline-block;
  width: 55px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

#staffPortal .documentsTab .portalDocument div small.filename {
  width: auto;
}

#staffPortal .documentsTab .portalDocument:nth-child(odd) {
  background: whitesmoke;
}

#staffPortal .panel {
  font-size: 14px;
  padding: 5px;
}

#staffPortal h1.inline, #staffPortal h2.inline, #staffPortal h3.inline, #staffPortal h4.inline, #staffPortal label.inline {
  display: inline;
}

#staffPortal label.checkBoxButton {
  margin-left: 3px;
  background: #eeeeee;
  padding: 9px;
  padding-right: 6px;
  border-radius: 15px;
  user-select: none;
  font-size: 0.7em;
  white-space: nowrap;
}

#staffPortal label.checkBoxButton input[type=checkbox] {
  transform: scale(1.5);
  position: relative;
  top: 3px;
  margin-right: 4px;
  cursor: pointer;
}

.portal-code-information-helper {
  width: 550px;
}

.portal-code-registration-container {
  width: 150px;
}

.systemConfigurationBreakDeductionFieldSet .error {
  margin-top: 0px;
}

#invoicingTab .notesCharCount {
  margin-top: 0px !important;
}

.groupLogoInfo {
  font-size: 1.5em !important;
}

#groupLogoMessage p {
  margin: 0 !important;
  line-height: 3 !important;
}

span#groupLogoInfoTitle p {
  font-size: 0.85rem !important;
}

.userListButton {
  margin-right: 5px;
}

.scrolling-headerTable {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
}

.upperScrollingTable {
  position: relative;
  max-height: 25em;
  height: 25em;
  overflow: auto;
}

.scrolling-upperBodyTable {
  width: 100%;
  position: relative;
  top: -3em;
  margin-top: 6em;
  margin-bottom: 0;
}

.scrolling-upperBodyTable tr:hover {
  background: #009ED7;
}

.scrolling-upperBodyTable tr:hover td {
  color: #fff;
}

.scrolling-upperSummaryTable {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.roomsResidentSection {
  padding-bottom: 20px;
}

#rooms-headerTable {
  top: 0px;
}

#upperRoomsTable {
  max-height: 200px;
}

#rooms-upperBodyTable {
  top: 0em;
  margin-top: 40px;
}

tr i.larger {
  font-size: 18px;
}

tr i.larger.disabled {
  color: lightgrey;
}

tr i.larger.alert {
  color: #f04124;
}

tr i.larger.alert:hover {
  cursor: pointer;
}

.generalSection.modelData table.groupDocumentsTable tbody tr:hover {
  cursor: default;
  background-color: white;
}

.generalSection.modelData table.groupDocumentsTable tbody tr:nth-of-type(even):hover {
  background-color: #f9f9f9;
}

.modelData table tbody tr.errorOnRecord {
  background: #f04124;
}

.modelData table tbody tr.errorOnRecord:nth-child(odd) {
  background: #d32a0e;
}

.modelData table tbody tr.errorOnRecord:hover {
  background: #f36a54;
}

.modelData table tbody tr.errorOnRecord:hover, .modelData table tbody tr.errorOnRecord:hover td, .modelData table tbody tr.errorOnRecord td {
  color: white;
}

div.mfa-progress {
  margin-top: 7px;
  margin-bottom: 0px;
}

div.mfa-progress.alert .message {
  line-height: 1.2em;
}

.timeSheetSchedulerWeekText {
  color: #0000CC;
  font-weight: bold;
  cursor: default;
}

.timeSheetSchedulerCompareWithRotaCheckbox {
  font-weight: bold;
}

.timeSheetSchedulerHighlightedHoursNumberField INPUT, .timeSheetSchedulerHighlightedHoursNumberField INPUT:focus {
  color: #000000;
  background-color: #FFB0C4;
}

.timeSheetSchedulerNormalHoursNumberField INPUT, .timeSheetSchedulerNormalHoursNumberField INPUT:focus {
  color: #000000;
  background-color: none;
}

.editTtimeSheetGeneralPanelFieldset .x-fieldset-body {
  padding-top: 7px;
}

#schedulerSummary {
  background-color: #ececec;
  border-top: #f6ce9b solid 2px;
  top: 635px;
  width: 100%;
  z-index: 100;
  position: absolute;
}

#schedulerSummary td:nth-child(1n+3) {
  width: 52px;
}

.timesheetKey1 {
  font-size: 0.7em;
}

.lockTimeSheet {
  width: 16px;
  height: 16px;
  background-image: url(/images/lock.png) !important;
}

#trainingMatrixContainer {
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}

#trainingMatrixHeader {
  background: white;
  border: 1px solid #ddd;
  padding: 1em;
}

#trainingMatrixHeader h2 {
  display: inline;
  margin: 0;
}

#trainingMatrixHeader #filters {
  margin-top: 15px;
}

table#trainingMatrixTable {
  position: relative;
  border-collapse: collapse;
  table-layout: fixed;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: #F5F5F5;
}

table#trainingMatrixTable .fixed-column {
  position: relative;
}

table#trainingMatrixTable .trainingMatrixFixedColumn {
  width: 180px;
  min-width: 180px;
  word-break: break-word;
}

table#trainingMatrixTable .trainingMatrixStartDateColumn {
  width: 100px;
  min-width: 100px;
  word-break: break-word;
}

table#trainingMatrixTable th.trainingMatrixFixedColumn {
  background-color: #F5F5F5;
}

table#trainingMatrixTable .trainingMatrixValidColumn {
  width: 60px;
  min-width: 60px;
}

table#trainingMatrixTable thead tr th.trainingMatrixValidColumn, table#trainingMatrixTable thead tr th.trainingMatrixStartDateColumn {
  background-color: #F5F5F5;
}

table#trainingMatrixTable th.trainingMatrixQualificationCell {
  min-width: 120px;
  width: 120px;
  background-color: #F5F5F5;
}

table#trainingMatrixTable thead .columnSeparator,
table#trainingMatrixTable tbody tr td.columnSeparator.fixed-column {
  width: 1px;
  min-width: 1px;
  padding: 0px;
  background-color: #e0e0e0;
  border-right: 1px solid white;
}

table#trainingMatrixTable thead {
  position: relative;
  display: block;
  /*separates the header from the body allowing it to be positioned*/
  background: none;
}

table#trainingMatrixTable tbody {
  flex: 1;
  position: relative;
  display: block;
  /*separates the tbody from the header*/
  overflow: auto;
}

table#trainingMatrixTable tbody tr:nth-child(even) td,
table#trainingMatrixTable tbody tr:nth-child(even) th {
  background-color: #ffffff;
}

table#trainingMatrixTable tbody tr:nth-child(odd) td,
table#trainingMatrixTable tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.trainingMatrixFilter {
  display: inline-block;
  font-size: 1.2em;
  width: 310px;
}

table#trainingMatrixTable tr th.trainingMatrixQualificationCell {
  text-align: center;
  border: 1px solid #ddd;
  word-break: break-word;
}

table#trainingMatrixTable tr th.trainingMatrixQualificationCell.notExpired {
  background-color: #43AC6A;
  color: #fff;
}

table#trainingMatrixTable tr th.trainingMatrixQualificationCell.expired {
  background-color: #f04124;
  color: #fff;
}

table#trainingMatrixTable tr th.trainingMatrixQualificationCell.willExpire {
  background-color: #f08a24;
  color: #fff;
}

#trainingMatrixKey {
  margin: 1rem auto;
  max-width: 570px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.5rem;
}

#trainingMatrixKey .key {
  display: inline-block;
  margin-left: 40px;
}

#trainingMatrixKey .keyColour {
  margin-top: 8px;
  width: 12px;
  height: 12px;
  display: inline-block;
}

#trainingMatrixKey .keyColour.notExpired {
  background-color: #43AC6A;
}

#trainingMatrixKey .keyColour.expired {
  background-color: #f04124;
}

#trainingMatrixKey .keyColour.willExpire {
  background-color: #f08a24;
}

#trainingMatrixKey .keyColour.unachieved {
  background-color: #ccc;
}

.trainingMatrixFilterDrop {
  padding: 0.25rem !important;
  max-height: 450px !important;
  overflow-y: auto;
  overflow-x: hidden;
  width: inherit;
}

.trainingMatrixFilterDrop table {
  width: 100%;
}

.rota .fullCalendarSchedulerRota .fc-toolbar.fc-header-toolbar {
  display: none;
}

.rota .fullCalendarSchedulerRota span.fc-expander-space .fc-icon {
  width: 0px;
  display: none;
}

.rota .fullCalendarSchedulerRota span.fc-expander-space.fc-expander {
  display: none;
}

.fullCalendarSchedulerRota .fc-timeline .fc-head .fc-cell-content {
  background: transparent;
}

.fullCalendarSchedulerRota table {
  margin-bottom: 0;
}

.fullCalendarSchedulerRota .fc-widget-header {
  font-weight: normal;
}

.fullCalendarSchedulerRota .budget-right-border {
  border-right: 1px lightgrey solid !important;
  /*important because the border color is set as an inline style*/
}

.fullCalendarSchedulerRota td.fc-resource-area .fc-widget-header {
  font-weight: bold;
}

.fullCalendarSchedulerRota .rota-event-height {
  line-height: 26px;
}

.fullCalendarSchedulerRota .fc-resource-area .fc-cell-content, .fullCalendarSchedulerRota .fc-timeline .fc-cell-text {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fullCalendarSchedulerRota .fc-time-area .fc-event-container {
  padding-bottom: 0 !important;
}

.fullCalendarSchedulerRota .fc-time-area .fc-widget-content {
  background: #e0e0e0;
}

.fullCalendarSchedulerRota .fc-time-area .fc-scroller-canvas .fc-widget-content:hover {
  cursor: pointer;
}

.day-period-indicator {
  height: 21px;
  line-height: 21px;
  text-align: left;
  border-bottom: 1px lightgrey solid;
  padding: 3px 0 2px 8px;
}

.day-period-indicator:last-child {
  border-bottom: none;
}

.day-period-half {
  width: 33%;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  height: 27px;
  margin-right: 1px;
  font-size: 10px;
  color: white;
}

.day-period-half.red {
  background-color: red;
}

.day-period-half.blue {
  background-color: blue;
}

.day-period-half.green {
  background-color: green;
}

.day-period-half.hours {
  width: 66%;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pa-0 {
  padding: 0 !important;
}

.no-border {
  border: none;
}

.fi-torso.active {
  color: #6dcdf1;
}

.fi-torso.inactive {
  color: #b7b7b7;
}

.rota-stretch {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.rota-cell-title {
  flex: 1 1 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goToRotaSetup, .purpleButton {
  background: #a850b3;
}

.goToRotaSetup:hover, .purpleButton:hover {
  background: #8f1e9e;
}

#coverShiftMessagingTemplate .fi-x {
  color: red;
}

#coverShiftMessagingTemplate .title {
  float: left;
}

#coverShiftMessagingTemplate div.table-container {
  height: 420px;
}

#coverShiftMessagingTemplate .statusColumn .fi-checkbox, #coverShiftMessagingTemplate .key .fi-checkbox {
  color: green;
  font-size: 23px;
}

#coverShiftMessagingTemplate .statusColumn .fi-x, #coverShiftMessagingTemplate .key .fi-x {
  color: red;
  font-size: 23px;
}

#coverShiftMessagingTemplate .statusColumn .pendingResponse, #coverShiftMessagingTemplate .statusColumn .requested, #coverShiftMessagingTemplate .key .pendingResponse, #coverShiftMessagingTemplate .key .requested {
  font-weight: 700;
  font-size: 23px;
  padding-right: 2px;
  user-select: none;
  -moz-user-select: none;
}

#coverShiftMessagingTemplate .statusColumn .pendingResponse, #coverShiftMessagingTemplate .key .pendingResponse {
  color: orange;
}

#coverShiftMessagingTemplate .statusColumn .requested, #coverShiftMessagingTemplate .key .requested {
  color: #009ED7;
  padding-left: 2px;
}

#coverShiftMessagingTemplate .key {
  float: right;
  margin-top: -12px;
  margin-right: 20px;
  line-height: 18px;
}

#coverShiftMessagingTemplate .statusColumn {
  width: 120px;
}

#coverShiftMessagingTemplate .statusColumn.disabled:hover {
  cursor: default;
}

#coverShiftMessagingTemplate .nameColumn {
  width: 100px;
  white-space: normal;
}

#coverShiftMessagingTemplate .TelephoneColumn {
  width: 104px;
}

#coverShiftMessagingTemplate th.mainPoolBankColumns {
  font-size: 12px;
}

#coverShiftMessagingTemplate .mainPoolBankColumns {
  width: 45px;
  text-align: center;
}

#coverShiftMessagingTemplate .otherEventsColumn, #coverShiftMessagingTemplate .notesColumn {
  width: 90px;
}

#coverShiftMessagingTemplate .notesColumn {
  white-space: normal;
}

#coverShiftMessagingTemplate .table-container {
  max-height: 600px;
}

#coverShiftMessagingTemplate .button {
  margin-bottom: 0px;
}

#coverShiftMessagingTemplate input[type=checkbox] {
  transform: scale(1);
  margin-bottom: 0px;
}

#coverShiftMessagingTemplate .shiftDetailsMessagingButtons {
  width: 120px;
}

#coverShiftMessagingTemplate .trainingConfirmed {
  color: #ffffff;
  background: #542382;
  border-color: #542382;
}

#coverShiftMessagingTemplate .holidayConfirmed {
  color: #ffffff;
  background: #d5b816;
  border-color: #d5b816;
}

#coverShiftMessagingTemplate .absenceConfirmed {
  color: #ffffff;
  background: #e281ca;
  border-color: #e281ca;
}

#coverShiftMessagingTemplate .holidayPending {
  color: #d5b816;
  background: #ffffff;
  border-color: #d5b816;
}

#coverShiftMessagingTemplate .trainingPending {
  color: #542382;
  background: #ffffff;
  border-color: #542382;
}

#coverShiftMessagingTemplate .assignedToShift {
  color: #ffffff;
  background: #999;
  border-color: #999;
}

#coverShiftMessagingTemplate table tr.disabled td {
  color: grey;
  background: lightgrey;
}

#coverShiftMessagingTemplate div.table-container.row table.newRotaAvailableStaff.scrollingTable tr:not(.disabled) {
  cursor: pointer;
}

#coverShiftMessagingTemplate div.table-container.row table.newRotaAvailableStaff.scrollingTable tr:not(.disabled) td:hover {
  cursor: pointer;
}

#coverShiftMessagingTemplate .sendButtonRow {
  margin-top: 100px;
}

@media only screen and (max-width: 40em) {
  #coverShiftMessagingTemplate .sendButtonRow {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #coverShiftMessagingTemplate .sendButtonRow {
    margin-top: 160px;
  }
}

#deleteShiftModal {
  padding-bottom: 20px;
  width: 550px;
}

#shiftPatternAssignModal input.hasDatepicker[disabled] {
  background: lightGrey;
}

#shiftPatternAssignModal input.hasDatepicker[disabled]:hover {
  cursor: default;
}

#shiftPatternAssignModal input[type=text]:hover {
  cursor: pointer;
}

#swapShiftsModal fieldset {
  padding: 0rem 0rem 1.25rem 0rem;
}

#swapShiftsModal fieldset legend {
  margin-left: 10px;
}

#swapShiftsModal .groupColumn {
  width: 110px;
}

#swapShiftsModal .nameColumn {
  width: 170px;
}

#swapShiftsModal input:not(.datePicker), #swapShiftsModal .clearField, #swapShiftsModal a.button.small {
  margin-bottom: 0px;
}

#swapShiftsModal .clearField {
  padding-top: 11px;
  padding-bottom: 11px;
}

.vue-scheduler-rota-setup .fc-timeline .fc-head .fc-cell-content {
  background: transparent;
}

.vue-scheduler-rota-setup button.fc-button {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
  margin-top: 0px;
}

.vue-scheduler-rota-setup table {
  margin-bottom: 0;
}

.vue-scheduler-rota-setup .fc-widget-header, .vue-scheduler-rota-setup tr.fc-week-header th {
  font-weight: normal;
}

.vue-scheduler-rota-setup .budget-right-border {
  border-right: 1px lightgrey solid !important;
  /*important because the border color is set as an inline style*/
}

.vue-scheduler-rota-setup td.fc-resource-area .fc-widget-header {
  font-weight: bold;
}

.vue-scheduler-rota-setup td.fc-resource-area .fc-widget-header:last-child {
  font-size: 12px;
}

.vue-scheduler-rota-setup .fc-body .fc-resource-area .fc-cell-content {
  padding-top: 1px !important;
  padding-bottom: 0 !important;
}

.vue-scheduler-rota-setup .fc-body .fc-resource-area td.shiftGroupHeader .fc-cell-text {
  cursor: pointer;
  width: calc(100% - 61px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -5px;
}

.vue-scheduler-rota-setup .fc-resource-area .fc-cell-content, .vue-scheduler-rota-setup .fc-timeline .fc-cell-text {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.vue-scheduler-rota-setup .fc-time-area .fc-event-container {
  padding-bottom: 0 !important;
}

.vue-scheduler-rota-setup .fc-timeline .fc-body > tr > .fc-divider, .vue-scheduler-rota-setup .fc-timeline .fc-head > tr > .fc-divider {
  background: #d9a3e0;
}

.vue-scheduler-rota-setup .fc-widget-content.fc-today.fc-day {
  background: none;
}

.vue-scheduler-rota-setup #shiftGroupName {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  max-width: 180px;
  padding-left: 5px;
  padding-right: 1px;
}

.vue-scheduler-rota-setup .shiftGroupControls {
  font-size: 20px;
  padding-top: 8px;
  text-align: center;
}

.vue-scheduler-rota-setup .shiftGroupControls .fi-x {
  color: #f04124;
  margin-left: 8px;
}

.vue-scheduler-rota-setup .shiftGroupControls .fi-check {
  color: #43AC6A;
}

.vue-scheduler-rota-setup .day-period-half {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  height: 20px;
  margin-right: 1px;
  font-size: smaller;
  color: black;
  border-right: 1px solid #e8d1eb;
}

.vue-scheduler-rota-setup .day-period-indicator {
  height: 15.5px;
  line-height: 16px;
  text-align: left;
  border-bottom: 1px lightgrey solid;
  padding: 3px 0 3px 8px;
}

.vue-scheduler-rota-setup .day-period-indicator:last-child {
  border-bottom: none;
}

.vue-scheduler-rota-setup .pt-0 {
  padding-top: 0 !important;
}

.vue-scheduler-rota-setup .pt-1 {
  padding-top: 1px !important;
}

.vue-scheduler-rota-setup .pl-0 {
  padding-left: 0 !important;
}

.vue-scheduler-rota-setup .pa-0 {
  padding: 0 !important;
}

.vue-scheduler-rota-setup a.renameGroup {
  margin-right: 5px;
}

.vue-scheduler-rota-setup a.deleteGroup .fi-trash {
  color: red;
}

.vue-scheduler-rota-setup a.disabledX .fi-trash {
  color: grey;
  cursor: default;
}

.vue-scheduler-rota-setup a.deleteGroup, .vue-scheduler-rota-setup a.disabledX, .vue-scheduler-rota-setup .renameGroup {
  float: right;
  margin-right: 2px;
}

.vue-scheduler-rota-setup a.deleteGroup i, .vue-scheduler-rota-setup a.disabledX i, .vue-scheduler-rota-setup .renameGroup i {
  font-size: 18px;
}

.vue-scheduler-rota-setup button.fc-button {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
  float: right;
}

@media only screen and (min-width: 40.063em) {
  #rotaSetup_rotaSettingsModal, #rotaSetup-shift-modal {
    width: 380px;
  }
}

#rotaSetup_rotaSettingsModal, #rotaSetup-shift-modal {
  padding-bottom: 0px;
  padding-top: 15px;
}

#rotaSetup_rotaSettingsModal h3, #rotaSetup-shift-modal h3 {
  text-align: center;
}

.fc-time-area.fc-widget-content table, .fc-time-area.fc-widget-content table tr:nth-of-type(even) {
  background: none;
}

.statusColumn .statusIndicator {
  width: 50px;
}

#export-starters-report {
  margin-left: 5rem;
}

.residentSection .potential-discharge-date {
  color: grey;
  font-style: italic;
}

a.residentAction {
  background: #0A9305;
}

a.residentAction[disabled], a.residentAction:hover[disabled] {
  background-color: #85c982;
  color: #222222;
}

a.residentAction:hover {
  background: #086e04;
}

td.disassociatePreviousAdmissionColumn {
  overflow: hidden;
  padding: 0px;
  width: 1%;
}

td.disassociatePreviousAdmissionColumn form {
  margin-bottom: 0px;
}

td.disassociatePreviousAdmissionColumn form #unlinkPreviousAdmission {
  vertical-align: middle;
  display: inline;
  padding: 13px 8px 13px 6px;
  white-space: nowrap;
}

td.disassociatePreviousAdmissionColumn form #unlinkPreviousAdmission i {
  font-size: 1.7em;
  vertical-align: middle;
}

.reoccurresPanel [name=renewalUnits] {
  margin-top: 1.5em;
}

.maintenanceFilter {
  line-height: 2.6;
}

tr.reoccurringMaintenanceItem label {
  display: inline;
}

tr.reoccurringMaintenanceItem:hover {
  cursor: default;
}

tr.reoccurringMaintenanceItem input {
  text-align: right;
  padding-right: 5px;
}

tr.reoccurringMaintenanceItem input, tr.reoccurringMaintenanceItem select {
  margin-bottom: 0px;
  box-shadow: none;
  background: transparent;
  border: 1px solid transparent;
  display: inline;
  width: 70px;
}

tr.reoccurringMaintenanceItem input:hover:not(:focus), tr.reoccurringMaintenanceItem select:hover:not(:focus) {
  box-shadow: inset 0 1px 2px #0000001a;
  background: #ffffff99;
  border: 1px solid #bbbbbb;
  cursor: pointer;
}

tr.reoccurringMaintenanceItem td.reoccurrance {
  min-width: 170px;
  padding: 0px 5px;
}

tr.reoccurringMaintenanceItem td.saveColumn {
  padding: 0px;
  text-align: right;
  width: 32px;
}

tr.reoccurringMaintenanceItem td.saveColumn a.button {
  font-size: 1.5em;
  margin-bottom: 0px;
  padding: 5px 8px;
}

tr.reoccurringMaintenanceItem td.saveColumn a.button.hide.tiny {
  display: none;
}

tr.reoccurringMaintenanceItem td:hover {
  cursor: default;
}

#configBody {
  resize: vertical;
}

#sendEnquiryToNourish, #sendResidentToNourish, #sendStaffToNourish {
  background-color: #66cccc;
}

#sendEnquiryToNourish:hover:not([disabled]), #sendResidentToNourish:hover:not([disabled]), #sendStaffToNourish:hover:not([disabled]) {
  background-color: #39acac;
}

#sendEnquiryToNourish img, #sendResidentToNourish img, #sendStaffToNourish img {
  width: 26px;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-left: -7px;
}

#unlinkNourish {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #66cccc;
  opacity: 0.7;
  border-left: 1px solid white;
}

#unlinkNourish:hover:not([disabled]) {
  opacity: 1;
}

.copyField {
  font-size: 1.5em;
}

#loginNoticeEditorTitle {
  padding-top: 5px;
}

form#coolCareNotice {
  margin: 0px 15px;
}

form#coolCareNotice .tabs {
  margin-top: -50px;
}

#loginNoticeTab .notesCharCount, #portalLoginNoticeTab .notesCharCount {
  margin-top: 0px;
}

#loginNoticeTab textarea, #portalLoginNoticeTab textarea {
  height: 250px;
}

#loginNoticeTab fieldset, #portalLoginNoticeTab fieldset {
  padding: 0px 10px 0px 10px;
}

#loginNoticeTab h4, #portalLoginNoticeTab h4 {
  display: inline-block;
}

#loginNoticeTab .has-tip, #portalLoginNoticeTab .has-tip {
  display: inline-block;
  padding-left: 2px;
  vertical-align: super;
}

#loginNoticeTab .invalidNoticeDateRange .alert-box, #portalLoginNoticeTab .invalidNoticeDateRange .alert-box {
  margin-top: 0px;
  margin-bottom: 0px;
  width: calc(100% - 90px);
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  height: 23px;
}

#loginNoticeTab input.datePicker, #loginNoticeTab input.timePicker, #portalLoginNoticeTab input.datePicker, #portalLoginNoticeTab input.timePicker {
  margin-bottom: 2px;
}

#loginNotice, #portalLoginNotice {
  resize: none;
}

#loginNoticePreview, #portalLoginNoticePreview {
  height: 670px;
  background-image: url(/images/ccPattern.png);
  background-repeat: repeat;
  background-color: #81cdf1;
}

#loginNoticePreview div.alert-box > div.message, #portalLoginNoticePreview div.alert-box > div.message {
  font-size: 1.3em;
}

#loginNoticePreview div.alert-box.secondary, #portalLoginNoticePreview div.alert-box.secondary {
  background-color: #1e19d1;
  border-color: #81cdf1;
  color: #ffffff;
}

#loginNoticePreview div.alert-box.secondary span, #portalLoginNoticePreview div.alert-box.secondary span {
  background: #4661dd;
}

#loginNoticePreview {
  background-color: #F5F5F5;
}

#loginNoticePreview button:disabled {
  opacity: 1;
}

#loginNoticePreview input:disabled {
  background-color: #fff;
}

#portalLoginNoticePreviewBodyContent {
  margin-top: -670px;
  position: relative;
}

#portalLoginNoticePreviewBodyContent button:disabled {
  opacity: 1;
}

#portalLoginNoticePreviewBodyContent button[disabled]:focus, #portalLoginNoticePreviewBodyContent button[disabled]:hover {
  background-color: white;
  color: #009ED7;
}

#portalLoginNoticePreviewBodyContent input:disabled {
  background-color: #fff;
}

#portalLoginNoticePreviewBackgroundMask {
  background-color: #81cdf1;
  opacity: 0.8;
  height: 100%;
}

#htmlCheatSheet {
  border: #cccccc 1px solid;
  padding: 10px;
  margin-bottom: 10px;
}

.mfaCodeFields input {
  display: inline;
  width: 14%;
  text-align: center;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.mfaCodeFields input:first-of-type {
  margin-left: 0px;
}

.mfaCodeFields input:last-of-type {
  margin-right: 0px;
}

.mfaCodeFields input.error {
  border: #f04124 1px solid;
  margin-bottom: 1rem;
}

.mfaLogout {
  line-height: 0px;
}

#mfaCodeForm .subText {
  font-size: 0.9rem;
}

td.mfaVerifiedText, th.mfaVerifiedText {
  text-align: center;
}

td.mfaVerifiedText {
  padding: 0px;
}

td.mfaVerifiedText i {
  font-size: 1.5em;
}

td.mfaVerifiedText i.fi-check {
  color: #43AC6A;
}

tr.errorOnRecord td.mfaVerifiedText i.fi-info {
  font-size: 2.2em;
}

[show-more-table] tbody tr:not(.show) {
  display: none;
}

button.expand.tiny, .button.expand.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-top: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

button.expand.small, .button.expand.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  padding-bottom: 0.9375rem;
  padding-top: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

section {
  margin-top: -1px !important;
}

h1, h2 {
  color: #333;
  font-weight: 700;
}

h3, h4, h5, h6 {
  color: #576264;
  font-weight: 700;
}

.narrow h1, .narrow h2, .narrow h3, .narrow h4, .narrow h5, .narrow h6 {
  font-weight: 300;
}

.loginLogo {
  margin-bottom: 15px;
}

.graphicDevice {
  border-style: solid;
  position: fixed;
  width: 10px;
  height: 10px;
}

.graphicDevice.small {
  border-width: calc(100vw * 0.05);
  border-color: #333 #333 transparent transparent;
  top: 0;
  right: 0;
}

.graphicDevice.large {
  border-width: calc(100vw * 0.08);
  border-color: transparent transparent #333 #333;
  bottom: 0;
  left: 0;
}

.under {
  z-index: -1;
}

.f-dropdown .home {
  padding-left: 1em;
  font-size: 0.9em;
}

#topIcons > li > a {
  font-size: 1.2em;
}

#header {
  border: 1px solid #576264;
  border-top: none;
}

.top-bar .name h1 a {
  padding: 0;
}

#logo {
  padding: 0.5em;
  height: 100%;
}

#logoContainer {
  height: 100%;
}

body {
  background-color: #f5f5f5;
  background-image: url("/images/ccPattern.png");
  background-repeat: repeat;
  background-attachment: fixed;
  color: black;
  font-size: 13px;
  font-family: helvetica,arial,verdana,sans-serif;
  line-height: 24px;
}

.schedulerKeyItem {
  border: 1px solid #aaaaaa;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 3px;
}

input[type=checkbox] {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

#contentContainer {
  background: #fff;
}

#messages:before {
  content: "3";
  padding: 0.3em;
  position: absolute;
  left: 30px;
  top: 6px;
  height: 1em;
  font-size: 0.6em;
  color: #5f205d;
}

#topIcons li.hover > #messages:before {
  color: #fff;
}

#messages:hover:before {
  color: #fff;
}

div.table-container table.scrollingTable tr {
  vertical-align: text-top;
}

div.table-container table.scrollingTable tr:not(.clickable), div.table-container table.scrollingTable tr:not(.clickable):hover {
  cursor: default;
}

div.table-container table.scrollingTable tr:not(.clickable) td, div.table-container table.scrollingTable tr:not(.clickable) td:hover, div.table-container table.scrollingTable tr:not(.clickable):hover td, div.table-container table.scrollingTable tr:not(.clickable):hover td:hover {
  cursor: default;
}

div.table-container table.scrollingTable tr.clickable {
  cursor: pointer;
}

table[data-selectable] tr.selected {
  background: #009ED7;
}

table[data-selectable] tr.selected td {
  color: #fff;
}

.hoverTable th[allow-order], .modelData table th[allow-order] {
  cursor: pointer;
}

.hoverTable tbody tr:hover, .modelData table tbody tr:hover {
  cursor: pointer;
  background: #009ED7;
}

.hoverTable tbody tr:hover td, .modelData table tbody tr:hover td {
  color: #fff;
}

.modelData .searchDataContainer * {
  margin-bottom: 0;
}

td.recordDeleter {
  text-align: right;
}

td.recordDeleter a {
  color: #f04124;
}

.warningLabel {
  color: #f04124;
}

i.alert.fi-trash {
  color: #f04124;
}

table .recordChecker {
  padding: 0;
}

table .recordChecker label {
  padding: 0.5em;
  margin: 0;
  vertical-align: middle;
}

table .recordChecker label input[type="checkbox"] {
  margin: 0;
}

legend {
  font-size: 13px;
}

input.formErrorField {
  background-color: #f04124;
  color: #fff;
}

input.formErrorField:focus {
  color: #000;
}

.inverted a {
  color: white;
}

.inverted a:hover {
  color: #ffffffaa;
}

.inverted h1 {
  color: white;
}

.inverted a.button, .inverted button.button {
  background: white;
  color: #009ED7;
}

.inverted a.button:hover, .inverted button.button:hover {
  background: #ffffffaa;
}

.inverted .error label {
  font-weight: 700;
  color: #c31c00;
}

.inverted dl.accordion.sideMenu dd.accordion-navigation div.content.active {
  background-color: lightGrey;
}

textarea.error {
  border-color: red;
}

.errorMessages .title {
  border: 1px solid #576264;
  margin-bottom: 0;
  background: #f04124;
  padding: 0 1em;
}

.errorMessages .title h6 {
  color: #fff;
}

.errorMessages .messages {
  border: 1px solid #576264;
  border-top: none;
  padding-left: 1.975em;
  padding-right: 1.975em;
}

.fixedPositionModal {
  /* position:fixed;
    top:25%;
    margin-left:-10%;
    width:20%;
    min-width:300px; */
}

.fixedPositionModal h3 {
  text-align: center;
}

#contentContainer {
  border: 1px solid #576264;
  border-top: none;
  min-height: 40.3125rem;
}

.tabs-content .content {
  width: 100%;
}

.tabs-content.noVPadding {
  margin-bottom: 0px;
}

.tabs-content.noVPadding .content {
  padding-top: 0px;
  padding-bottom: 0px;
}

textarea {
  height: auto;
}

.tableWithInputs input[type="number"], .tableWithInputs input[type="text"], .tableWithInputs select {
  margin: 2px;
}

.tableWithInputs span {
  display: none;
}

.tableWithInputs .pointerField {
  cursor: pointer;
}

.tableWithInputs .fi-asterisk {
  color: orange;
  font-size: 1.5em;
  padding-left: 5px;
}

.tableWithInputs .tinyButton {
  padding: 0;
  height: 100%;
  margin: 0;
  width: 100%;
  font-size: 1.5rem;
}

.tableWithInputs .buttonColumn {
  padding: 2px;
}

.tableWithInputs .error input[type=text] {
  border: red solid 1px;
}

[hidden='0'], [hidden='false'] {
  display: block;
}

/*     #logoContainer,#searchAndHomePicker{
        @include grid-column(6);
    }

    .top-bar.expanded #topIcons > li{
        @include grid-column(4);
    } */
.top-bar.expanded {
  background-color: #ececec;
}

.top-bar.expanded #topIcons > li.moved {
  float: none;
  position: static;
  width: 100%;
}

.subHeader {
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  #logoContainer {
    border-right: 1px solid #576264;
  }
  #payCodes label {
    float: right;
  }
  #payCodes input[type=text] {
    margin: 0;
    padding-left: 3px;
    padding-right: 0;
  }
  #searchContainer, #homePickerContainer {
    padding-top: 0;
    padding-bottom: 0;
    float: right;
    z-index: 10;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  #searchContainer input, #searchContainer select, #searchContainer form, #homePickerContainer input, #homePickerContainer select, #homePickerContainer form {
    margin-bottom: 0;
  }
  .coolcareLogo {
    height: 38px;
    margin-left: 10px;
    margin-top: 5px;
  }
  .logoBox {
    border-style: none;
    background: #ececec;
  }
  .subHeader {
    width: 280px;
    margin-bottom: -45px;
    margin-right: 0;
    float: right;
  }
}

@media only screen and (min-width: 64.0625em) {
  .logoBox {
    border-left: none;
    border-bottom: none;
  }
  .coolcareLogo {
    margin: 3px 0px 0px 7px;
    padding-top: 2px;
    padding-left: 0.2rem;
    height: 40px;
  }
  .subHeader {
    margin-bottom: 0;
    margin-right: 0;
    width: 50%;
  }
  .rotaTargetTable span {
    display: inline;
  }
}

.noPadding {
  padding: 0;
  margin-bottom: 0;
}

.ui-datepicker {
  width: 20em;
  /*Override datepicker style*/
}

/* On some browsers multiple 31's were showing up at the end of the month - this fixes that */
.ui-datepicker-other-month {
  visibility: hidden;
}

.infoButton {
  font-size: 2em;
}

.button.secondary.lookupButtonHome:hover {
  background-color: #830593;
  color: #fff;
}

.button.secondary.lookupButtonHome:hover i {
  color: #fff;
}

.button.secondary.lookupButtonHome i {
  color: #830593;
}

.button.secondary.lookupButtonStaff:hover {
  background-color: #ed9d36;
  color: #fff;
}

.button.secondary.lookupButtonStaff:hover i {
  color: #fff;
}

.button.secondary.lookupButtonStaff i {
  color: #ed9d36;
}

.button.secondary.lookupButtonResident:hover {
  background-color: #0A9305;
  color: #fff;
}

.button.secondary.lookupButtonResident:hover i {
  color: #fff;
}

.button.secondary.lookupButtonResident i {
  color: #0A9305;
}

.button.secondary.lookupButtonCare:hover {
  background-color: #F41404;
  color: #fff;
}

.button.secondary.lookupButtonCare:hover i {
  color: #fff;
}

.button.secondary.lookupButtonCare i {
  color: #F41404;
}

.buttonWithIcon {
  font-size: 2.5rem;
  vertical-align: middle;
  margin-left: -10px;
  margin-right: 10px;
}

.smallButtonWithIcon {
  margin-right: 0.5em;
}

.overflowTable {
  overflow: auto;
}

.pageSelector {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

.pageSelector li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

.pageSelector li a, .pageSelector li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

.pageSelector li:hover a,
.pageSelector li a:focus,
.pageSelector li:hover button,
.pageSelector li button:focus {
  background: #e6e6e6;
}

.pageSelector li.unavailable a, .pageSelector li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}

.pageSelector li.unavailable:hover a,
.pageSelector li.unavailable a:focus,
.pageSelector li.unavailable:hover button,
.pageSelector li.unavailable button:focus {
  background: transparent;
}

.pageSelector li.current a, .pageSelector li.current button {
  background: #009ED7;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}

.pageSelector li.current a:hover, .pageSelector li.current a:focus, .pageSelector li.current button:hover, .pageSelector li.current button:focus {
  background: #009ED7;
}

.pageSelector li {
  display: block;
  float: left;
}

.pageSelector li.arrow a {
  background-color: #009ED7;
  color: #fff;
}

.pageSelector li.arrow a:hover {
  background-color: #0079a4;
}

.pageSelector li.arrow.unavailable a {
  background-color: #e6e6e6;
  color: #999;
}

.pageSelector {
  margin-top: 0.5rem;
}

.clear-textbox-panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
  background: none;
  padding: 0.5rem;
  min-height: 10rem;
}

.clear-textbox-panel > :first-child {
  margin-top: 0;
}

.clear-textbox-panel > :last-child {
  margin-bottom: 0;
}

.clear-textbox-panel h1, .clear-textbox-panel h2, .clear-textbox-panel h3, .clear-textbox-panel h4, .clear-textbox-panel h5, .clear-textbox-panel h6, .clear-textbox-panel p, .clear-textbox-panel li, .clear-textbox-panel dl {
  color: #333333;
}

.clear-textbox-panel h1, .clear-textbox-panel h2, .clear-textbox-panel h3, .clear-textbox-panel h4, .clear-textbox-panel h5, .clear-textbox-panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.clear-textbox-panel h1.subheader, .clear-textbox-panel h2.subheader, .clear-textbox-panel h3.subheader, .clear-textbox-panel h4.subheader, .clear-textbox-panel h5.subheader, .clear-textbox-panel h6.subheader {
  line-height: 1.4;
}

.hoverTable tbody tr:hover, .modelData table tbody tr:hover {
  background: #009ED7;
}

.hoverTable tbody tr:hover td, .modelData table tbody tr:hover td {
  color: #fff;
}

tr.highlightRow {
  background: #009ED7 !important;
}

tr.highlightRow td {
  color: #fff;
}

li.hover > a:not(.button) {
  background-color: #009ED7;
  background: #009ED7;
  color: #FFFFFF;
}

.ui-datepicker {
  z-index: 2000 !important;
}

form.profilePhoto, .no-margin {
  margin: 0;
}

#profileImage {
  width: 100%;
  max-width: 7em;
  display: block;
  margin: auto;
}

ul.dash {
  list-style-type: none;
}

ul.dash li:before {
  content: "-";
  padding-right: 1rem;
}

.reportDescription {
  min-height: 80px;
  display: none;
  font-size: 13px;
  margin-bottom: 5px;
}

.reportDescription ul li, .reportDescription ol li {
  font-size: 12px;
}

.homeSection .reportDescription {
  border: #dab4df solid 1px;
}

.staffSection .reportDescription {
  border: #fae2c3 solid 1px;
}

.residentSection .reportDescription {
  border: #b6dfb4 solid 1px;
}

button.showReportDescriptions {
  right: 15px;
  top: 10px;
  position: absolute;
  padding: 0px 10px;
}

button.showReportDescriptions i {
  font-size: 2em;
}

button.showReportDescriptions div {
  top: -3px;
  display: inline-block;
  position: relative;
}

button.showReportDescriptions .hideDescriptions .hideDesc {
  display: none;
}

button.showReportDescriptions .hideDescriptions .showDesc {
  display: inline;
}

button.showReportDescriptions .showDesc {
  display: none;
}

button.showReportDescriptions .hideDesc {
  display: inline;
}

.staff-bar-section li a {
  padding: 0 0.8rem !important;
}

.staff-bar-section li:not(.has-form).selected:not(.hover) > a {
  border-bottom: 0.25rem solid #ed9d36;
  border-top: 0.25rem solid #fae2c3;
  background: #fae2c3;
  line-height: 2.3125rem;
  color: black;
}

.staff-bar-section li:not(.has-form).selected:not(.hover) > a:hover {
  background: #f6ce9b;
  border-top: 0.25rem solid #f6ce9b;
}

.staff-bar-section li:not(.has-form).selected .dropdown li.selected a {
  border: none;
  background: #fae2c3;
  color: black;
}

.staff-bar-section li:not(.has-form):not(.selected) a:hover,
.staff-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover,
.staff-bar-section li.hover > a:not(.button),
.staff-bar-section ul li:hover:not(.has-form) > a {
  border: none;
  background: #f6ce9b;
  color: black;
}

.staff-bar-section li:not(.has-form) a:not(.button):hover {
  background: #f6ce9b;
  color: black;
}

.staff-bar-section .selected.has-dropdown > a:after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #ed9d36;
  border-left-style: solid;
}

.home-bar-section li a {
  padding: 0 0.8rem !important;
}

.home-bar-section li:not(.has-form).selected:not(.hover) > a {
  border-bottom: 0.25rem solid #830593;
  border-top: 0.25rem solid #dab4df;
  background: #dab4df;
  line-height: 2.3125rem;
  color: black;
}

.home-bar-section li:not(.has-form).selected:not(.hover) > a:hover {
  background: #c182c9;
  border-top: 0.25rem solid #c182c9;
}

.home-bar-section li:not(.has-form).selected .dropdown li.selected a {
  border: none;
  background: #dab4df;
  color: black;
}

.home-bar-section li:not(.has-form):not(.selected) a:hover,
.home-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover,
.home-bar-section li.hover > a:not(.button),
.home-bar-section ul li:hover:not(.has-form) > a {
  border: none;
  background: #c182c9;
  color: black;
}

.home-bar-section li:not(.has-form) a:not(.button):hover {
  background: #c182c9;
  color: black;
}

.home-bar-section .selected.has-dropdown > a:after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #830593;
  border-left-style: solid;
}

.resident-bar-section li a {
  padding: 0 0.8rem !important;
}

.resident-bar-section li:not(.has-form).selected:not(.hover) > a {
  border-bottom: 0.25rem solid #0A9305;
  border-top: 0.25rem solid #b6dfb4;
  background: #b6dfb4;
  line-height: 2.3125rem;
  color: black;
}

.resident-bar-section li:not(.has-form).selected:not(.hover) > a:hover {
  background: #85c982;
  border-top: 0.25rem solid #85c982;
}

.resident-bar-section li:not(.has-form).selected .dropdown li.selected a {
  border: none;
  background: #b6dfb4;
  color: black;
}

.resident-bar-section li:not(.has-form):not(.selected) a:hover,
.resident-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover,
.resident-bar-section li.hover > a:not(.button),
.resident-bar-section ul li:hover:not(.has-form) > a {
  border: none;
  background: #85c982;
  color: black;
}

.resident-bar-section li:not(.has-form) a:not(.button):hover {
  background: #85c982;
  color: black;
}

.resident-bar-section .selected.has-dropdown > a:after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #0a9305;
  border-left-style: solid;
}

@media only screen and (min-width: 64em) {
  .staff-bar-section .selected.has-dropdown > a:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #ed9d36 transparent transparent transparent;
    border-top-style: solid;
  }
  .home-bar-section .selected.has-dropdown > a:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #830593 transparent transparent transparent;
    border-top-style: solid;
  }
  .resident-bar-section .selected.has-dropdown > a:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #0a9305 transparent transparent transparent;
    border-top-style: solid;
  }
}

.sideMenu.accordion dd > .content {
  padding-left: 0;
}

.red.fi-star {
  color: red;
}

.fi-rotate-90::before {
  transform: rotate(90deg);
}

.selectedDivDropdown {
  background: #ececec;
}

.positionSelectorButton {
  position: relative;
  top: 1em;
}

#homeMenu a, #homeMenuOffCanvas a {
  border: none;
}

#homeMenu a:hover, #homeMenuOffCanvas a:hover {
  background: rgba(131, 5, 147, 0.5);
}

#homeMenu a.current, #homeMenuOffCanvas a.current {
  color: #000;
  border-left: solid 0.25rem #830593;
  background: rgba(131, 5, 147, 0.3);
}

#homeMenu a.current:hover, #homeMenuOffCanvas a.current:hover {
  color: #000;
  background: rgba(131, 5, 147, 0.5);
}

#staffMenu a, #staffMenuOffCanvas a {
  border: none;
}

#staffMenu a:hover, #staffMenuOffCanvas a:hover {
  background: rgba(237, 157, 54, 0.5);
}

#staffMenu a.current, #staffMenuOffCanvas a.current {
  color: #000;
  border-left: solid 0.25rem #ed9d36;
  background: rgba(237, 157, 54, 0.3);
}

#staffMenu a.current:hover, #staffMenuOffCanvas a.current:hover {
  color: #000;
  background: rgba(237, 157, 54, 0.5);
}

#serviceUsers a, #serviceUsersOffCanvas a {
  border: none;
}

#serviceUsers a:hover, #serviceUsersOffCanvas a:hover {
  background: rgba(10, 147, 5, 0.5);
}

#serviceUsers a.current, #serviceUsersOffCanvas a.current {
  color: #000;
  border-left: solid 0.25rem #0A9305;
  background: rgba(10, 147, 5, 0.3);
}

#serviceUsers a.current:hover, #serviceUsersOffCanvas a.current:hover {
  color: #000;
  background: rgba(10, 147, 5, 0.5);
}

input[cc-datepicker][readonly], input[datepicker-bgwhite][readonly], input.hasDatepicker[readonly] {
  background-color: #fff;
}

.alignedFieldset {
  margin-top: -5px;
}

.shiftDefinitionNewRow input, .shiftDefinitionNewRow select, .vaccinationRow input, .vaccinationRow select {
  height: 23px;
  margin: 0px;
}

.shiftDefinitionNewRow input, .vaccinationRow input {
  padding: 0px 0px 0px 6px;
}

.shiftDefinitionNewRow select, .vaccinationRow select {
  padding: 0px 0px 0px 8px;
}

.shiftDefinitionNewRow .center, .vaccinationRow .center {
  text-align: center;
}

.shiftDefinitionNewRow.vaccinationRow td, .vaccinationRow.vaccinationRow td {
  padding: 0px 10px;
}

.shiftDefinitionNewRow.vaccinationRow td .fi-x, .shiftDefinitionNewRow.vaccinationRow td .fi-minus, .vaccinationRow.vaccinationRow td .fi-x, .vaccinationRow.vaccinationRow td .fi-minus {
  cursor: pointer;
  font-size: 1.5rem;
}

.shiftDefinitionNewRow.vaccinationRow td .fi-x, .vaccinationRow.vaccinationRow td .fi-x {
  color: red;
}

.shiftDefinitionNewRow.vaccinationRow td .fi-minus, .vaccinationRow.vaccinationRow td .fi-minus {
  color: orange;
}

div.spacer {
  font-size: 0px;
  line-height: 5px;
}

fieldset.reducedPadding {
  padding: 0px 20px 10px;
}

input[type=checkbox].large {
  margin-bottom: 0px;
  transform: scale(1.6);
  margin-right: 5px;
}

.generalSection fieldset, .generalSection hr {
  border-color: rgba(4, 124, 237, 0.5);
}

.generalSection .tabs-content:not(.vertical) {
  border: 1px solid rgba(4, 124, 237, 0.5);
  padding: 1em;
}

.generalSection .tabs-content:not(.vertical).tabs-no-padding {
  padding: 0;
}

.generalSection .tabs:not(.vertical) dd.active > a {
  background: #047CED;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 15px;
}

.generalSection .tabs:not(.vertical) dd.active > a:hover {
  background: #0362bb;
}

.generalSection .tabs:not(.vertical) dd:not(.active) {
  margin-top: 7px;
}

.generalSection .tabs-content.vertical {
  border: 1px solid rgba(4, 124, 237, 0.5);
  padding: 1em;
}

.generalSection .tabs.vertical dd.active > a {
  background: #047CED;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 15px;
}

.generalSection .tabs.vertical dd.active > a:hover {
  background: #0362bb;
}

.generalSection .tabs.vertical dd:not(.active) {
  margin-left: 7px;
}

.generalSection table {
  border: none;
  width: 100%;
}

.generalSection table input[type=checkbox] {
  transform: scale(1.6);
}

.generalSection table thead tr th {
  background: rgba(4, 124, 237, 0.2);
}

.generalSection table tbody tr:hover {
  background: rgba(4, 124, 237, 0.5);
}

.generalSection table tbody tr:hover td {
  color: black;
}

.generalSection #postcode_lookup select {
  background: rgba(4, 124, 237, 0.2);
  border-color: rgba(4, 124, 237, 0.5);
  color: black;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.homeSection fieldset, .homeSection hr {
  border-color: rgba(131, 5, 147, 0.5);
}

.homeSection .tabs-content:not(.vertical) {
  border: 1px solid rgba(131, 5, 147, 0.5);
  padding: 1em;
}

.homeSection .tabs-content:not(.vertical).tabs-no-padding {
  padding: 0;
}

.homeSection .tabs:not(.vertical) dd.active > a {
  background: #830593;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 15px;
}

.homeSection .tabs:not(.vertical) dd.active > a:hover {
  background: #570362;
}

.homeSection .tabs:not(.vertical) dd:not(.active) {
  margin-top: 7px;
}

.homeSection .tabs-content.vertical {
  border: 1px solid rgba(131, 5, 147, 0.5);
  padding: 1em;
}

.homeSection .tabs.vertical dd.active > a {
  background: #830593;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 15px;
}

.homeSection .tabs.vertical dd.active > a:hover {
  background: #570362;
}

.homeSection .tabs.vertical dd:not(.active) {
  margin-left: 7px;
}

.homeSection table {
  border: none;
  width: 100%;
}

.homeSection table input[type=checkbox] {
  transform: scale(1.6);
}

.homeSection table thead tr th {
  background: rgba(131, 5, 147, 0.2);
}

.homeSection table tbody tr:hover {
  background: rgba(131, 5, 147, 0.5);
}

.homeSection table tbody tr:hover td {
  color: black;
}

.homeSection #postcode_lookup select {
  background: rgba(131, 5, 147, 0.2);
  border-color: rgba(131, 5, 147, 0.5);
  color: black;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.homeSection.enquiries .tabular {
  font-size: 14px;
}

.homeSection.enquiries .tabular table {
  border-top: solid 1px rgba(131, 5, 147, 0.5);
  margin-bottom: 0;
}

.homeSection.enquiries .tabular table.borderless {
  border: 0;
}

.homeSection.enquiries .tabular table th {
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

.homeSection.enquiries .tabular table tbody tr:hover td.status-red {
  background-color: rgba(255, 0, 0, 0.5);
}

.homeSection.enquiries .tabular table tbody tr:hover td.status-amber {
  background-color: rgba(255, 191, 0, 0.5);
}

.homeSection.enquiries .tabular .pagination {
  background: rgba(131, 5, 147, 0.2);
}

.homeSection.enquiries .tabular .pagination button {
  margin: 0;
}

.homeSection.enquiries .tabular .bordered {
  border: solid 1px rgba(131, 5, 147, 0.5);
  padding: 0px 8px;
}

.homeSection.enquiries .tabular .heading-row {
  background: rgba(131, 5, 147, 0.2);
  color: black;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homeSection.enquiries .tabular .expanding-rows {
  position: relative;
  top: 1px;
  overflow: hidden;
  padding-top: 8px;
  border-bottom: solid 1px rgba(131, 5, 147, 0.5);
}

.homeSection.enquiries .tabular .expanding-rows.collapse-rows {
  height: 0;
  margin-top: 0;
  padding-top: 0;
}

.homeSection.enquiries .tabular .status-red {
  background: rgba(255, 0, 0, 0.8);
}

.homeSection.enquiries .tabular .status-amber {
  background: rgba(255, 191, 0, 0.8);
}

.homeSection.enquiries .tabs-content > .content {
  padding: 1px 0 0 0;
}

.homeSection.enquiries .tab-title {
  border-top: solid 2px transparent;
}

.homeSection.enquiries .tab-title.active a {
  background-color: rgba(131, 5, 147, 0.4);
  border-top: 2px solid #830593;
}

.homeSection.enquiries .tab-title > a {
  background-color: rgba(131, 5, 147, 0.2);
  border-top: 2px solid white;
}

.homeSection.enquiries .filters {
  background-color: #F1F1F1;
}

.filter-panel {
  overflow: visible;
  padding-top: 15px;
}

.filter-panel.hidden-filter {
  overflow: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

button.filter-button {
  margin: 0;
}

.no_results {
  padding: 4px 16px;
  background-color: rgba(131, 5, 147, 0.2);
}

.staffSection fieldset, .staffSection hr {
  border-color: rgba(237, 157, 54, 0.5);
}

.staffSection .tabs-content:not(.vertical) {
  border: 1px solid rgba(237, 157, 54, 0.5);
  padding: 1em;
}

.staffSection .tabs-content:not(.vertical).tabs-no-padding {
  padding: 0;
}

.staffSection .tabs:not(.vertical) dd.active > a {
  background: #ed9d36;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 15px;
}

.staffSection .tabs:not(.vertical) dd.active > a:hover {
  background: #dc8514;
}

.staffSection .tabs:not(.vertical) dd:not(.active) {
  margin-top: 7px;
}

.staffSection .tabs-content.vertical {
  border: 1px solid rgba(237, 157, 54, 0.5);
  padding: 1em;
}

.staffSection .tabs.vertical dd.active > a {
  background: #ed9d36;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 15px;
}

.staffSection .tabs.vertical dd.active > a:hover {
  background: #dc8514;
}

.staffSection .tabs.vertical dd:not(.active) {
  margin-left: 7px;
}

.staffSection table {
  border: none;
  width: 100%;
}

.staffSection table input[type=checkbox] {
  transform: scale(1.6);
}

.staffSection table thead tr th {
  background: rgba(237, 157, 54, 0.2);
}

.staffSection table tbody tr:hover {
  background: rgba(237, 157, 54, 0.5);
}

.staffSection table tbody tr:hover td {
  color: black;
}

.staffSection #postcode_lookup select {
  background: rgba(237, 157, 54, 0.2);
  border-color: rgba(237, 157, 54, 0.5);
  color: black;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.residentSection fieldset, .residentSection hr {
  border-color: rgba(10, 147, 5, 0.5);
}

.residentSection .tabs-content:not(.vertical) {
  border: 1px solid rgba(10, 147, 5, 0.5);
  padding: 1em;
}

.residentSection .tabs-content:not(.vertical).tabs-no-padding {
  padding: 0;
}

.residentSection .tabs:not(.vertical) dd.active > a {
  background: #0A9305;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 15px;
}

.residentSection .tabs:not(.vertical) dd.active > a:hover {
  background: #076203;
}

.residentSection .tabs:not(.vertical) dd:not(.active) {
  margin-top: 7px;
}

.residentSection .tabs-content.vertical {
  border: 1px solid rgba(10, 147, 5, 0.5);
  padding: 1em;
}

.residentSection .tabs.vertical dd.active > a {
  background: #0A9305;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 15px;
}

.residentSection .tabs.vertical dd.active > a:hover {
  background: #076203;
}

.residentSection .tabs.vertical dd:not(.active) {
  margin-left: 7px;
}

.residentSection table {
  border: none;
  width: 100%;
}

.residentSection table input[type=checkbox] {
  transform: scale(1.6);
}

.residentSection table thead tr th {
  background: rgba(10, 147, 5, 0.2);
}

.residentSection table tbody tr:hover {
  background: rgba(10, 147, 5, 0.5);
}

.residentSection table tbody tr:hover td {
  color: black;
}

.residentSection #postcode_lookup select {
  background: rgba(10, 147, 5, 0.2);
  border-color: rgba(10, 147, 5, 0.5);
  color: black;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

table#serviceUserFeeContracts {
  width: 100%;
}

#trackerDetailsHeader {
  background-color: #e0e0e0;
  margin-bottom: 16px;
  padding-top: 4px;
  font-size: 1.0rem;
  /* .resident {
    font-size: 1.2rem;
  }
  .mainContact {
    display: inline-block;
    vertical-align: top;
  }*/
}

#main-content .task-icon {
  border-radius: 13px;
  width: 13px;
  height: 13px;
  display: inline-block;
}

#main-content .event-icon {
  width: 17px;
  height: 17px;
  background-image: url("/images/calendar-17x17.png");
  display: inline-block;
  margin-top: 2px;
}

#main-content .icon-block {
  width: 17px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
}

#main-content .task-state-COMPLETED {
  background-color: #00BC00;
}

#main-content .task-state-FUTURE {
  background-color: #009ED7;
}

#main-content .task-state-OVERDUE {
  background-color: #D80000;
}

#main-content .task-state-TODAY {
  background-color: #CD5700;
}

#main-content .task-completed-icon {
  border-radius: 12px;
  border: 1px solid rgba(0, 158, 215, 0.8);
  background-color: rgba(0, 158, 215, 0.6);
  width: 12px;
  height: 12px;
  display: inline-block;
}

#main-content .task-uncompleted-icon {
  border-radius: 12px;
  border: 1px solid rgba(0, 158, 215, 0.8);
  width: 12px;
  height: 12px;
  display: inline-block;
}

#milestones .milestone {
  /*padding-right: 16px;*/
  margin-bottom: 8px;
}

#milestones .milestone .milestone-header {
  background-color: rgba(0, 158, 215, 0.8);
  color: white;
  font-size: 1.2rem;
  padding: 4px;
  cursor: pointer;
  /*.expand-rows-wrapper {
            background-color: white;
            border-radius: 10px;
            margin-right: 9px;
            width: 20px;
            height: 20px;
            display: inline-block;
        }
        .expand-rows {
            color: #009ED7;
            padding: 0 4px;
            position: relative;
            top: -2px;
            &.fi-minus {
                left: -2px;
            }
            &.fi-plus {
                left: -1px;
            }
      }*/
}

#milestones .milestone .milestone-content .milestone-content-header {
  background-color: #A8D8E9;
  padding: 4px;
}

#milestones .milestone .milestone-content .milestone-content-header button {
  padding: 4px;
  margin-bottom: 0;
}

#milestones .milestone .milestone-content .milestone-complete-header-row td {
  padding: 0px;
}

#milestones .milestone .milestone-content .milestone-complete-header {
  float: left;
  padding: 4px 10px 4px 10px;
  background-color: #BDFFFF;
  position: relative;
  left: -1px;
  z-index: 100;
  border-left: solid 1px gray;
  border-top: solid 1px gray;
  border-right: solid 1px gray;
}

#milestones .milestone .milestone-content .first-completed-row {
  border-top: solid 1px gray;
}

#milestones .milestone .milestone-content .last-completed-row {
  border-bottom: solid 1px gray;
}

#milestones .milestone .milestone-content .first-completed-row, #milestones .milestone .milestone-content .completed-row, #milestones .milestone .milestone-content .last-completed-row {
  border-left: solid 1px gray;
  border-right: solid 1px gray;
}

#milestones .milestone .expanding-rows {
  overflow: hidden;
}

#milestones .milestone .expanding-rows.collapse-rows {
  height: 0;
}

#milestones .milestone table {
  margin-bottom: 0;
}

#milestones .milestone .blue-icon {
  color: rgba(0, 158, 215, 0.8);
}

#milestones .milestone .red-icon {
  color: red;
}

#milestones .milestone .close-lines {
  line-height: 1.2;
}

#milestones .date-COMPLETED {
  color: green;
}

#milestones .date-OVERDUE {
  color: red;
}

#milestones .date-TODAY {
  color: #CD5700;
}

#contactLog {
  margin-bottom: 8px;
}

#contactLog i {
  font-size: 150%;
}

#contactLog form {
  margin: 0;
}

#contactLog #contact-log-header {
  margin-bottom: 10px;
}

#contactLog .contact-log-box {
  border: 1px solid rgba(131, 5, 147, 0.5);
}

#contactLog #contact-log-body-container {
  padding-bottom: 8px;
}

#contactLog .logs {
  overflow-y: auto;
  height: 495px;
}

#contactLog .created {
  color: #009ED7;
}

#contactLog .modified {
  color: #009ED7;
}

#contactLog .deleted {
  color: red;
}

#contactLog .decline {
  color: red;
}

#contactLog .completed {
  color: green;
}

#contactLog #export-form {
  display: inline-block;
}

.blue-control-icon {
  color: rgba(0, 158, 215, 0.8);
  cursor: pointer;
  margin-right: 8px;
  float: right;
}

.edit-select {
  display: none;
  position: relative;
  height: 1em;
}

select.editable-select {
  height: auto;
  position: absolute;
  z-index: 20;
  padding: 1px 4px 1px 4px;
  margin: 0;
}

#trackerDetailsHeader .name {
  margin-left: 8px;
}

#trackerDetailsHeader .header-label {
  font-size: 0.8em;
}

.clickable {
  cursor: pointer;
}

.mini-button {
  padding: 0 0.3em;
  margin: 0 0 0 0.1em;
  z-index: 100;
}

.confirm-box {
  display: none;
  position: absolute;
  background: lightGray;
  top: 1.5em;
  right: 0;
  border: 1px solid gray;
  border-radius: 0 0 4px 4px;
  padding: 2px;
  z-index: 10;
}

#progressHeader {
  background-color: #f0f0f0;
  padding: 4px 0 4px 0px;
  margin-bottom: 8px;
}

#progressHeader .status-left {
  display: inline-block;
  width: 97px;
  text-align: right;
  font-size: 13px;
}

#progressHeader .status-right {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 158, 215, 0.8);
}

#progressHeader .large-text {
  font-size: 20px;
}

#progressHeader .button {
  margin-top: 2px;
  margin-bottom: 2px;
}

#enquiry-status-box {
  width: 100%;
  border: 1px solid lightGray;
  padding: 4px 8px 4px 4px;
  display: inline-block;
}

#enquiry-status-box.overdue-enquiry-status {
  background: crimson;
  border: 1px solid red;
  color: white;
}

#enquiry-status-box.overdue-enquiry-status .status-right {
  color: white;
}

#enquiry-status-box.overdue-enquiry-status #edit-status {
  color: white;
  cursor: pointer;
}

#enquiry-status-box.inactive-enquiry-status {
  border: 1px solid red;
}

#milestones {
  background-color: #f0f0f0;
  padding: 0px;
  /*font-size: 16px;*/
}

#milestones li {
  width: 20%;
  height: 115px;
  padding-top: 8px;
}

#milestones li a {
  padding: 0px;
  background-color: transparent;
}

#milestones .hide {
  display: none;
}

#milestones .needsMet {
  display: inline-block;
}

#milestones .tabs-content > .content {
  padding: 0px;
}

#milestones .nav-button {
  margin-top: 8px;
  margin-bottom: 0px;
}

#milestones .tab-title.active {
  background-color: #A8D8E9;
}

#milestones .contact.active {
  background-color: rgba(0, 158, 215, 0.8);
}

#milestones .initial-icon {
  background-image: url("/images/enquiry.png");
}

#milestones .admission-icon {
  background-image: url("/images/admission.png");
}

#milestones .assessment-icon {
  background-image: url("/images/assessment.png");
}

#milestones .brochure-icon {
  background-image: url("/images/brochure.png");
}

#milestones .visit-icon {
  background-image: url("/images/visit.png");
}

#milestones .status-icon {
  width: 43px;
  height: 43px;
  display: inline-block;
}

#milestones .progress-status {
  border-radius: 9px;
  border: 1px solid gray;
  background-color: lightGray;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: 8px;
}

#milestones .progress-status div {
  padding-top: 2px;
  color: white;
  font-size: 1.6rem;
}

#milestones .progress-tick {
  background-color: green;
}

#milestones .progress-tick i {
  color: white;
  font-size: 1.1rem;
}

#milestones .progress-cross {
  background-color: red;
}

#milestones .progress-cross i {
  color: white;
  font-size: 1.1rem;
}

#milestones .green-status {
  color: green;
  line-height: 1.2;
}

#milestones .amber-status {
  color: #CD5700;
  line-height: 1.2;
}

#milestones .red-status {
  color: red;
  line-height: 1.2;
}

#milestones .milestone-status {
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  width: 106px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 8px;
  position: relative;
}

#milestones .milestone-status .milestone-title {
  font-size: 15.6px;
  margin: 6px 0px 4px 0px;
}

#milestones .milestone-status .milestone-completed {
  color: green;
}

#milestones .milestone-status .milestone-declined {
  color: red;
}

#milestones .milestone-status .milestone-due {
  color: #CD5700;
}

#milestones .milestone-status .milestone-overdue {
  color: red;
}

#milestones .milestone-status .milestone-todo {
  color: rgba(0, 158, 215, 0.8);
}

#milestones .milestone-status .milestone-rearrange {
  color: #CD5700;
}

#milestones #edit-status {
  color: rgba(0, 158, 215, 0.8);
  cursor: pointer;
  float: right;
}

#milestones .amber {
  color: #CD5700;
}

.enquiry-add-entry-button-column {
  padding: 0.4rem 1rem;
  margin: 0 0 0.6rem 0;
  width: 14rem;
}

#enquiryForm fieldset {
  border-color: rgba(0, 158, 215, 0.5);
}

#enquiryForm .cancel {
  background-color: red;
}

#tasksForm .cancel {
  background-color: red;
}

#additional-contacts-table tbody:nth-child(odd) tr {
  background-color: #f5f5f5;
}

#additional-contacts-table tbody:nth-child(odd) tr:hover {
  background: rgba(131, 5, 147, 0.3);
}

#additional-contacts-table tbody:nth-child(even) tr {
  background-color: white;
}

#additional-contacts-table tbody:nth-child(even) tr:hover {
  background: rgba(131, 5, 147, 0.3);
}

#additional-contacts-table tbody tr.contacts-row td.contacts-cell {
  padding: 0px;
}

#additional-contacts-table tbody tr.contacts-row .contact-entry {
  padding: 10px;
  background-color: white;
}

#additional-contacts-table tbody .hide {
  display: none;
}

#additional-contacts-table .expand-icon {
  color: #009ED7;
  max-width: 0;
}

button.modal-button-left {
  float: left;
  margin-bottom: 0;
}

button.modal-button-right {
  float: right;
  margin-bottom: 0;
}

#addEntry-modal .enquiry-button-column {
  width: 12rem;
  position: relative;
}

#addEntry-modal .task-uncompleted-icon {
  border-radius: 14px;
  border: 2px solid white;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 6px;
  top: 8px;
}

#addEntry-modal i.fi-x,
#addEntry-modal i.fi-clipboard-pencil,
#addEntry-modal i.fi-calendar,
#addEntry-modal i.fi-wheelchair {
  position: absolute;
  left: 8px;
  top: 8px;
}

#addEntry-modal-inactive-enquiry #addEntry-modal-activate-no {
  position: relative;
  color: #FFFFFF;
  top: 0;
  right: 0;
  font-weight: normal;
  line-height: normal;
  font-size: 1rem;
}

#task-content,
#event-content {
  display: none;
}

#task-content .pad-left,
#event-content .pad-left {
  padding-left: 16px;
}

#task-content .pad-right,
#event-content .pad-right {
  padding-right: 16px;
}

body > div.reveal-modal .row div.pad-right {
  padding-right: 16px;
}

#add-action-button {
  margin: 0;
}

.gap-on-right {
  margin-right: 16px;
}

#add-action-modal .bordered-box {
  border: 1px solid lightGray;
  padding: 8px;
  float: left;
  margin-bottom: 16px;
  margin-bottom: 64px;
}

#add-action-modal .bordered-box input {
  margin-bottom: 0;
}

#add-action-modal .borderless-box {
  border: 1px solid transparent;
  padding: 8px;
  float: left;
  margin-bottom: 24px;
  text-align: right;
}

#add-task-completed-date-wrapper {
  width: 80%;
  margin-right: 8px;
  float: left;
}

.enquiries-field-disabled {
  background: #e6e6e6 !important;
}

.enquiries-tooltip {
  font-size: 1.4rem;
}

.enquiries-tooltip-block {
  font-size: 1.4rem;
  margin-left: 8px;
  margin-top: 24px;
}

.export-tooltip {
  font-size: 1.6rem;
  margin-left: 8px;
  margin-top: 14px;
  display: inline-block;
}

#rearrange-assessment-button {
  background: orange;
  color: white;
  padding: 0.4rem 1rem;
  margin: 0 1rem 0.6rem 0;
}

.wizard-fieldset {
  margin-bottom: 0.4rem;
}

.wizard-fieldset .wizard-header {
  background-color: #009ED7;
  color: white;
  padding: 4px;
  cursor: pointer;
  font-size: 1.2rem;
}

.wizard-fieldset .expand-rows-wrapper {
  background-color: white;
  border-radius: 10px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.wizard-fieldset .expand-rows {
  padding: 4px;
}

.wizard-fieldset i.expand-rows {
  color: #009ED7;
  padding: 0 4px;
  position: relative;
  top: -2px;
}

.wizard-fieldset i.expand-rows.fi-minus {
  left: -2px;
}

.wizard-fieldset i.expand-rows.fi-plus {
  left: -1px;
}

.wizard-fieldset .expanding-rows {
  padding-top: 0.4rem;
  overflow: hidden;
}

.wizard-fieldset .expanding-rows.collapse-rows {
  padding-top: 0;
  height: 0;
}

.wizard-fieldset fieldset {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.ui-autocomplete.ui-front {
  z-index: 2000;
}

#rearrange-event-button {
  background-color: orange;
}

#rearrange-event-button i {
  font-size: 20px;
}

.notesCharCount {
  margin-top: -15px;
  margin-bottom: -1px;
  text-align: center;
  width: 85px;
  display: block;
  border: 1px solid lightgrey;
  float: right;
}

#addEntry-modal-undecline-msg,
#addEntry-modal-active-msg {
  font-size: 1rem;
  color: red;
  text-align: center;
  margin-top: 8px;
}

input.task-datepicker[readonly="readonly"],
input.task-datepicker-past[readonly="readonly"],
input.task-datepicker-future[readonly="readonly"],
input.task-datepicker-prog[readonly="readonly"],
input.datepicker-fridays-in-past[readonly="readonly"] {
  background-color: white;
}

.prevent-resizing {
  resize: none;
}

#confirm-autosave {
  display: none;
  z-index: 999999;
  position: fixed;
  bottom: 0;
  right: 0;
}

#confirm-autosave p {
  font-size: 12px;
  color: green;
}

input.enquiry-datepicker[readonly="readonly"],
input.future-enquiry-datepicker[readonly="readonly"] {
  background-color: white;
}

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

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

.small-bottom-margin {
  margin-bottom: 8px;
}

table.multi-row-heading {
  width: 100%;
  border: 0px;
}

table.multi-row-heading th {
  vertical-align: bottom;
  border-right: 1px solid white;
}

table.multi-row-heading .underline {
  border-bottom: 1px solid white;
}

table.multi-row-heading .expand-rows {
  background-color: #009ED7;
  color: white;
  margin-right: 8px;
  padding: 0 4px;
  cursor: pointer;
}

.homeSection .tabular .enquiries-overview-panel {
  overflow: hidden;
  margin-bottom: 16px;
}

.homeSection .tabular .enquiries-overview-panel table {
  border: none;
}

.limited-note-field {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
  white-space: nowrap;
}

#extra-parameters div.no-left-padding {
  padding-left: 0px;
}

#extra-parameters div.no-right-padding {
  padding-right: 0px;
}

.centre-align {
  vertical-align: middle;
  text-align: center;
}

input.task-datepicker[readonly="readonly"],
input.task-datepicker-past[readonly="readonly"],
input.task-datepicker-future[readonly="readonly"],
input.task-datepicker-prog[readonly="readonly"] {
  background-color: white;
}

.prevent-resizing {
  resize: none;
}

#confirm-autosave {
  display: none;
  z-index: 999999;
  position: fixed;
  bottom: 0;
  right: 0;
}

#confirm-autosave p {
  font-size: 12px;
  color: green;
}

input.enquiry-datepicker[readonly="readonly"],
input.future-enquiry-datepicker[readonly="readonly"] {
  background-color: white;
}

input[type=number].noSpinner::-webkit-inner-spin-button,
input[type=number].noSpinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#opc_error_message {
  display: none;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

label.static-label {
  cursor: auto;
  margin-bottom: 16px;
}

label.static-label::after {
  content: "\00a0";
}

#documents-body i {
  font-size: 1.2rem;
  padding-right: 12px;
  cursor: pointer;
}

.documents-delete {
  color: #D80000;
}

.documents-download {
  color: #009ED7;
}

.documents-edit {
  color: #009ED7;
}

.hidden {
  display: none;
}

.homeSection.enquiries .tabs-content:not(.vertical) {
  border: none;
}

table.full-width {
  width: 100%;
}

img.mainMenuHide {
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 34px;
  width: 30px;
}

img.showMainMenuButton {
  z-index: 5000;
  cursor: pointer;
  position: absolute;
  top: 16px;
  left: -1px;
  height: 34px;
  width: 30px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

div.alert-box.alert.staffPositionArchive h3, div.alert-box.alert.staffPositionArchive h4, div.alert-box.alert.staffPositionArchive h5, div.alert-box.alert.staffPositionArchive h6 {
  color: white;
}

div.alert-box.alert.staffPositionArchive ul {
  margin-bottom: 0px;
  margin-left: 2em;
}

div.alert-box.alert.staffPositionArchive li {
  font-size: 0.8em;
}

div.alert-box.alert.staffPositionArchive div.close {
  top: 20px;
}

div.alert-box.alert.staffPositionArchive a.close {
  color: white;
  opacity: 1;
}

div.alert-box.alert.staffPositionArchive div.scrolling {
  max-height: 150px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px;
}

div.alert-box.alert.staffPositionArchive div.translucent {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 5px;
}

#customReportModule i.fi-save {
  padding-right: 8px;
}

.tooltip {
  z-index: 100000000 !important;
}

.reportButton {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noWrap {
  white-space: nowrap;
}

#loginForm, #mfaCodeForm {
  padding-top: 25px;
}

#loginForm div.alert-box > div.message, #portalLoginForm div.alert-box > div.message {
  font-size: 1.3em;
}

#loginForm div.alert-box.secondary, #portalLoginForm div.alert-box.secondary {
  background-color: #1e19d1;
  border-color: #81cdf1;
  color: #ffffff;
}

#loginForm div.alert-box.secondary span, #portalLoginForm div.alert-box.secondary span {
  background: #4661dd;
}

#loginForm .button.tiny.postfix, #loginForm .button.tiny.prefix, #portalLoginForm .button.tiny.postfix, #portalLoginForm .button.tiny.prefix {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 1em;
}

.backgroundMask {
  height: 10000px;
  width: 10000px;
  margin-top: -5px;
  margin-right: -5px;
  background-color: #81cdf1;
  opacity: 0.8;
  position: fixed;
}

.small-table td {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.small-table th {
  padding-top: 3px;
  padding-bottom: 3px;
}

small.warning {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 1rem;
  margin-top: -16px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #ed9d36;
  color: #000;
}

div.alert-box i, div.alert-box span {
  font-size: 1.5em;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  position: absolute;
  top: 10px;
  height: 34px;
  padding-top: 6px;
  width: 34px;
  display: inline-block;
  vertical-align: text-middle;
  text-align: center;
}

div.alert-box a.close {
  position: absolute;
  right: 3px;
  top: 26px;
}

div.alert-box div {
  display: inline-block;
}

div.alert-box .message {
  margin-left: 50px;
}

div.alert-box .message ul li {
  font-size: 0.8125rem;
}

div.alert-box.small {
  padding: 3px;
}

div.alert-box.small i, div.alert-box.small span {
  font-size: 1.2em;
  top: 2px;
  height: 25px;
  padding-top: 1px;
  width: 25px;
}

div.alert-box.small .message {
  margin-left: 38px;
}

tr.alert td, tr.warning td {
  color: white;
}

.filter-applied {
  background-color: #007eac;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#customerMigration .companySelection, #customerMigration .homeSelection {
  margin-left: 20px;
}

#customerMigration .groupSelection label {
  margin-top: 5px;
  height: 20px;
  font-size: 1rem;
}

#customerMigration .companySelection label {
  margin-top: 0px;
  height: 25px;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#customerMigration .companySelection label::before {
  content: "L";
  font-size: 1.5em;
  color: lightgrey;
  position: relative;
  top: -5px;
  font-weight: 100;
  margin-right: 5px;
}

#customerMigration .homeSelection label {
  margin-top: 5px;
  height: 21px;
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#customerMigration .homeSelection label::before {
  content: "L";
  font-size: 1.5em;
  color: lightgrey;
  position: relative;
  top: -5px;
  font-weight: 100;
  margin-right: 5px;
}

#customerMigration .migrationPreview .companyLevel, #customerMigration .migrationPreview .homeLevel {
  margin-left: 25px;
}

#customerMigration .migrationPreview .fi-home {
  color: #830593;
  font-size: 0.75rem;
}

#customerMigration .migrationPreview .fi-torsos-all {
  color: #047CED;
  font-size: 0.875rem;
}

#customerMigration .migrationPreview .fi-torso-business {
  color: #6cccf1;
  font-size: 1rem;
}

#customerMigration .migrationPreview .fi-asterisk {
  color: orange;
  font-size: 15px;
}

#customerMigration .migrationPreview label {
  height: 25px;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#customerMigration .migrationPreview .companyLevel label {
  font-size: 0.875rem;
  height: 25px;
}

#customerMigration .migrationPreview .companyLevel .homeLevel label {
  font-size: 0.75rem;
  height: 25px;
}

#homeDropDesktop {
  max-height: 37.5rem;
  overflow: auto;
}

#homeDropMobile {
  max-height: 70vh;
  overflow: auto;
}

#homeDropMobile a:hover {
  background-color: #009ED7;
  color: #FFFFFF;
}

#navigate-panel.expanded {
  border-bottom: 1px solid black;
  z-index: 150;
  /* Needed for rota screen, vertical separator + showing border above left hand menu when expanded */
}

#navigate-panel .company {
  padding-left: 18px;
  font-size: 1.1rem;
}

#navigate-panel .home {
  padding-left: 30px;
}

#navigate-panel .group {
  font-size: 1.2rem;
}

.invoices-tooltip {
  display: inline-block;
}

.btn-pre-process-tooltip {
  display: inline-block;
}

.btn-invoice-tooltips {
  margin: 0;
}

.btn-preprocess-tooltips {
  margin: 0;
}

.modelData.margin-fix {
  margin: 1.25rem 0 0 0;
}

.button-disabled-with-tooltip {
  opacity: 0.7;
}

.buttons-wrapper {
  display: inline-block;
}

.have-enquiries-save {
  display: none;
}

.not-have-enquiries-save {
  display: inline-block;
}

.permission-enquiries-save .have-enquiries-save {
  display: inline-block;
}

.permission-enquiries-save .not-have-enquiries-save {
  display: none;
}

.have-enquiries-delete {
  display: none;
}

.not-have-enquiries-delete {
  display: inline-block;
}

.permission-enquiries-delete .have-enquiries-delete {
  display: inline-block;
}

.permission-enquiries-delete .not-have-enquiries-delete {
  display: none;
}

.enquiries-modal-button-row {
  margin-bottom: 64px;
}

.small-text {
  font-size: 9pt;
}

.margin {
  margin-left: 15px !important;
}

#sessionExpiredModal {
  z-index: 100000010;
}

body.fc-unselectable input[type=text] {
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  -webkit-touch-callout: all;
}

.labelNote {
  color: #6b6b6b;
  font-size: 8pt;
  line-height: 9pt;
  border: solid #cccccc 1px;
  padding: 5px;
  user-select: none;
}

.labelNote .textSnippet {
  display: none;
}

.labelNote.textSnippetVisible .textSnippet {
  display: inline;
}

.labelNote.textSnippetVisible .textSnippet table th, .labelNote.textSnippetVisible .textSnippet table td {
  font-size: 0.85em;
  padding: 1px;
}

.labelNote.textSnippetVisible .textSnippetController {
  display: none;
}

.budgetVariancePercentageField.columns div.row.collapse input[type="number"].columns {
  display: block;
  width: 41.68%;
  padding-left: 3px;
}

.budgetVariancePercentageField.columns div.row.collapse.error span.error {
  margin-bottom: 0px;
}

input.noBottomMargin, select.noBottomMargin {
  margin-bottom: 0px;
}

.clearBoth {
  clear: both;
}

label.bigLabel {
  font-size: 1.125rem;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=time]:invalid:optional {
  border: #f04124 solid 1px;
}

#parent_permToBank .infoButton {
  font-size: 1em;
}

#parent_bankToPerm .infoButton {
  font-size: 1em;
}

.noMargin {
  margin: 0px;
}

.button.miniture {
  padding: 0.3rem 1rem 0.31rem 1rem;
  font-size: 0.65rem;
}

.noWrap {
  white-space: nowrap;
}

.border-box, .border-box * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.alert-box.info.supportTool {
  background-color: yellow;
}

.button.supportTool {
  background-color: yellow;
  color: #4f4f4f;
}

.large-text {
  font-size: 1.5em;
}

.inlineBlock {
  display: inline-block;
}

.collapsedAlertBox {
  cursor: pointer;
  font-size: 1rem;
  float: right;
  display: inline-block;
  background-color: #a0d3e8;
  border-color: #74bfdd;
  text-align: center;
  width: 80px;
  color: #4f4f4f;
}

.collapsedAlertBox a {
  color: #4f4f4f;
  font-size: 0.75rem;
}

i.red {
  cursor: pointer;
  color: red;
}

i.red.large {
  font-size: 1.2rem;
}

i.red.small {
  font-size: 0.8rem;
}

.modalTableScroll {
  max-height: 500px;
  overflow-y: auto;
}

th.narrow, td.narrow {
  width: 1%;
  white-space: nowrap;
}

#mergeNextStep {
  margin-top: 8px;
}
