/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
  --font-sans: Lato, Helvetica, Arial, sans-serif;

  --blue: #2c5de5;
  --red: #a00;

  --background-color: #f5f6f8;
  --background-color-0: rgba(245, 246, 248, 0);
  --background-color-70: rgba(245, 246, 248, 0.7);
  --background-dark-color: #ebecee;
  --background-light-color: #fbfcfd;
  --background-invert-color: #000;
  --border-color: #d7d8da;
  --border-focus-color: #0aa9e9;
  --button-color: var(--background-color);
  --button-hover-color: #ebecee;
  --button-large-color: var(--blue);
  --button-large-hover-color: #1b4edc;
  --button-advanced-color: #fdfddd;
  --button-advanced-border-color: #e7e70e;
  --button-advanced-hover-color: #f4f4d4;
  --button-advanced-hover-border-color: #dfdf83;
  --input-color: #fbfcfd;
  --input-focus-color: #fff;
  --link-color: var(--blue);
  --modal-background-color: rgba(171, 172, 174, 0.9);
  --text-color: #000;
  --text-invert-color: #fff;
  --text-light-color: #6b6b6b;
  --text-lighter-color: #c4c4c4;
  --tooltip-color: #1a1a1a;
  --tooltip-link-color: #0ab2f5;
  --unread-color: #e86825;
  --warning-color: #f5a623;
  --deadline-background-color: #fdedd3;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src:
    url("/assets/Lato-Thin-ae109374.woff2") format("woff2"),
    url("/assets/Lato-Thin-f59aa610.woff") format("woff"),
    url("/assets/Lato-Thin-f3ab8ab6.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src:
    url("/assets/Lato-ThinItalic-cc753606.woff2") format("woff2"),
    url("/assets/Lato-ThinItalic-76c0ad47.woff") format("woff"),
    url("/assets/Lato-ThinItalic-132956cb.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src:
    url("/assets/Lato-Light-d4c867af.woff2") format("woff2"),
    url("/assets/Lato-Light-f3adf4fc.woff") format("woff"),
    url("/assets/Lato-Light-6f2b0481.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src:
    url("/assets/Lato-LightItalic-fcc440a7.woff2") format("woff2"),
    url("/assets/Lato-LightItalic-5027cb30.woff") format("woff"),
    url("/assets/Lato-LightItalic-2a9dd779.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src:
    url("/assets/Lato-Regular-f26ff8d9.woff2") format("woff2"),
    url("/assets/Lato-Regular-83197783.woff") format("woff"),
    url("/assets/Lato-Regular-79ed290d.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src:
    url("/assets/Lato-Italic-d5e68f0b.woff2") format("woff2"),
    url("/assets/Lato-Italic-91ee9223.woff") format("woff"),
    url("/assets/Lato-Italic-f817b25d.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src:
    url("/assets/Lato-Bold-664f984b.woff2") format("woff2"),
    url("/assets/Lato-Bold-03019761.woff") format("woff"),
    url("/assets/Lato-Bold-35a8af66.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src:
    url("/assets/Lato-BoldItalic-3bebac93.woff2") format("woff2"),
    url("/assets/Lato-BoldItalic-19c062cb.woff") format("woff"),
    url("/assets/Lato-BoldItalic-4afc1cfc.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src:
    url("/assets/Lato-Black-b851d1c0.woff2") format("woff2"),
    url("/assets/Lato-Black-349ee178.woff") format("woff"),
    url("/assets/Lato-Black-c3315afa.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src:
    url("/assets/Lato-BlackItalic-ca74571b.woff2") format("woff2"),
    url("/assets/Lato-BlackItalic-0a5890c9.woff") format("woff"),
    url("/assets/Lato-BlackItalic-09846366.ttf") format("truetype");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src:
    url("/assets/MaterialIcons-Regular-8d4933a3.woff2") format("woff2"),
    url("/assets/MaterialIcons-Regular-3c8f9806.woff") format("woff");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

:root {
  --outer-padding: 5.5555555556%;
  --columns: 12;
  --column-px: 104;
  --gutter-px: 32;
  --inner-width: calc(var(--columns)*var(--column-px) + (var(--columns) - 1)*var(--gutter-px));

  --column-width: calc(var(--column-px)/var(--inner-width));
  --gutter-width: calc(var(--gutter-px)/var(--inner-width));
}

.action-box .expandable-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

@media screen and (min-width: 981px) {

.action-box h2 .deadline {
      display: none;
  }
    }

.action-box.expandable-expanded h2 .deadline {
      display: none;
    }

.action-box .attachments {
    margin-left: 16px;
    margin-right: 16px;
  }

.attachments ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

.attachments li .material-icons {
      vertical-align: middle;
      margin-top: -5px;
      margin-right: 8px;
    }

.attachments li.pending {
      opacity: 0.5;
    }

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

html {
  font: normal 14px/1.5 Lato, Helvetica, Arial, sans-serif;
  font: normal 14px/1.5 var(--font-sans);
}

body {
  color: #000;
  color: var(--text-color);
  background: #f5f6f8;
  background: var(--background-color);
}

.inner {
  max-width: 1600px;
  max-width: calc(var(--inner-width)*1px);
  margin-left: auto;
  margin-right: auto;
}

a,
a:visited {
  color: #2c5de5;
  color: var(--link-color);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

main {
  padding-bottom: 176px;
}

.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.wrapper main {
    flex: 1 0 auto;
  }

section {
  padding-left: 5.5555555556%;
  padding-left: var(--outer-padding);
  padding-right: 5.5555555556%;
  padding-right: var(--outer-padding);
}

@media print {

section {
    padding-left: 0;
    padding-right: 0;
}
  }

section {
  margin-top: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin: 0px 0px 12px 0px;
  padding: 0px 15px;
}

h1:last-child {
    margin-bottom: 0px;
  }

h2:last-child {
    margin-bottom: 0px;
  }

h3:last-child {
    margin-bottom: 0px;
  }

h4:last-child {
    margin-bottom: 0px;
  }

h5:last-child {
    margin-bottom: 0px;
  }

h6:last-child {
    margin-bottom: 0px;
  }

ul:last-child {
    margin-bottom: 0px;
  }

ol:last-child {
    margin-bottom: 0px;
  }

p:last-child {
    margin-bottom: 0px;
  }

ul,
ol {
  padding-left: 35px;
}

h1 {
  font: 300 3.43rem/1.3 Lato, Helvetica, Arial, sans-serif;
  font: 300 3.43rem/1.3 var(--font-sans);
  margin-bottom: 32px;
}

h1.border {
    padding-bottom: 16px;
    border-bottom: 1px solid #d7d8da;
    border-bottom: 1px solid var(--border-color);
  }

@media screen and (max-width: 980px) {

h1 {
    font: 300 2.57rem/1.3 Lato, Helvetica, Arial, sans-serif;
    font: 300 2.57rem/1.3 var(--font-sans);
}
  }

h2 {
  font: 900 1.57rem/1.54 Lato, Helvetica, Arial, sans-serif;
  font: 900 1.57rem/1.54 var(--font-sans);
  margin-bottom: 32px;
  margin-top: 56px;
}

h2:first-child {
    margin-top: 0px;
  }

h2.border {
    padding-bottom: 16px;
    border-bottom: 4px solid #2c5de5;
    border-bottom: 4px solid var(--blue);
  }

h3,
.sidebar .rounded-box h2 {
  font: 900 1.29rem/1.61 Lato, Helvetica, Arial, sans-serif;
  font: 900 1.29rem/1.61 var(--font-sans);
  margin-bottom: 15px;
  margin-top: 40px;
}

h3:not(.does-not-exist):not(.does-not-exist):first-child {
    margin-top: 0px;
  }

.sidebar .rounded-box h2:first-child {
    margin-top: 0px;
  }

h4,
.sidebar .rounded-box h3 {
  font: 900 14px/1.5 Lato, Helvetica, Arial, sans-serif;
  font: 900 14px/1.5 var(--font-sans);
  margin-top: 24px;
}

h4:not(.does-not-exist):not(.does-not-exist):first-child {
    margin-top: 0px;
  }

.sidebar .rounded-box h3:first-child {
    margin-top: 0px;
  }

p {
  max-width: 120ch;
}

@media screen and (max-width: 980px) {

p {
    max-width: 100%;
}
  }

.with-sidebar p {
    max-width: 100%;
  }

.intro {
  font: normal 1.29rem/1.5 Lato, Helvetica, Arial, sans-serif;
  font: normal 1.29rem/1.5 var(--font-sans);
  margin-bottom: 60px;
}

i.check-box {
  color: #000;
  color: var(--text-color);
  font-size: 20px;
}

i.check-box.unchecked {
    color: #c4c4c4;
    color: var(--text-lighter-color);
  }

span.light {
  color: #6b6b6b;
  color: var(--text-light-color);
}

.bottom-bar {
  padding-left: 5.5555555556%;
  padding-left: var(--outer-padding);
  padding-right: 5.5555555556%;
  padding-right: var(--outer-padding);
}

@media print {

.bottom-bar {
    padding-left: 0;
    padding-right: 0;
}
  }

.bottom-bar {
  background: #f5f6f8;
  background: var(--background-color);
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.14);
  position: fixed;
  width: 100%;
  bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 100;
}

.bottom-bar .inner {
    display: flex;
    justify-content: space-between;
  }

.bottom-bar .info {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 10px 0px;
  }

.bottom-bar .info span {
      margin-right: 24px;
    }

.bottom-bar .info .status {
      flex-grow: 1;
    }

@media screen and (max-width: 980px) {

.bottom-bar .info {
      display: none;
  }
    }

.bottom-bar .buttons {
    display: flex;
    margin: 0px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

.bottom-bar .buttons button {
      flex: 0 0;
      white-space: nowrap;
    }

.list-actions {
  border-bottom: 1px solid #d7d8da;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 24px;
  margin-bottom: 40px;
}

div.buttons {
  margin-top: 64px;
}

div.buttons.tight {
    margin-top: 24px;
    margin-bottom: 64px;
  }

div.buttons.top-actions {
    border-bottom: 1px solid #d7d8da;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
    margin-bottom: 32px;
  }

div.buttons:first-child {
    margin-top: 0px;
  }

div.buttons:last-child {
    margin-bottom: 0px;
  }

div.buttons .right {
    float: right;
  }

button,
a.button,
input[type="submit"] {
  display: inline-block;
  -webkit-text-decoration: none;
  text-decoration: none;
  font: normal 1rem/41px Lato, Helvetica, Arial, sans-serif;
  font: normal 1rem/41px var(--font-sans);
  border-radius: 3px;
  padding: 0px 16px;
  margin-right: 8px;
}

button:not(.does-not-exist):last-child {
    margin-right: 0px;
  }

a.button:last-child {
    margin-right: 0px;
  }

input[type="submit"]:last-child {
    margin-right: 0px;
  }

button.secondary[type="submit"]:not(.does-not-exist):disabled {
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    background: #f5f6f8;
    background: var(--button-color);
    color: #000;
    color: var(--text-color);
  }

a.secondary.button[type="submit"]:disabled {
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    background: #f5f6f8;
    background: var(--button-color);
    color: #000;
    color: var(--text-color);
  }

input.secondary[type="submit"][type="submit"]:disabled {
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    background: #f5f6f8;
    background: var(--button-color);
    color: #000;
    color: var(--text-color);
  }

button:not(.does-not-exist),a.button,input[type="submit"],button.secondary[type="submit"]:not(.does-not-exist),a.secondary.button[type="submit"],input.secondary[type="submit"][type="submit"] {
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    background: #f5f6f8;
    background: var(--button-color);
    color: #000;
    color: var(--text-color);
  }

button.secondary[type="submit"]:not(.does-not-exist):disabled:hover {
      background: #ebecee;
      background: var(--button-hover-color);
    }

a.secondary.button[type="submit"]:disabled:hover {
      background: #ebecee;
      background: var(--button-hover-color);
    }

input.secondary[type="submit"][type="submit"]:disabled:hover {
      background: #ebecee;
      background: var(--button-hover-color);
    }

button:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):hover,a.button:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):hover,input[type="submit"]:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):hover,button.secondary[type="submit"]:not(.does-not-exist):not(.does-not-exist):hover,a.secondary.button[type="submit"]:not(.does-not-exist):hover,input.secondary[type="submit"][type="submit"]:not(.does-not-exist):hover {
      background: #ebecee;
      background: var(--button-hover-color);
    }

button:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):disabled {
      opacity: 0.5;
    }

a.button:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):disabled {
      opacity: 0.5;
    }

input[type="submit"]:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):disabled {
      opacity: 0.5;
    }

button.secondary[type="submit"]:not(.does-not-exist):not(.does-not-exist):disabled {
      opacity: 0.5;
    }

a.secondary.button[type="submit"]:not(.does-not-exist):disabled {
      opacity: 0.5;
    }

input.secondary[type="submit"][type="submit"]:not(.does-not-exist):disabled {
      opacity: 0.5;
    }

button.secondary[type="submit"]:not(.does-not-exist):disabled:disabled {
      opacity: 0.5;
    }

a.secondary.button[type="submit"]:disabled:disabled {
      opacity: 0.5;
    }

input.secondary[type="submit"][type="submit"]:disabled:disabled {
      opacity: 0.5;
    }

button:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

a.button:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

input[type="submit"]:not(.does-not-exist):not(.does-not-exist):not(.does-not-exist):disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

button.secondary[type="submit"]:not(.does-not-exist):not(.does-not-exist):disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

a.secondary.button[type="submit"]:not(.does-not-exist):disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

input.secondary[type="submit"][type="submit"]:not(.does-not-exist):disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

button.secondary[type="submit"]:not(.does-not-exist):disabled:disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

a.secondary.button[type="submit"]:disabled:disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

input.secondary[type="submit"][type="submit"]:disabled:disabled:hover {
        background: #f5f6f8;
        background: var(--button-color);
      }

button:not(.does-not-exist) .material-icons,a.button .material-icons,input[type="submit"] .material-icons {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 8px;
  }

button.icon:not(.does-not-exist) .material-icons,a.icon.button .material-icons,input.icon[type="submit"] .material-icons {
      margin-right: 0px;
    }

button.advanced:not(.does-not-exist),a.advanced.button,input.advanced[type="submit"] {
    background: #fdfddd;
    background: var(--button-advanced-color);
    border-color: #e7e70e;
    border-color: var(--button-advanced-border-color);
  }

button.advanced:not(.does-not-exist):hover,a.advanced.button:hover,input.advanced[type="submit"]:hover {
      background: #f4f4d4;
      background: var(--button-advanced-hover-color);
      border-color: #dfdf83;
      border-color: var(--button-advanced-hover-border-color);
    }

button[type="submit"]:not(.does-not-exist),a.button[type="submit"],input[type="submit"][type="submit"],button.primary:not(.does-not-exist),a.primary.button,input.primary[type="submit"],button.large:not(.does-not-exist),a.large.button,input.large[type="submit"] {
    border: none;
    background: #2c5de5;
    background: var(--button-large-color);
    color: #fff;
    color: var(--text-invert-color);
  }

button[type="submit"]:not(.does-not-exist):hover,a.button[type="submit"]:hover,input[type="submit"][type="submit"]:hover,button.primary:not(.does-not-exist):hover,a.primary.button:hover,input.primary[type="submit"]:hover,button.large:not(.does-not-exist):hover,a.large.button:hover,input.large[type="submit"]:hover {
      background: #1b4edc !important;
      background: var(--button-large-hover-color) !important;
    }

button[type="submit"]:not(.does-not-exist):disabled {
      opacity: 1;
    }

a.button[type="submit"]:disabled {
      opacity: 1;
    }

input[type="submit"][type="submit"]:disabled {
      opacity: 1;
    }

button.primary:not(.does-not-exist):disabled {
      opacity: 1;
    }

a.primary.button:disabled {
      opacity: 1;
    }

input.primary[type="submit"]:disabled {
      opacity: 1;
    }

button.large:not(.does-not-exist):disabled {
      opacity: 1;
    }

a.large.button:disabled {
      opacity: 1;
    }

input.large[type="submit"]:disabled {
      opacity: 1;
    }

button[type="submit"]:not(.does-not-exist):disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

a.button[type="submit"]:disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

input[type="submit"][type="submit"]:disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

button.primary:not(.does-not-exist):disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

a.primary.button:disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

input.primary[type="submit"]:disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

button.large:not(.does-not-exist):disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

a.large.button:disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

input.large[type="submit"]:disabled {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

button[type="submit"]:not(.does-not-exist):disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

a.button[type="submit"]:disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

input[type="submit"][type="submit"]:disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

button.primary:not(.does-not-exist):disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

a.primary.button:disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

input.primary[type="submit"]:disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

button.large:not(.does-not-exist):disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

a.large.button:disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

input.large[type="submit"]:disabled:hover {
        background: #d7d8da !important;
        background: var(--border-color) !important;
      }

button.large:not(.does-not-exist),a.large.button,input.large[type="submit"] {
    font: normal 1.29rem/53px Lato, Helvetica, Arial, sans-serif;
    font: normal 1.29rem/53px var(--font-sans);
    border-radius: 4px;
    padding: 0px 26px;
  }

@media screen and (max-width: 980px) {

button.large:not(.does-not-exist),a.large.button,input.large[type="submit"] {
      line-height: 24px;
      padding: 12px 26px;
  }
    }

.case-form .intro {
    margin-bottom: 48px;
  }

.case-header .metadata {
    display: flex;
    font: normal 1rem/1.5 Lato, Helvetica, Arial, sans-serif;
    font: normal 1rem/1.5 var(--font-sans);
  }

.case-header .metadata .column {
      flex: 1;
      padding: 0px 16px;
    }

.case-header .metadata .column.status {
        padding-left: 36px;
      }

.case-header .metadata .column.status .case-icon {
          margin-left: -28px;
          margin-top: 1px;
        }

.case-header .metadata .flag .flag-toggle {
        display: inline-block;
        width: 24px;
        height: 24px;
        overflow: hidden;
        text-indent: -9000px;
        background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2228%22 height%3D%2228%22%3E%3Cpath fill%3D%22%23000%22 fill-opacity%3D%22.2%22 fill-rule%3D%22evenodd%22 d%3D%22M20.568 6.813a2.326 2.326 0 0 0-1.901-.98l-12.834.012A2.33 2.33 0 0 0 3.5 8.167v11.666a2.33 2.33 0 0 0 2.333 2.322l12.834.012c.781 0 1.481-.385 1.901-.98L25.667 14l-5.099-7.187zm-1.901 13.02H5.833V8.167h12.834L22.808 14l-4.141 5.833z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      }

.case-header .metadata .flag .flag-toggle.flagged {
          background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2228%22 height%3D%2228%22%3E%3Cpath fill%3D%22%232C5DE5%22 fill-rule%3D%22evenodd%22 d%3D%22M20.568 6.813a2.326 2.326 0 0 0-1.901-.98l-12.834.012A2.33 2.33 0 0 0 3.5 8.167v11.666a2.33 2.33 0 0 0 2.333 2.322l12.834.012c.781 0 1.481-.385 1.901-.98L25.667 14l-5.099-7.187z%22%2F%3E%3C%2Fsvg%3E");
        }

.case-header .metadata h3 {
      padding: 0px;
    }

.case-header .metadata label {
      color: #6b6b6b;
      color: var(--text-light-color);
      font: normal 1rem/1.5 Lato, Helvetica, Arial, sans-serif;
      font: normal 1rem/1.5 var(--font-sans);
      display: block;
      margin-bottom: 8px;
      margin-top: 24px;
    }

.case-header .metadata label:first-child {
        margin-top: 0px;
      }

.case-icon {
  font-size: 20px;
  color: #6b6b6b;
  color: var(--text-light-color);
  float: left;
}

.cases.list {
  border-top: 1px solid #d7d8da;
  border-top: 1px solid var(--border-color);
}

.cases.list th:first-child a {
      padding-left: 16px;
    }

.cases.list td:first-child a {
      padding-left: 16px;
    }

.cases.list .case-number {
    min-width: 130px;
  }

.cases.list .organization-name {
    margin-right: 8px;
  }

.cases.list .organization-number {
    white-space: nowrap;
  }

.cases.list .light {
    color: #6b6b6b;
    color: var(--text-light-color);
  }

.cases.list .process-status {
    min-width: 150px;
  }

.cases.list .case-status {
    min-width: 220px;
  }

.case-list-actions {
  border-top: 1px solid #d7d8da;
  border-top: 1px solid var(--border-color);
  background: #ebecee;
  background: var(--background-dark-color);
  padding: 16px;
}

.case-list-actions .check-box {
    vertical-align: middle;
    line-height: 1;
    margin-right: 8px;
  }

.case-list-actions form {
    display: inline-block;
  }

.case-list-actions button {
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    font: 700 1rem/1.43 Lato, Helvetica, Arial, sans-serif;
    font: 700 1rem/1.43 var(--font-sans);
    line-height: 40px;
    padding: 0px 20px 0px 20px;
    color: #000;
    color: var(--text-color);
    background: transparent;
    vertical-align: middle;
  }

.case-list-actions .export-form {
    float: right;
  }

.case-list-filter {
  margin-bottom: 16px;
}

.case-list-filter .selects {
    margin-bottom: 16px;
  }

.case-list-filter .simple-select {
    max-width: 200px;
  }

.case-list-filter .flag-toggle-button {
    display: inline-block;
    vertical-align: bottom;
  }

.case-list-filter .flag-toggle-button button {
      background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2228%22 height%3D%2228%22%3E%3Cpath fill%3D%22%23000%22 fill-opacity%3D%22.2%22 fill-rule%3D%22evenodd%22 d%3D%22M20.568 6.813a2.326 2.326 0 0 0-1.901-.98l-12.834.012A2.33 2.33 0 0 0 3.5 8.167v11.666a2.33 2.33 0 0 0 2.333 2.322l12.834.012c.781 0 1.481-.385 1.901-.98L25.667 14l-5.099-7.187zm-1.901 13.02H5.833V8.167h12.834L22.808 14l-4.141 5.833z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
      background-size: 21px 21px;
      background-position: 50% 50%;
      overflow: hidden;
      text-indent: -9000px;
      width: 40px;
    }

.case-list-filter .flag-toggle-button.flagged button {
      background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2228%22 height%3D%2228%22%3E%3Cpath fill%3D%22%232C5DE5%22 fill-rule%3D%22evenodd%22 d%3D%22M20.568 6.813a2.326 2.326 0 0 0-1.901-.98l-12.834.012A2.33 2.33 0 0 0 3.5 8.167v11.666a2.33 2.33 0 0 0 2.333 2.322l12.834.012c.781 0 1.481-.385 1.901-.98L25.667 14l-5.099-7.187z%22%2F%3E%3C%2Fsvg%3E");
    }

.case-list-filter .filtered-count {
    float: right;
    color: #6b6b6b;
    color: var(--text-light-color);
    padding-top: 39px;
    padding-right: 24px;
  }

.unread-marker {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e86825;
  background: var(--unread-color);
  border-radius: 4px;
}

.nav-link .unread-marker {
    position: absolute;
    right: 4px;
    top: 8px;
  }

.case-status-list {
  --container-width: calc(var(--column-width)*8 + var(--gutter-width)*7);
}

.case-status-list .case-status {
    border-radius: 6px;
    margin-bottom: 24px;
    padding: 24px;
    font: normal 1rem/1.5 Lato, Helvetica, Arial, sans-serif;
    font: normal 1rem/1.5 var(--font-sans);
    width: calc((100%/var(--container-width))*0.49);
    width: calc((100%/var(--container-width))*(var(--column-width)*6 + var(--gutter-width)*5));
  }

.case-status-list .case-status.direction-out {
      margin-left: calc((100%/var(--container-width))*0.15);
      margin-left: calc((100%/var(--container-width))*(var(--column-width)*2 + var(--gutter-width)*1));
    }

.case-status-list .case-status .timestamp {
      color: #6b6b6b;
      color: var(--text-light-color);
      border-bottom: 1px solid #d7d8da;
      border-bottom: 1px solid var(--border-color);
      padding-bottom: 8px;
      margin-bottom: 8px;
    }

.case-status-list .case-status .body {
      margin: 24px 0px;
      padding-right: 40px;
      position: relative;
    }

.case-status-list .case-status .body.collapsed {
        max-height: 82px;
        overflow: hidden;
      }

.case-status-list .case-status .body.expanded .collapse-toggle {
          transform: rotate(180deg);
        }

.case-status-list .case-status .body .collapse-overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
      }

.case-status-list .case-status .body .collapse-toggle {
        position: absolute;
        bottom: 0px;
        right: 0px;
      }

.case-status-list .case-status .body .collapse-toggle {
        text-overflow: hidden;
        text-indent: -9000px;
        padding: 0px;
        border: 0px;
        background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2232%22 height%3D%2232%22%3E%3Cg fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E%3Cpath stroke%3D%22%23C7C7C7%22 d%3D%22M28 .5H4c-.966 0-1.841.392-2.475 1.025A3.495 3.495 0 0 0 .5 4v24c0 .966.392 1.841 1.025 2.475A3.495 3.495 0 0 0 4 31.5h24c.966 0 1.841-.392 2.475-1.025A3.493 3.493 0 0 0 31.5 28V4c0-.966-.392-1.841-1.025-2.475A3.495 3.495 0 0 0 28 .5z%22%2F%3E%3Cpath fill%3D%22%23000%22 fill-opacity%3D%22.54%22 d%3D%22M19.06 13.727 16 16.78l-3.06-3.053-.94.94 4 4 4-4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
        width: 32px;
        height: 32px;
      }

.case-status-list .case-status .attachments {
      padding: 24px;
      margin: 24px -24px -24px -24px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
    }

.case-status-list .case-message {
    background: #fff;
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
  }

.case-status-list .case-message .body {
      font: normal 1.29rem/1.5 Lato, Helvetica, Arial, sans-serif;
      font: normal 1.29rem/1.5 var(--font-sans);
    }

.case-status-list .case-message .attachments {
      border-top: 1px solid #d7d8da;
      border-top: 1px solid var(--border-color);
      background: #fbfcfd;
      background: var(--background-light-color);
    }

.case-status-list .case-message .collapse-overlay {
      background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 65%,
        rgba(255, 255, 255, 0.7) 66%
      );
    }

.case-status-list .case-note {
    border: 1px dashed #d7d8da;
    border: 1px dashed var(--border-color);
  }

.case-status-list .case-note .attachments {
      border-top: 1px dashed #d7d8da;
      border-top: 1px dashed var(--border-color);
    }

.case-status-list .case-note .status-changes {
      font-weight: bold;
      margin-bottom: 24px;
    }

.case-status-list .case-note .collapse-overlay {
      background: linear-gradient(
        180deg,
        rgba(245, 246, 248, 0) 0%,
        rgba(245, 246, 248, 0) 74%,
        rgba(245, 246, 248, 0.7) 75%
      );
      background: linear-gradient(
        180deg,
        var(--background-color-0) 0%,
        var(--background-color-0) 74%,
        var(--background-color-70) 75%
      );
    }

.costs .costs-list {
    width: 100%;
    border-top: 1px solid #d7d8da;
    border-top: 1px solid var(--border-color);
  }

.costs .cost-item,.costs .bottom-row {
    border-bottom: 1px solid #d7d8da;
    border-bottom: 1px solid var(--border-color);
  }

.costs .bottom-row {
    padding: 8px 0;
  }

.costs .cost-item {
    padding: 0px;
    background: #fbfcfd;
    background: var(--background-light-color);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

.costs .cost-item .name,.costs .cost-item .sum {
      padding: 16px 12px;
    }

.costs .cost-item .actions {
      padding: 8px 12px;
    }

.costs .cost-item .name {
      flex-grow: 1;
    }

.costs .cost-item .sum {
      text-align: right;
      width: 200px;
    }

.costs .cost-item .attachments {
      padding: 8px 12px;
      width: 100%;
    }

:root {
  --field-border-radius: 6px;
}

.modal-form {
  width: 80vw;
  max-width: 1200px;
}

.modal-form .buttons {
    margin-top: 30px;
  }

.modal-form .rich-editor .public-DraftEditor-content {
    min-height: 100px;
  }

.modal-form .placeholder {
    color: #6b6b6b;
    color: var(--text-light-color);
    font-style: italic;
  }

.modal-form .edit-options {
    width: 100%;
  }

.modal-form .edit-options-list {
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: #ebecee;
    background: var(--background-dark-color);
    padding: 4px;

    width: 100%;
    height: calc(90vh - 500px);
    min-height: 200px;
    overflow: scroll;
    margin-bottom: 8px;
  }

.modal-form .edit-option {
    display: flex;
    margin-bottom: 4px;
  }

.modal-form .edit-option:last-child {
      margin-bottom: 0px;
    }

.modal-form .edit-option input[type="text"] {
      flex: 1;
      padding: 12px 16px;
      margin-right: 4px;
    }

.modal-form .edit-option input[type="text"]:focus {
        padding: 11px 15px;
      }

.modal-form .edit-option .material-icons {
      margin-right: 0px;
    }

.edit-form .no-description {
    color: #6b6b6b;
    color: var(--text-light-color);
  }

.edit-form .description {
    margin-bottom: 30px;
  }

.edit-form .edit-button {
    float: right;
  }

.edit-form .edit-button button {
      padding: 0px 8px;
    }

.edit-form .edit-button .material-icons {
      margin-right: 0px;
    }

.edit-form .tab {
    margin-bottom: 30px;
  }

.edit-form .block {
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: #fbfcfd;
    background: var(--background-light-color);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

.edit-form .block:last-child {
      margin-bottom: 0px;
    }

.edit-form .form-row {
    padding: 0px 15px;
    margin-bottom: 20px;
  }

.edit-form .form-row:last-child {
      margin-bottom: 0px;
    }

.edit-form .form-fields {
    display: flex;
    background: #ebecee;
    background: var(--background-dark-color);
    border-radius: 6px;
    border-radius: var(--field-border-radius);
  }

@media screen and (max-width: 980px) {

.edit-form .form-fields {
      flex-direction: column;
  }
    }

.edit-form .form-field {
    background: #fbfcfd;
    background: var(--background-light-color);
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    border-left: 0px;
    padding: 12px 12px;
    width: 33.33%;
  }

@media screen and (max-width: 980px) {

.edit-form .form-field {
      width: 100%;
      border: 1px solid #d7d8da;
      border: 1px solid var(--border-color);
      border-top: 0px;
  }
    }

.edit-form .form-field:first-child {
      border-left: 1px solid #d7d8da;
      border-left: 1px solid var(--border-color);
      border-top-left-radius: 6px;
      border-top-left-radius: var(--field-border-radius);
      border-bottom-left-radius: 6px;
      border-bottom-left-radius: var(--field-border-radius);
    }

@media screen and (max-width: 980px) {

.edit-form .form-field:first-child {
        border-radius: 6px 6px 0px
          0px;
        border-radius: var(--field-border-radius) var(--field-border-radius) 0px
          0px;
        border-top: 1px solid #d7d8da;
        border-top: 1px solid var(--border-color);
    }
      }

@media screen and (min-width: 981px) {

.edit-form .form-field:last-child {
        border-top-right-radius: 6px;
        border-top-right-radius: var(--field-border-radius);
        border-bottom-right-radius: 6px;
        border-bottom-right-radius: var(--field-border-radius);
    }
      }

@media screen and (max-width: 980px) {

.edit-form .form-field:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-left-radius: var(--field-border-radius);
        border-bottom-right-radius: 6px;
        border-bottom-right-radius: var(--field-border-radius);
    }
      }

@media screen and (min-width: 981px) {
      .edit-form .form-field.size-1 {
        width: 8.3333333333%;
      }
      .edit-form .form-field.size-2 {
        width: 16.6666666667%;
      }
      .edit-form .form-field.size-3 {
        width: 25%;
      }
      .edit-form .form-field.size-4 {
        width: 33.3333333333%;
      }
      .edit-form .form-field.size-5 {
        width: 41.6666666667%;
      }
      .edit-form .form-field.size-6 {
        width: 50%;
      }
      .edit-form .form-field.size-7 {
        width: 58.3333333333%;
      }
      .edit-form .form-field.size-8 {
        width: 66.6666666667%;
      }
      .edit-form .form-field.size-9 {
        width: 75%;
      }
      .edit-form .form-field.size-10 {
        width: 83.3333333333%;
      }
      .edit-form .form-field.size-11 {
        width: 91.6666666667%;
      }
      .edit-form .form-field.size-12 {
        width: 100%;
      }
    }

.edit-form .form-field .type {
      color: #6b6b6b;
      color: var(--text-light-color);
      margin-bottom: 12px;
    }

.edit-form .form-field .type:last-child {
        margin-bottom: 0px;
      }

.edit-form .form-field .description {
      margin-bottom: 0px;
    }

.edit-form .form-field .description p {
        padding-left: 0px;
        padding-right: 0px;
      }

.edit-form .form-field .description p:last-child {
          margin-bottom: 0px;
        }

.file-uploader .drop-target {
    background: transparent;
    border: 2px dashed #d7d8da;
    border: 2px dashed var(--border-color);
    text-align: center;
    padding: 32px;
  }

.file-uploader .drop-target p {
      max-width: 100%;
    }

.file-uploader .drop-target input[type="file"] {
      display: none;
    }

.file-uploader.dragover .drop-target {
    background: #fff;
    background: var(--input-focus-color);
    border-color: #a6a6a6;
  }

.file-uploader .files {
    border-top: 1px solid #d7d8da;
    border-top: 1px solid var(--border-color);
    list-style-type: none;
    padding: 0px;
    margin: 12px 0px 24px 0px;
  }

.file-uploader .files:last-child {
      margin-bottom: 0px;
    }

.file-uploader .files li:after {
    content: "";
    display: table;
    clear: both;
  }

.file-uploader .files li {
      background: #fbfcfd;
      background: var(--input-color);
      border-bottom: 1px solid #d7d8da;
      border-bottom: 1px solid var(--border-color);
      line-height: 41px;
      padding: 8px 16px;
    }

.file-uploader .files li .material-icons {
        vertical-align: middle;
        margin-right: 12px;
        margin-top: -3px;
      }

.file-uploader .files li .file-buttons {
        float: right;
      }

.file-uploader .files li button,.file-uploader .files li .button {
        margin-left: 8px;
        margin-right: 0px;
      }

.file-uploader .files li.invalid {
        background: #f5f6f8;
        background: var(--background-color);
        border-top: 2px solid #f5a623;
        border-top: 2px solid var(--warning-color);
        border-bottom: 2px solid #f5a623;
        border-bottom: 2px solid var(--warning-color);
        margin-top: -1px;
        margin-bottom: -2px;
      }

.file-uploader .files li.invalid .material-icons {
          color: #f5a623;
          color: var(--warning-color);
        }

.file-uploader .files li.invalid .error-message {
          margin-left: 35px;
          color: #6b6b6b;
          color: var(--text-light-color);
          font-size: 1rem;
        }

.file-uploader .files li.invalid .error-message button {
            margin-left: 20px;
          }

.file-uploader .files li.upload-indicator {
        opacity: 0.5;
      }

footer {
  padding-left: 5.5555555556%;
  padding-left: var(--outer-padding);
  padding-right: 5.5555555556%;
  padding-right: var(--outer-padding);
}

@media print {

footer {
    padding-left: 0;
    padding-right: 0;
}
  }

footer:after {
    content: "";
    display: table;
    clear: both;
  }

footer {
  color: #6b6b6b;
  color: var(--text-light-color);
  padding-top: 32px;
  padding-bottom: 32px;
}

footer a,footer a:visited {
    color: inherit;
  }

footer a:hover,footer a:focus {
    color: #2c5de5;
    color: var(--link-color);
  }

.form-list .second.intro {
    margin-top: 60px;
  }

.form-list .columns {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
  }

@media screen and (max-width: 980px) {

.form-list .columns {
      flex-direction: column;
  }
    }

.form-list .columns:last-child {
      margin-bottom: 0px;
    }

.form-list .column {
    width: 32%;
    width: calc(100%*(var(--column-width)*4 + var(--gutter-width)*3));
    margin-left: 2%;
    margin-left: calc(100%*var(--gutter-width));
  }

.form-list .column .intro {
      margin-bottom: 20px;
    }

.form-list .column:nth-child(3n + 1) {
      margin-left: 0px;
      padding-left: 15px;
    }

.form-list .column h1,.form-list .column h2,.form-list .column h3,.form-list .column h4,.form-list .column h5,.form-list .column h6,.form-list .column ul,.form-list .column ol,.form-list .column p {
      padding-left: 0px;
      padding-right: 0px;
      max-width: none;
    }

.form-list .column h3 {
      padding-top: 30px;
      border-top: 1px solid #d7d8da;
      border-top: 1px solid var(--border-color);
    }

.form-list .column h2 + h3 {
      border-top: 0px;
      padding-top: 0px;
    }

.form-list .column p {
      padding-right: 15px;
    }

.form-list .column ul {
      padding-left: 20px;
    }

@media screen and (max-width: 980px) {

.form-list .column {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
      margin-bottom: 60px;
      padding: 0px 15px;
  }
  }

:root {
  --input-border-radius: 3px;
  --form-field-top-padding: 32px;
}

form input::-webkit-caps-lock-indicator,form input::-webkit-contacts-auto-fill-button,form input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
  }

form .description {
    margin-bottom: 24px;
  }

form input[type="text"],form input[type="password"],form input[type="email"],form textarea,form .text-area,form .rich-editor .content,form .select-wrapper {
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    background: #fbfcfd;
    background: var(--input-color);
    font: normal 1.29rem/1.61 Lato, Helvetica, Arial, sans-serif;
    font: normal 1.29rem/1.61 var(--font-sans);
    padding: 33px 16px 12px 16px;
    padding: calc(var(--form-field-top-padding) + 1px) 16px 12px 16px;
    border-radius: 3px;
    border-radius: var(--input-border-radius);
    width: 100%;
  }

form input.no-label[type="text"]:not(.does-not-exist),form input.no-label[type="password"]:not(.does-not-exist),form input.no-label[type="email"]:not(.does-not-exist),form textarea.no-label:not(.does-not-exist):not(.does-not-exist),form .text-area.no-label:not(.does-not-exist),form .rich-editor .content.no-label,form .select-wrapper.no-label:not(.does-not-exist) {
      --form-field-top-padding: 11px;
      padding-top: 12px;
      padding-top: calc(var(--form-field-top-padding) + 1px);
    }

form input[type="text"]:not(.does-not-exist):disabled {
      background: #f5f6f8;
      background: var(--background-color);
    }

form input[type="password"]:not(.does-not-exist):disabled {
      background: #f5f6f8;
      background: var(--background-color);
    }

form input[type="email"]:not(.does-not-exist):disabled {
      background: #f5f6f8;
      background: var(--background-color);
    }

form textarea:not(.does-not-exist):not(.does-not-exist):disabled {
      background: #f5f6f8;
      background: var(--background-color);
    }

form .text-area:not(.does-not-exist):disabled {
      background: #f5f6f8;
      background: var(--background-color);
    }

form .rich-editor .content:disabled {
      background: #f5f6f8;
      background: var(--background-color);
    }

form .select-wrapper:not(.does-not-exist):disabled {
      background: #f5f6f8;
      background: var(--background-color);
    }

form input.disabled[type="text"]:not(.does-not-exist),form input.disabled[type="password"]:not(.does-not-exist),form input.disabled[type="email"]:not(.does-not-exist),form textarea.disabled:not(.does-not-exist):not(.does-not-exist),form .text-area.disabled:not(.does-not-exist),form .rich-editor .content.disabled,form .select-wrapper.disabled:not(.does-not-exist) {
      background: #f5f6f8;
      background: var(--background-color);
    }

form input.focus[type="text"]:not(.does-not-exist),form input.focus[type="password"]:not(.does-not-exist),form input.focus[type="email"]:not(.does-not-exist),form textarea.focus:not(.does-not-exist):not(.does-not-exist),form .text-area.focus:not(.does-not-exist),form .rich-editor .content.focus,form .select-wrapper.focus:not(.does-not-exist),form input[type="text"]:not(.does-not-exist):focus,form input[type="password"]:not(.does-not-exist):focus,form input[type="email"]:not(.does-not-exist):focus,form textarea:not(.does-not-exist):not(.does-not-exist):focus,form .text-area:not(.does-not-exist):focus,form .rich-editor .content:focus,form .select-wrapper:not(.does-not-exist):focus,form input.warn[type="text"]:not(.does-not-exist),form input.warn[type="password"]:not(.does-not-exist),form input.warn[type="email"]:not(.does-not-exist),form textarea.warn:not(.does-not-exist):not(.does-not-exist),form .text-area.warn:not(.does-not-exist),form .rich-editor .content.warn,form .select-wrapper.warn:not(.does-not-exist) {
      padding: 32px 15px 11px 15px;
      padding: var(--form-field-top-padding) 15px 11px 15px;
    }

form input.focus[type="text"]:not(.does-not-exist),form input.focus[type="password"]:not(.does-not-exist),form input.focus[type="email"]:not(.does-not-exist),form textarea.focus:not(.does-not-exist):not(.does-not-exist),form .text-area.focus:not(.does-not-exist),form .rich-editor .content.focus,form .select-wrapper.focus:not(.does-not-exist),form input[type="text"]:not(.does-not-exist):focus,form input[type="password"]:not(.does-not-exist):focus,form input[type="email"]:not(.does-not-exist):focus,form textarea:not(.does-not-exist):not(.does-not-exist):focus,form .text-area:not(.does-not-exist):focus,form .rich-editor .content:focus,form .select-wrapper:not(.does-not-exist):focus {
      outline: none;
      background: #fff;
      background: var(--input-focus-color);
    }

form input.focus[type="text"]:not(.does-not-exist),form input.focus[type="password"]:not(.does-not-exist),form input.focus[type="email"]:not(.does-not-exist),form textarea.focus:not(.does-not-exist):not(.does-not-exist),form .text-area.focus:not(.does-not-exist),form .rich-editor .content.focus,form .select-wrapper.focus:not(.does-not-exist),form input[type="text"]:not(.does-not-exist):focus,form input[type="password"]:not(.does-not-exist):focus,form input[type="email"]:not(.does-not-exist):focus,form textarea:not(.does-not-exist):not(.does-not-exist):focus,form .text-area:not(.does-not-exist):focus,form .rich-editor .content:focus,form .select-wrapper:not(.does-not-exist):focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form input.warn[type="text"]:not(.does-not-exist),form input.warn[type="password"]:not(.does-not-exist),form input.warn[type="email"]:not(.does-not-exist),form textarea.warn:not(.does-not-exist):not(.does-not-exist),form .text-area.warn:not(.does-not-exist),form .rich-editor .content.warn,form .select-wrapper.warn:not(.does-not-exist) {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

form .calculated.field input[type="text"] {
    background: #f5f6f8;
    background: var(--background-color);
  }

form .rich-editor .content {
    padding-top: 73px;
  }

form .rich-editor .content.focus,form .rich-editor .content:focus {
      padding-top: 72px;
    }

form .text-area,form textarea,form .rich-editor .public-DraftEditor-content {
    min-height: 200px;
  }

form .select-wrapper select {
      -webkit-appearance: none;
      background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M15.875 9l-3.88 3.88L8.115 9a.996.996 0 1 0-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41c-.39-.38-1.03-.39-1.42 0z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E") right 50% no-repeat;
      background-size: 24px 24px;
      width: 100%;
      border: none;
      font: normal 1.29rem/1.61 Lato, Helvetica, Arial, sans-serif;
      font: normal 1.29rem/1.61 var(--font-sans);
      padding: 0px;
      outline: none;
    }

form .select-wrapper select:disabled {
        opacity: 0.6;
      }

form .block {
    margin: 40px 0px;
  }

form .row {
    display: flex;
    margin-bottom: 16px;
  }

@media screen and (max-width: 980px) {

form .row {
      display: block;
  }
    }

form .row  > div {
      width: 33.33%;
    }

form .row > div.size-1 {
        width: 8.3333333333%;
      }

form .row > div.size-2 {
        width: 16.6666666667%;
      }

form .row > div.size-3 {
        width: 25%;
      }

form .row > div.size-4 {
        width: 33.3333333333%;
      }

form .row > div.size-5 {
        width: 41.6666666667%;
      }

form .row > div.size-6 {
        width: 50%;
      }

form .row > div.size-7 {
        width: 58.3333333333%;
      }

form .row > div.size-8 {
        width: 66.6666666667%;
      }

form .row > div.size-9 {
        width: 75%;
      }

form .row > div.size-10 {
        width: 83.3333333333%;
      }

form .row > div.size-11 {
        width: 91.6666666667%;
      }

form .row > div.size-12 {
        width: 100%;
      }

@media screen and (max-width: 980px) {

form .row  > div {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
        width: 100% !important;
        margin-bottom: 16px;
    }
  }

form .row > div input[type="text"],form .row > div input[type="password"],form .row > div input[type="email"],form .row > div textarea,form .row > div .text-area,form .row > div .rich-editor .content,form .row > div .select-wrapper {
        border-right: 0px;
        border-radius: 0px;
  }

form .row > div input.focus[type="text"]:not(.does-not-exist),form .row > div input.focus[type="password"]:not(.does-not-exist),form .row > div input.focus[type="email"]:not(.does-not-exist),form .row > div textarea.focus:not(.does-not-exist):not(.does-not-exist),form .row > div .text-area.focus:not(.does-not-exist),form .row > div .rich-editor .content.focus,form .row > div .select-wrapper.focus:not(.does-not-exist),form .row > div input[type="text"]:not(.does-not-exist):focus,form .row > div input[type="password"]:not(.does-not-exist):focus,form .row > div input[type="email"]:not(.does-not-exist):focus,form .row > div textarea:not(.does-not-exist):not(.does-not-exist):focus,form .row > div .text-area:not(.does-not-exist):focus,form .row > div .rich-editor .content:focus,form .row > div .select-wrapper:not(.does-not-exist):focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div input.warn[type="text"]:not(.does-not-exist),form .row > div input.warn[type="password"]:not(.does-not-exist),form .row > div input.warn[type="email"]:not(.does-not-exist),form .row > div textarea.warn:not(.does-not-exist):not(.does-not-exist),form .row > div .text-area.warn:not(.does-not-exist),form .row > div .rich-editor .content.warn,form .row > div .select-wrapper.warn:not(.does-not-exist) {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

@media screen and (max-width: 980px) {

form .row > div input[type="text"],form .row > div input[type="password"],form .row > div input[type="email"],form .row > div textarea,form .row > div .text-area,form .row > div .rich-editor .content,form .row > div .select-wrapper {
          border-radius: 3px;
          border-radius: var(--input-border-radius);
          border: 1px solid #d7d8da;
          border: 1px solid var(--border-color);
  }
        }

form .row > div:first-child input[type="text"] {
          border-top-left-radius: 3px;
          border-top-left-radius: var(--input-border-radius);
          border-bottom-left-radius: 3px;
          border-bottom-left-radius: var(--input-border-radius);
  }

form .row > div:first-child input[type="password"] {
          border-top-left-radius: 3px;
          border-top-left-radius: var(--input-border-radius);
          border-bottom-left-radius: 3px;
          border-bottom-left-radius: var(--input-border-radius);
  }

form .row > div:first-child input[type="email"] {
          border-top-left-radius: 3px;
          border-top-left-radius: var(--input-border-radius);
          border-bottom-left-radius: 3px;
          border-bottom-left-radius: var(--input-border-radius);
  }

form .row > div:first-child textarea {
          border-top-left-radius: 3px;
          border-top-left-radius: var(--input-border-radius);
          border-bottom-left-radius: 3px;
          border-bottom-left-radius: var(--input-border-radius);
  }

form .row > div:first-child .text-area {
          border-top-left-radius: 3px;
          border-top-left-radius: var(--input-border-radius);
          border-bottom-left-radius: 3px;
          border-bottom-left-radius: var(--input-border-radius);
  }

form .row > div:first-child .rich-editor .content {
          border-top-left-radius: 3px;
          border-top-left-radius: var(--input-border-radius);
          border-bottom-left-radius: 3px;
          border-bottom-left-radius: var(--input-border-radius);
  }

form .row > div:first-child .select-wrapper {
          border-top-left-radius: 3px;
          border-top-left-radius: var(--input-border-radius);
          border-bottom-left-radius: 3px;
          border-bottom-left-radius: var(--input-border-radius);
  }

form .row > div:last-child input[type="text"] {
          border-right: 1px solid #d7d8da;
          border-right: 1px solid var(--border-color);
          border-top-right-radius: 3px;
          border-top-right-radius: var(--input-border-radius);
          border-bottom-right-radius: 3px;
          border-bottom-right-radius: var(--input-border-radius);
  }

form .row > div:last-child input.focus[type="text"] {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child input[type="text"]:focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child input.warn[type="text"] {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

form .row > div:last-child input[type="password"] {
          border-right: 1px solid #d7d8da;
          border-right: 1px solid var(--border-color);
          border-top-right-radius: 3px;
          border-top-right-radius: var(--input-border-radius);
          border-bottom-right-radius: 3px;
          border-bottom-right-radius: var(--input-border-radius);
  }

form .row > div:last-child input.focus[type="password"] {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child input[type="password"]:focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child input.warn[type="password"] {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

form .row > div:last-child input[type="email"] {
          border-right: 1px solid #d7d8da;
          border-right: 1px solid var(--border-color);
          border-top-right-radius: 3px;
          border-top-right-radius: var(--input-border-radius);
          border-bottom-right-radius: 3px;
          border-bottom-right-radius: var(--input-border-radius);
  }

form .row > div:last-child input.focus[type="email"] {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child input[type="email"]:focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child input.warn[type="email"] {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

form .row > div:last-child textarea {
          border-right: 1px solid #d7d8da;
          border-right: 1px solid var(--border-color);
          border-top-right-radius: 3px;
          border-top-right-radius: var(--input-border-radius);
          border-bottom-right-radius: 3px;
          border-bottom-right-radius: var(--input-border-radius);
  }

form .row > div:last-child textarea.focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child textarea:focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child textarea.warn {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

form .row > div:last-child .text-area {
          border-right: 1px solid #d7d8da;
          border-right: 1px solid var(--border-color);
          border-top-right-radius: 3px;
          border-top-right-radius: var(--input-border-radius);
          border-bottom-right-radius: 3px;
          border-bottom-right-radius: var(--input-border-radius);
  }

form .row > div:last-child .text-area.focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child .text-area:focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child .text-area.warn {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

form .row > div:last-child .rich-editor .content {
          border-right: 1px solid #d7d8da;
          border-right: 1px solid var(--border-color);
          border-top-right-radius: 3px;
          border-top-right-radius: var(--input-border-radius);
          border-bottom-right-radius: 3px;
          border-bottom-right-radius: var(--input-border-radius);
  }

form .row > div:last-child .rich-editor .content.focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child .rich-editor .content:focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child .rich-editor .content.warn {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

form .row > div:last-child .select-wrapper {
          border-right: 1px solid #d7d8da;
          border-right: 1px solid var(--border-color);
          border-top-right-radius: 3px;
          border-top-right-radius: var(--input-border-radius);
          border-bottom-right-radius: 3px;
          border-bottom-right-radius: var(--input-border-radius);
  }

form .row > div:last-child .select-wrapper.focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child .select-wrapper:focus {
    border: 2px solid #0aa9e9;
    border: 2px solid var(--border-focus-color);
  }

form .row > div:last-child .select-wrapper.warn {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
  }

form .field {
    position: relative;
  }

form .field.text label,form .field.textarea label,form .field.select label,form .field.date-select label {
        color: #6b6b6b;
        color: var(--text-light-color);
        font: normal 1rem/1.5 Lato, Helvetica, Arial, sans-serif;
        font: normal 1rem/1.5 var(--font-sans);
        position: absolute;
        left: 16px;
        right: 16px;
        top: 8px;
      }

form .field.text label .tooltip-button,form .field.textarea label .tooltip-button,form .field.select label .tooltip-button,form .field.date-select label .tooltip-button {
          position: absolute;
          right: 0px;
          top: 0px;
        }

form .field.button {
      display: flex;
    }

form .field.button label {
        margin: 8px 16px;
      }

form .field .visibility-toggle {
      color: #6b6b6b;
      color: var(--text-light-color);
      -webkit-text-decoration: none;
      text-decoration: none;
      position: absolute;
      right: 16px;
      top: 8px;
    }

form .field .description,form .field .error {
      color: #6b6b6b;
      color: var(--text-light-color);
      font: normal 1rem/1.5 Lato, Helvetica, Arial, sans-serif;
      font: normal 1rem/1.5 var(--font-sans);
      line-height: 24px;
      padding: 8px 8px;
    }

form .field .description .error-icon,form .field .error .error-icon {
        color: #f5a623;
        color: var(--warning-color);
        vertical-align: middle;
        margin-left: 8px;
        margin-top: -4px;
      }

form .field .error {
      text-align: right;
    }

form .field.check-box,form .field.radio {
      padding: 0px 15px;
    }

form .field.radio  > label {
        display: block;
      }

form .field.check-box input[type="checkbox"],form .field .radio-option input[type="checkbox"],form .field.check-box input[type="radio"],form .field .radio-option input[type="radio"] {
        opacity: 0;
        position: absolute;
      }

form .field.check-box label,form .field .radio-option label {
        display: inline-block;
        padding-left: 32px;
        max-width: 700px;
      }

form .field.check-box label::before {
          content: "";
          display: inline-block;
          width: 24px;
          height: 24px;
          background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E") no-repeat;
          background-position: 50% 50%;
          background-size: contain;
          vertical-align: middle;
          margin-right: 8px;
          margin-left: -32px;
          cursor: pointer;
          margin-top: -2px;
        }

form .field .radio-option label::before {
          content: "";
          display: inline-block;
          width: 24px;
          height: 24px;
          background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1zm1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E") no-repeat;
          background-position: 50% 50%;
          background-size: contain;
          vertical-align: middle;
          margin-right: 8px;
          margin-left: -32px;
          cursor: pointer;
          margin-top: -2px;
        }

form .field.check-box input:disabled + label::before {
        opacity: 0.5;
      }

form .field .radio-option input:disabled + label::before {
        opacity: 0.5;
      }

form .field.check-box input[type="checkbox"]:checked + label::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E  %3Cdefs%3E    %3Cpath id%3D%22a%22 d%3D%22M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.29 13.29a.996.996 0 0 1-1.41 0L5.71 12.7a.996.996 0 1 1 1.41-1.41L10 14.17l6.88-6.88a.996.996 0 1 1 1.41 1.41l-7.58 7.59z%22%2F%3E  %3C%2Fdefs%3E  %3Cuse fill%3D%22%232c5de5%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
      }

form .field .radio-option input[type="checkbox"]:checked + label::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E  %3Cdefs%3E    %3Cpath id%3D%22a%22 d%3D%22M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-8.29 13.29a.996.996 0 0 1-1.41 0L5.71 12.7a.996.996 0 1 1 1.41-1.41L10 14.17l6.88-6.88a.996.996 0 1 1 1.41 1.41l-7.58 7.59z%22%2F%3E  %3C%2Fdefs%3E  %3Cuse fill%3D%22%232c5de5%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
      }

form .field.check-box input[type="checkbox"]:focus + label::before {
        outline: #0aa9e9 auto 5px;
        outline: var(--border-focus-color) auto 5px;
      }

form .field .radio-option input[type="checkbox"]:focus + label::before {
        outline: #0aa9e9 auto 5px;
        outline: var(--border-focus-color) auto 5px;
      }

form .field.check-box input[type="radio"]:focus + label::before {
        outline: #0aa9e9 auto 5px;
        outline: var(--border-focus-color) auto 5px;
      }

form .field .radio-option input[type="radio"]:focus + label::before {
        outline: #0aa9e9 auto 5px;
        outline: var(--border-focus-color) auto 5px;
      }

form .field .radio-option {
      margin-top: 12px;
    }

form .field .radio-option label::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
      }

form .field .radio-option input[type="radio"]:checked + label::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E  %3Cdefs%3E    %3Cpath id%3D%22a%22 d%3D%22M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-13a5 5 0 1 0 0 10 5 5 0 0 0 0-10z%22%2F%3E  %3C%2Fdefs%3E  %3Cuse fill%3D%22%232c5de5%22 fill-opacity%3D%22.87%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
      }

form .validation-errors {
    border: 2px solid #f5a623;
    border: 2px solid var(--warning-color);
    border-radius: 2px;
    background: #fbfcfd;
    background: var(--input-color);
    padding: 12px 22px;
  }

form .validation-errors .error-icon {
      color: #f5a623;
      color: var(--warning-color);
      float: right;
    }

form .box {
    padding: 16px 24px;
    background: #fbfcfd;
    background: var(--background-light-color);
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
  }

form .box h1,form .box h2,form .box h3,form .box h4,form .box h5,form .box h6,form .box p {
      padding: 0px;
    }

.login-form {
  margin-bottom: 96px;
}

.with-sidebar .main .row  > div {
      width: 50%;
    }

.with-sidebar .main .row > div.size-1 {
        width: 12.5%;
      }

.with-sidebar .main .row > div.size-2 {
        width: 25%;
      }

.with-sidebar .main .row > div.size-3 {
        width: 37.5%;
      }

.with-sidebar .main .row > div.size-4 {
        width: 50%;
      }

.with-sidebar .main .row > div.size-5 {
        width: 62.5%;
      }

.with-sidebar .main .row > div.size-6 {
        width: 75%;
      }

.with-sidebar .main .row > div.size-7 {
        width: 87.5%;
      }

.with-sidebar .main .row > div.size-8 {
        width: 100%;
      }

.with-sidebar .main .row > div.size-9,.with-sidebar .main .row > div.size-10,.with-sidebar .main .row > div.size-11,.with-sidebar .main .row > div.size-12 {
        width: 100%;
      }

.with-sidebar .sidebar .row  > div {
      width: 100%;
    }

.with-sidebar .sidebar .row > div.size-1 {
        width: 25%;
      }

.with-sidebar .sidebar .row > div.size-2 {
        width: 50%;
      }

.with-sidebar .sidebar .row > div.size-3 {
        width: 75%;
      }

.with-sidebar .sidebar .row > div.size-4 {
        width: 100%;
      }

.with-sidebar .sidebar .row > div.size-5,.with-sidebar .sidebar .row > div.size-6,.with-sidebar .sidebar .row > div.size-7,.with-sidebar .sidebar .row > div.size-8,.with-sidebar .sidebar .row > div.size-9,.with-sidebar .sidebar .row > div.size-10,.with-sidebar .sidebar .row > div.size-11,.with-sidebar .sidebar .row > div.size-12 {
        width: 100%;
      }

.simple-select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.simple-select label {
    color: #6b6b6b;
    color: var(--text-light-color);
    display: block;
    margin-bottom: 8px;
  }

.simple-select:last-child {
    margin-right: 0px;
  }

.simple-select select {
    -webkit-appearance: none;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M15.875 9l-3.88 3.88L8.115 9a.996.996 0 1 0-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41c-.39-.38-1.03-.39-1.42 0z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-size: 24px 24px;
    background-position: right 16px center;
    width: 100%;
    border: 1px solid #d7d8da;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    font: 700 1rem/1.43 Lato, Helvetica, Arial, sans-serif;
    font: 700 1rem/1.43 var(--font-sans);
    line-height: 40px;
    padding: 0px 50px 0px 20px;
    color: #000;
    color: var(--text-color);
    outline: none;
  }

.simple-select select:disabled {
      opacity: 0.5;
    }

.collapseable-block {
  border-bottom: 1px solid #d7d8da;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}

.collapseable-block .collapseable-content {
    display: none;
  }

.collapseable-block .toggle {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M15.875 9l-3.88 3.88L8.115 9a.996.996 0 1 0-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41c-.39-.38-1.03-.39-1.42 0z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E") right 50% no-repeat;
    background-size: 24px 24px;
  }

.collapseable-block.open {
    border-bottom: none;
  }

.collapseable-block.open .toggle {
      background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2221%22 height%3D%2220%22 viewBox%3D%220 0 21 20%22%3E    %3Cpath fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 d%3D%22M9.412 7.5l-3.825 3.825A.83.83 0 1 0 6.764 12.5l3.241-3.233 3.234 3.233a.83.83 0 1 0 1.175-1.175L10.587 7.5a.83.83 0 0 0-1.175 0z%22%2F%3E%3C%2Fsvg%3E");
    }

.collapseable-block.open .collapseable-content {
      display: block;
    }

.wrapper > header {
  padding-left: 5.5555555556%;
  padding-left: var(--outer-padding);
  padding-right: 5.5555555556%;
  padding-right: var(--outer-padding);
}

@media print {

.wrapper > header {
    padding-left: 0;
    padding-right: 0;
}
  }

.wrapper > header:after {
    content: "";
    display: table;
    clear: both;
  }

.wrapper > header {
  background: #000;
  background: var(--background-invert-color);
  color: #fff;
  color: var(--text-invert-color);

  padding-top: 12px;
  padding-bottom: 12px;
}

.wrapper > header .logo {
    display: block;
    float: left;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg version%3D%221.1%22 id%3D%22Layer_1%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 x%3D%220%22 y%3D%220%22 width%3D%221800%22 height%3D%22572.01%22 xml%3Aspace%3D%22preserve%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath class%3D%22st0%22 d%3D%22M1800 572.01H0v-30.92h1769.08V30.92H30.92v189.75H0V0h1800z%22%2F%3E%3Cpath class%3D%22st0%22 d%3D%22M30.92 482.61H0V279.15h30.92v94.2l84.89-94.2h30.12v1.64l-77.5 84.07 77.5 116.38v1.37h-30.39l-65.45-98.03-19.17 20.81v77.22zM284.19 279.15h30.94v146.8l-9.58 28.75-19.99 19.99-28.75 9.58h-29.3l-28.75-9.58-19.99-19.99-9.58-28.75v-146.8h30.94v146.52l6.85 20.81 20.81 6.85h28.75l20.81-6.85 6.85-20.81V279.15zM359.21 279.15h30.94v172.52h86.26v30.94h-117.2V279.15zM520.49 310.09h-57.51v-30.94h145.96v30.94h-57.51v172.52h-30.94V310.09zM750.52 279.15h30.94v146.8l-9.58 28.75-19.99 19.99-28.75 9.58h-29.3l-28.75-9.58-19.99-19.99-9.58-28.75v-146.8h30.94v146.52l6.85 20.81 20.81 6.85h28.75l20.81-6.85 6.85-20.81V279.15zM854.83 396.35v86.26h-30.94V279.15h87.63l19.17 9.58 10.4 10.4 9.58 19.17v38.89l-9.58 19.17-10.4 10.4-19.17 9.58h-7.94l47.1 84.89v1.37H920l-47.65-86.26h-17.52zm0-30.94h56.14l8.76-8.76v-37.79l-8.76-8.76h-56.14v55.31zM1077.52 288.07l17.49 8.74 9.49 9.49 8.74 17.49v35.47l-8.74 17.49-9.49 9.49-17.49 8.74h-7.24l42.97 77.44v1.25h-27.98l-43.47-78.69h-15.99v78.69h-28.23v-185.6h79.94m-51.72 78.69h51.21l8-7.99v-34.48l-8-8h-51.21v50.47m53.82-87.61h-90.97V482.61h46.07v-78.69h1.8l40.92 74.08 2.55 4.61H1122.15v-12.48l-1.12-2.02-36.88-66.46 14.83-7.41 1.3-.65 1.02-1.02 9.49-9.49 1.02-1.02.65-1.3 8.74-17.49.94-1.88V321.7l-.94-1.88-8.74-17.49-.65-1.3-1.02-1.02-9.49-9.49-1.02-1.02-1.3-.65-17.49-8.74-1.87-.96zm-44.9 46.07h38.6l2.77 2.77v27.08l-2.77 2.77h-38.6v-32.62zM1243.97 288.14l17.99 9.07 17.49 17.63 8.99 18.13 8.74 26.45V404l-8.74 26.45-8.99 18.13-17.49 17.63-17.99 9.07h-35.47l-17.99-9.07-17.49-17.63-8.99-18.13-8.74-26.45v-44.58l8.74-26.45 8.99-18.13 17.49-17.63 17.99-9.07h35.47M1209 446.82h34.48l11.24-5.79 5.75-11.59 8.49-25.69v-44.08l-8.49-25.69-5.75-11.59-11.24-5.79H1209l-11.24 5.79-5.75 11.59-8.5 25.69v44.08l8.5 25.69 5.75 11.59 11.24 5.79m37.08-167.67h-39.69l-1.88.95-17.99 9.07-1.29.65-1.02 1.03-17.49 17.63-1.02 1.03-.65 1.31-8.99 18.13-.28.57-.2.61-8.74 26.45-.46 1.38v47.5l.46 1.38 8.74 26.45.2.61.28.57 8.99 18.13.65 1.3 1.02 1.03 17.49 17.63 1.02 1.03 1.3.65 17.99 9.07 1.88.95h39.69l1.88-.95 17.99-9.07 1.3-.65 1.02-1.03 17.49-17.63 1.02-1.03.65-1.3 8.99-18.13.28-.57.2-.61 8.74-26.45.46-1.38v-47.5l-.46-1.38-8.74-26.45-.2-.61-.28-.57-8.99-18.13-.65-1.31-1.02-1.03-17.49-17.63-1.02-1.03-1.29-.65-17.99-9.07-1.9-.95zm-34.93 46.45h30.18l6.72 3.46 4.15 8.37 7.84 23.7v41.16l-7.84 23.7-4.15 8.37-6.72 3.46h-30.18l-6.72-3.46-4.15-8.37-7.84-23.7v-41.16l7.84-23.7 4.15-8.37 6.72-3.46zM1511.91 279.15h-34.14l-2.19 5.76-47.64 125.47-47.85-125.48-2.19-5.74H1334.85V482.62h46.07v-70.75l24.71 65 2.19 5.75h40.03l2.19-5.75 24.71-65v70.75h46.07V279.15h-8.91zm0 194.54h-28.23V368.92l-1.96-.51-40.02 105.28h-27.73l-40.02-105.28-1.96.51v104.76h-28.23V288.07h27.98l56.21 147.39 55.96-147.39h27.98v185.62z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 153px;
    color: #fff;
    color: var(--text-invert-color);
    -webkit-text-decoration: none;
    text-decoration: none;
    font: normal 1.71rem/49px Lato, Helvetica, Arial, sans-serif;
    font: normal 1.71rem/49px var(--font-sans);
  }

@media screen and (max-width: 980px) {

.wrapper > header .logo {
      overflow: hidden;
      text-indent: -9000px;
      width: 126px;
  }
    }

.wrapper > header nav {
    padding-top: 20px;
    float: right;
    margin-bottom: -12px;
  }

.wrapper > header nav a:visited {
      color: #fff;
      color: var(--text-invert-color);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-text-decoration: none;
      text-decoration: none;
      padding: 8px 16px 8px 16px;
    }

.wrapper > header nav a {
      color: #fff;
      color: var(--text-invert-color);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-text-decoration: none;
      text-decoration: none;
      padding: 8px 16px 8px 16px;
    }

.wrapper > header nav a.current:visited {
        font-weight: bold;
        border-bottom: 4px solid #fff;
        border-bottom: 4px solid var(--text-invert-color);
      }

.wrapper > header nav a.current:not(.does-not-exist) {
        font-weight: bold;
        border-bottom: 4px solid #fff;
        border-bottom: 4px solid var(--text-invert-color);
      }

@media screen and (max-width: 980px) {

.wrapper > header nav {
      margin-bottom: 0px;
  }
      .wrapper > header nav a:visited {
        margin-left: 8px;
        padding: 0px;
        white-space: nowrap;
      }
      .wrapper > header nav a {
        margin-left: 8px;
        padding: 0px;
        white-space: nowrap;
      }

        .wrapper > header nav a.current:visited {
          border-bottom: 0px;
        }

        .wrapper > header nav a.current:not(.does-not-exist) {
          border-bottom: 0px;
        }
    }

main header {
  background: #fff;
  padding-left: 5.5555555556%;
  padding-left: var(--outer-padding);
  padding-right: 5.5555555556%;
  padding-right: var(--outer-padding);
}

@media print {

main header {
    padding-left: 0;
    padding-right: 0;
}
  }

main header  > .inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }

main header .actions {
    float: right;
    margin-top: -10px;
  }

main header .actions + h3,main header .actions + h2 {
    margin-top: 0px;
  }

.label-tag {
  font: normal 0.86rem/1.5 Lato, Helvetica, Arial, sans-serif;
  font: normal 0.86rem/1.5 var(--font-sans);
  text-transform: uppercase;
  color: #6b6b6b;
  color: var(--text-light-color);
  background: #ebecee;
  background: var(--background-dark-color);
  padding: 3px 6px;
  border-radius: 3px;
}

.label-tag.deadline {
    background: #fdedd3;
    background: var(--deadline-background-color);
    color: #000;
    color: var(--text-color);
  }

.label-tag {

  margin-left: 8px;
  margin-right: 8px;
}

.label-tag:first-child {
    margin-left: 0px;
  }

.label-tag:last-child {
    margin-right: 0px;
  }

.with-sidebar {
  display: flex;
}

@media screen and (max-width: 980px) {

.with-sidebar {
    flex-direction: column;
}
  }

.with-sidebar .main {
    width: 66%;
    width: calc(100%*(var(--column-width)*8 + var(--gutter-width)*7));
  }

@media screen and (max-width: 980px) {

.with-sidebar .main {
      order: 2;
      width: 100%;
  }
    }

.with-sidebar .sidebar {
    width: 32%;
    width: calc(100%*(var(--column-width)*4 + var(--gutter-width)*3));
    margin-left: 2%;
    margin-left: calc(100%*var(--gutter-width));
  }

@media screen and (max-width: 980px) {

.with-sidebar .sidebar {
      order: 3;
      width: 100%;
      margin-left: 0px;
      margin-top: 32px;
  }
    }

@media screen and (max-width: 980px) {

.with-sidebar .sidebar.mobile-first {
        order: 1;
    }
      }

ul.check-list {
  margin: 26px 0px;
  list-style-type: none;
  padding: 0px;
}

ul.check-list:first-child {
    margin-top: 0px;
  }

ul.check-list li {
    padding: 8px 0px;
  }

.meeting-cases.list .subheader td {
    padding: 16px;
    vertical-align: bottom;
  }

.meeting-cases.list .subheader td h3 {
      padding: 0px;
    }

.meeting-cases.list .select-toggle {
    width: 24px;
  }

.meeting-cases.list .case-number {
    width: 130px;
  }

.meeting-cases.list .sum {
    font: 900 1.29rem/1.61 Lato, Helvetica, Arial, sans-serif;
    font: 900 1.29rem/1.61 var(--font-sans);
    text-align: right;
    color: #2c5de5;
    color: var(--blue);
  }

.meeting-cases.list .expandable {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

.meeting-cases.list .expandable .expand-icon {
      width: 24px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M15.875 9l-3.88 3.88L8.115 9a.996.996 0 1 0-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41c-.39-.38-1.03-.39-1.42 0z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
      background-size: 24px 24px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
    }

.meeting-cases.list .expandable.expanded .expand-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2221%22 height%3D%2220%22 viewBox%3D%220 0 21 20%22%3E    %3Cpath fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 d%3D%22M9.412 7.5l-3.825 3.825A.83.83 0 1 0 6.764 12.5l3.241-3.233 3.234 3.233a.83.83 0 1 0 1.175-1.175L10.587 7.5a.83.83 0 0 0-1.175 0z%22%2F%3E%3C%2Fsvg%3E");
      }

.meeting-cases.list .expanded td {
      border-bottom: none;
    }

.meeting-cases.list .decision {
    padding-left: 36px;
  }

.meeting-cases.list .decision .material-icons {
    margin-left: -28px;
    margin-top: 1px;
    font-size: 20px;
    color: #6b6b6b;
    color: var(--text-light-color);
    float: left;
  }

.meeting-cases.list .recommendation h1,.meeting-cases.list .decision-form h1,.meeting-cases.list .decision-body h1,.meeting-cases.list .recommendation h2,.meeting-cases.list .decision-form h2,.meeting-cases.list .decision-body h2,.meeting-cases.list .recommendation h3,.meeting-cases.list .decision-form h3,.meeting-cases.list .decision-body h3,.meeting-cases.list .recommendation h4,.meeting-cases.list .decision-form h4,.meeting-cases.list .decision-body h4,.meeting-cases.list .recommendation h5,.meeting-cases.list .decision-form h5,.meeting-cases.list .decision-body h5,.meeting-cases.list .recommendation h6,.meeting-cases.list .decision-form h6,.meeting-cases.list .decision-body h6,.meeting-cases.list .recommendation ul,.meeting-cases.list .decision-form ul,.meeting-cases.list .decision-body ul,.meeting-cases.list .recommendation ol,.meeting-cases.list .decision-form ol,.meeting-cases.list .decision-body ol,.meeting-cases.list .recommendation p,.meeting-cases.list .decision-form p,.meeting-cases.list .decision-body p {
      padding: 0px;
    }

.meeting-cases.list .recommendation p,.meeting-cases.list .decision-form p,.meeting-cases.list .decision-body p {
      max-width: 900px;
    }

.meeting-cases.list .recommendation {
    padding-top: 32px;
  }

.meeting-cases.list .recommendation .block {
      margin-bottom: 16px;
    }

.meeting-cases.list .decision-form {
    margin-bottom: 32px;
  }

@media screen and (max-width: 980px) {
    .mobile-collapsed .expandable-content {
      display: none;
      margin-top: 24px;
    }

    .mobile-collapsed .expandable-toggle {
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      width: 100%;
      cursor: pointer;
      margin-bottom: 0rem !important;
      background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M15.875 9l-3.88 3.88L8.115 9a.996.996 0 1 0-1.41 1.41l4.59 4.59c.39.39 1.02.39 1.41 0l4.59-4.59a.996.996 0 0 0 0-1.41c-.39-.38-1.03-.39-1.42 0z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E") right 0rem bottom 50%
        no-repeat;
      background-size: 24px;
      padding-right: 32px;
    }
      .mobile-collapsed.expandable-expanded .expandable-content {
        display: block;
      }
      .mobile-collapsed.expandable-expanded .expandable-toggle {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2221%22 height%3D%2220%22 viewBox%3D%220 0 21 20%22%3E    %3Cpath fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 d%3D%22M9.412 7.5l-3.825 3.825A.83.83 0 1 0 6.764 12.5l3.241-3.233 3.234 3.233a.83.83 0 1 0 1.175-1.175L10.587 7.5a.83.83 0 0 0-1.175 0z%22%2F%3E%3C%2Fsvg%3E");
      }
  }

.modal-wrapper,
.modal-background {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modal-wrapper {
  padding-left: 5.5555555556%;
  padding-left: var(--outer-padding);
  padding-right: 5.5555555556%;
  padding-right: var(--outer-padding);
}

@media print {

.modal-wrapper {
    padding-left: 0;
    padding-right: 0;
}
  }

.modal-wrapper {
  position: fixed;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-wrapper .inner {
    position: relative;
    z-index: 202;
  }

.modal-background {
  background: rgba(171, 172, 174, 0.9);
  background: var(--modal-background-color);
  position: absolute;
  z-index: 201;
  animation-name: modal-background-appear;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}

.modal-content {
  background: #f5f6f8;
  background: var(--background-color);
  padding: 30px;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  animation-name: modal-appear;
  animation-duration: 200ms;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-fill-mode: forwards;
  max-height: 100vh;
  overflow: scroll;
}

@keyframes modal-appear {
  0% {
    opacity: 0.1;
    transform: scale(0.97) translate(0px, 10px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes modal-background-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

main .notice {
  margin-bottom: 35px;
  background: #fbfcfd;
  background: var(--background-light-color);
  border: 2px solid #f5a623;
  border: 2px solid var(--warning-color);
  border-radius: 6px;
  padding: 16px 8px;
  font: normal 18px/1.5 Lato, Helvetica, Arial, sans-serif;
  font: normal 18px/1.5 var(--font-sans);
}

.pagination {
  margin-top: 32px;
  margin-bottom: 16px;
}

.pagination a,.pagination em {
    display: inline-block;
    margin: 0px 4px;
  }

.pagination .disabled,.pagination .disabled a {
      color: #6b6b6b;
      color: var(--text-light-color);
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.pagination .previous,.pagination .next,.pagination .previous_page,.pagination .next_page {
    display: inline-block;
    margin: 0px 16px;
  }

.pagination em {
    font-style: normal;
  }

ul.pagination {
  padding: 0px;
  list-style-type: none;
}

ul.pagination li {
    display: inline-block;
    margin-right: 2px;
  }

ul.pagination a {
    cursor: pointer;
  }

ul.pagination a:hover,ul.pagination a:focus {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

ul.pagination em {
    font-style: normal;
  }

ul.pagination .current a,ul.pagination .break a {
      color: #000;
      color: var(--text-color);
      -webkit-text-decoration: none;
      text-decoration: none;
    }

@media print {
  html {
    transform: scale(0.9);
  }

  header,
  footer,
  .toast-wrapper {
    display: none;
  }

  .inner {
    max-width: 100%;
  }

  main {
    padding: 0px;
  }
}

.rich-editor .actions {
    display: flex;
    position: absolute;
    top: 38px;
    left: 16px;
    right: 16px;
    background: transparent;
    border-radius: 3px;
  }

.rich-editor .actions button {
      line-height: 26px;
      background: transparent;
      margin-right: 4px;
      padding: 0px 12px;
    }

.rich-editor .actions button:hover {
        background: #ebecee;
        background: var(--button-hover-color);
      }

.rich-editor .actions button:disabled:hover {
        background: transparent;
      }

.rich-editor .actions button.active,.rich-editor .actions button.active.red {
        background: #2c5de5;
        background: var(--blue);
        border-color: #2c5de5;
        border-color: var(--blue);
        color: #fff;
      }

.rich-editor .actions button .material-icons {
        margin: 0px;
        font-size: 18px;
      }

.rich-editor .public-DraftStyleDefault-block {
    margin-bottom: 15px;
  }

.rich-editor h2 {
    margin: 30px 0px 0px 0px;
    padding: 0px;
  }

.rich-editor blockquote {
    margin: 15px 0px;
    padding: 0px 0px 0px 16px;
    border-left: 4px solid #d7d8da;
    border-left: 4px solid var(--border-color);
    color: #6b6b6b;
    color: var(--text-light-color);
  }

.rich-editor blockquote .public-DraftStyleDefault-block {
      margin-bottom: 0px;
    }

.rounded-box {
  border-radius: 6px;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.07);

  border: 1px solid #d7d8da;

  border: 1px solid var(--border-color);
  padding: 24px;
  margin-bottom: 64px;
  background: #fff;
}

.rounded-box .header {
    margin-bottom: 20px;
  }

.rounded-box.transparent {
    background: transparent;
  }

.sidebar .rounded-box {
    padding: 32px 16px;
    margin-bottom: 24px;
  }

.rounded-box section {
    padding: 24px 0px;
    margin: 0px;
    border-top: 1px solid #d7d8da;
    border-top: 1px solid var(--border-color);
  }

.search-bar {
  margin-bottom: 32px;
}

.search-bar form {
    display: flex;
  }

.search-bar form input {
      flex: 1;
      background: #fbfcfd;
      background: var(--input-color);
      border: 2px solid #fbfcfd;
      border: 2px solid var(--input-color);
      border-radius: 3px;
      font: normal 1rem/1.5 Lato, Helvetica, Arial, sans-serif;
      font: normal 1rem/1.5 var(--font-sans);
    }

.search-bar form input,.search-bar form input.focus,.search-bar form input:focus {
        background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2220%22 height%3D%2220%22 viewBox%3D%220 0 20 20%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M11.314 10.06h-.659l-.233-.225a5.417 5.417 0 0 0 1.233-4.45C11.264 3.068 9.33 1.218 6.997.935A5.42 5.42 0 0 0 .94 6.993c.283 2.333 2.133 4.267 4.45 4.658a5.417 5.417 0 0 0 4.45-1.233l.225.233v.659l3.541 3.541a.88.88 0 0 0 1.242 0 .88.88 0 0 0 0-1.241l-3.533-3.55zm-5 0a3.745 3.745 0 0 1-3.75-3.75 3.745 3.745 0 0 1 3.75-3.75 3.745 3.745 0 0 1 3.75 3.75 3.745 3.745 0 0 1-3.75 3.75z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(2 2)%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-position: right 16px center;
        padding: 10px 54px 10px 16px;
      }

.search-bar form input.focus,.search-bar form input:focus {
        background-color: #fff;
        background-color: var(--input-focus-color);
        border: 2px solid #0aa9e9;
        border: 2px solid var(--border-focus-color);
        outline: none;
      }

.table-wrapper {
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: scroll;
}

.table-wrapper::-webkit-scrollbar {
    display: none;
  }

table.list {
  border-collapse: collapse;
  width: 100%;
}

table.list td,table.list th {
    padding: 8px;
    border-bottom: 1px solid #d7d8da;
    border-bottom: 1px solid var(--border-color);
  }

table.list td.number,table.list th.number {
      text-align: right;
      white-space: nowrap;
    }

table.list td:first-child {
      padding-left: 16px;
    }

table.list th:first-child {
      padding-left: 16px;
    }

table.list th {
    color: #6b6b6b;
    color: var(--text-light-color);
    font: normal 1rem/1.5 Lato, Helvetica, Arial, sans-serif;
    font: normal 1rem/1.5 var(--font-sans);
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }

table.list th.sortable a:visited {
        display: inline-block;
        padding-right: 24px;
        color: inherit;
        -webkit-text-decoration: none;
        text-decoration: none;
      }

table.list th.sortable a {
        display: inline-block;
        padding-right: 24px;
        color: inherit;
        -webkit-text-decoration: none;
        text-decoration: none;
      }

table.list th.sortable a:hover,table.list th.sortable a:focus {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }

table.list th.sortable.current {
        color: #000;
        color: var(--text-color);
      }

table.list th.sortable.current a {
          background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2216%22 height%3D%2216%22%3E%3Cpath fill-opacity%3D%22.87%22 fill-rule%3D%22evenodd%22 d%3D%22M0 12h4v-1.333H0V12zm0-8v1.333h12V4H0zm0 4.667h8V7.333H0v1.334z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
          background-position: right 0px top 50%;
        }

table.list th.sortable.current.reverse a {
            background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2216%22 height%3D%2216%22%3E%3Cpath fill-opacity%3D%22.87%22 fill-rule%3D%22evenodd%22 d%3D%22M2 4h4v1.333H2V4zm0 8v-1.333h12V12H2zm0-4.667h8v1.334H2V7.333z%22%2F%3E%3C%2Fsvg%3E");
          }

table.list td {
    vertical-align: top;
  }

table.list td.relative-time {
      white-space: nowrap;
    }

table.list td.read-status {
      width: 8px;
      vertical-align: middle;
    }

table.list .buttons {
    text-align: right;
  }

table.list .actions a {
      margin-left: 16px;
    }

table.list .actions a:first-child {
        margin-left: 0px;
      }

table.list .no-border td,table.list .no-border th {
      border-bottom: 0px;
    }

table.list p {
    padding: 0px;
    max-width: 100%;
  }

table.list.loading td {
      animation-duration: 100ms;
      animation-fill-mode: forwards;
      animation-name: loading-fadeout;
      animation-timing-function: ease-out;
      animation-delay: 200ms;
    }

table.linked-rows td {
    padding: 0px;
  }

table.linked-rows td:first-child {
      padding-left: 0px;
    }

table.linked-rows td a {
      min-height: 54px;
      padding: 8px;
      display: block;
      -webkit-text-decoration: none;
      text-decoration: none;
      color: #000;
      color: var(--text-color);
    }

table.linked-rows td.status a {
      padding-left: 36px;
    }

table.linked-rows td.status a .material-icons {
    margin-left: -28px;
    margin-top: 1px;
    font-size: 20px;
    color: #6b6b6b;
    color: var(--text-light-color);
    float: left;
  }

table.linked-rows td:last-child a {
        padding-right: 54px;
      }

table.linked-rows td:last-child {
      background: transparent url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22 width%3D%2220%22 height%3D%2221%22 viewBox%3D%220 0 20 21%22%3E    %3Cdefs%3E        %3Cpath id%3D%22a%22 d%3D%22M.832 15.512a1.041 1.041 0 0 0 1.475 0l6.925-6.925a.83.83 0 0 0 0-1.175L2.307.487a1.041 1.041 0 0 0-1.475 0 1.041 1.041 0 0 0 0 1.475l6.033 6.042-6.042 6.042c-.4.4-.4 1.067.009 1.466z%22%2F%3E    %3C%2Fdefs%3E    %3Cuse fill%3D%22%23000%22 fill-opacity%3D%22.54%22 fill-rule%3D%22evenodd%22 transform%3D%22translate(5 2.5)%22 xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E") no-repeat;
      background-position: right 16px center;
      transition: background-position 100ms ease-out;
    }

table.linked-rows.flaggable td:last-child {
      background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2228%22 height%3D%2228%22%3E%3Cpath fill%3D%22%23000%22 fill-opacity%3D%22.2%22 fill-rule%3D%22evenodd%22 d%3D%22M20.568 6.813a2.326 2.326 0 0 0-1.901-.98l-12.834.012A2.33 2.33 0 0 0 3.5 8.167v11.666a2.33 2.33 0 0 0 2.333 2.322l12.834.012c.781 0 1.481-.385 1.901-.98L25.667 14l-5.099-7.187zm-1.901 13.02H5.833V8.167h12.834L22.808 14l-4.141 5.833z%22%2F%3E%3C%2Fsvg%3E");
      background-size: 21px 21px;
      background-position: right 16px top 12px;
    }

table.linked-rows.flaggable tr.flagged td:last-child {
      background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2228%22 height%3D%2228%22%3E%3Cpath fill%3D%22%232C5DE5%22 fill-rule%3D%22evenodd%22 d%3D%22M20.568 6.813a2.326 2.326 0 0 0-1.901-.98l-12.834.012A2.33 2.33 0 0 0 3.5 8.167v11.666a2.33 2.33 0 0 0 2.333 2.322l12.834.012c.781 0 1.481-.385 1.901-.98L25.667 14l-5.099-7.187z%22%2F%3E%3C%2Fsvg%3E");
    }

@keyframes loading-fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.33;
  }
}

.tabs {
  padding-left: 5.5555555556%;
  padding-left: var(--outer-padding);
  padding-right: 5.5555555556%;
  padding-right: var(--outer-padding);
}

@media print {

.tabs {
    padding-left: 0;
    padding-right: 0;
}
  }

.tabs:after {
    content: "";
    display: table;
    clear: both;
  }

.tabs {
  border-bottom: 1px solid #d7d8da;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 56px;
}

.tabs a,.tabs .nav-link-disabled {
    display: inline-block;
    position: relative;
    color: #000;
    color: var(--text-color);
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 8px 16px 8px 16px;
    border-bottom: 4px solid transparent;
  }

.tabs a {
    color: #000;
    color: var(--text-color);
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.tabs .nav-link-disabled {
    color: #6b6b6b;
    color: var(--text-light-color);
  }

.tabs a.current {
    font-weight: bold;
    border-bottom: 4px solid #000;
    border-bottom: 4px solid var(--text-color);
  }

@media screen and (max-width: 980px) {

.tabs {
    padding-bottom: 8px;
}

    .tabs a {
      padding: 4px 8px 0px 8px;
      border: none;
    }

    .tabs a.current {
      border-bottom: 0px;
    }
  }

nav.subnav {
  padding-top: 4px;
  margin-bottom: 0px;
}

nav.subnav .inner {
    position: relative;
    display: flex;
    overflow: scroll;
  }

main nav.subnav {
    background: #f5f6f8;
    background: var(--background-color);
  }

.toast-wrapper {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 300;
}

.toast-wrapper .toast {
    font-size: 14px;
    display: inline-block;
    background: #2c5de5;
    background: var(--blue);
    color: white;
    margin: 20px auto 0px auto;
    padding: 15px 30px;
    min-width: 66%;
    text-align: left;
    animation-duration: 500ms;
    animation-name: toast-appear;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-fill-mode: forwards;
  }

.toast-wrapper .toast.error {
      background: #a00;
      background: var(--red);
    }

.toast-wrapper .toast.fadeout {
      animation-duration: 300ms;
      animation-name: toast-disappear;
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

@keyframes toast-appear {
  from {
    transform: translateZ(0px) translateY(60px);
  }
  to {
    transform: translateZ(0px) translateY(0px);
  }
}

@keyframes toast-disappear {
  from {
    transform: translateZ(0px) translateY(0px);
  }
  to {
    transform: translateZ(0px) translateY(60px);
  }
}

button.tooltip-button {
  border: none;
  background: transparent;
  padding: 0px;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

button.tooltip-button .material-icons {
    margin: 0px;
    font-size: 20px;
    color: #6b6b6b;
    color: var(--text-light-color);
  }

.tippy-box {
  padding: 5px;
  background: #1a1a1a;
  background: var(--tooltip-color);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.tippy-arrow {
  color: #1a1a1a;
  color: var(--tooltip-color);
}

.tooltip-content h1,.tooltip-content h2,.tooltip-content h3,.tooltip-content h4,.tooltip-content h5,.tooltip-content h6,.tooltip-content ul,.tooltip-content ol,.tooltip-content p {
    padding: 0px;
    max-width: 100%;
  }

.tooltip-content a,.tooltip-content a:visited {
    color: #0ab2f5;
    color: var(--tooltip-link-color);
  }
