.icon-semiTransparent {
  opacity: 0.5; }

.color-grey + .icon .icon-semiTransparent {
  opacity: 0.6; }

@font-face {
  font-family: "Clear-Sans-Web";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/ClearSans-Regular.woff2") format("woff2"), url("/assets/fonts/ClearSans-Regular.woff") format("woff"); }
@font-face {
  font-family: "Clear-Sans-Web";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/ClearSans-Italic.woff2") format("woff2"), url("/assets/fonts/ClearSans-Italic.woff") format("woff"); }
@font-face {
  font-family: "Clear-Sans-Web";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/ClearSans-Medium.woff2") format("woff2"), url("/assets/fonts/ClearSans-Medium.woff") format("woff"); }
@font-face {
  font-family: "Clear-Sans-Web";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/ClearSans-Bold.woff2") format("woff2"), url("/assets/fonts/ClearSans-Bold.woff") format("woff"); }
@font-face {
  font-family: "Sharp-Grotesk-22-Web";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/SharpGrotesk-SemiboldNo22.woff2") format("woff2"), url("/assets/fonts/SharpGrotesk-SemiboldNo22.woff") format("woff"); }
@font-face {
  font-family: "Sharp-Grotesk-22-Web";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/SharpGrotesk-MediumNo22.woff2") format("woff2"), url("/assets/fonts/SharpGrotesk-MediumNo22.woff") format("woff"); }
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

* {
  margin: 0;
  padding: 0; }

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

*:focus {
  outline: none; }

html {
  font-size: 16px; }

body {
  font-family: "Clear-Sans-Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #2F2A20;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  line-height: 1; }
  h1 p,
  h1 ul,
  h1 ol, .h1 p,
  .h1 ul,
  .h1 ol,
  h2 p,
  h2 ul,
  h2 ol, .h2 p,
  .h2 ul,
  .h2 ol,
  h3 p,
  h3 ul,
  h3 ol, .h3 p,
  .h3 ul,
  .h3 ol,
  h4 p,
  h4 ul,
  h4 ol, .h4 p,
  .h4 ul,
  .h4 ol {
    font-size: 16px; }
    h1 p:first-child,
    h1 ul:first-child,
    h1 ol:first-child, .h1 p:first-child,
    .h1 ul:first-child,
    .h1 ol:first-child,
    h2 p:first-child,
    h2 ul:first-child,
    h2 ol:first-child, .h2 p:first-child,
    .h2 ul:first-child,
    .h2 ol:first-child,
    h3 p:first-child,
    h3 ul:first-child,
    h3 ol:first-child, .h3 p:first-child,
    .h3 ul:first-child,
    .h3 ol:first-child,
    h4 p:first-child,
    h4 ul:first-child,
    h4 ol:first-child, .h4 p:first-child,
    .h4 ul:first-child,
    .h4 ol:first-child {
      margin-top: 0;
      font-size: inherit; }

h1,
.h1 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Sharp-Grotesk-22-Web", "Clear-Sans-Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative;
  top: 4px; }

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 400; }

h3,
.h3 {
  font-weight: 400;
  font-size: 1.25rem; }

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem; }

h5,
.h5 {
  font-size: 1rem;
  font-weight: 600; }

.text-sm {
  font-size: 13px; }

.text-lg {
  font-size: 18px; }

.text-xl {
  font-size: 21px; }

p {
  margin-top: 1em;
  max-width: 768px; }
  p:first-child {
    margin-top: 0; }

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.container--xxs {
  max-width: 320px; }

.container--xs {
  max-width: 568px; }

.container--sm {
  max-width: 768px; }

.container--lg {
  max-width: 1280px; }

.container--xl {
  max-width: 1600px; }

.m--0 {
  margin: 0 !important; }

.p--0 {
  padding: 0 !important; }

.m--xxs {
  margin: 0.25rem !important; }

.p--xxs {
  padding: 0.25rem !important; }

.m--xs {
  margin: 0.5rem !important; }

.p--xs {
  padding: 0.5rem !important; }

.m--sm {
  margin: 1rem !important; }

.p--sm {
  padding: 1rem !important; }

.m--md {
  margin: 1.5rem !important; }

.p--md {
  padding: 1.5rem !important; }

.m--lg {
  margin: 2rem !important; }

.p--lg {
  padding: 2rem !important; }

.m--xl {
  margin: 4rem !important; }

.p--xl {
  padding: 4rem !important; }

.m-top--0 {
  margin-top: 0 !important; }

.p-top--0 {
  padding-top: 0 !important; }

.m-top--xxs {
  margin-top: 0.25rem !important; }

.p-top--xxs {
  padding-top: 0.25rem !important; }

.m-top--xs {
  margin-top: 0.5rem !important; }

.p-top--xs {
  padding-top: 0.5rem !important; }

.m-top--sm {
  margin-top: 1rem !important; }

.p-top--sm {
  padding-top: 1rem !important; }

.m-top--md {
  margin-top: 1.5rem !important; }

.p-top--md {
  padding-top: 1.5rem !important; }

.m-top--lg {
  margin-top: 2rem !important; }

.p-top--lg {
  padding-top: 2rem !important; }

.m-top--xl {
  margin-top: 4rem !important; }

.p-top--xl {
  padding-top: 4rem !important; }

.m-left--0 {
  margin-left: 0 !important; }

.p-left--0 {
  padding-left: 0 !important; }

.m-left--xxs {
  margin-left: 0.25rem !important; }

.p-left--xxs {
  padding-left: 0.25rem !important; }

.m-left--xs {
  margin-left: 0.5rem !important; }

.p-left--xs {
  padding-left: 0.5rem !important; }

.m-left--sm {
  margin-left: 1rem !important; }

.p-left--sm {
  padding-left: 1rem !important; }

.m-left--md {
  margin-left: 1.5rem !important; }

.p-left--md {
  padding-left: 1.5rem !important; }

.m-left--lg {
  margin-left: 2rem !important; }

.p-left--lg {
  padding-left: 2rem !important; }

.m-left--xl {
  margin-left: 4rem !important; }

.p-left--xl {
  padding-left: 4rem !important; }

.m-right--0 {
  margin-right: 0 !important; }

.p-right--0 {
  padding-right: 0 !important; }

.m-right--xxs {
  margin-right: 0.25rem !important; }

.p-right--xxs {
  padding-right: 0.25rem !important; }

.m-right--xs {
  margin-right: 0.5rem !important; }

.p-right--xs {
  padding-right: 0.5rem !important; }

.m-right--sm {
  margin-right: 1rem !important; }

.p-right--sm {
  padding-right: 1rem !important; }

.m-right--md {
  margin-right: 1.5rem !important; }

.p-right--md {
  padding-right: 1.5rem !important; }

.m-right--lg {
  margin-right: 2rem !important; }

.p-right--lg {
  padding-right: 2rem !important; }

.m-right--xl {
  margin-right: 4rem !important; }

.p-right--xl {
  padding-right: 4rem !important; }

.m-bottom--0 {
  margin-bottom: 0 !important; }

.p-bottom--0 {
  padding-bottom: 0 !important; }

.m-bottom--xxs {
  margin-bottom: 0.25rem !important; }

.p-bottom--xxs {
  padding-bottom: 0.25rem !important; }

.m-bottom--xs {
  margin-bottom: 0.5rem !important; }

.p-bottom--xs {
  padding-bottom: 0.5rem !important; }

.m-bottom--sm {
  margin-bottom: 1rem !important; }

.p-bottom--sm {
  padding-bottom: 1rem !important; }

.m-bottom--md {
  margin-bottom: 1.5rem !important; }

.p-bottom--md {
  padding-bottom: 1.5rem !important; }

.m-bottom--lg {
  margin-bottom: 2rem !important; }

.p-bottom--lg {
  padding-bottom: 2rem !important; }

.m-bottom--xl {
  margin-bottom: 4rem !important; }

.p-bottom--xl {
  padding-bottom: 4rem !important; }

.whitespace--0 {
  padding: 0 !important; }

.whitespace--sm {
  padding: 1rem !important; }

.whitespace--md {
  padding: 2rem !important; }

.whitespace--lg {
  padding: 4rem !important; }

.whitespace-top--0 {
  padding-top: 0 !important; }

.whitespace-top--sm {
  padding-top: 1rem !important; }

.whitespace-top--md {
  padding-top: 2rem !important; }

.whitespace-top--lg {
  padding-top: 4rem !important; }

.whitespace-left--0 {
  padding-left: 0 !important; }

.whitespace-left--sm {
  padding-left: 1rem !important; }

.whitespace-left--md {
  padding-left: 2rem !important; }

.whitespace-left--lg {
  padding-left: 4rem !important; }

.whitespace-right--0 {
  padding-right: 0 !important; }

.whitespace-right--sm {
  padding-right: 1rem !important; }

.whitespace-right--md {
  padding-right: 2rem !important; }

.whitespace-right--lg {
  padding-right: 4rem !important; }

.whitespace-bottom--0 {
  padding-bottom: 0 !important; }

.whitespace-bottom--sm {
  padding-bottom: 1rem !important; }

.whitespace-bottom--md {
  padding-bottom: 2rem !important; }

.whitespace-bottom--lg {
  padding-bottom: 4rem !important; }

@media (min-width: 768px) {
  .whitespace--0 {
    padding: 0 !important; }

  .when-md-whitespace--0 {
    padding: 0 !important; }

  .whitespace--sm {
    padding: 1.5rem !important; }

  .when-md-whitespace--sm {
    padding: 1.5rem !important; }

  .whitespace--md {
    padding: 3rem !important; }

  .when-md-whitespace--md {
    padding: 3rem !important; }

  .whitespace--lg {
    padding: 6rem !important; }

  .when-md-whitespace--lg {
    padding: 6rem !important; }

  .whitespace-top--0 {
    padding-top: 0 !important; }

  .when-md-whitespace-top--0 {
    padding-top: 0 !important; }

  .whitespace-top--sm {
    padding-top: 1.5rem !important; }

  .when-md-whitespace-top--sm {
    padding-top: 1.5rem !important; }

  .whitespace-top--md {
    padding-top: 3rem !important; }

  .when-md-whitespace-top--md {
    padding-top: 3rem !important; }

  .whitespace-top--lg {
    padding-top: 6rem !important; }

  .when-md-whitespace-top--lg {
    padding-top: 6rem !important; }

  .whitespace-left--0 {
    padding-left: 0 !important; }

  .when-md-whitespace-left--0 {
    padding-left: 0 !important; }

  .whitespace-left--sm {
    padding-left: 1.5rem !important; }

  .when-md-whitespace-left--sm {
    padding-left: 1.5rem !important; }

  .whitespace-left--md {
    padding-left: 3rem !important; }

  .when-md-whitespace-left--md {
    padding-left: 3rem !important; }

  .whitespace-left--lg {
    padding-left: 6rem !important; }

  .when-md-whitespace-left--lg {
    padding-left: 6rem !important; }

  .whitespace-right--0 {
    padding-right: 0 !important; }

  .when-md-whitespace-right--0 {
    padding-right: 0 !important; }

  .whitespace-right--sm {
    padding-right: 1.5rem !important; }

  .when-md-whitespace-right--sm {
    padding-right: 1.5rem !important; }

  .whitespace-right--md {
    padding-right: 3rem !important; }

  .when-md-whitespace-right--md {
    padding-right: 3rem !important; }

  .whitespace-right--lg {
    padding-right: 6rem !important; }

  .when-md-whitespace-right--lg {
    padding-right: 6rem !important; }

  .whitespace-bottom--0 {
    padding-bottom: 0 !important; }

  .when-md-whitespace-bottom--0 {
    padding-bottom: 0 !important; }

  .whitespace-bottom--sm {
    padding-bottom: 1.5rem !important; }

  .when-md-whitespace-bottom--sm {
    padding-bottom: 1.5rem !important; }

  .whitespace-bottom--md {
    padding-bottom: 3rem !important; }

  .when-md-whitespace-bottom--md {
    padding-bottom: 3rem !important; }

  .whitespace-bottom--lg {
    padding-bottom: 6rem !important; }

  .when-md-whitespace-bottom--lg {
    padding-bottom: 6rem !important; } }
@media (min-width: 1024px) {
  .whitespace--0 {
    padding: 0 !important; }

  .when-lg-whitespace--0 {
    padding: 0 !important; }

  .whitespace--sm {
    padding: 2rem !important; }

  .when-lg-whitespace--sm {
    padding: 2rem !important; }

  .whitespace--md {
    padding: 4rem !important; }

  .when-lg-whitespace--md {
    padding: 4rem !important; }

  .whitespace--lg {
    padding: 8rem !important; }

  .when-lg-whitespace--lg {
    padding: 8rem !important; }

  .whitespace-top--0 {
    padding-top: 0 !important; }

  .when-lg-whitespace-top--0 {
    padding-top: 0 !important; }

  .whitespace-top--sm {
    padding-top: 2rem !important; }

  .when-lg-whitespace-top--sm {
    padding-top: 2rem !important; }

  .whitespace-top--md {
    padding-top: 4rem !important; }

  .when-lg-whitespace-top--md {
    padding-top: 4rem !important; }

  .whitespace-top--lg {
    padding-top: 8rem !important; }

  .when-lg-whitespace-top--lg {
    padding-top: 8rem !important; }

  .whitespace-left--0 {
    padding-left: 0 !important; }

  .when-lg-whitespace-left--0 {
    padding-left: 0 !important; }

  .whitespace-left--sm {
    padding-left: 2rem !important; }

  .when-lg-whitespace-left--sm {
    padding-left: 2rem !important; }

  .whitespace-left--md {
    padding-left: 4rem !important; }

  .when-lg-whitespace-left--md {
    padding-left: 4rem !important; }

  .whitespace-left--lg {
    padding-left: 8rem !important; }

  .when-lg-whitespace-left--lg {
    padding-left: 8rem !important; }

  .whitespace-right--0 {
    padding-right: 0 !important; }

  .when-lg-whitespace-right--0 {
    padding-right: 0 !important; }

  .whitespace-right--sm {
    padding-right: 2rem !important; }

  .when-lg-whitespace-right--sm {
    padding-right: 2rem !important; }

  .whitespace-right--md {
    padding-right: 4rem !important; }

  .when-lg-whitespace-right--md {
    padding-right: 4rem !important; }

  .whitespace-right--lg {
    padding-right: 8rem !important; }

  .when-lg-whitespace-right--lg {
    padding-right: 8rem !important; }

  .whitespace-bottom--0 {
    padding-bottom: 0 !important; }

  .when-lg-whitespace-bottom--0 {
    padding-bottom: 0 !important; }

  .whitespace-bottom--sm {
    padding-bottom: 2rem !important; }

  .when-lg-whitespace-bottom--sm {
    padding-bottom: 2rem !important; }

  .whitespace-bottom--md {
    padding-bottom: 4rem !important; }

  .when-lg-whitespace-bottom--md {
    padding-bottom: 4rem !important; }

  .whitespace-bottom--lg {
    padding-bottom: 8rem !important; }

  .when-lg-whitespace-bottom--lg {
    padding-bottom: 8rem !important; } }
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c80b5190f73cffd680e7)
 * Config saved to config.json and https://gist.github.com/c80b5190f73cffd680e7
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.flexGrid {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flexGrid-item {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c80b5190f73cffd680e7)
 * Config saved to config.json and https://gist.github.com/c80b5190f73cffd680e7
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.grid {
  margin-left: -1rem;
  margin-right: -1rem;
  clear: both; }

.grid-item {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem; }

.when-xs-1, .when-xs-2, .when-xs-3, .when-xs-4, .when-xs-5, .when-xs-6, .when-xs-7, .when-xs-8, .when-xs-9, .when-xs-10, .when-xs-11, .when-xs-12 {
  float: left; }

.when-xs-12 {
  width: 100%; }

.when-xs-11 {
  width: 91.66666667%; }

.when-xs-10 {
  width: 83.33333333%; }

.when-xs-9 {
  width: 75%; }

.when-xs-8 {
  width: 66.66666667%; }

.when-xs-7 {
  width: 58.33333333%; }

.when-xs-6 {
  width: 50%; }

.when-xs-5 {
  width: 41.66666667%; }

.when-xs-4 {
  width: 33.33333333%; }

.when-xs-3 {
  width: 25%; }

.when-xs-2 {
  width: 16.66666667%; }

.when-xs-1 {
  width: 8.33333333%; }

.when-xs-pull-12 {
  right: 100%; }

.when-xs-pull-11 {
  right: 91.66666667%; }

.when-xs-pull-10 {
  right: 83.33333333%; }

.when-xs-pull-9 {
  right: 75%; }

.when-xs-pull-8 {
  right: 66.66666667%; }

.when-xs-pull-7 {
  right: 58.33333333%; }

.when-xs-pull-6 {
  right: 50%; }

.when-xs-pull-5 {
  right: 41.66666667%; }

.when-xs-pull-4 {
  right: 33.33333333%; }

.when-xs-pull-3 {
  right: 25%; }

.when-xs-pull-2 {
  right: 16.66666667%; }

.when-xs-pull-1 {
  right: 8.33333333%; }

.when-xs-pull-0 {
  right: auto; }

.when-xs-push-12 {
  left: 100%; }

.when-xs-push-11 {
  left: 91.66666667%; }

.when-xs-push-10 {
  left: 83.33333333%; }

.when-xs-push-9 {
  left: 75%; }

.when-xs-push-8 {
  left: 66.66666667%; }

.when-xs-push-7 {
  left: 58.33333333%; }

.when-xs-push-6 {
  left: 50%; }

.when-xs-push-5 {
  left: 41.66666667%; }

.when-xs-push-4 {
  left: 33.33333333%; }

.when-xs-push-3 {
  left: 25%; }

.when-xs-push-2 {
  left: 16.66666667%; }

.when-xs-push-1 {
  left: 8.33333333%; }

.when-xs-push-0 {
  left: auto; }

.when-xs-offset-12 {
  margin-left: 100%; }

.when-xs-offset-11 {
  margin-left: 91.66666667%; }

.when-xs-offset-10 {
  margin-left: 83.33333333%; }

.when-xs-offset-9 {
  margin-left: 75%; }

.when-xs-offset-8 {
  margin-left: 66.66666667%; }

.when-xs-offset-7 {
  margin-left: 58.33333333%; }

.when-xs-offset-6 {
  margin-left: 50%; }

.when-xs-offset-5 {
  margin-left: 41.66666667%; }

.when-xs-offset-4 {
  margin-left: 33.33333333%; }

.when-xs-offset-3 {
  margin-left: 25%; }

.when-xs-offset-2 {
  margin-left: 16.66666667%; }

.when-xs-offset-1 {
  margin-left: 8.33333333%; }

.when-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 568px) {
  .when-sm-1, .when-sm-2, .when-sm-3, .when-sm-4, .when-sm-5, .when-sm-6, .when-sm-7, .when-sm-8, .when-sm-9, .when-sm-10, .when-sm-11, .when-sm-12 {
    float: left; }

  .when-sm-12 {
    width: 100%; }

  .when-sm-11 {
    width: 91.66666667%; }

  .when-sm-10 {
    width: 83.33333333%; }

  .when-sm-9 {
    width: 75%; }

  .when-sm-8 {
    width: 66.66666667%; }

  .when-sm-7 {
    width: 58.33333333%; }

  .when-sm-6 {
    width: 50%; }

  .when-sm-5 {
    width: 41.66666667%; }

  .when-sm-4 {
    width: 33.33333333%; }

  .when-sm-3 {
    width: 25%; }

  .when-sm-2 {
    width: 16.66666667%; }

  .when-sm-1 {
    width: 8.33333333%; }

  .when-sm-pull-12 {
    right: 100%; }

  .when-sm-pull-11 {
    right: 91.66666667%; }

  .when-sm-pull-10 {
    right: 83.33333333%; }

  .when-sm-pull-9 {
    right: 75%; }

  .when-sm-pull-8 {
    right: 66.66666667%; }

  .when-sm-pull-7 {
    right: 58.33333333%; }

  .when-sm-pull-6 {
    right: 50%; }

  .when-sm-pull-5 {
    right: 41.66666667%; }

  .when-sm-pull-4 {
    right: 33.33333333%; }

  .when-sm-pull-3 {
    right: 25%; }

  .when-sm-pull-2 {
    right: 16.66666667%; }

  .when-sm-pull-1 {
    right: 8.33333333%; }

  .when-sm-pull-0 {
    right: auto; }

  .when-sm-push-12 {
    left: 100%; }

  .when-sm-push-11 {
    left: 91.66666667%; }

  .when-sm-push-10 {
    left: 83.33333333%; }

  .when-sm-push-9 {
    left: 75%; }

  .when-sm-push-8 {
    left: 66.66666667%; }

  .when-sm-push-7 {
    left: 58.33333333%; }

  .when-sm-push-6 {
    left: 50%; }

  .when-sm-push-5 {
    left: 41.66666667%; }

  .when-sm-push-4 {
    left: 33.33333333%; }

  .when-sm-push-3 {
    left: 25%; }

  .when-sm-push-2 {
    left: 16.66666667%; }

  .when-sm-push-1 {
    left: 8.33333333%; }

  .when-sm-push-0 {
    left: auto; }

  .when-sm-offset-12 {
    margin-left: 100%; }

  .when-sm-offset-11 {
    margin-left: 91.66666667%; }

  .when-sm-offset-10 {
    margin-left: 83.33333333%; }

  .when-sm-offset-9 {
    margin-left: 75%; }

  .when-sm-offset-8 {
    margin-left: 66.66666667%; }

  .when-sm-offset-7 {
    margin-left: 58.33333333%; }

  .when-sm-offset-6 {
    margin-left: 50%; }

  .when-sm-offset-5 {
    margin-left: 41.66666667%; }

  .when-sm-offset-4 {
    margin-left: 33.33333333%; }

  .when-sm-offset-3 {
    margin-left: 25%; }

  .when-sm-offset-2 {
    margin-left: 16.66666667%; }

  .when-sm-offset-1 {
    margin-left: 8.33333333%; }

  .when-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 768px) {
  .when-md-1, .when-md-2, .when-md-3, .when-md-4, .when-md-5, .when-md-6, .when-md-7, .when-md-8, .when-md-9, .when-md-10, .when-md-11, .when-md-12 {
    float: left; }

  .when-md-12 {
    width: 100%; }

  .when-md-11 {
    width: 91.66666667%; }

  .when-md-10 {
    width: 83.33333333%; }

  .when-md-9 {
    width: 75%; }

  .when-md-8 {
    width: 66.66666667%; }

  .when-md-7 {
    width: 58.33333333%; }

  .when-md-6 {
    width: 50%; }

  .when-md-5 {
    width: 41.66666667%; }

  .when-md-4 {
    width: 33.33333333%; }

  .when-md-3 {
    width: 25%; }

  .when-md-2 {
    width: 16.66666667%; }

  .when-md-1 {
    width: 8.33333333%; }

  .when-md-pull-12 {
    right: 100%; }

  .when-md-pull-11 {
    right: 91.66666667%; }

  .when-md-pull-10 {
    right: 83.33333333%; }

  .when-md-pull-9 {
    right: 75%; }

  .when-md-pull-8 {
    right: 66.66666667%; }

  .when-md-pull-7 {
    right: 58.33333333%; }

  .when-md-pull-6 {
    right: 50%; }

  .when-md-pull-5 {
    right: 41.66666667%; }

  .when-md-pull-4 {
    right: 33.33333333%; }

  .when-md-pull-3 {
    right: 25%; }

  .when-md-pull-2 {
    right: 16.66666667%; }

  .when-md-pull-1 {
    right: 8.33333333%; }

  .when-md-pull-0 {
    right: auto; }

  .when-md-push-12 {
    left: 100%; }

  .when-md-push-11 {
    left: 91.66666667%; }

  .when-md-push-10 {
    left: 83.33333333%; }

  .when-md-push-9 {
    left: 75%; }

  .when-md-push-8 {
    left: 66.66666667%; }

  .when-md-push-7 {
    left: 58.33333333%; }

  .when-md-push-6 {
    left: 50%; }

  .when-md-push-5 {
    left: 41.66666667%; }

  .when-md-push-4 {
    left: 33.33333333%; }

  .when-md-push-3 {
    left: 25%; }

  .when-md-push-2 {
    left: 16.66666667%; }

  .when-md-push-1 {
    left: 8.33333333%; }

  .when-md-push-0 {
    left: auto; }

  .when-md-offset-12 {
    margin-left: 100%; }

  .when-md-offset-11 {
    margin-left: 91.66666667%; }

  .when-md-offset-10 {
    margin-left: 83.33333333%; }

  .when-md-offset-9 {
    margin-left: 75%; }

  .when-md-offset-8 {
    margin-left: 66.66666667%; }

  .when-md-offset-7 {
    margin-left: 58.33333333%; }

  .when-md-offset-6 {
    margin-left: 50%; }

  .when-md-offset-5 {
    margin-left: 41.66666667%; }

  .when-md-offset-4 {
    margin-left: 33.33333333%; }

  .when-md-offset-3 {
    margin-left: 25%; }

  .when-md-offset-2 {
    margin-left: 16.66666667%; }

  .when-md-offset-1 {
    margin-left: 8.33333333%; }

  .when-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1024px) {
  .when-lg-1, .when-lg-2, .when-lg-3, .when-lg-4, .when-lg-5, .when-lg-6, .when-lg-7, .when-lg-8, .when-lg-9, .when-lg-10, .when-lg-11, .when-lg-12 {
    float: left; }

  .when-lg-12 {
    width: 100%; }

  .when-lg-11 {
    width: 91.66666667%; }

  .when-lg-10 {
    width: 83.33333333%; }

  .when-lg-9 {
    width: 75%; }

  .when-lg-8 {
    width: 66.66666667%; }

  .when-lg-7 {
    width: 58.33333333%; }

  .when-lg-6 {
    width: 50%; }

  .when-lg-5 {
    width: 41.66666667%; }

  .when-lg-4 {
    width: 33.33333333%; }

  .when-lg-3 {
    width: 25%; }

  .when-lg-2 {
    width: 16.66666667%; }

  .when-lg-1 {
    width: 8.33333333%; }

  .when-lg-pull-12 {
    right: 100%; }

  .when-lg-pull-11 {
    right: 91.66666667%; }

  .when-lg-pull-10 {
    right: 83.33333333%; }

  .when-lg-pull-9 {
    right: 75%; }

  .when-lg-pull-8 {
    right: 66.66666667%; }

  .when-lg-pull-7 {
    right: 58.33333333%; }

  .when-lg-pull-6 {
    right: 50%; }

  .when-lg-pull-5 {
    right: 41.66666667%; }

  .when-lg-pull-4 {
    right: 33.33333333%; }

  .when-lg-pull-3 {
    right: 25%; }

  .when-lg-pull-2 {
    right: 16.66666667%; }

  .when-lg-pull-1 {
    right: 8.33333333%; }

  .when-lg-pull-0 {
    right: auto; }

  .when-lg-push-12 {
    left: 100%; }

  .when-lg-push-11 {
    left: 91.66666667%; }

  .when-lg-push-10 {
    left: 83.33333333%; }

  .when-lg-push-9 {
    left: 75%; }

  .when-lg-push-8 {
    left: 66.66666667%; }

  .when-lg-push-7 {
    left: 58.33333333%; }

  .when-lg-push-6 {
    left: 50%; }

  .when-lg-push-5 {
    left: 41.66666667%; }

  .when-lg-push-4 {
    left: 33.33333333%; }

  .when-lg-push-3 {
    left: 25%; }

  .when-lg-push-2 {
    left: 16.66666667%; }

  .when-lg-push-1 {
    left: 8.33333333%; }

  .when-lg-push-0 {
    left: auto; }

  .when-lg-offset-12 {
    margin-left: 100%; }

  .when-lg-offset-11 {
    margin-left: 91.66666667%; }

  .when-lg-offset-10 {
    margin-left: 83.33333333%; }

  .when-lg-offset-9 {
    margin-left: 75%; }

  .when-lg-offset-8 {
    margin-left: 66.66666667%; }

  .when-lg-offset-7 {
    margin-left: 58.33333333%; }

  .when-lg-offset-6 {
    margin-left: 50%; }

  .when-lg-offset-5 {
    margin-left: 41.66666667%; }

  .when-lg-offset-4 {
    margin-left: 33.33333333%; }

  .when-lg-offset-3 {
    margin-left: 25%; }

  .when-lg-offset-2 {
    margin-left: 16.66666667%; }

  .when-lg-offset-1 {
    margin-left: 8.33333333%; }

  .when-lg-offset-0 {
    margin-left: 0%; } }
.grid:before,
.grid:after {
  content: " ";
  display: table; }

.grid:after {
  clear: both; }

/*!
 * FullCalendar v3.6.1 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 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 button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

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

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* 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-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 */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */ }

.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-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.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: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  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: "\000D7";
  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;
  /* undo built-in padding */ }

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

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.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-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

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

/* 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: "\000A0-\000A0";
  /* 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; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(26, 21, 10, 0.15);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent; }

body {
  background: #F5F3F0;
  touch-action: manipulation;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  min-width: 768px; }

a {
  color: #3d7eff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none; }
  a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer; }
  a[disabled] {
    color: inherit; }

[disabled] {
  pointer-events: none;
  cursor: not-allowed; }

img {
  display: block;
  max-width: 100%; }

strong {
  font-weight: 600; }

hr {
  border: none;
  height: 1px;
  background: #DFDCD8;
  margin-bottom: 1.5rem; }

ul,
ol,
li {
  list-style: none; }

.list-styled {
  padding-left: 1.5rem; }
  .list-styled li {
    list-style: initial; }

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  border: none;
  color: #2F2A20;
  background: white;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #DFDCD8;
  padding: 7px 1rem 11px;
  border-radius: 2rem; }
  .button:hover, .button:focus, .button:active, .dropdown.open > .button {
    border-color: transparent; }
  .button:hover {
    color: #2F2A20;
    -webkit-text-decoration-line: none;
    text-decoration-line: none; }
  .button:focus {
    outline: none;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline; }
  .button:active {
    transform: scale(0.95);
    transition: none; }
  .button.disabled, .button[disabled] {
    opacity: 0.5;
    pointer-events: none; }

.button + .button,
.button + .dropdown,
.dropdown + .button,
.dropdown + .dropdown {
  margin-left: 0.5rem; }

.button--default .button-icon {
  color: #87847C; }
.button--default:hover, .button--default:focus, .dropdown.open > .button--default {
  background: #DFDCD8; }

.button--success .button-icon {
  color: #0AAD6C; }
.button--success:hover, .button--success:focus, .dropdown.open > .button--success {
  color: white;
  background: #0AAD6C; }
  .button--success:hover .button-icon, .button--success:focus .button-icon, .dropdown.open > .button--success .button-icon {
    color: #F5F3F0; }

.button--info .button-icon {
  color: #3d7eff; }
.button--info:hover, .button--info:focus, .dropdown.open > .button--info {
  color: white;
  background: #3d7eff; }
  .button--info:hover .button-icon, .button--info:focus .button-icon, .dropdown.open > .button--info .button-icon {
    color: #F5F3F0; }

.button--warning .button-icon {
  color: #FB7326; }
.button--warning:hover, .button--warning:focus, .dropdown.open > .button--warning {
  color: white;
  background: #FB7326; }
  .button--warning:hover .button-icon, .button--warning:focus .button-icon, .dropdown.open > .button--warning .button-icon {
    color: #F5F3F0; }

.button--danger .button-icon {
  color: #E8184F; }
.button--danger:hover, .button--danger:focus, .dropdown.open > .button--danger {
  color: white;
  background: #E8184F; }
  .button--danger:hover .button-icon, .button--danger:focus .button-icon, .dropdown.open > .button--danger .button-icon {
    color: #F5F3F0; }

.button--hasNote {
  color: #FFB700;
  cursor: default;
  background: none; }
  .button--hasNote:hover {
    background: none;
    border-color: #DFDCD8;
    color: #FFB700; }

.button--hasNoNote {
  color: #DFDCD8;
  cursor: default; }
  .button--hasNoNote:hover {
    color: #DFDCD8; }

.button--canAddNote:hover {
  color: #87847C;
  cursor: pointer; }
.button--canAddNote:hover, .button--canAddNote:focus, .dropdown.open > .button--canAddNote {
  background: #DFDCD8; }

.button--back {
  position: absolute;
  color: #87847C;
  font-weight: 500;
  margin-top: -1.75rem;
  margin-left: -0.75rem; }
  .button--back .button-icon {
    color: inherit;
    margin-right: 0; }
  .button--back:hover {
    transform: translateX(-0.25rem);
    color: #3d7eff;
    -webkit-text-decoration-line: none;
    text-decoration-line: none; }
  .button--back:active, .button--back.active {
    transform: translateX(-1rem);
    transition: 0.5s ease-out; }

.button--inverted {
  background: none;
  border-color: transparent;
  color: #C9C6C2; }
  .button--inverted:hover {
    color: #C9C6C2;
    background: rgba(245, 243, 240, 0.2); }
  .button--inverted:active {
    background: rgba(245, 243, 240, 0.4); }

.button-icon {
  width: 20px;
  height: 20px;
  vertical-align: top; }

i.button-icon {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  transform: translateX(-2px); }

.button-icon--left {
  margin-right: 0.5rem; }

.button-icon--right {
  margin-left: 0.5rem; }

.button-icon--dropdown {
  margin-left: 0.25rem;
  margin-right: -0.25rem; }

.dropdown,
.dropup {
  display: inline-block;
  position: relative; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1040;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem;
  margin: 0.25rem 0 0;
  text-align: left;
  list-style: none;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(26, 21, 10, 0.15), 0 0.5rem 1rem rgba(26, 21, 10, 0.1);
  border-radius: 6px; }
  .dropdown-menu.show, .open > .dropdown-menu {
    display: block; }
  .dropdown-menu .button {
    width: 100%;
    border-radius: 4px;
    border-color: transparent; }
    .dropdown-menu .button + .button {
      margin-left: 0; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin: 0 0 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-center {
  right: 0;
  width: 12rem;
  margin-left: auto;
  margin-right: auto; }

.dropdown-divider {
  height: 1px;
  background: #DFDCD8;
  margin: 0.5rem 0; }

.bootstrap-select {
  width: 100%;
  position: relative; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
  .bootstrap-select .dropdown-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 2.25rem 0 0.5rem;
    border: none;
    background: none;
    text-align: left;
    width: 100%; }
    .bootstrap-select .dropdown-toggle:focus {
      outline: none !important; }
    .bootstrap-select .dropdown-toggle.bs-placeholder {
      color: #87847C; }
    .bootstrap-select .dropdown-toggle .filter-option {
      max-width: 100%;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .bootstrap-select .dropdown-toggle .caret {
      position: absolute;
      top: 2rem;
      right: 1rem;
      vertical-align: middle;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #87847C; }
  .bootstrap-select.flexTable-value--solo .dropdown-toggle {
    padding-top: 6px; }
  .bootstrap-select.flexTable-value--solo .caret {
    top: 1.5rem; }
  .bootstrap-select:hover ~ .flexTable-interaction {
    background: #DFDCD8; }
  .bootstrap-select.open ~ .flexTable-interaction {
    background: #C9C6C2; }
  .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: 320px;
    max-width: 100%; }
    .bootstrap-select .dropdown-menu.inner {
      display: block;
      position: static;
      border: none;
      width: 100%;
      min-width: 0;
      box-shadow: none;
      padding-bottom: 0; }
    .bootstrap-select .dropdown-menu li {
      position: relative; }
      .bootstrap-select .dropdown-menu li:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 14px;
        left: 4px; }
      .bootstrap-select .dropdown-menu li:hover a, .bootstrap-select .dropdown-menu li.active a, .bootstrap-select .dropdown-menu li.selected a {
        -webkit-text-decoration-line: none;
        text-decoration-line: none; }
      .bootstrap-select .dropdown-menu li.active, .bootstrap-select .dropdown-menu li.selected {
        padding-left: 2rem; }
      .bootstrap-select .dropdown-menu li.active:before {
        background: url(/assets/icons/colored/chevron-right--grey.svg); }
      .bootstrap-select .dropdown-menu li.selected {
        font-weight: bold; }
        .bootstrap-select .dropdown-menu li.selected:before {
          background: url(/assets/icons/colored/check--blue.svg); }
      .bootstrap-select .dropdown-menu li.hidden {
        display: none; }
      .bootstrap-select .dropdown-menu li.dropdown-header {
        font-size: 13px;
        text-transform: uppercase;
        padding-bottom: 0.25rem;
        margin-top: 1rem;
        margin-left: 0;
        border-top: none;
        background: none;
        box-shadow: 0 1px #DFDCD8; }
        .bootstrap-select .dropdown-menu li.dropdown-header .text {
          color: #87847C;
          font-weight: 500; }
        .bootstrap-select .dropdown-menu li.dropdown-header:before {
          display: none; }
        .bootstrap-select .dropdown-menu li.dropdown-header:first-child {
          margin-top: 0; }
      .bootstrap-select .dropdown-menu li + li {
        border-top: 1px solid #DFDCD8; }
    .bootstrap-select .dropdown-menu a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 3rem;
      padding: 2px 0.5rem 3px 0; }
    .bootstrap-select .dropdown-menu .text {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: #2F2A20;
      display: block; }
    .bootstrap-select .dropdown-menu small {
      display: block;
      color: #87847C;
      font-size: 13px;
      font-weight: normal; }
    .bootstrap-select .dropdown-menu .glyphicon {
      display: none; }
  .bootstrap-select .bs-searchbox {
    padding: 0.25rem 0.5rem; }
    .bootstrap-select .bs-searchbox .form-control {
      display: block;
      padding: 0.25rem 0.5rem;
      background: #E9E7E4; }
      .bootstrap-select .bs-searchbox .form-control:focus {
        box-shadow: inset 0 -2px #3d7eff; }
  .bootstrap-select.multi .dropdown-menu li {
    padding-left: 2rem; }
    .bootstrap-select.multi .dropdown-menu li:before {
      background: url(/assets/icons/colored/checkbox--unchecked.svg); }
    .bootstrap-select.multi .dropdown-menu li:hover, .bootstrap-select.multi .dropdown-menu li.active, .bootstrap-select.multi .dropdown-menu li.selected {
      background: none; }
    .bootstrap-select.multi .dropdown-menu li.selected:before {
      background: url(/assets/icons/colored/checkbox--checked.svg); }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
  padding: 1rem; }
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: auto; }
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: auto; }
  .bootstrap-datetimepicker-widget.timepicker-sbs .timepicker {
    margin-left: 1rem; }
.bootstrap-datetimepicker-widget .datepicker {
  width: 266px;
  min-width: 266px; }
.bootstrap-datetimepicker-widget .timepicker {
  width: 180px;
  min-width: 180px;
  min-height: 176px; }
.bootstrap-datetimepicker-widget .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.bootstrap-datetimepicker-widget table th {
  height: 36px; }
  .bootstrap-datetimepicker-widget table th.dow {
    color: #87847C;
    font-size: 13px;
    font-weight: 400; }
.bootstrap-datetimepicker-widget table td {
  text-shadow: none !important; }
  .bootstrap-datetimepicker-widget table td.day {
    width: 36px;
    height: 36px;
    margin: 2px;
    border-radius: 6px; }
  .bootstrap-datetimepicker-widget table td.weekend {
    color: #87847C; }
  .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
    color: #87847C;
    opacity: 0.25; }
  .bootstrap-datetimepicker-widget table td.today {
    color: #E8184F;
    font-weight: bold; }
    .bootstrap-datetimepicker-widget table td.today:before {
      display: none; }
  .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    color: white;
    background: #E8184F; }
  .bootstrap-datetimepicker-widget table td span:focus {
    border-color: rgba(135, 132, 124, 0.3); }
  .bootstrap-datetimepicker-widget table td span:hover {
    background: rgba(135, 132, 124, 0.2); }
  .bootstrap-datetimepicker-widget table td span:active {
    background: rgba(135, 132, 124, 0.3); }
.bootstrap-datetimepicker-widget .btn.btn-primary {
  color: white;
  border: none;
  background: #3d7eff;
  height: 36px;
  width: 38px;
  padding: 0;
  font-weight: 600;
  line-height: normal;
  border-radius: 6px;
  cursor: pointer; }
.bootstrap-datetimepicker-widget .timepicker-picker tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
.bootstrap-datetimepicker-widget .timepicker-picker tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.bootstrap-datetimepicker-widget .timepicker-picker td {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 33%; }
  .bootstrap-datetimepicker-widget .timepicker-picker td:nth-child(2) {
    display: none; }
.bootstrap-datetimepicker-widget a[data-action] {
  color: #87847C; }
  .bootstrap-datetimepicker-widget a[data-action]:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none; }
    .bootstrap-datetimepicker-widget a[data-action]:hover .datepicker-otherTime:before {
      opacity: 1; }
.bootstrap-datetimepicker-widget .datepicker-otherTime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .bootstrap-datetimepicker-widget .datepicker-otherTime:before, .bootstrap-datetimepicker-widget .datepicker-otherTime:after {
    display: block; }
  .bootstrap-datetimepicker-widget .datepicker-otherTime:before {
    content: attr(data-single);
    line-height: 54px;
    opacity: 0.5; }
  .bootstrap-datetimepicker-widget .datepicker-otherTime:after {
    content: attr(data-double);
    line-height: 27px;
    opacity: 0.25; }
.bootstrap-datetimepicker-widget .datepicker-otherTime--next {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.bootstrap-datetimepicker-widget.usetwentyfour .timepicker-picker tbody {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.bootstrap-datetimepicker-widget.usetwentyfour .timepicker-picker .timepicker-hour:after,
.bootstrap-datetimepicker-widget.usetwentyfour .timepicker-picker .timepicker-minute:after {
  font-weight: 500;
  color: #87847C; }
.bootstrap-datetimepicker-widget.usetwentyfour .timepicker-picker .timepicker-hour:after {
  content: "h"; }
.bootstrap-datetimepicker-widget.usetwentyfour .timepicker-picker .timepicker-minute:after {
  content: "m"; }

.datepicker-icon {
  position: relative; }
  .datepicker-icon:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.datepicker-icon---up:before {
  background: url(/assets/icons/colored/chevron-up--grey.svg); }

.datepicker-icon---down:before {
  background: url(/assets/icons/colored/chevron-down--grey.svg); }

.datepicker-icon---previous:before {
  background: url(/assets/icons/colored/chevron-left--grey.svg); }

.datepicker-icon---right:before {
  background: url(/assets/icons/colored/chevron-right--grey.svg); }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DFDCD8;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 1rem;
  z-index: 1; }

.card-owner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 9rem;
  margin-right: 1rem;
  line-height: 1.2; }

.card-contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden; }

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  box-shadow: 0 1px #F5F3F0, 0 2px #DFDCD8; }

.tabs-divider {
  margin-left: 1rem;
  margin-right: 1rem;
  width: 1px;
  height: 18px;
  background: #87847C;
  align-self: center; }

.tabs-item + .tabs-item {
  margin-left: 1rem; }
.tabs-item.active .tabs-link, .tabs-item.now-active .tabs-link {
  color: #2F2A20;
  font-weight: bold;
  box-shadow: 0 2px #2F2A20; }
.tabs-item.active .tabs-icon--active, .tabs-item.now-active .tabs-icon--active {
  display: block; }
.tabs-item.active .tabs-icon--inactive, .tabs-item.now-active .tabs-icon--inactive {
  display: none; }

.tabs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #87847C;
  height: 2rem;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0.5rem; }
  .tabs-link:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    box-shadow: 0 2px #B3AFAA; }

.tabs-icon {
  color: #B3AFAA;
  display: block;
  vertical-align: top;
  margin-right: 0.5rem; }

.tabs-icon--active {
  color: #2F2A20;
  display: none; }

.tabs-pane {
  display: none; }
  .tabs-pane.active {
    display: block; }

input,
select {
  display: block;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  -webkit-appearance: none;
  color: #2F2A20;
  font-size: 16px;
  line-height: 1.5; }

.choice-input {
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.choice-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #C9C6C2;
  transition: 0.2s ease-out;
  pointer-events: none; }
  .choice-icon:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    transition: 0.2s ease-out;
    box-shadow: inset 0 0 0 2px;
    opacity: 0; }
  input:checked ~ .choice-icon, .choice-icon.active {
    color: #3d7eff; }
  input:focus ~ .choice-icon:before {
    opacity: 1;
    color: #3d7eff; }
  .choice-input:checked ~ .choice-icon {
    color: #3d7eff; }
  .choice-input[disabled] ~ .choice-icon {
    color: #B3AFAA;
    background: #DFDCD8; }

.choice-icon--checkbox {
  border-radius: 2px; }
  .choice-icon--checkbox:before {
    border-radius: 2px; }
  .choice-icon--checkbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: url(/assets/icons/colored/check--white.svg);
    background-size: 12px;
    opacity: 0;
    transition: 0.2s ease-out; }
  .choice-input:checked ~ .choice-icon--checkbox {
    box-shadow: inset 0 0 0 0.5rem; }
    .choice-input:checked ~ .choice-icon--checkbox:after {
      opacity: 1; }

.choice-icon--radio {
  border-radius: 50%; }
  .choice-icon--radio:before {
    border-radius: 50%; }
  .choice-input:checked ~ .choice-icon--radio {
    background: white;
    box-shadow: inset 0 0 0 5px; }

.form-value {
  display: block;
  vertical-align: middle;
  line-height: normal;
  touch-action: manipulation;
  white-space: nowrap;
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  -webkit-appearance: none;
  color: #2F2A20;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0;
  height: 3rem;
  box-shadow: inset 0 -0.5px #C9C6C2; }
  .form-value:first-child {
    padding-top: 4px;
    padding-bottom: 20px; }
  .form-value:last-child {
    padding-top: 20px;
    padding-bottom: 4px; }
  .form-value:first-child:last-child {
    padding-top: 4px;
    padding-bottom: 4px; }

.flexTable + .flexTable {
  margin-top: 2rem; }

.flexTable-header,
.flexTable-footer {
  line-height: 1.4; }

.flexTable-header {
  margin-bottom: 0.25rem;
  font-weight: bold;
  box-shadow: inset 0 -1px #DFDCD8;
  padding: 0.25rem 0 0.25rem 1rem; }

.flexTable-header--sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #F5F3F0; }

.flexTable-header--collapser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 44px; }
  .flexTable-header--collapser .flexTable-row {
    width: 100%; }
  .flexTable-header--collapser .collapse-icon {
    margin-right: 0.5rem; }
  .flexTable-header--collapser .dropdown {
    margin-left: auto; }

.flexTable-header-action {
  float: right; }
  .flexTable-header-action + .flexTable-header-action {
    color: #716E66;
    font-weight: 500;
    margin-right: 0.5rem; }

.flexTable-header--hasIcons .flexTable-row {
  margin-left: 52px; }
.flexTable-header--hasIcons .flexTable-col:first-child {
  position: relative;
  left: -52px; }

.flexTable-footer {
  color: #87847C;
  font-size: 13px;
  text-align: right;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
  padding: 0.25rem 1rem;
  box-shadow: 0 -1px #DFDCD8; }

.flexTable-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0.5rem; }
  .flexTable-row:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none; }
  .flexTable-row .flexTable-value {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .flexTable-row textarea.flexTable-value {
    white-space: normal;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .flexTable-row > .dropdown > .button,
  .flexTable-row > .button {
    margin-top: 10px;
    margin-bottom: 10px; }

.flexTable-image {
  position: relative;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  color: #87847C;
  border-radius: 0.75rem;
  margin: 0 0.5rem; }

.flexTable-icon {
  position: relative;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 8px;
  color: #87847C;
  border-radius: 0.75rem;
  margin: 0 0.5rem; }
  .flexTable-icon .icon-bg {
    position: absolute;
    top: 0;
    left: 0; }
    .flexTable-icon .icon-bg + .icon {
      position: relative; }
    .flexTable-icon .icon-bg.color-grey {
      color: transparent; }
    .flexTable-icon .icon-bg.color-success + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-info + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-warning + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-danger + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-yellow + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-orange + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-red + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-pink + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-purple + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-blue + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-teal + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-pine + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-job-green + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-blue + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-green + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-orange + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-red + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-yellow + .icon {
      color: white; }
    .flexTable-icon .icon-bg.color-purple + .icon {
      color: white; }
  .flexTable-icon .flexTable-letter {
    position: relative;
    color: white;
    font-weight: bold;
    line-height: 20px;
    text-align: center; }

.flexTable-col {
  width: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 3.5rem; }
  .flexTable-col + .flexTable-col {
    margin-left: 1rem; }

.flexTable-col--choice {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 1rem;
  margin-left: 1rem;
  margin-right: 0.25rem; }

.flexTable-col--link .flexTable-value {
  color: #3d7eff;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-color: rgba(61, 126, 255, 0.5); }
.flexTable-col--link:hover .flexTable-value {
  text-decoration-color: #3d7eff; }

.flexTable-col--button,
.flexTable-col--image {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.flexTable-col--button {
  width: 56px; }

.flexTable-col--image {
  width: 36px; }

.flexTable-col--lg {
  width: 4rem;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }

.flexTable-col--xl {
  width: 8rem;
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4; }

.flexTable-col--validation {
  width: 100%;
  margin-left: 0 !important;
  font-weight: 500;
  font-size: 13px;
  height: auto;
  color: #87847C;
  background: #F5F3F0;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem; }

.flexTable-col--rightAlign {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  .flexTable-col--rightAlign input.flexTable-value,
  .flexTable-col--rightAlign .bootstrap-select .dropdown-toggle {
    text-align: inherit; }

.flexTable-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  display: block;
  color: #87847C;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
  max-width: 100%;
  padding: 0 0.5rem; }
  .flexTable-label.flexTable-label--alpha {
    top: 11px; }
  .flexTable-label.flexTable-label--omega {
    top: 32px; }

.flexTable-label--action {
  color: #3d7eff;
  font-weight: 500;
  top: 3px;
  right: 0;
  padding: 0.5rem;
  pointer-events: initial;
  cursor: pointer; }
  .flexTable-label--action:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline; }

.flexTable-value {
  color: #2F2A20;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  height: 3rem;
  width: 100%;
  caret-color: #3d7eff; }
  .flexTable-value.flexTable-value--alpha {
    padding-top: 0.25rem;
    padding-bottom: 1.25rem; }
  .flexTable-value.flexTable-value--omega {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem; }
  .flexTable-value.flexTable-value--solo {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .flexTable-value.flexTable-value--hasSuffix {
    text-align: right; }

input.flexTable-value {
  transform: translateY(-1px); }

textarea.flexTable-value {
  height: auto;
  margin: 0.25rem 0;
  background: none;
  border: none;
  resize: vertical; }
  textarea.flexTable-value.flexTable-value--solo {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }

.flexTable-inputSuffix {
  margin-left: -6px;
  margin-right: 6px;
  color: #87847C; }

.flexTable-fileInput {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer; }

.flexTable-valueSuffix {
  color: #87847C;
  text-align: right;
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem; }

.flexTable-chevron,
.flexTable-infoPopover {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto; }

.flexTable-chevron {
  color: #C9C6C2;
  transition: 0.25s ease-out; }

.flexTable-infoPopover {
  color: #C9C6C2;
  transition: 0s 0.3s;
  cursor: default; }
  .flexTable-row:hover .flexTable-infoPopover {
    color: #7253CF;
    transition: 0s; }

.flexTable-interaction {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.flexTable-row--input .flexTable-interaction,
.flexTable-row--dropdown .flexTable-interaction,
.flexTable-row--textarea .flexTable-interaction {
  background: #E9E7E4;
  top: 0.25rem;
  bottom: 0.25rem;
  box-shadow: none; }
.flexTable-row--input .flexTable-image ~ .flexTable-col .flexTable-interaction,
.flexTable-row--input .flexTable-icon ~ .flexTable-col .flexTable-interaction,
.flexTable-row--dropdown .flexTable-image ~ .flexTable-col .flexTable-interaction,
.flexTable-row--dropdown .flexTable-icon ~ .flexTable-col .flexTable-interaction,
.flexTable-row--textarea .flexTable-image ~ .flexTable-col .flexTable-interaction,
.flexTable-row--textarea .flexTable-icon ~ .flexTable-col .flexTable-interaction {
  left: 3.25rem; }
.flexTable-row--input .flexTable-value:focus ~ .flexTable-label:not(.flexTable-label--action),
.flexTable-row--dropdown .flexTable-value:focus ~ .flexTable-label:not(.flexTable-label--action),
.flexTable-row--textarea .flexTable-value:focus ~ .flexTable-label:not(.flexTable-label--action) {
  color: #3d7eff;
  font-weight: 600; }
.flexTable-row--input .flexTable-value:focus ~ .flexTable-interaction,
.flexTable-row--dropdown .flexTable-value:focus ~ .flexTable-interaction,
.flexTable-row--textarea .flexTable-value:focus ~ .flexTable-interaction {
  box-shadow: inset 0 -2px #3d7eff; }

.flexTable-row--dropdown .flexTable-image ~ .flexTable-col .flexTable-interaction,
.flexTable-row--dropdown .flexTable-icon ~ .flexTable-col .flexTable-interaction {
  left: 0; }

.flexTable-row--textarea .flexTable-col {
  height: auto; }

.flexTable-row--action .flexTable-value,
.flexTable-row--datafile .flexTable-value {
  color: #3d7eff; }
.flexTable-row--action:hover,
.flexTable-row--datafile:hover {
  cursor: pointer; }
  .flexTable-row--action:hover .flexTable-value,
  .flexTable-row--datafile:hover .flexTable-value {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline; }

.flexTable-row--link .flexTable-col:first-child .flexTable-value,
.flexTable-row--link .flexTable-icon + .flexTable-col .flexTable-value,
.flexTable-row--link .flexTable-image + .flexTable-col .flexTable-value,
.flexTable-row--modal .flexTable-col:first-child .flexTable-value,
.flexTable-row--modal .flexTable-icon + .flexTable-col .flexTable-value,
.flexTable-row--modal .flexTable-image + .flexTable-col .flexTable-value {
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-color: #DFDCD8; }
.flexTable-row--link .flexTable-interaction,
.flexTable-row--modal .flexTable-interaction {
  left: -0.25rem;
  right: -0.25rem;
  border-radius: 0.75rem;
  mix-blend-mode: multiply; }
.flexTable-row--link:hover .flexTable-col:first-child .flexTable-value,
.flexTable-row--link:hover .flexTable-icon + .flexTable-col .flexTable-value,
.flexTable-row--link:hover .flexTable-image + .flexTable-col .flexTable-value,
.flexTable-row--modal:hover .flexTable-col:first-child .flexTable-value,
.flexTable-row--modal:hover .flexTable-icon + .flexTable-col .flexTable-value,
.flexTable-row--modal:hover .flexTable-image + .flexTable-col .flexTable-value {
  text-decoration-color: #B3AFAA; }
.flexTable-row--link:hover .flexTable-interaction,
.flexTable-row--modal:hover .flexTable-interaction {
  background: #E9E7E4; }
.flexTable-row--link:active .flexTable-interaction,
.flexTable-row--modal:active .flexTable-interaction {
  background: #DFDCD8; }

.flexTable-row--link .flexTable-col:last-child {
  padding-right: 3rem; }
.flexTable-row--link:hover .flexTable-chevron {
  color: #87847C;
  transform: translateX(0.25rem); }
.flexTable-row--link:active .flexTable-chevron {
  color: #454138;
  transform: translateX(0.5rem); }

.flexTable-row--empty .flexTable-value {
  color: #87847C;
  text-align: center; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  display: none;
  height: 0;
  position: relative;
  overflow: hidden; }

.collapser {
  font-weight: bold; }
  .collapser.collapsed {
    color: #87847C;
    font-weight: 400; }
    .collapser.collapsed .collapse-icon {
      transform: rotate(0deg); }
  .collapser:hover {
    cursor: pointer;
    color: #2F2A20; }
    .collapser:hover .collapse-icon {
      color: inherit; }

.collapse-icon {
  color: #87847C;
  transform: rotate(90deg);
  transition: transform .35s ease-out; }

.alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: white;
  font-weight: 400;
  padding: 0.5rem 1.5rem; }

.alert-icon {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: white;
  margin-right: 0.5rem;
  vertical-align: middle;
  padding: 2px;
  border-radius: 4px;
  width: 24px;
  height: 24px; }

.alert--overlay {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  background: #2F2A20;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 568px;
  height: 52px;
  margin: auto;
  z-index: 1060;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  transform: translateY(4rem); }
  .alert--overlay.now-show {
    transform: translateY(0);
    pointer-events: initial; }

.alert-button {
  margin-left: auto;
  text-transform: uppercase;
  border-color: transparent;
  background: none; }
  .alert-button:hover {
    background: black; }

.alert-button--primary {
  color: #FFB700; }
  .alert-button--primary:hover {
    color: #FFB700; }

.alert-button--secondary {
  color: #B3AFAA; }
  .alert-button--secondary:hover {
    color: #C9C6C2; }

.alert--inline {
  display: block;
  color: #2F2A20; }

.alert--success {
  background: #0AAD6C; }
  .alert--success.alert--inline {
    background: rgba(10, 173, 108, 0.1); }

.alert--info {
  background: #3d7eff; }
  .alert--info.alert--inline {
    background: rgba(61, 126, 255, 0.1); }

.alert--warning {
  background: #FB7326; }
  .alert--warning.alert--inline {
    background: rgba(251, 115, 38, 0.1); }

.alert--danger {
  background: #E8184F; }
  .alert--danger.alert--inline {
    background: rgba(232, 24, 79, 0.1); }

.tooltip {
  position: absolute;
  z-index: 1050;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  line-break: auto; }
  .tooltip.top {
    margin-top: -3px;
    padding: 0.5rem 0; }
    .tooltip.top .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -0.5rem;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #7253CF; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 0.5rem; }
    .tooltip.right .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -0.5rem;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #7253CF; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 0.5rem 0; }
    .tooltip.bottom .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -0.5rem;
      border-width: 0 0.5rem 0.5rem;
      border-bottom-color: #7253CF; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 0.5rem; }
    .tooltip.left .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -0.5rem;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #7253CF; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: white;
  background: #7253CF;
  border-radius: 0.25rem; }
  .tooltip-inner strong {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip--error .tooltip-inner {
  font-weight: bold;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.5);
  background: #E8184F; }
.tooltip--error.top .tooltip-arrow {
  border-top-color: #E8184F; }
.tooltip--error.right .tooltip-arrow {
  border-right-color: #E8184F; }
.tooltip--error.bottom .tooltip-arrow {
  border-bottom-color: #E8184F; }
.tooltip--error.left .tooltip-arrow {
  border-left-color: #E8184F; }

.popover {
  position: absolute;
  z-index: 1050;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  line-break: auto; }
  .popover .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .popover.top {
    padding: 0.5rem 0; }
    .popover.top .arrow {
      bottom: 0;
      left: 50%;
      margin-left: -0.5rem;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #2F2A20; }
  .popover.right {
    padding: 0 0.5rem; }
    .popover.right .arrow {
      top: 50%;
      left: 0;
      margin-top: -0.5rem;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #2F2A20; }
  .popover.bottom {
    padding: 0.5rem 0; }
    .popover.bottom .arrow {
      top: 0;
      left: 50%;
      margin-left: -0.5rem;
      border-width: 0 0.5rem 0.5rem;
      border-bottom-color: #2F2A20; }
  .popover.left {
    padding: 0 0.5rem; }
    .popover.left .arrow {
      top: 50%;
      right: 0;
      margin-top: -0.5rem;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #2F2A20; }

.popover-content {
  position: relative;
  max-width: 320px;
  padding: 0.5rem;
  color: white;
  background: #2F2A20;
  border-radius: 0.5rem;
  z-index: 1; }
  .popover-content .flexTable-body {
    width: 320px; }
  .popover-content .flexTable-header {
    padding-top: 0;
    padding-left: 0;
    box-shadow: none; }
  .popover-content .flexTable-icon,
  .popover-content .flexTable-label {
    color: #B3AFAA; }
  .popover-content .flexTable-value {
    color: white; }
  .popover-content .flexTable-label--action,
  .popover-content .flexTable-row--action .flexTable-value {
    color: #3396FF; }
  .popover-content .flexTable-label--action:hover,
  .popover-content .flexTable-row--action .flexTable-value {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline; }
  .popover-content .flexTable-row--input .flexTable-interaction,
  .popover-content .flexTable-row--textarea .flexTable-interaction {
    background: #1A150A; }

.popover--notes .popover-content {
  color: #2F2A20;
  background: #ffd31c; }
.popover--notes.top .arrow {
  border-top-color: #ffd31c; }
.popover--notes.right .arrow {
  border-right-color: #ffd31c; }
.popover--notes.bottom .arrow {
  border-bottom-color: #ffd31c; }
.popover--notes.left .arrow {
  border-left-color: #ffd31c; }

.fc-instance.now-loading:before {
  content: "Loading..."; }

.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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.fc-unthemed th,
.fc-unthemed td {
  border: none; }
.fc-unthemed table {
  font-size: 13px; }
.fc-unthemed .fc-widget-content {
  border: none; }
.fc-unthemed .fc-axis {
  width: 3rem !important; }
.fc-unthemed .fc-divider {
  display: none !important; }
.fc-unthemed .fc-now-indicator-arrow {
  display: none; }
.fc-unthemed .fc-now-indicator-line {
  pointer-events: none; }
.fc-unthemed td.fc-today {
  background: none; }
.fc-unthemed .fc-today-button {
  text-transform: capitalize;
  width: 62px;
  padding: 0; }
  .fc-unthemed .fc-today-button[disabled] {
    display: block;
    color: #E8184F; }

.fc-toolbar.fc-header-toolbar {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 0.5rem 0;
  margin-bottom: 0;
  background: #F5F3F0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .fc-toolbar.fc-header-toolbar .fc-center,
  .fc-toolbar.fc-header-toolbar .fc-clear {
    display: none; }

.fc-agendaWeek-view .fc-widget-header .fc-day-header {
  font-weight: normal; }
  .fc-agendaWeek-view .fc-widget-header .fc-day-header.fc-past {
    color: #87847C; }
  .fc-agendaWeek-view .fc-widget-header .fc-day-header.fc-today {
    color: #E8184F;
    font-size: 16px;
    font-weight: bold;
    line-height: 1; }

.fc-button {
  color: #716E66;
  background: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 6px; }
  .fc-button .fc-icon {
    height: 20px;
    color: #87847C; }
    .fc-button .fc-icon.fc-icon {
      margin: 0; }
    .fc-button .fc-icon:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px; }
  .fc-button:focus {
    border-color: rgba(135, 132, 124, 0.3); }
  .fc-button:hover {
    color: #2F2A20;
    background: rgba(135, 132, 124, 0.2); }
    .fc-button:hover .fc-icon {
      color: #2F2A20; }
  .fc-button:active {
    background: rgba(135, 132, 124, 0.3); }

.fc-today-button[disabled] {
  display: none;
  color: #3d7eff;
  font-weight: bold;
  opacity: 1; }

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
  font-weight: normal;
  font-size: inherit;
  top: 0; }

.fc-icon-left-single-arrow:after {
  background: url(/assets/icons/colored/chevron-left--grey.svg); }

.fc-icon-right-single-arrow:after {
  background: url(/assets/icons/colored/chevron-right--grey.svg); }

.fc-time-grid-container {
  height: auto !important;
  overflow: visible !important; }

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 0.75rem; }

.fc-time-grid .fc-bg .fc-day {
  border-left: 1rem solid white;
  border-right: 1rem solid white; }
.fc-time-grid .fc-slats {
  position: static; }
  .fc-time-grid .fc-slats td {
    height: 0.5rem;
    border: none; }
  .fc-time-grid .fc-slats .fc-widget-content {
    box-shadow: inset 0 1px #DFDCD8; }
  .fc-time-grid .fc-slats .fc-minor .fc-widget-content {
    border: none;
    box-shadow: none; }
  .fc-time-grid .fc-slats .fc-time {
    position: relative;
    text-align: right;
    box-shadow: none;
    padding: 0;
    z-index: 1; }
    .fc-time-grid .fc-slats .fc-time span {
      color: #87847C;
      font-size: 11px;
      position: absolute;
      top: -10px;
      right: 0; }
  .fc-time-grid .fc-slats .fc-time--businessHours {
    font-weight: bold; }
    .fc-time-grid .fc-slats .fc-time--businessHours span {
      color: #2F2A20;
      font-weight: bold; }

.fc-content-skeleton .fc-event {
  font-size: 11px;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 2px;
  cursor: move; }
  .fc-content-skeleton .fc-event .fc-title,
  .fc-content-skeleton .fc-event .fc-time {
    padding-top: 1px;
    padding-left: 3px;
    font-weight: 500;
    font-size: inherit;
    white-space: nowrap;
    overflow: hidden; }
  .fc-content-skeleton .fc-event .fc-time {
    display: none; }
  .fc-content-skeleton .fc-event .fc-bg {
    background: none;
    opacity: 1;
    margin: 1px; }
.fc-content-skeleton .fc-event--invoiced .fc-content,
.fc-content-skeleton .fc-event--completed .fc-content,
.fc-content-skeleton .fc-event--active .fc-content {
  color: white !important; }
.fc-content-skeleton .fc-event--invoiced.fc-allow-mouse-resize .fc-resizer,
.fc-content-skeleton .fc-event--completed.fc-allow-mouse-resize .fc-resizer,
.fc-content-skeleton .fc-event--active.fc-allow-mouse-resize .fc-resizer {
  color: rgba(0, 0, 0, 0.2); }
.fc-content-skeleton .fc-event--invoiced {
  cursor: default;
  opacity: 0.5;
  filter: grayscale(0.5); }
  .fc-content-skeleton .fc-event--invoiced.fc-allow-mouse-resize .fc-resizer {
    color: rgba(0, 0, 0, 0.5); }
.fc-content-skeleton .fc-event--active {
  animation: activePulse infinite 2s;
  z-index: 3 !important; }
.fc-content-skeleton .fc-event--scheduled {
  color: #2F2A20;
  background: white; }
  .fc-content-skeleton .fc-event--scheduled .fc-bg {
    background: white; }
.fc-content-skeleton .fc-event--undefined {
  background: none; }
  .fc-content-skeleton .fc-event--undefined .fc-bg {
    margin: 0;
    background: white;
    border: 1px dashed #2F2A20; }
  .fc-content-skeleton .fc-event--undefined .fc-resizer {
    display: none; }
.fc-content-skeleton .fc-time-grid-event.fc-selected .fc-bg {
  display: block; }

.fc-time-grid-event.fc-selected .fc-resizer {
  border-bottom-color: initial; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  border-bottom: 9px solid;
  height: 0;
  overflow: visible;
  cursor: ns-resize; }
  .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:before, .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 8px;
    height: 1px;
    margin: auto;
    background: white; }
  .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:before {
    top: 3px; }
  .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    top: 5px; }

@keyframes activePulse {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 1; } }
@keyframes activePulse2 {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  10% {
    opacity: 0; }
  15% {
    opacity: 1; } }
iframe {
  display: block; }

.map {
  position: sticky;
  top: 0;
  height: 100vh; }

.loader {
  -webkit-animation: loaderRotate 1s steps(1) infinite;
  animation: loaderRotate 1s steps(1) infinite; }

@-webkit-keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-36deg); }
  20% {
    -webkit-transform: rotate(-72deg); }
  30% {
    -webkit-transform: rotate(-108deg); }
  40% {
    -webkit-transform: rotate(-144deg); }
  50% {
    -webkit-transform: rotate(-180deg); }
  60% {
    -webkit-transform: rotate(-216deg); }
  70% {
    -webkit-transform: rotate(-252deg); }
  80% {
    -webkit-transform: rotate(-288deg); }
  90% {
    -webkit-transform: rotate(-324deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-36deg); }
  20% {
    -webkit-transform: rotate(-72deg); }
  30% {
    -webkit-transform: rotate(-108deg); }
  40% {
    -webkit-transform: rotate(-144deg); }
  50% {
    -webkit-transform: rotate(-180deg); }
  60% {
    -webkit-transform: rotate(-216deg); }
  70% {
    -webkit-transform: rotate(-252deg); }
  80% {
    -webkit-transform: rotate(-288deg); }
  90% {
    -webkit-transform: rotate(-324deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }
@-webkit-keyframes loadingPulse {
  0% {
    opacity: 0.2; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.2; } }
@keyframes loadingPulse {
  0% {
    opacity: 0.2; }
  25% {
    opacity: 0.4; }
  50% {
    opacity: 0.2; } }
body.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  z-index: 1030;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal-open .modal {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .modal.in {
    display: block; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  background-color: black; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5; }
  .modal-backdrop.modal-backdrop--invisible {
    opacity: 0; }

.modal-dialog {
  margin: auto;
  max-width: 568px;
  background: #F5F3F0;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem 1px rgba(0, 0, 0, 0.25); }

.modal-content {
  position: relative;
  z-index: 1; }

.modal-header {
  padding: 1rem 1.5rem; }

.modal-title {
  margin: 0.5rem 0 0;
  padding: 0;
  font-weight: bold;
  font-family: "Sharp-Grotesk-22-Web", "Clear-Sans-Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2; }

.modal-body {
  padding: 0 1.5rem; }

.modal-footer {
  text-align: right;
  margin: 1rem 1.5rem 0;
  padding: 1rem 0;
  border-top: 1px solid #DFDCD8; }

.modal--xl .modal-dialog {
  max-width: 1200px; }

.modal--lg .modal-dialog {
  max-width: 768px; }

.modal--sm .modal-dialog {
  max-width: 400px; }

.table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse; }
  .table th,
  .table td {
    height: 28px; }
  .table th {
    text-align: left;
    color: #87847C;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    white-space: nowrap; }
  .table thead:not(:first-child) th {
    padding-top: 4rem; }
  .table td {
    padding: 0.25rem 0.5rem;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .table td br {
      display: none; }
  .table .table-col--noBorder {
    border-color: transparent; }
  .table .table-col--noBottomBorder {
    border-bottom-color: transparent; }
  .table .table-row--hasDescription td {
    border-bottom-color: transparent;
    padding-bottom: 0; }
  .table .table-row--isDescription {
    color: #87847C; }
    .table .table-row--isDescription td {
      border-top-color: transparent;
      padding-top: 0; }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumbs li {
    color: #87847C;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbs li a {
      color: inherit; }
      .breadcrumbs li a:hover {
        color: #3d7eff; }
    .breadcrumbs li.active {
      color: #2F2A20;
      font-weight: bold; }
    .breadcrumbs li + li:before {
      content: "";
      background: url(/assets/icons/colored/chevron-right--lightGrey.svg);
      width: 20px;
      height: 20px;
      position: relative;
      top: 3px;
      margin: 0 0.25rem; }

.colorPicker {
  width: 164px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .open > .colorPicker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

.colorPicker-button {
  text-transform: capitalize; }
  .colorPicker-button:before {
    content: "";
    position: absolute;
    top: 2rem;
    right: 1rem;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #87847C; }
  .colorPicker-button:active {
    transform: none; }

.colorPicker-label {
  padding: 0.5rem; }
  .colorPicker-label:hover {
    cursor: pointer; }
    .colorPicker-label:hover .colorPicker-color:before {
      width: 2rem;
      height: 2rem; }

.colorPicker-color {
  position: relative;
  width: 2rem;
  height: 2rem; }
  .colorPicker-color:before, .colorPicker-color:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .colorPicker-color:before {
    width: 1.5rem;
    height: 1.5rem; }
  .colorPicker-color:after {
    display: none;
    width: 12px;
    height: 12px;
    background-image: url("/assets/icons/check-white.svg"); }

.colorPicker-checkbox:checked ~ .colorPicker-color:before {
  width: 2rem;
  height: 2rem;
  transform: none !important; }
.colorPicker-checkbox:checked ~ .colorPicker-color:after {
  display: block; }

.colorPicker-checkbox[value="yellow"] ~ .colorPicker-color:before {
  background: #FFAF30; }

.colorPicker-checkbox[value="orange"] ~ .colorPicker-color:before {
  background: #FF8201; }

.colorPicker-checkbox[value="red"] ~ .colorPicker-color:before {
  background: #CC3443; }

.colorPicker-checkbox[value="pink"] ~ .colorPicker-color:before {
  background: #EA95B3; }

.colorPicker-checkbox[value="purple"] ~ .colorPicker-color:before {
  background: #584ABE; }

.colorPicker-checkbox[value="blue"] ~ .colorPicker-color:before {
  background: #2C63D8; }

.colorPicker-checkbox[value="teal"] ~ .colorPicker-color:before {
  background: #3CB3D2; }

.colorPicker-checkbox[value="pine"] ~ .colorPicker-color:before {
  background: #00958F; }

.colorPicker-checkbox[value="green"] ~ .colorPicker-color:before {
  background: #6ABD2E; }

.avatar {
  display: block;
  border-radius: 0.75rem;
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.avatar--job {
  border-radius: 0; }

.Page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2rem; }

.Page-content {
  padding: 2rem 1rem; }

.Page-sidebar {
  position: relative;
  z-index: 1;
  background: #E9E7E4;
  border-radius: 0.5rem;
  padding: 1rem; }

.Navbar {
  position: relative;
  padding: 0 1rem;
  background: #070603; }
  .Navbar .tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    box-shadow: none; }
  .Navbar .tabs-item + .tabs-item {
    margin-left: 0; }
  .Navbar .tabs-item.now-active .tabs-link {
    color: #2F2A20;
    background: #F5F3F0;
    box-shadow: none; }
  .Navbar .tabs-link {
    height: 3rem;
    font-weight: bold;
    padding: 0 1rem; }
    .Navbar .tabs-link:hover {
      color: #B3AFAA;
      box-shadow: none; }

.Navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 3rem; }

.Navbar-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.Navbar-logo {
  margin-right: 0.5rem;
  height: 1.5rem; }

.Navbar-workspace {
  color: #2F2A20;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.Navbar-settings {
  color: #87847C; }
  .Navbar-settings.now-active {
    color: #2F2A20;
    font-weight: bold; }

.Footer {
  color: #C9C6C2;
  box-shadow: 0 -1px #DFDCD8;
  padding: 4rem 2rem;
  transition: color 0.5s; }
  .Footer li {
    margin-top: 0.5rem; }
  .Footer a {
    transition: color 0.5s;
    display: block;
    color: #C9C6C2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .Footer:hover {
    color: #87847C; }
    .Footer:hover a {
      color: #2F2A20; }

.LineItems .flexTable-row {
  margin-left: 0;
  margin-right: 0; }
.LineItems .flexTable-header {
  margin-bottom: 0;
  padding-left: 0; }
  .LineItems .flexTable-header .flexTable-col {
    padding: 0 0.5rem; }
.LineItems > .flexTable-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #F5F3F0;
  padding-left: 28px;
  box-shadow: 0 1px #DFDCD8; }
  .LineItems > .flexTable-header .flexTable-row {
    color: #87847C;
    font-size: 13px;
    font-weight: 500; }
  .LineItems > .flexTable-header .flexTable-col {
    height: auto; }
.LineItems .flexTable-header--collapser .flexTable-col--button {
  padding: 0; }
.LineItems .flexTable-footer {
  position: sticky;
  bottom: 0;
  background: #F5F3F0;
  box-shadow: 0 -2px #2F2A20;
  margin-top: 0;
  padding: 0;
  z-index: 2; }

.LineItems-folder .flexTable-header {
  box-shadow: inset 0 1px #DFDCD8; }
.LineItems-folder .LineItems-folder {
  margin-left: 2rem; }
  .LineItems-folder .LineItems-folder .flexTable-col--lg:first-child {
    width: 2rem; }
  .LineItems-folder .LineItems-folder .flexTable-col--xl:first-child {
    width: 6rem; }
  .LineItems-folder .LineItems-folder .LineItems-folder .flexTable-col--lg:first-child {
    width: 0; }
  .LineItems-folder .LineItems-folder .LineItems-folder .flexTable-col--xl:first-child {
    width: 4rem; }

.LineItems-items {
  counter-reset: lineitems; }
  .LineItems-items .flexTable-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: inset 0 1px #DFDCD8; }
    .LineItems-items .flexTable-row:before {
      counter-increment: lineitems;
      content: counter(lineitems);
      width: 28px;
      color: #C9C6C2;
      text-align: center; }
  .LineItems-items .flexTable-col {
    position: relative;
    height: 2.5rem; }
  .LineItems-items .flexTable-label.flexTable-label--alpha {
    top: 4px; }
  .LineItems-items .flexTable-label.flexTable-label--omega {
    top: 24px; }
  .LineItems-items .bootstrap-select.btn-group .dropdown-toggle {
    padding-top: 6px; }
    .LineItems-items .bootstrap-select.btn-group .dropdown-toggle .caret:before {
      top: 1.5rem; }

.LineItems-total .flexTable-value {
  font-weight: bold; }

.EmptyState {
  position: relative; }
  .EmptyState.now-loading .EmptyState-content {
    -webkit-animation: loadingPulse 2s infinite ease-in-out;
    animation: loadingPulse 2s infinite ease-in-out; }

.EmptyState-overlay {
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 1; }
  .EmptyState-overlay .flexTable-header {
    text-align: left; }

.EmptyState-icon {
  width: 40px;
  height: 40px; }

.EmptyState-textLg {
  display: block;
  margin-top: 0.5rem;
  font-size: 18px;
  font-weight: 600; }

.EmptyState-content {
  opacity: 0.2; }

.EmptyState-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0.5rem;
  box-shadow: 0 1px #C9C6C2; }
  .EmptyState-tabs li {
    width: 4rem;
    height: 12px;
    background: #DFDCD8;
    border-radius: 1rem; }
    .EmptyState-tabs li + li {
      margin-left: 1.5rem; }

.EmptyState-search {
  padding: 0.25rem 0; }
  .EmptyState-search:before {
    content: "";
    display: block;
    height: 3rem;
    background: #DFDCD8; }

.EmptyState-header {
  padding: 9px 1rem;
  margin-bottom: 0.25rem;
  box-shadow: inset 0 -1px #C9C6C2; }
  .EmptyState-header:before {
    content: "";
    display: block;
    width: 5rem;
    height: 12px;
    background: #C9C6C2;
    border-radius: 1rem; }

.EmptyState-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C9C6C2;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 1rem; }
  .EmptyState-card .card-owner .avatar {
    color: #C9C6C2; }
  .EmptyState-card .card-owner-name:before, .EmptyState-card .card-owner-name:after {
    content: "";
    display: block;
    height: 12px;
    border-radius: 1rem; }
  .EmptyState-card .card-owner-name:before {
    width: 5rem;
    background: #C9C6C2;
    margin-top: 1px; }
  .EmptyState-card .card-owner-name:after {
    width: 6rem;
    background: #DFDCD8;
    margin-top: 6px; }

.EmptyState-list {
  box-shadow: inset 0 -1px #C9C6C2;
  padding-bottom: 0.25rem;
  margin-bottom: 2.5rem; }
  .EmptyState-list .icon-bg {
    color: #C9C6C2; }
  .EmptyState-list .flexTable-value:before,
  .EmptyState-list .flexTable-label:before {
    content: "";
    display: block;
    height: 12px;
    border-radius: 1rem; }
  .EmptyState-list .flexTable-value:before {
    width: 5rem;
    background: #C9C6C2;
    margin-top: 6px; }
  .EmptyState-list .flexTable-label:before {
    width: 6rem;
    background: #DFDCD8;
    margin-top: 1px; }

.EmptyState-calendarHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 21px;
  padding-bottom: 0.5rem;
  height: 80px;
  border-bottom: 2px solid #DFDCD8; }
  .EmptyState-calendarHeader .EmptyState-calendar-day {
    background: #C9C6C2;
    height: 12px;
    border-radius: 1rem; }

.EmptyState-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 0.25rem; }

.EmptyState-calendar-day {
  width: 78px;
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.EmptyState-calendar-event {
  height: 2rem;
  background: #DFDCD8;
  box-shadow: inset -0.25rem #F5F3F0; }

.EmptyState-calendar-event--sm {
  height: 1rem; }

.EmptyState-calendar-event--lg {
  height: 4rem; }

.Time-crewWrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.Time-crew {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto; }
  .Time-crew .flexTable-image {
    box-shadow: 0 0 0 2px white;
    margin-right: 0; }

.Time-crew .flexTable-image,
.Time-additionalCrew {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  margin-left: -2px; }

.Time-additionalCrew {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  color: white;
  background: #B3AFAA; }

.CalendarWeek-header {
  position: sticky;
  top: 0;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  background: #F5F3F0;
  z-index: 2; }
  .CalendarWeek-header .fc-slats {
    display: none; }
  .CalendarWeek-header .fc-view-container {
    padding-left: calc(128px + 1rem * 2); }

.CalendarWeek-card {
  background: white;
  padding-bottom: 0.5rem; }
  .CalendarWeek-card.now-loading:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    background: white;
    color: #87847C;
    content: "Loading..."; }
  .CalendarWeek-card:hover .CalendarOverview-calendar .fc-time-grid .fc-slats .fc-time {
    opacity: 1; }

.CalendarWeek-calendar {
  overflow: hidden; }

.Calendar-modal {
  padding: 0; }
  .Calendar-modal .modal-dialog {
    position: absolute;
    width: 400px;
    margin: 0 0.25rem; }
  .Calendar-modal .modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: #CC3443;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .Calendar-modal .modal-title {
    margin: 0;
    color: white; }
  .Calendar-modal .modal-body {
    padding: 0.5rem 0.5rem 0; }

.Report-barChart {
  width: 100%; }

.Report-barChart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 1.5rem; }

.Report-barChart-label,
.Report-barChart-value {
  font-size: 13px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.Report-barChart-label {
  width: 8rem;
  text-align: right;
  padding-right: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.Report-barChart-barWrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.Report-barChart-bar {
  height: 1rem;
  width: 200px;
  background: grey; }

.Report-barChart-value {
  width: 4rem;
  color: #87847C;
  padding-left: 0.5rem; }

.Report-barChart-bar[color="yellow"] {
  background: #FFAF30; }

.Report-barChart-bar[color="orange"] {
  background: #FF8201; }

.Report-barChart-bar[color="red"] {
  background: #CC3443; }

.Report-barChart-bar[color="pink"] {
  background: #EA95B3; }

.Report-barChart-bar[color="purple"] {
  background: #584ABE; }

.Report-barChart-bar[color="blue"] {
  background: #2C63D8; }

.Report-barChart-bar[color="teal"] {
  background: #3CB3D2; }

.Report-barChart-bar[color="pine"] {
  background: #00958F; }

.Report-barChart-bar[color="green"] {
  background: #6ABD2E; }

.Report-totalRow td {
  border-top: 1px solid #2F2A20;
  font-weight: bold; }

.Reports-note {
  position: relative; }
  .Reports-note:before {
    content: "";
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
    display: block;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFB700; }

.Report-scrollableTable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.Report-scrollableTable-fixedLeft,
.Report-scrollableTable-fixedRight {
  position: relative; }
  .Report-scrollableTable-fixedLeft:after,
  .Report-scrollableTable-fixedRight:after {
    content: "";
    position: absolute;
    top: 0;
    width: 0.5rem;
    height: 100%;
    z-index: 1;
    opacity: 0.2; }

.Report-scrollableTable-fixedLeft {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8rem; }
  .Report-scrollableTable-fixedLeft td {
    max-width: 8rem; }
  .Report-scrollableTable-fixedLeft:after {
    left: 100%;
    background: -moz-linear-gradient(left, black 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, black 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.Report-scrollableTable-fixedRight {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem; }
  .Report-scrollableTable-fixedRight:after {
    right: 100%;
    background: -moz-linear-gradient(left, transparent 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, transparent 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.Report-scrollableTable-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .Report-scrollableTable-scrollable:before, .Report-scrollableTable-scrollable:after {
    content: "";
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2;
    width: 1rem;
    height: 100%; }
  .Report-scrollableTable-scrollable:before {
    left: 0;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.35) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.35) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.35) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .Report-scrollableTable-scrollable:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.35) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.35) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.Report-scrollableTable-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.Print {
  background: white;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-print-color-adjust: exact;
  margin: 2cm; }
  .Print h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 4rem; }
  .Print h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5; }
  .Print p {
    margin-top: 0; }
  .Print .color-muted {
    color: #666666 !important; }
  .Print .text-sm {
    font-size: 14px;
    line-height: 1; }
  .Print .text-lg {
    font-size: 20px; }
  .Print .m-top--auto {
    margin-top: auto; }

.Print--breakdown .Print-page:first-child {
  page-break-after: always; }

.Print-page {
  background: white;
  position: relative;
  width: 17cm;
  min-height: 29.7cm; }

.Print-pageInner {
  position: relative; }

.Print-logo {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  background-size: cover; }

.Print-gridTable {
  width: 100%; }
  .Print-gridTable > tbody > tr > td {
    vertical-align: top; }

.Print-table {
  margin-top: 4rem;
  width: 100%;
  border-collapse: collapse; }
  .Print-table th {
    text-align: left;
    color: #666666;
    padding: 0.25rem 0.5rem;
    white-space: nowrap; }
  .Print-table thead:not(:first-child) th {
    padding-top: 4rem; }
  .Print-table td {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0.5rem;
    max-width: 200px; }
  .Print-table .Print-tableCol--noBorder {
    border-color: transparent; }
  .Print-table .Print-tableCol--noBottomBorder {
    border-bottom-color: transparent; }
  .Print-table .Print-tableRow--hasDescription td {
    border-bottom-color: transparent;
    padding-bottom: 0; }
  .Print-table .Print-tableRow--isDescription {
    color: #666666; }
    .Print-table .Print-tableRow--isDescription td {
      border-top-color: transparent;
      padding-top: 0; }

.Print-tableCol--icon {
  color: #999999;
  font-weight: bold;
  text-align: center;
  width: 2rem; }

.Print-tableCol--jumbo {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 !important; }

.Print-table--sm {
  font-size: 14px; }
  .Print-table--sm td {
    padding: 0.25rem 0.5rem; }

.Print-table--lg {
  font-size: 18px; }
  .Print-table--lg td {
    padding: 12px 0.5rem; }

.Print-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

@media print {
  @page {
    size: a4 portrait; } }
.Email {
  position: relative;
  color: black;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%; }
  .Email h1,
  .Email .h1 {
    font-family: inherit;
    margin-bottom: 2rem; }

.Email-attachment {
  display: block;
  width: 6rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #E8184F;
  box-shadow: inset 0 0 0 2px #E8184F; }
  .Email-attachment:hover {
    text-decoration: none;
    background: rgba(232, 24, 79, 0.1); }

.Marketing {
  min-width: 0; }
  .Marketing h1,
  .Marketing .h1 {
    font-size: 2rem;
    line-height: 1.25; }
  .Marketing h2,
  .Marketing .h2 {
    font-size: 1.5rem; }
  .Marketing h3,
  .Marketing .h3 {
    font-size: 1.25rem; }
  .Marketing h2,
  .Marketing .h2,
  .Marketing h3,
  .Marketing .h3 {
    line-height: 1.25;
    font-family: "Sharp-Grotesk-22-Web", "Clear-Sans-Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 500; }
  .Marketing .link {
    color: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline; }
  .Marketing .button {
    font-size: 16px;
    height: 2.5rem;
    padding: 8px 1rem 12px;
    border-color: transparent; }
  .Marketing .button--default {
    color: #2F2A20;
    background: rgba(47, 42, 32, 0.1);
    color: #2F2A20;
    background: white;
    text-transform: none; }
  .Marketing .button--inverted {
    color: #2F2A20; }
  .Marketing .button--primary {
    color: white;
    font-weight: bold;
    background: #3d7eff; }
  .Marketing .button-icon {
    margin-top: 3px; }

.Marketing-pageContent {
  padding-left: 1rem;
  padding-right: 1rem; }

.Marketing-hero {
  position: relative;
  z-index: 1;
  padding-top: 4rem; }
  .Marketing-hero h1 {
    text-align: center; }

.Marketing-navigationWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.Marketing-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 0.5rem; }
  .Marketing-navigation .tabs {
    display: none;
    box-shadow: none; }
  .Marketing-navigation .tabs-link {
    color: #2F2A20;
    height: 3rem; }
    .Marketing-navigation .tabs-link:hover {
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      box-shadow: none; }
  .Marketing-navigation .tabs-item.now-active .tabs-link {
    color: #87847C;
    font-weight: normal;
    box-shadow: none; }
  .Marketing-navigation .dropdown .button {
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem; }
  .Marketing-navigation .dropdown-menu .button {
    background: none;
    padding-top: 6px;
    padding-bottom: 10px;
    height: 36px; }

.Marketing-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.Marketing-logo {
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 85px;
  background-image: url(/assets/images/silki-logo-text.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.Marketing-card {
  box-shadow: 0 0 0 4px rgba(47, 42, 32, 0.2); }

.Marketing-card--primary {
  box-shadow: 0 0 0 4px #2F2A20; }

.Marketing-checklist li {
  position: relative;
  padding-left: 1.5rem; }
  .Marketing-checklist li:before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/assets/icons/colored/check--black.svg);
    background-size: 12px 12px;
    position: absolute;
    top: 7px;
    left: 5px; }

.Marketing-checklist--inverted li:before {
  background-image: url(/assets/icons/colored/check--white.svg); }

.Marketing-picker {
  position: relative;
  z-index: 1; }
  .Marketing-picker.active .flexTable-icon .icon {
    color: #2F2A20; }
  .Marketing-picker.active .flexTable-icon .icon-bg {
    color: #E9E7E4; }
  .Marketing-picker.active .flexTable-value {
    color: #E9E7E4;
    text-decoration: none !important; }
  .Marketing-picker.active .flexTable-chevron {
    color: transparent; }
  .Marketing-picker.active .flexTable-interaction {
    background: #070603; }
  .Marketing-picker.active .Marketing-picker-description {
    display: block; }

.Marketing-picker-description {
  display: none;
  margin: 0.5rem 0 1rem;
  padding: 0 0.5rem; }

.Marketing-tradePhotoWrapper {
  height: 200px; }
  .Marketing-tradePhotoWrapper .link {
    color: white;
    position: absolute;
    padding-top: 1rem;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    font-weight: bold;
    text-shadow: 0 0 10px black;
    background: rgba(26, 21, 10, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(26, 21, 10, 0) 0%, #1A150A 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 21, 10, 0)), color-stop(100%, #1A150A));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(26, 21, 10, 0) 0%, #1A150A 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(26, 21, 10, 0) 0%, #1A150A 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(26, 21, 10, 0) 0%, #1A150A 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(26, 21, 10, 0) 0%, #1A150A 100%);
    /* W3C */ }
  .Marketing-tradePhotoWrapper.active .Marketing-tradePhoto {
    display: block; }

.Marketing-tradePhoto {
  display: none;
  height: 100%;
  background-size: cover;
  background-position: center; }

.Marketing-screenshots {
  overflow: hidden; }

.Marketing-screenshots--desktop {
  display: none; }
  .Marketing-screenshots--desktop .Marketing-desktopScreenshot,
  .Marketing-screenshots--desktop .Marketing-mobileScreenshot {
    display: none; }

.Marketing-screenshots--mobile li {
  position: relative; }

.Marketing-desktopScreenshot,
.Marketing-mobileScreenshot {
  background-color: rgba(47, 42, 32, 0.2);
  background-size: cover; }

.Marketing-desktopScreenshot {
  width: 75%;
  padding-bottom: 56.25%;
  margin-bottom: 14.75%; }

.Marketing-desktopScreenshot--Reports {
  width: 100%;
  margin-bottom: 0; }

.Marketing-mobileScreenshot {
  width: 40%;
  padding-bottom: 71%;
  position: absolute;
  margin-top: calc(-71% - 4px);
  right: 0; }

.Marketing-emailStrip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 1; }
  .Marketing-emailStrip .flexTable-row--input {
    width: 100%; }
  .Marketing-emailStrip .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0.25rem 0;
    width: 100%; }

.Marketing-ctaStrip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center; }

.Marketing-ctaStrip-loginLink {
  color: white;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; }

.Marketing--home .Marketing-logo {
  background-image: url(/assets/images/silki-logo-text-white.svg); }
.Marketing--home .tabs {
  box-shadow: none; }
.Marketing--home .tabs-divider {
  background: rgba(255, 255, 255, 0.5); }
.Marketing--home .tabs-link {
  color: white; }
.Marketing--home .tabs-item.now-active .tabs-link {
  color: rgba(255, 255, 255, 0.5); }
.Marketing--home .dropdown > .button {
  color: white; }
.Marketing--home .Marketing-navigationWrapper {
  background: none; }
.Marketing--home .Marketing-hero {
  color: #E9E7E4;
  background: #070603;
  padding-bottom: 5rem; }
  .Marketing--home .Marketing-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/images/marketing/word-art-outlines.svg);
    background-size: cover;
    background-position: center;
    margin: auto;
    max-width: 1024px;
    z-index: -1;
    opacity: 0.2; }
.Marketing--home .Marketing-devicesImage {
  position: relative;
  margin-top: -4rem;
  z-index: 1; }

@media (min-width: 768px) {
  .Marketing h1,
  .Marketing .h1 {
    font-size: 3rem; }
  .Marketing h2,
  .Marketing .h2 {
    font-size: 1.75rem; }

  .Marketing-navigation .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .Marketing-navigation .dropdown {
    display: none; }

  .Marketing-pageContent {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

  .Marketing-emailStrip {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .Marketing-emailStrip .flexTable-row--input {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: auto; }
    .Marketing-emailStrip .button {
      width: auto;
      margin: 0; }

  .Marketing-ctaStrip {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    text-align: left; }

  .Marketing-hero {
    padding-top: 6rem; }

  .Marketing--home .Marketing-hero {
    padding-bottom: 8rem; }
  .Marketing--home .Marketing-devicesImage {
    margin-top: -6rem; }

  .Marketing-tradePhotoWrapper {
    height: 100%; }

  .Marketing-screenshots--mobile {
    display: none; }
    .Marketing-screenshots--mobile .Marketing-desktopScreenshot,
    .Marketing-screenshots--mobile .Marketing-mobileScreenshot {
      display: none; }

  .Marketing-screenshots--desktop {
    display: block; }
    .Marketing-screenshots--desktop .Marketing-desktopScreenshot,
    .Marketing-screenshots--desktop .Marketing-mobileScreenshot {
      display: block; }

  .Marketing-desktopScreenshot {
    max-width: none;
    width: 1024px;
    height: 768px;
    margin-bottom: 0;
    padding-bottom: 0; }

  .Marketing-mobileScreenshot {
    position: absolute;
    left: 0;
    bottom: -1rem;
    max-width: none;
    width: 320px;
    height: 568px;
    margin-top: 0;
    padding-bottom: 0; } }
@media (min-width: 1024px) {
  .Marketing h1,
  .Marketing .h1 {
    font-size: 4rem; }
  .Marketing h2,
  .Marketing .h2 {
    font-size: 2rem; }
  .Marketing .button {
    font-size: 18px;
    height: 3rem;
    padding: 10px 2rem 14px; }

  .Marketing-navigation .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .Marketing-navigation .dropdown {
    display: none; }

  .Marketing-pageContent {
    padding-left: 2rem;
    padding-right: 2rem; }

  .Marketing--home .Marketing-hero:after {
    max-width: none;
    background-repeat: repeat;
    background-size: 1024px auto; }

  .Marketing-hero {
    padding-top: 8rem; }

  .Marketing--home .Marketing-hero {
    padding-bottom: 12rem; }
  .Marketing--home .Marketing-devicesImage {
    margin-top: -10rem; } }
.color-dark {
  color: #2F2A20 !important; }

.color-muted {
  color: #87847C !important; }

.color-barelyVisible {
  color: #C9C6C2 !important; }

.color-white {
  color: white; }

.bg-white {
  background: white; }

.bg-bg {
  background: #F5F3F0; }

.color-mono0 {
  color: #070603 !important; }

.bg-mono0 {
  background: #070603 !important; }

.color-mono1 {
  color: #1A150A !important; }

.bg-mono1 {
  background: #1A150A !important; }

.color-mono2 {
  color: #2F2A20 !important; }

.bg-mono2 {
  background: #2F2A20 !important; }

.color-mono3 {
  color: #454138 !important; }

.bg-mono3 {
  background: #454138 !important; }

.color-mono4 {
  color: #716E66 !important; }

.bg-mono4 {
  background: #716E66 !important; }

.color-mono5 {
  color: #87847C !important; }

.bg-mono5 {
  background: #87847C !important; }

.color-mono6 {
  color: #9D9994 !important; }

.bg-mono6 {
  background: #9D9994 !important; }

.color-mono8 {
  color: #C9C6C2 !important; }

.bg-mono8 {
  background: #C9C6C2 !important; }

.color-mono9 {
  color: #DFDCD8 !important; }

.bg-mono9 {
  background: #DFDCD8 !important; }

.color-mono95 {
  color: #E9E7E4 !important; }

.bg-mono95 {
  background: #E9E7E4 !important; }

.color-mono98 {
  color: #F5F3F0 !important; }

.bg-mono98 {
  background: #F5F3F0 !important; }

.color-success {
  color: #0AAD6C !important; }

.bg-success {
  background: #0AAD6C !important; }

.color-info {
  color: #3d7eff !important; }

.bg-info {
  background: #3d7eff !important; }

.color-warning {
  color: #FB7326 !important; }

.bg-warning {
  background: #FB7326 !important; }

.color-danger {
  color: #E8184F !important; }

.bg-danger {
  background: #E8184F !important; }

.color-blue {
  color: #3d7eff !important; }

.bg-blue {
  background: #3d7eff !important; }

.color-green {
  color: #0AAD6C !important; }

.bg-green {
  background: #0AAD6C !important; }

.color-orange {
  color: #FB7326 !important; }

.bg-orange {
  background: #FB7326 !important; }

.color-red {
  color: #E8184F !important; }

.bg-red {
  background: #E8184F !important; }

.color-yellow {
  color: #FFB700 !important; }

.bg-yellow {
  background: #FFB700 !important; }

.color-purple {
  color: #7253CF !important; }

.bg-purple {
  background: #7253CF !important; }

.color-job-yellow {
  color: #FFAF30 !important; }

.bg-job-yellow {
  background: #FFAF30 !important; }

.color-job-orange {
  color: #FF8201 !important; }

.bg-job-orange {
  background: #FF8201 !important; }

.color-job-red {
  color: #CC3443 !important; }

.bg-job-red {
  background: #CC3443 !important; }

.color-job-pink {
  color: #EA95B3 !important; }

.bg-job-pink {
  background: #EA95B3 !important; }

.color-job-purple {
  color: #584ABE !important; }

.bg-job-purple {
  background: #584ABE !important; }

.color-job-blue {
  color: #2C63D8 !important; }

.bg-job-blue {
  background: #2C63D8 !important; }

.color-job-teal {
  color: #3CB3D2 !important; }

.bg-job-teal {
  background: #3CB3D2 !important; }

.color-job-pine {
  color: #00958F !important; }

.bg-job-pine {
  background: #00958F !important; }

.color-job-green {
  color: #6ABD2E !important; }

.bg-job-green {
  background: #6ABD2E !important; }

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

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

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

.text-regular {
  font-weight: normal !important; }

.text-bold {
  font-weight: bold !important; }

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

.now-hidden {
  display: none !important; }

.now-invisible {
  visibility: hidden !important; }

.now-notInteractive {
  pointer-events: none !important; }

.flex-alignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.flex-justifyCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

@media (max-width: 399px) {
  .below-xs-hidden {
    display: none !important; } }
@media (min-width: 400px) {
  .when-xs-hidden {
    display: none !important; } }
@media (max-width: 567px) {
  .below-sm-hidden {
    display: none !important; } }
@media (min-width: 568px) {
  .when-sm-hidden {
    display: none !important; } }
@media (max-width: 767px) {
  .below-md-hidden {
    display: none !important; } }
@media (min-width: 768px) {
  .when-md-hidden {
    display: none !important; } }
@media (max-width: 1023px) {
  .below-lg-hidden {
    display: none !important; } }
@media (min-width: 1024px) {
  .when-lg-hidden {
    display: none !important; } }
@media (max-width: 1279px) {
  .below-xl-hidden {
    display: none !important; } }
@media (min-width: 1280px) {
  .when-xl-hidden {
    display: none !important; } }
@media (min-width: 400px) and (max-width: 567px) {
  .between-xs-sm-hidden {
    display: none !important; } }
@media (min-width: 400px) and (max-width: 767px) {
  .between-xs-md-hidden {
    display: none !important; } }
@media (min-width: 400px) and (max-width: 1023px) {
  .between-xs-lg-hidden {
    display: none !important; } }
@media (min-width: 400px) and (max-width: 1279px) {
  .between-xs-xl-hidden {
    display: none !important; } }
@media (min-width: 568px) and (max-width: 767px) {
  .between-sm-md-hidden {
    display: none !important; } }
@media (min-width: 568px) and (max-width: 1023px) {
  .between-sm-lg-hidden {
    display: none !important; } }
@media (min-width: 568px) and (max-width: 1279px) {
  .between-sm-xl-hidden {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .between-md-lg-hidden {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .between-md-xl-hidden {
    display: none !important; } }
@media (min-width: 1024px) and (max-width: 1279px) {
  .between-lg-xl-hidden {
    display: none !important; } }
